Commit Graph

  • de0172dfa8 Revisited Throbber code Ole Loots 2011-02-01 21:21:16 +0000
  • cf74818d09 Added missing prototype Ole Loots 2011-02-01 21:20:06 +0000
  • 02293a65d2 Added missing includes Ole Loots 2011-02-01 21:19:28 +0000
  • 7f2f0c8c54 Workaround for stupid hotlist treeview. Sven Weidauer 2011-02-01 15:52:19 +0000
  • ab87a4b960 Bookmarks window. No editing yet. Sven Weidauer 2011-02-01 14:52:20 +0000
  • 81e295d8c9 Using real path from options for the bookmarks file instead of hardcoded test string. Sven Weidauer 2011-02-01 10:37:13 +0000
  • fac17d747b Implemented bookmarks menu. Sven Weidauer 2011-02-01 10:27:54 +0000
  • 84b4a01f4f Implemented global history window using new Tree class. Sven Weidauer 2011-02-01 08:39:35 +0000
  • 28ff0cfb0a Factored Tree class out of TreeView Sven Weidauer 2011-02-01 08:39:32 +0000
  • e20f69147d Added move cursor. Sven Weidauer 2011-02-01 07:12:47 +0000
  • a8bc5d3916 Fix :root detection John Mark Bell 2011-01-31 23:14:13 +0000
  • 7661829e60 Various fixes for selection callbacks John Mark Bell 2011-01-31 22:31:47 +0000
  • 28da79c796 Reorganized includes. Sven Weidauer 2011-01-31 19:12:00 +0000
  • 09400943aa Added 'Home' button Sven Weidauer 2011-01-31 18:48:09 +0000
  • 4ed1832fe7 Implemented preferences window. Sven Weidauer 2011-01-31 18:38:03 +0000
  • 827c267c84 Updated Makefile.target Sven Weidauer 2011-01-31 17:35:46 +0000
  • 66b9d5476e Implemented search window. Sven Weidauer 2011-01-31 15:13:38 +0000
  • cf561c8a6e Sync selection engine binding with latest libcss John Mark Bell 2011-01-31 08:49:39 +0000
  • f98bdddd09 Updated PSMTabBarControl (warning fixes) Sven Weidauer 2011-01-31 08:33:16 +0000
  • 899c2e3305 Asking before closing window with multiple open tabs. Sven Weidauer 2011-01-31 08:07:22 +0000
  • fd23621211 Changing Xcode project file to build using the Makefiles and fixed some warnings. Sven Weidauer 2011-01-31 07:57:52 +0000
  • b1662d0b09 Fix colour setting. GetRGB32 seems to have been designed for some futuristic 96bpp display device. Chris Young 2011-01-30 22:57:56 +0000
  • b03a9b6391 add default system colour handlers to atari frontend Ole Loots 2011-01-30 22:34:52 +0000
  • 61a1c2d7cd Improved call to v_gtext. Ole Loots 2011-01-30 22:31:37 +0000
  • 5515e67f4e Cleaned up Statusbar code. Ole Loots 2011-01-30 22:28:47 +0000
  • 46f405e969 Cleanup of TOS compatibility fixes. Ole Loots 2011-01-30 22:24:07 +0000
  • 3d1c069186 Cleanup of TOS compatibility fixes. Ole Loots 2011-01-30 22:23:00 +0000
  • 0d006f4cc6 Implemented Search Dialog Ole Loots 2011-01-30 22:20:55 +0000
  • f676e62d0e Implemented Search Dialog Ole Loots 2011-01-30 22:19:46 +0000
  • 54e72d1618 renamed plotter member function pixel_pos to pixel_position. Ole Loots 2011-01-30 22:19:28 +0000
  • 2fbc3bd4a0 Cleanup of TOS fixes. Ole Loots 2011-01-30 22:17:15 +0000
  • 8895e0a0bc Kiosk mode now fills screen every time Chris Young 2011-01-30 22:15:16 +0000
  • 25d9f8cd19 Set default window title when opening window. Ole Loots 2011-01-30 22:15:15 +0000
  • 609b4118cf Added -DNO_IPV6, added search.c to the sources. Ole Loots 2011-01-30 22:09:54 +0000
  • febed048a4 fixed browser_redraw_required(), now only returning true when content is available. Ole Loots 2011-01-30 22:08:49 +0000
  • aa4f56049c Implemented gui_scroll_visible. Ole Loots 2011-01-30 22:03:19 +0000
  • 46459dcaad Increased stack size for release executable. Ole Loots 2011-01-30 21:52:50 +0000
  • b15fc8eabe Implemented Search Dialog Ole Loots 2011-01-30 21:51:14 +0000
  • 0af7ca1a60 Rearanged includes, fixed VDI style for dashed plots. Ole Loots 2011-01-30 21:48:22 +0000
  • 3694345204 Implemented Search Dialog Ole Loots 2011-01-30 19:24:03 +0000
  • e1c11a1d54 Pick the CSS system colours from ui_color() and BScreen::DesktopColor(). Update those when they are updated in ZETA. Also update the toolbar and statusbar background. François Revel 2011-01-30 19:23:42 +0000
  • cf993628eb Updated docs Ole Loots 2011-01-30 19:19:21 +0000
  • 352c5acbc6 Implemented Search Dialog Ole Loots 2011-01-30 19:18:51 +0000
  • 2cc738f2f0 Pick the CSS system colours from the pens in the screen DrawInfo table, and force repicking them if the screen changes. Think these are right - some of the CSS descriptions are a bit ambiguous. Chris Young 2011-01-30 17:30:32 +0000
  • 541864d501 Fix BeOS build. François Revel 2011-01-30 17:25:36 +0000
  • fbb1139214 add default system colour handlers to each frontend Vincent Sanders 2011-01-30 13:40:47 +0000
  • 42f89d4e0b fixup gtk source file names Vincent Sanders 2011-01-29 23:40:22 +0000
  • cd5950936a Add ability to dump opacity property, too John Mark Bell 2011-01-29 21:54:35 +0000
  • 5d27aa256f Port to latest libcss John Mark Bell 2011-01-29 19:22:12 +0000
  • 27924aa38c Minor fix for path defaulting: retain rightmost / iff it's the first character in the path John Mark Bell 2011-01-29 15:17:42 +0000
  • 850160c40f Reflect new css_stylesheet_create API John Mark Bell 2011-01-29 14:53:18 +0000
  • b1d96fcd6b Download window asks if download should be cancelled before being closed and displays an estimate of the time remaining. Sven Weidauer 2011-01-29 10:24:54 +0000
  • 672cb37412 Implemented context menu. Sven Weidauer 2011-01-28 18:26:34 +0000
  • 48c6ba4b49 Timer based reformatting, so reformat happens also while resizing windows. Sven Weidauer 2011-01-28 14:40:25 +0000
  • 3ba2596f5c Implemented frames and handling reformats the right way using browser_reformat_pending. Sven Weidauer 2011-01-28 14:08:42 +0000
  • 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