summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Also try charsets without transliteration -- not all iconv() implementations ↵John Mark Bell2007-09-271-8/+30
| | | | | | support //TRANSLIT as it's a non-standard extension. svn path=/trunk/netsurf/; revision=3598
* Attempt to fix popup menu strangeness in nsgtk experienced by some.Rob Kendrick2007-09-261-1/+2
| | | | svn path=/trunk/netsurf/; revision=3593
* nsgtk single and multiple select form widgets now workRob Kendrick2007-09-261-2/+39
| | | | svn path=/trunk/netsurf/; revision=3592
* Fix handling of backgrounds on <body> and <html>John Mark Bell2007-09-171-45/+119
| | | | svn path=/trunk/netsurf/; revision=3545
* Remove the old and crap gesture coreDaniel Silverstone2007-09-146-415/+2
| | | | svn path=/trunk/netsurf/; revision=3537
* NetBSD doesn't have the timezone struct, either.Rob Kendrick2007-09-141-2/+2
| | | | svn path=/trunk/netsurf/; revision=3536
* Probably fix crash on clicking in url completion dialogue.John Mark Bell2007-08-291-3/+13
| | | | | | URL completion really needs revisiting, as it's full of side effects and has weird and wonderful interactions with other parts of the system. svn path=/trunk/netsurf/; revision=3535
* Fix disappearing borders for elements with overflow: hidden.James Bursa2007-08-281-2/+1
| | | | svn path=/trunk/netsurf/; revision=3534
* Fix for Shift+Adjust clicks on links by Christopher Martin.Michael Drake2007-08-261-4/+5
| | | | svn path=/trunk/netsurf/; revision=3533
* Bring nsgtk execution instruction forward to first sentence in paragraph.Michael Drake2007-08-231-8/+6
| | | | svn path=/trunk/netsurf/; revision=3532
* Reflow the if statements as per nsgtk styleDaniel Silverstone2007-08-221-4/+8
| | | | svn path=/trunk/netsurf/; revision=3531
* Ensure that when directly setting scroll extents, we clamp them to the ↵Daniel Silverstone2007-08-221-4/+13
| | | | | | GtkAdjustment range properly svn path=/trunk/netsurf/; revision=3530
* Make F9 dump box tree to an editor for easier debugging.James Bursa2007-08-208-65/+104
| | | | svn path=/trunk/netsurf/; revision=3529
* Provide the facility to set the DPI of the display by removing the ↵Daniel Silverstone2007-08-193-12/+19
| | | | | | assumptions of 90.0 dpi from the CSS and layout engines. svn path=/trunk/netsurf/; revision=3528
* Rename default scale option back to "scale" (changed to "option_scale" by ↵James Bursa2007-08-131-1/+1
| | | | | | mistake). svn path=/trunk/netsurf/; revision=3512
* Include new licencing terms in nsgtk about windowRob Kendrick2007-08-111-1/+51
| | | | svn path=/trunk/netsurf/; revision=3510
* fix nsgtk ssl cert verify windowRob Kendrick2007-08-111-4/+6
| | | | svn path=/trunk/netsurf/; revision=3508
* Initial trivial (temp) implementation of nsgtk SSL cert window. Currently ↵Rob Kendrick2007-08-112-9/+60
| | | | | | segfaults if you accept, however. svn path=/trunk/netsurf/; revision=3507
* nsgtk warning squashRob Kendrick2007-08-111-0/+1
| | | | svn path=/trunk/netsurf/; revision=3498
* Add GTK stub path functionRob Kendrick2007-08-111-1/+15
| | | | svn path=/trunk/netsurf/; revision=3497
* revert 3482 so it can be reapplied as two seperate patchesRob Kendrick2007-08-112-16/+1
| | | | svn path=/trunk/netsurf/; revision=3496
* Clarify licensing arrangementsJohn Mark Bell2007-08-091-0/+49
| | | | svn path=/trunk/netsurf/; revision=3493
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-08231-844/+3377
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Fix warning with rsvgRob Kendrick2007-08-082-2/+2
| | | | svn path=/trunk/netsurf/; revision=3485
* a script which will determine who was the last person to change a line which ↵Vincent Sanders2007-08-081-0/+36
| | | | | | has a warning upon it (and a which revision) svn path=/trunk/netsurf/; revision=3484
* Ensure that we can scroll properly with the keyboard in nsgtkDaniel Silverstone2007-08-071-5/+5
| | | | svn path=/trunk/netsurf/; revision=3483
* Fix warnings in nsgtk caused by recent changes.Rob Kendrick2007-08-072-1/+16
| | | | svn path=/trunk/netsurf/; revision=3482
* Fix division by 0 caused by uninitialised scale value.John Mark Bell2007-08-073-26/+41
| | | | | | Break out initialisation of common parts of struct browser_window into their own function. svn path=/trunk/netsurf/; revision=3481
* Improve error message.James Bursa2007-08-071-2/+3
| | | | svn path=/trunk/netsurf/; revision=3480
* Add path plotter (for SVG). Requires other implementations.James Bursa2007-08-072-7/+125
| | | | svn path=/trunk/netsurf/; revision=3479
* Move window scaling from platform-specific code to desktop/browser.c. Modify ↵James Bursa2007-08-0716-193/+190
| | | | | | gtk gui to handle scaling in the same way as RO. svn path=/trunk/netsurf/; revision=3478
* Fix debug buildJohn Mark Bell2007-08-062-2/+5
| | | | svn path=/trunk/netsurf/; revision=3477
* Fix crash when building error page -- fetch will be NULL, so ↵John Mark Bell2007-08-062-1/+4
| | | | | | fetch_get_referer will fail. svn path=/trunk/netsurf/; revision=3476
* Fix string length measurement for strings in icons; if the string came from ↵John Mark Bell2007-08-041-1/+21
| | | | | | the templates file, it will be LF terminated, not NUL terminated. Therefore, use a strlen variant that terminates on control characters, rather than just \0. This prevents reading memory beyond the end of the string. svn path=/trunk/netsurf/; revision=3475
* Workaround for AWRenderer clipping issue (bug #1756230) and improved ↵Adrian Lees2007-07-221-9/+31
| | | | | | rendering performance svn path=/trunk/netsurf/; revision=3456
* Purge NCOS build options; these have been redundant for ages.John Mark Bell2007-07-214-31/+8
| | | | svn path=/trunk/netsurf/; revision=3454
* Ensure option strings aren't blank before setting headers: previously, a ↵John Mark Bell2007-07-211-2/+2
| | | | | | blank option string could result in "Accept-Language: , *;q=0.1" being sent, for example. svn path=/trunk/netsurf/; revision=3450
* Change ArtWorks file MIME type to "image/x-artworks".Michael Drake2007-07-214-9/+6
| | | | svn path=/trunk/netsurf/; revision=3449
* Add SVG content name to content_type_name array.John Mark Bell2007-07-211-0/+3
| | | | svn path=/trunk/netsurf/; revision=3448
* Use proper background colour for AW files using transparencyAdrian Lees2007-07-202-2/+11
| | | | svn path=/trunk/netsurf/; revision=3447
* Add incremental parsing of SVG data to librsvg content handler.Rob Kendrick2007-07-193-11/+20
| | | | svn path=/trunk/netsurf/; revision=3441
* Clear new bitmaps to transparent black on creation of gtk bitmaps.Rob Kendrick2007-07-191-0/+5
| | | | svn path=/trunk/netsurf/; revision=3439
* Fixes to rsvg renderer. Now mostly works for direct (non-embedded in a ↵Rob Kendrick2007-07-181-47/+32
| | | | | | document) viewing. svn path=/trunk/netsurf/; revision=3438
* Add bitmap_save() handler for nsgtk bitmaps. Saves in PNG format.Rob Kendrick2007-07-181-0/+9
| | | | svn path=/trunk/netsurf/; revision=3437
* Add mention of librsvg2-dev in nsgtk building guideRob Kendrick2007-07-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=3436
* Makefile changes for rsvg workRob Kendrick2007-07-181-3/+4
| | | | svn path=/trunk/netsurf/; revision=3435
* Initial work on RSVG image handler. Still a lot to do.Rob Kendrick2007-07-186-3/+267
| | | | svn path=/trunk/netsurf/; revision=3433
* Wrap internal SVG renderer with appropriate #ifdef WITH_NS_SVGRob Kendrick2007-07-185-1/+17
| | | | svn path=/trunk/netsurf/; revision=3432
* Wrap jpeg.c with #ifdef WITH_JPEGRob Kendrick2007-07-181-1/+4
| | | | svn path=/trunk/netsurf/; revision=3431
* Improve documentation of content type handler additionJohn Mark Bell2007-07-181-0/+21
| | | | svn path=/trunk/netsurf/; revision=3430