summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Start on implementing SVG <path>.James Bursa2007-07-171-1/+135
| | | | svn path=/trunk/netsurf/; revision=3427
* Add SVG support for a few basic shapes.James Bursa2007-07-151-46/+368
| | | | svn path=/trunk/netsurf/; revision=3420
* Remove dead code at the end of ro_gui_default_language().James Bursa2007-07-151-25/+25
| | | | svn path=/trunk/netsurf/; revision=3417
* Update year.Michael Drake2007-07-144-4/+4
| | | | svn path=/trunk/netsurf/; revision=3408
* Support dataloading of SVG filesJohn Mark Bell2007-07-132-1/+9
| | | | | | Add internal filetype<->mimetype mapping for SVG files svn path=/trunk/netsurf/; revision=3407
* Add CONTENT_SVG to content handling.James Bursa2007-07-134-1/+9
| | | | svn path=/trunk/netsurf/; revision=3406
* Primitive SVG render (rect, text).James Bursa2007-07-132-0/+255
| | | | svn path=/trunk/netsurf/; revision=3405
* Implement removing of menu bar, tool bar and status bar from menu.Rob Kendrick2007-07-092-51/+76
| | | | | | | | Issues that remain: * These options are not saved along with the window position and size * When the menu is detached, keyboard shortcuts cease to work svn path=/trunk/netsurf/; revision=3392
* Remove debugging printf(). Whoops.Rob Kendrick2007-07-091-1/+0
| | | | svn path=/trunk/netsurf/; revision=3391
* Add popup version of main menu bar to nsgtk, accessable via right-mouse buttonRob Kendrick2007-07-094-9/+92
| | | | svn path=/trunk/netsurf/; revision=3390
* Ctrl+F11 -> fullscreen (nsgtk only)John Mark Bell2007-07-092-17/+65
| | | | svn path=/trunk/netsurf/; revision=3389
* Fix uninitialised fetch structure entries.John Mark Bell2007-07-081-0/+2
| | | | | | This was causing the Referer header to be sent regardless (assuming the referer string was non-NULL). svn path=/trunk/netsurf/; revision=3387
* Add URL file (with the original URL) and Inventory file (listing URLs of ↵James Bursa2007-07-052-5/+48
| | | | | | objects) to Full Saves. svn path=/trunk/netsurf/; revision=3383
* Clarify K&R.James Bursa2007-07-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=3382
* Add section on Coding Style.James Bursa2007-07-041-0/+22
| | | | svn path=/trunk/netsurf/; revision=3381
* Fix deadlock when fetching stylesheets when max_fetchers_per_host is reached ↵James Bursa2007-07-043-9/+11
| | | | | | by splitting fetch_can_be_freed() into fetch_remove_from_queues() and fetch_free(). svn path=/trunk/netsurf/; revision=3380
* Rename register_curl_fetchers() to fetch_curl_register(). Add declarations ↵James Bursa2007-07-043-391/+468
| | | | | | for static functions and reorder functions. svn path=/trunk/netsurf/; revision=3379
* Ignore blank option_homepage_urlJohn Mark Bell2007-06-281-4/+4
| | | | svn path=/trunk/netsurf/; revision=3376
* There's no referer header if the user's just hit return in the URL bar.John Mark Bell2007-06-281-22/+18
| | | | svn path=/trunk/netsurf/; revision=3375
* Remove -Wformat=2 from GTK build options, and make optimisation setting the ↵Rob Kendrick2007-06-271-1/+1
| | | | | | same as the RISC OS version svn path=/trunk/netsurf/; revision=3374
* Add option_suppress_curl_debug and default it to trueDaniel Silverstone2007-06-273-0/+13
| | | | svn path=/trunk/netsurf/; revision=3373
* Only pass option_ca_bundle and option_ca_path to cURL if they are non-empty.Daniel Silverstone2007-06-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=3372