summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix favicon displayVincent Sanders2012-02-215-58/+92
| | | | svn path=/trunk/netsurf/; revision=13460
* remove unused scrolledwindow memberVincent Sanders2012-02-201-31/+6
| | | | svn path=/trunk/netsurf/; revision=13452
* Bring German Messages file back into sync.Michael Drake2012-02-161-3/+24
| | | | svn path=/trunk/netsurf/; revision=13451
* Remove "NetSurf" from release version string, that's on the splash anyway.Chris Young2012-02-121-2/+2
| | | | svn path=/trunk/netsurf/; revision=13443
* Don't break the clipboard when copying 'nothing'.Chris Young2012-02-121-7/+9
| | | | | | Don't touch clipboard contents when copying 'nothing'. svn path=/trunk/netsurf/; revision=13442
* Shift status bar text over by a pixel and reposition the frame slightly.Chris Young2012-02-111-4/+4
| | | | | | | Don't use WBorBottom as that is not particulary relevant to what we're trying to do. svn path=/trunk/netsurf/; revision=13441
* Use S_IRWXU where appropriateJohn Mark Bell2012-02-102-4/+4
| | | | svn path=/trunk/netsurf/; revision=13439
* Fix Debian bug #659376: .netsurf must not be world readableJohn Mark Bell2012-02-101-1/+3
| | | | svn path=/trunk/netsurf/; revision=13438
* fix the popup menu entry signal attaching to attach the correct handler ↵Vincent Sanders2012-02-081-21/+21
| | | | | | functions. as the prototype changes depending on signal type and we were using the non menu function prototype for menu entries. svn path=/trunk/netsurf/; revision=13437
* Bypass full type sniffer if only images are acceptableJohn Mark Bell2012-02-083-3/+25
| | | | svn path=/trunk/netsurf/; revision=13436
* Fix bug #3479239: scroll in correct direction for page left/page rightJohn Mark Bell2012-02-081-2/+2
| | | | svn path=/trunk/netsurf/; revision=13435
* Fix gui_window_drag_startJohn Mark Bell2012-02-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=13418
* Mouse button holding wasn't reported to the browser because of drag ↵Ole Loots2012-02-031-6/+13
| | | | | | optimization, resulting in internal scrollbars which only reacted on click, not mouse holding down. svn path=/trunk/netsurf/; revision=13415
* Treat image/x-png as a synonym for image/pngJohn Mark Bell2012-01-292-2/+4
| | | | svn path=/trunk/netsurf/; revision=13414
* Default to "not rendering" when setting GUI poll priority. Ole Loots2012-01-251-21/+15
| | | | svn path=/trunk/netsurf/; revision=13408
* Added key shortcut for bookmark, handle menut item "Hide Toolbars"Ole Loots2012-01-251-3/+8
| | | | svn path=/trunk/netsurf/; revision=13407
* 8*4=32, NOT 24. Copied UTF-8 text will now paste correctly into RA-OWB.Chris Young2012-01-151-3/+3
| | | | svn path=/trunk/netsurf/; revision=13405
* Accept codeset 1 (undefined) as 106 (UTF-8) when pasting from theChris Young2012-01-151-2/+5
| | | | | | | clipboard. This should allow us to at least paste from broken ports of MorphOS apps. svn path=/trunk/netsurf/; revision=13404
* Fix buildChris Young2012-01-151-4/+4
| | | | svn path=/trunk/netsurf/; revision=13403
* Allow confining the pointer to part of the window during drags. ActuallyChris Young2012-01-112-1/+67
| | | | | | | | | 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. svn path=/trunk/netsurf/; revision=13401
* Added functions to hide/show the toolbar. Ole Loots2012-01-112-3/+26
| | | | svn path=/trunk/netsurf/; revision=13400
* Removed non declared and unused "cookies_update" function ( some frontends ↵Ole Loots2012-01-112-8/+5
| | | | | | still define the functions), added missing prototypes. svn path=/trunk/netsurf/; revision=13399
* Constify rect param to browser_window_set_drag_type.Michael Drake2012-01-112-2/+2
| | | | svn path=/trunk/netsurf/; revision=13398
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-1110-91/+91
| | | | svn path=/trunk/netsurf/; revision=13397
* Don't need root bw here any more.Michael Drake2012-01-112-7/+0
| | | | svn path=/trunk/netsurf/; revision=13396
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-1116-69/+103
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Allow drag handlers to inform browser window layer of any pointer range ↵Michael Drake2012-01-106-34/+66
| | | | | | constraints. svn path=/trunk/netsurf/; revision=13394
* Italian translation update from Samir HawamdehChris Young2012-01-091-9/+9
| | | | svn path=/trunk/netsurf/; revision=13393
* set monochrom option on save was missingOle Loots2012-01-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=13392
* Remove search init function.Michael Drake2012-01-061-22/+9
| | | | svn path=/trunk/netsurf/; revision=13391
* Browser window destruction destroys search context.Michael Drake2012-01-061-0/+4
| | | | svn path=/trunk/netsurf/; revision=13390
* Updated resources ( mainmenu and settings dialog updated for ↵Ole Loots2012-01-063-48/+58
| | | | | | background_images, foreground_images, font_monochrom ) svn path=/trunk/netsurf/; revision=13389
* fix enable/disable of checkbox when font renderer is changed. Ole Loots2012-01-061-3/+3
| | | | svn path=/trunk/netsurf/; revision=13388
* Added menu items for foreground_images,background_images for fast access. Ole Loots2012-01-062-5/+28
| | | | svn path=/trunk/netsurf/; revision=13387
* Added settings for: foreground_images, background_images, monochrom glyph ↵Ole Loots2012-01-061-18/+39
| | | | | | rendering. svn path=/trunk/netsurf/; revision=13386
* Search-as-you-type.Michael Drake2012-01-061-2/+16
| | | | svn path=/trunk/netsurf/; revision=13385
* Removed unused source files.Ole Loots2012-01-062-188/+0
| | | | svn path=/trunk/netsurf/; revision=13384
* Updated docs.Ole Loots2012-01-063-36/+32
| | | | svn path=/trunk/netsurf/; revision=13383
* Added missing prototypes.Ole Loots2012-01-062-5/+9
| | | | svn path=/trunk/netsurf/; revision=13382
* Added flag for monochrom font rendering.Ole Loots2012-01-061-6/+9
| | | | svn path=/trunk/netsurf/; revision=13381
* Fixed warning.Ole Loots2012-01-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=13380
* Added schedule stats. Ole Loots2012-01-061-1/+10
| | | | svn path=/trunk/netsurf/; revision=13379
* Only set opaque on initial alloc, add flag for clearing buffer on realloc. Ole Loots2012-01-062-1/+5
| | | | svn path=/trunk/netsurf/; revision=13378
* Default X and Y aspect ratio to 0. This will make NetSurf assume that the ↵Chris Young2012-01-061-2/+2
| | | | | | | | screen has square pixels, which is true in 99% of cases on OS4. svn path=/trunk/netsurf/; revision=13377
* Simplify frameset distribution calcs.Michael Drake2012-01-061-20/+20
| | | | svn path=/trunk/netsurf/; revision=13376
* Set drag type correctly for page drag.Michael Drake2012-01-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=13375
* Fix rectangle fill, only add/subtract stroke_width when the rectangle has an ↵Ole Loots2012-01-051-4/+10
| | | | | | outline. svn path=/trunk/netsurf/; revision=13374
* Reverted last change and only apply color conversion for alpha channel glyphs. Ole Loots2012-01-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=13373
* Fix clipping and only apply color conversion for hicolor systems.Ole Loots2012-01-031-6/+7
| | | | svn path=/trunk/netsurf/; revision=13372
* It's now possible to render fonts in monochrom mode. Ole Loots2012-01-031-29/+115
| | | | svn path=/trunk/netsurf/; revision=13371