Commit Graph

  • 82d93ef1e6 call set_clip/get_clip, declare result variables correctly. Ole Loots 2012-03-21 21:19:30 +0000
  • 38dd9128a1 Let user select download path and filename, removed unused struct members. Ole Loots 2012-03-21 21:12:06 +0000
  • 705d136963 Updated German translation by Ruben Schuller. Michael Drake 2012-03-21 19:25:59 +0000
  • 57676ad1c0 Reworked r13532 in a cleaner way. The FLEX_ARRAY_LEN_DECL macro from utils.h should be used when declaring an empty array at end of struct. François Revel 2012-03-19 18:24:43 +0000
  • 18b3ae0dec Since nsurl wants to add // to url schemes, just abide by it. Third / separates the type and name. François Revel 2012-03-19 03:19:03 +0000
  • ea94b3210c Fix the BeOS build. The rsrc: fetcher was left behind some fetcher changes. François Revel 2012-03-19 02:46:45 +0000
  • 3d3bb0c5cf Workaround use of C99 flex array. gcc2 did not support it, only 0-len arrays. Possibly a FLEX_ARRAY_LEN macro could be defined in utils.h instead. François Revel 2012-03-19 02:45:53 +0000
  • f926feadd6 Adjusted for changed plotter members. Ole Loots 2012-03-14 22:10:21 +0000
  • b9092d6271 Restructured the plotter driver struct and declared misc functions static within the vdi driver. Ole Loots 2012-03-14 22:06:07 +0000
  • c0b0dbd373 fix incorrect type in message loading Vincent Sanders 2012-03-14 16:42:02 +0000
  • 2e65e51fc5 Added GD Plotter stub. Ole Loots 2012-03-12 21:24:38 +0000
  • 4604f293b7 Removed unused plotter members. Ole Loots 2012-03-12 21:20:18 +0000
  • b01229d9cc now abort button becomes close button when download is completed. Ole Loots 2012-03-11 15:42:41 +0000
  • cf86788d3e Set User CSS file in Choices.WWW.NetSurf. Michael Drake 2012-03-06 18:34:02 +0000
  • e8b0c03cdb Don't override UA stylesheet origin with User origin. Michael Drake 2012-03-06 18:02:55 +0000
  • 20583d7288 Enable User CSS file. Michael Drake 2012-03-06 17:44:24 +0000
  • a11aa89b64 More reasonable tile size defaults Chris Young 2012-03-03 15:59:52 +0000
  • 3db30dfd84 Fix scaled fast scrolling. Curiously this has solved the form select menu problem :S Chris Young 2012-03-03 15:50:05 +0000
  • 2cd44ec454 Fix offsets when page scaled and scrolled Chris Young 2012-03-03 15:41:14 +0000
  • 3e77ceeb81 allow both x and y dimensions of redraw tiles to be configured Chris Young 2012-02-29 19:09:55 +0000
  • 6ab79f9868 Translation of previously-missing strings (credit: Samir Hawamdeh) Chris Young 2012-02-28 20:00:38 +0000
  • f7f2fa8993 revert r13281, meant to put it in 2.9 branch Chris Young 2012-02-28 19:02:16 +0000
  • e997d45410 Readme for 2.9 Chris Young 2012-02-28 18:54:34 +0000
  • 956cb41f7c Disable print menu option Chris Young 2012-02-28 18:51:26 +0000
  • ee378aa3f1 Set/get drag type via API. Michael Drake 2012-02-28 12:54:00 +0000
  • c9a30d073e Check drag type via accessor. Michael Drake 2012-02-28 12:21:36 +0000
  • 9c0c9ecdfe Add browser_window drag type accessor. Michael Drake 2012-02-28 12:20:49 +0000
  • 046ee36430 Use browser window scale accessor. Michael Drake 2012-02-27 22:44:59 +0000
  • da9a0e9b44 Always use pkg-config, never use xml-config or curl-config, it breaks crossbuild when these binaries are actually available on the build machine. Ole Loots 2012-02-27 22:43:33 +0000
  • ed9fb931cd Add browser window scale acceser. Michael Drake 2012-02-27 22:43:25 +0000
  • feb44c7396 Add a couple of lines for translators' notes. Michael Drake 2012-02-26 16:47:51 +0000
  • c259968009 Fix top comment, so line numbers can be compared with .en version. Get .it Messages file back in sync. Michael Drake 2012-02-26 16:38:47 +0000
  • 84a600881d Get .fr and .nl Messages back in sync. Michael Drake 2012-02-26 16:36:59 +0000
  • b7f7293802 random changes Chris Young 2012-02-26 15:44:14 +0000
  • 2951735e2f adjust scrolbars when window is resized Chris Young 2012-02-26 14:40:34 +0000
  • bb17cc2529 Don't do schedule message handling on a while loop.. it sometimes causes long pauses in user input. Chris Young 2012-02-26 11:03:09 +0000
  • b375a6a293 Convert treeview to tiled draw Chris Young 2012-02-26 10:42:15 +0000
  • c2afcf4453 Documentation update Chris Young 2012-02-25 19:21:38 +0000
  • 6696f7d160 Fix thumbnails Chris Young 2012-02-25 19:13:41 +0000
  • 79c5485e27 Add tiled refresh, with tiles of max size option_redraw_tile_size. This reduces the size of our off-screen bitmap and associated memory. Only works with browser windows at present. History and treeviews still have full window refresh/bitmap. Setting the option to 0 brings back the old behaviour. Chris Young 2012-02-25 18:42:33 +0000
  • 174b52a0fd more #ifdef WITH_8BPP_SUPPORT Ole Loots 2012-02-25 15:23:00 +0000
  • 20e825c8f4 More simple refresh. This would work (provided the user hasn't scrolled), however we appear to be losing events (refresh and menu events are not always being received) Chris Young 2012-02-24 23:18:24 +0000
  • ce0d219328 typo Chris Young 2012-02-24 20:03:38 +0000
  • b517cf331a option_screen_compositing to enable switching compositing for NetSurf's own screen on/off. Chris Young 2012-02-24 20:00:51 +0000
  • 9478f01828 Fix bug #3481624: this was needlessly complex John Mark Bell 2012-02-23 21:22:37 +0000
  • 2309042fc3 Update from Samir Hawamdeh (mostly copyright year) Chris Young 2012-02-23 18:53:06 +0000
  • ea0c028cac fix favicon display Vincent Sanders 2012-02-21 20:54:31 +0000
  • 8e3e8f2ca1 remove unused scrolledwindow member Vincent Sanders 2012-02-20 21:28:24 +0000
  • f0708c3f9b Bring German Messages file back into sync. Michael Drake 2012-02-16 15:04:21 +0000
  • b0b08b4eaf Remove "NetSurf" from release version string, that's on the splash anyway. Chris Young 2012-02-12 18:02:49 +0000
  • 0410b0d640 Don't break the clipboard when copying 'nothing'. Don't touch clipboard contents when copying 'nothing'. Chris Young 2012-02-12 17:56:25 +0000
  • 9c7ced69d2 Shift status bar text over by a pixel and reposition the frame slightly. Don't use WBorBottom as that is not particulary relevant to what we're trying to do. Chris Young 2012-02-11 23:17:47 +0000
  • 26a1bb7718 Use S_IRWXU where appropriate John Mark Bell 2012-02-10 20:02:13 +0000
  • 6d8cb05732 Fix Debian bug #659376: .netsurf must not be world readable John Mark Bell 2012-02-10 19:41:02 +0000
  • 4dd1b4d80b fix the popup menu entry signal attaching to attach the correct handler functions. as the prototype changes depending on signal type and we were using the non menu function prototype for menu entries. Vincent Sanders 2012-02-08 02:45:03 +0000
  • 3e2e110a86 Bypass full type sniffer if only images are acceptable John Mark Bell 2012-02-08 00:52:16 +0000
  • e2bb4aa4e0 Fix bug #3479239: scroll in correct direction for page left/page right John Mark Bell 2012-02-08 00:21:20 +0000
  • b75a3960fc Fix gui_window_drag_start John Mark Bell 2012-02-05 08:16:41 +0000
  • 132ebb7dd9 Mouse button holding wasn't reported to the browser because of drag optimization, resulting in internal scrollbars which only reacted on click, not mouse holding down. Ole Loots 2012-02-03 00:05:37 +0000
  • 0fad29846b Treat image/x-png as a synonym for image/png John Mark Bell 2012-01-29 20:43:59 +0000
  • f3aa0a5179 Default to "not rendering" when setting GUI poll priority. Ole Loots 2012-01-25 22:44:00 +0000
  • 2300b8adab Added key shortcut for bookmark, handle menut item "Hide Toolbars" Ole Loots 2012-01-25 22:42:03 +0000
  • f3e0dd578e 8*4=32, NOT 24. Copied UTF-8 text will now paste correctly into RA-OWB. Chris Young 2012-01-15 16:37:36 +0000
  • 676cb962ce Accept codeset 1 (undefined) as 106 (UTF-8) when pasting from the clipboard. This should allow us to at least paste from broken ports of MorphOS apps. Chris Young 2012-01-15 15:58:26 +0000
  • efa55dd3f1 Fix build Chris Young 2012-01-15 15:57:02 +0000
  • 9f08a052d0 Allow confining the pointer to part of the window during drags. Actually we aren't acting on this for any current drag types, but if we need to do so in the future (eg. frame resizing), this is the code to do it. The trap lasts 10 IntuiTicks so is re-asserted on every mouse move when an active drag is in effect. Drag type must be set to GDRAGGING_NONE to clear. Chris Young 2012-01-11 21:41:55 +0000
  • 3e9983abf2 Added functions to hide/show the toolbar. Ole Loots 2012-01-11 20:35:50 +0000
  • a5a0b8d955 Removed non declared and unused "cookies_update" function ( some frontends still define the functions), added missing prototypes. Ole Loots 2012-01-11 20:35:14 +0000
  • 2c7a54013d Constify rect param to browser_window_set_drag_type. Michael Drake 2012-01-11 16:48:59 +0000
  • 6794af012e Constify rect param to gui_window_drag_start. Michael Drake 2012-01-11 16:45:17 +0000
  • d2253eee8f Don't need root bw here any more. Michael Drake 2012-01-11 14:29:44 +0000
  • 04ece30fa9 Pass pointer constraints for drag out to front ends. Ensure content scrollbar drag termination always informs the browser window layer that the drag is over. Michael Drake 2012-01-11 14:20:26 +0000
  • c08ee82076 Allow drag handlers to inform browser window layer of any pointer range constraints. Michael Drake 2012-01-10 22:02:19 +0000
  • 411a707e3e Italian translation update from Samir Hawamdeh Chris Young 2012-01-09 18:37:26 +0000
  • ca893cd1af set monochrom option on save was missing Ole Loots 2012-01-07 00:28:35 +0000
  • 31f221e84f Remove search init function. Michael Drake 2012-01-06 23:42:22 +0000
  • 24b7ae1bf4 Browser window destruction destroys search context. Michael Drake 2012-01-06 23:32:38 +0000
  • cc2b4477b0 Updated resources ( mainmenu and settings dialog updated for background_images, foreground_images, font_monochrom ) Ole Loots 2012-01-06 23:30:59 +0000
  • 2ee9f1d925 fix enable/disable of checkbox when font renderer is changed. Ole Loots 2012-01-06 23:29:58 +0000
  • be2d2b4cea Added menu items for foreground_images,background_images for fast access. Ole Loots 2012-01-06 23:23:31 +0000
  • 4259392e19 Added settings for: foreground_images, background_images, monochrom glyph rendering. Ole Loots 2012-01-06 23:22:08 +0000
  • fc3de8814c Search-as-you-type. Michael Drake 2012-01-06 23:10:04 +0000
  • 3b492b4842 Removed unused source files. Ole Loots 2012-01-06 22:15:56 +0000
  • 03cd3ac72b Updated docs. Ole Loots 2012-01-06 22:12:20 +0000
  • af89069dad Added missing prototypes. Ole Loots 2012-01-06 22:10:10 +0000
  • b5a9e93d55 Added flag for monochrom font rendering. Ole Loots 2012-01-06 22:06:31 +0000
  • ede3e647d9 Fixed warning. Ole Loots 2012-01-06 22:04:55 +0000
  • b0827f8377 Added schedule stats. Ole Loots 2012-01-06 22:04:23 +0000
  • d5d0289010 Only set opaque on initial alloc, add flag for clearing buffer on realloc. Ole Loots 2012-01-06 21:57:42 +0000
  • 7314d12cba Default X and Y aspect ratio to 0. This will make NetSurf assume that the screen has square pixels, which is true in 99% of cases on OS4. Chris Young 2012-01-06 18:55:30 +0000
  • 767f40dc72 Simplify frameset distribution calcs. Michael Drake 2012-01-06 14:44:01 +0000
  • b4bf069099 Set drag type correctly for page drag. Michael Drake 2012-01-06 12:41:24 +0000
  • 097800ff47 Fix rectangle fill, only add/subtract stroke_width when the rectangle has an outline. Ole Loots 2012-01-05 22:38:02 +0000
  • 1beb016c47 Reverted last change and only apply color conversion for alpha channel glyphs. Ole Loots 2012-01-03 23:38:51 +0000
  • 68466df8a2 Fix clipping and only apply color conversion for hicolor systems. Ole Loots 2012-01-03 23:29:25 +0000
  • 5cdfd5a086 It's now possible to render fonts in monochrom mode. Ole Loots 2012-01-03 23:05:27 +0000
  • 08e2052c09 removed comment. Ole Loots 2012-01-03 23:03:09 +0000
  • 224d882c03 Fixed font plotter init and added flag for monochrom glyph rendering. Ole Loots 2012-01-03 23:02:38 +0000
  • 0977543316 Made internal font plotter compatible with 256 colors. Ole Loots 2012-01-02 14:29:16 +0000
  • aac69e6478 s/s/S/ Michael Drake 2012-01-02 13:42:51 +0000