summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-22131-3227/+3367
* Be a bit more verbose and strict. Ole Loots2012-03-211-4/+12
* added dbg_rect function. Ole Loots2012-03-211-0/+6
* call set_clip/get_clip, declare result variables correctly. Ole Loots2012-03-211-6/+7
* Let user select download path and filename, removed unused struct members.Ole Loots2012-03-212-53/+56
* Updated German translation by Ruben Schuller.Michael Drake2012-03-211-71/+71
* Reworked r13532 in a cleaner way. The FLEX_ARRAY_LEN_DECL macro from utils.h ...François Revel2012-03-192-5/+7
* Since nsurl wants to add // to url schemes, just abide by it. Third / separat...François Revel2012-03-193-6/+6
* Fix the BeOS build. The rsrc: fetcher was left behind some fetcher changes.François Revel2012-03-191-35/+57
* Workaround use of C99 flex array. gcc2 did not support it, only 0-len arrays....François Revel2012-03-191-1/+5
* Adjusted for changed plotter members. Ole Loots2012-03-142-2/+2
* Restructured the plotter driver struct and declared misc functions static wit...Ole Loots2012-03-147-401/+467
* fix incorrect type in message loadingVincent Sanders2012-03-141-1/+1
* Added GD Plotter stub.Ole Loots2012-03-123-23/+265
* Removed unused plotter members.Ole Loots2012-03-122-111/+12
* now abort button becomes close button when download is completed. Ole Loots2012-03-112-19/+31
* Set User CSS file in Choices.WWW.NetSurf.Michael Drake2012-03-061-4/+13
* Don't override UA stylesheet origin with User origin.Michael Drake2012-03-061-1/+1
* Enable User CSS file.Michael Drake2012-03-063-3/+30
* More reasonable tile size defaultsChris Young2012-03-031-2/+2
* Fix scaled fast scrolling. Curiously this has solved the form select menuChris Young2012-03-032-14/+14
* Fix offsets when page scaled and scrolledChris Young2012-03-031-17/+16
* allow both x and y dimensions of redraw tiles to be configuredChris Young2012-02-295-20/+28
* Translation of previously-missing strings (credit: Samir Hawamdeh)Chris Young2012-02-281-13/+13
* revert r13281, meant to put it in 2.9 branchChris Young2012-02-281-3/+13
* Readme for 2.9Chris Young2012-02-281-13/+3
* Disable print menu optionChris Young2012-02-281-0/+2
* Set/get drag type via API.Michael Drake2012-02-281-5/+11
* Check drag type via accessor.Michael Drake2012-02-281-2/+3
* Add browser_window drag type accessor.Michael Drake2012-02-282-2/+15
* Use browser window scale accessor.Michael Drake2012-02-271-2/+5
* Always use pkg-config, never use xml-config or curl-config, it breaks crossbu...Ole Loots2012-02-271-3/+3
* Add browser window scale acceser.Michael Drake2012-02-272-0/+14
* Add a couple of lines for translators' notes.Michael Drake2012-02-265-5/+30
* Fix top comment, so line numbers can be compared with .en version. Get .it M...Michael Drake2012-02-261-5/+17
* Get .fr and .nl Messages back in sync.Michael Drake2012-02-262-17/+52
* random changesChris Young2012-02-261-4/+11
* adjust scrolbars when window is resizedChris Young2012-02-261-0/+1
* Don't do schedule message handling on a while loop.. it sometimes causesChris Young2012-02-261-1/+1
* Convert treeview to tiled drawChris Young2012-02-262-6/+40
* Documentation updateChris Young2012-02-251-2/+6
* Fix thumbnailsChris Young2012-02-251-1/+1
* Add tiled refresh, with tiles of max size option_redraw_tile_size. ThisChris Young2012-02-254-119/+98
* more #ifdef WITH_8BPP_SUPPORTOle Loots2012-02-253-4/+19
* More simple refresh. This would work (provided the user hasn't scrolled),Chris Young2012-02-241-6/+29
* typoChris Young2012-02-241-1/+1
* option_screen_compositing to enable switching compositing for NetSurf's ownChris Young2012-02-243-5/+66
* Fix bug #3481624: this was needlessly complexJohn Mark Bell2012-02-234-1/+5
* Update from Samir Hawamdeh (mostly copyright year)Chris Young2012-02-232-12/+12
* fix favicon displayVincent Sanders2012-02-215-58/+92