Commit Graph

  • f56b20994e Keyboard scrolling. Sven Weidauer 2011-01-28 13:22:40 +0000
  • b2482982dd More font-related fixes. Sven Weidauer 2011-01-28 13:22:34 +0000
  • ccac2289cf Setting current_redraw_browser and fixing mouse dragging Sven Weidauer 2011-01-28 12:18:58 +0000
  • acc2c341bd Make GTK popup menu generated like the menu bar menu Clean up gtk scaffoling of some gsoc madness fix tab opening from popup menu Remove forward declarations and stop exporting the symbols for every event handler when they should be static Vincent Sanders 2011-01-28 12:17:51 +0000
  • aa3fc46df5 Implemented resolution independence fot the TreeView and HistoryView and moved the coordinate transform function to their own header. Sven Weidauer 2011-01-28 08:54:55 +0000
  • a1f1138479 Updated baseline calculation for fonts Sven Weidauer 2011-01-28 07:36:09 +0000
  • 46a9e334a0 Fix irritating typo, that appears to have spread throughout the compilation documentation John Mark Bell 2011-01-27 23:04:46 +0000
  • e841f9767b Pedantic formatting changes. Michael Drake 2011-01-27 15:47:02 +0000
  • 733376da5e Improved and crash-free download window. Sven Weidauer 2011-01-27 14:26:24 +0000
  • 43d02a75ca Rendering end pixels of horizontal and vertical lines correctly. Sven Weidauer 2011-01-27 12:23:55 +0000
  • 3376f7f50f Implemented resolution-independent rendering for the browser view. Still needs to be implemented for the other views. Sven Weidauer 2011-01-27 11:43:48 +0000
  • 73885bf3d0 Moved main() and related functions from gui.m to NetsurfApp.m Sven Weidauer 2011-01-27 09:01:16 +0000
  • 07fb8a93b1 Scaling position of select popup. Sven Weidauer 2011-01-27 08:02:36 +0000
  • 14404769cc Fixing font calculations and warnings about invalid glyph indices. Sven Weidauer 2011-01-27 07:55:06 +0000
  • f5ef7c71e7 Setting/Loading more options. Also loading urldb and cookies. Sven Weidauer 2011-01-26 19:17:27 +0000
  • 47c7051242 Change default favicon to content image. Michael Drake 2011-01-26 18:36:48 +0000
  • 44e8897a48 Make layout of block formatting contexts take account of the bottom margin of the last contained block. Michael Drake 2011-01-26 15:14:38 +0000
  • 80cdf73f6b Cmd-W closes active tab. Sven Weidauer 2011-01-26 15:04:42 +0000
  • 241510c0e2 Some random fixes. Sven Weidauer 2011-01-26 13:58:35 +0000
  • 56fb20de83 Leaving history overlay active after navigating using the back/forwards buttons. Sven Weidauer 2011-01-26 13:42:52 +0000
  • da01624374 Enabling back/forward buttons only if appropriate. Sven Weidauer 2011-01-26 13:35:07 +0000
  • 7b2694e9f6 Updated PSMTabBarControl source code to version from https://github.com/dergraf83/PSMTabBarControl Sven Weidauer 2011-01-26 10:52:13 +0000
  • a663cf8f84 Improved/refactored font functions and (hopefully) sped up cocoa_prepare_layout_manager() Sven Weidauer 2011-01-26 09:58:29 +0000
  • d4d749cd10 Decoding .ICO for favicons Sven Weidauer 2011-01-25 18:48:28 +0000
  • 37d15e2204 Fixing bitmap functions to return BYTES and not bits per pixel for bitmap_get_bpp Sven Weidauer 2011-01-25 18:48:26 +0000
  • 620fd90fa7 General cleanup and warning fixes Sven Weidauer 2011-01-25 17:16:20 +0000
  • 67c9970e54 Implemented favicons. Doesn't work for .ICO files Sven Weidauer 2011-01-25 17:16:17 +0000
  • cca607fbe8 Creating select menus for forms Sven Weidauer 2011-01-25 15:09:06 +0000
  • 5615eb65af Fixing font scaling and splitting Sven Weidauer 2011-01-25 10:25:10 +0000
  • 15e7b87cac Nicer button for local history, fading history view, more readable blue for active item Sven Weidauer 2011-01-25 09:53:39 +0000
  • 7ff51a93d5 gtk context menu cleanups Vincent Sanders 2011-01-25 09:19:47 +0000
  • e21cab6a7f Added local history overlay Sven Weidauer 2011-01-24 15:01:34 +0000
  • 840fb0b9aa History colours as constants r=jmb,vince Sven Weidauer 2011-01-24 13:32:35 +0000
  • 8cc6b55981 Nice back/forward buttons and moved refresh button into URL field (like Safari) Sven Weidauer 2011-01-24 09:12:22 +0000
  • 4dda0f0204 - whitespace cleanup. - check if /opt/local exists and add it to search paths, so libjpeg installed by MacPort can be found, as it doesn't seem to have a pkg-config descriptor. François Revel 2011-01-23 20:31:36 +0000
  • d4881ab935 Remove leftover atari stuff in cocoa section. François Revel 2011-01-23 20:20:44 +0000
  • dd1e7b893b Activating (and fixing) more warnings in Xcode Sven Weidauer 2011-01-23 19:32:56 +0000
  • f9ad379830 Generating version info in Info.plist from version.c Sven Weidauer 2011-01-23 19:03:39 +0000
  • ce2f4da8ac Makefile cleanup and copying only required localized resources Sven Weidauer 2011-01-23 19:03:19 +0000
  • 037e208299 Create a new FTP launch-handler as well. Chris Young 2011-01-23 17:59:57 +0000
  • d528da0fd9 Building universal binary (only works for clang and not for ppc64) Sven Weidauer 2011-01-23 15:26:26 +0000
  • 34b42a120a Assembling .app bundle in Makefile.target Sven Weidauer 2011-01-23 14:14:35 +0000
  • 6e40f045f6 fix include path setting on windows native build Vincent Sanders 2011-01-23 13:46:30 +0000
  • 3938a08bf9 Adding note about building universal libraries Sven Weidauer 2011-01-23 12:12:02 +0000
  • 4976247df0 Cope with an absence of pkg-config when building for Windows John Mark Bell 2011-01-23 00:39:53 +0000
  • c873d789dc Tool defaults for windows host John Mark Bell 2011-01-23 00:32:57 +0000
  • 9ccb9227c8 Rudimentary msys support John Mark Bell 2011-01-23 00:20:20 +0000
  • ac8096964e Added search dialog. Ole Loots 2011-01-22 16:47:20 +0000
  • 43f6db8ffd Added copy directives for some missing files. Ole Loots 2011-01-22 16:46:58 +0000
  • 09e6d5f6a1 Added default blank page. Ole Loots 2011-01-22 16:45:45 +0000
  • 50db2a2dac Resource file was missing within initial chekin. Added Search dialog. Ole Loots 2011-01-22 16:45:21 +0000
  • c0c423fbca Improved compatibility with classic TOS systems. Ole Loots 2011-01-22 16:43:51 +0000
  • b8f40265f4 Updated documentation. Ole Loots 2011-01-22 16:43:24 +0000
  • c94c308cb4 Improved compatibility with classic TOS systems, disabled spinner. Ole Loots 2011-01-22 16:42:32 +0000
  • deb88adffb Shrinked initial size of the canvas area. Ole Loots 2011-01-22 16:38:26 +0000
  • 3462356059 increased compatibility with classic TOS systems. (Getcookie() breaks on classic TOS systems.) Ole Loots 2011-01-22 16:37:24 +0000
  • 7e79d32bed Removed default entries from hotlist, they are already defined within NetSurf core. Ole Loots 2011-01-22 16:35:16 +0000
  • b18ede1a60 Limit length of statustext to 80 chars, to satisfy v_gtext specifications. Introduced attached flag. Ole Loots 2011-01-22 16:34:10 +0000
  • 7beb6a8781 verbose_log can now be set via the Main-Menu. Ole Loots 2011-01-22 16:32:57 +0000
  • 4dde38e36f Improved path fixes for classic TOS systems. Ole Loots 2011-01-22 16:32:02 +0000
  • 67fa1c50f1 Introduced attached flag for Statusbar. Ole Loots 2011-01-22 16:30:55 +0000
  • 4e944c1a69 using short filenames for treeview Icons for compatibility with classic TOS systems. Ole Loots 2011-01-22 16:28:20 +0000
  • f222ec79e9 Improved path fixes for classic TOS systems. Ole Loots 2011-01-22 16:27:26 +0000
  • 7d4056ae41 Added calls to lock/unlock during redraw. Ole Loots 2011-01-22 16:23:30 +0000
  • 010ac0c181 Fixed tab closing leaving the URL bar disconnected from the current tab Sven Weidauer 2011-01-20 14:17:15 +0000
  • 699f0cb344 Make the tree icon dir a non-option Daniel Silverstone 2011-01-20 14:05:13 +0000
  • 3e7bf7cfb5 Ensure we correctly release all icon resources associated with trees, SSL certs, search providers, etc. Daniel Silverstone 2011-01-20 13:51:41 +0000
  • 1490258b3e Renamed 'spinning' property to 'isProcessing' so that the tab bar picks it up and displays a spinner. Sven Weidauer 2011-01-20 13:22:39 +0000
  • c46072be85 Correct path for Messages file Sven Weidauer 2011-01-20 13:08:41 +0000
  • 822fffa8e3 A little more debug to help us spot how many users of locked contents there are, during shutdown Daniel Silverstone 2011-01-20 12:55:51 +0000
  • afbcd370c5 Improved tabs (draggable, can close last one) Sven Weidauer 2011-01-20 11:38:16 +0000
  • ae37542582 Wrapping drawing code in own autorelease pool Sven Weidauer 2011-01-20 11:38:14 +0000
  • 5932151359 Releasing objects in dealloc Sven Weidauer 2011-01-20 11:38:10 +0000
  • cd72933201 Ensure we free more of the css stuff for the box model. Daniel Silverstone 2011-01-19 21:15:23 +0000
  • f85335a7f9 Implementing tabs and fixing scrolling. Sven Weidauer 2011-01-19 20:19:43 +0000
  • 5a259dadeb Implemented path plotter Sven Weidauer 2011-01-19 10:20:44 +0000
  • 3060423700 Remove odd WARNFLAGS copied from Atari stuff. Silence warning about redeclared strcasestr(). François Revel 2011-01-19 01:42:54 +0000
  • 6d1169e92d Add the required makefile stuff to build NetSurf for OSX using 'make cocoa' in trunk/. Crashes for now though. Requires some libs installed with macports to /opt/local. François Revel 2011-01-19 01:36:21 +0000
  • ebc216434f Case insensitive filesystems should just be banned from Earth and even the Milky Way. François Revel 2011-01-19 01:07:56 +0000
  • ef8098ebdf Removing history.m - those functions aren't called anyways. Sven Weidauer 2011-01-18 08:27:00 +0000
  • df5a5582fd Menu items for reload and stop loading. Also validating zoom and stop loading menu actions. Sven Weidauer 2011-01-18 08:26:56 +0000
  • 0d98d39a1a Only showing regular browser windows, not frames or iframes. Sven Weidauer 2011-01-18 08:26:49 +0000
  • 5105548de6 More font traits Sven Weidauer 2011-01-17 21:47:08 +0000
  • b3690a585d Using OS services to determine MIME types Sven Weidauer 2011-01-17 21:47:00 +0000
  • 84569f7db3 High-res icon Sven Weidauer 2011-01-17 18:13:32 +0000
  • 583047def6 Getting a real path for the options file Sven Weidauer 2011-01-17 16:18:14 +0000
  • 045183032f Font scaling and other scaling related fixes. Sven Weidauer 2011-01-17 15:00:18 +0000
  • d2aa0bcea9 Taking homepage from user defaults Sven Weidauer 2011-01-17 15:00:12 +0000
  • 76f2b2af98 Remove erroneous commentary, and move associated code to a more sensible place John Mark Bell 2011-01-17 08:35:20 +0000
  • 1034f16f0b Fix bug #3159040: make destruction order of browser_window objects sane John Mark Bell 2011-01-17 08:28:22 +0000
  • fbbfb2a75f Scaling mouse coordinates Sven Weidauer 2011-01-14 19:03:16 +0000
  • f552e114bd Handling double-clicks Sven Weidauer 2011-01-14 18:18:57 +0000
  • 7bd51ba0ba Implementing selection and clipboard functions. Sven Weidauer 2011-01-14 17:50:11 +0000
  • 30d9439781 Better mouse handling for browser Sven Weidauer 2011-01-14 16:54:39 +0000
  • ecc314c694 Implemented download window Sven Weidauer 2011-01-14 12:46:06 +0000
  • 633f294ce2 Opening URLs Sven Weidauer 2011-01-14 12:46:01 +0000
  • dbaaa53f68 Correctly handling users closing windows Sven Weidauer 2011-01-13 19:00:04 +0000
  • 2ab5636619 Zooming, opening files, accepting http and https URLs Sven Weidauer 2011-01-13 17:20:13 +0000
  • a9b60753f9 Implemented tree view/history window. Sven Weidauer 2011-01-13 15:19:47 +0000
  • b65a405c3e Copy scale value from cloned window and setting new clip rect for every drawing operation. Sven Weidauer 2011-01-13 11:15:40 +0000