summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable/disable caching of native bitmaps in gfx board memChris Young2009-02-073-13/+43
* Document the assumption that all URLs passed into urldb are already normalise...John Mark Bell2009-02-061-0/+4
* Ensure hotlist URLs are normalised before using them.John Mark Bell2009-02-061-8/+42
* pdf_plot_fill(): fixed wrong change made in r6363.John Tytgat2009-02-061-1/+1
* Blah.John Mark Bell2009-02-051-39/+39
* Some attempt at faster scrolling - can be enabled with option faster_scroll:1Chris Young2009-02-052-29/+28
* - desktop/save_pdf/pdf_plotters.c:John Tytgat2009-02-055-191/+336
* Try to stop rendering of things that can't be seenChris Young2009-02-041-4/+22
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-0317-120/+115
* - apply_clip_and_mode(): pass text mode selection as parameter instead of usi...John Tytgat2009-02-021-37/+41
* Fix object saveAdrian Lees2009-02-021-1/+2
* Protect NS from DrawFiles it generatedAdrian Lees2009-02-021-4/+13
* Give iframes an initial size.Michael Drake2009-02-021-0/+1
* Appease tlsaAdrian Lees2009-02-022-8/+13
* Comment content_redraw.Michael Drake2009-02-021-0/+19
* Remove unused line_height stuff for now.Michael Drake2009-02-023-22/+3
* More commenting of what we do with clip rectangle.Michael Drake2009-02-021-0/+4
* Fix clear:both; when there's nothing to clear.Michael Drake2009-02-021-6/+10
* Unexport pdf_scale variable (use pdf_set_scale to set it) and initialize it t...John Tytgat2009-02-023-9/+4
* Selection menu and save/download tweaksAdrian Lees2009-02-025-29/+65
* Document setting up of clip rectangle for NetSurf's core.Michael Drake2009-02-011-4/+13
* Delete legacy code.Michael Drake2009-02-011-3/+1
* Tidy-up of redraw codeChris Young2009-02-011-110/+21
* Add sensitive property for PDF export like for the other export entries, this...John Tytgat2009-02-011-0/+1
* Hook in our own libharu copy in the build.John Tytgat2009-02-012-6/+10
* gui_window_update_box and gui_window_redraw now only update the relevant area...Chris Young2009-02-011-35/+42
* Fix libharu address.Michael Drake2009-02-011-1/+1
* Remove the caret by replacing it with the area under the caret, rather than t...Chris Young2009-02-011-1/+1
* strlen() on constant string can be replaced by sizeof()-1John Tytgat2009-02-012-2/+2
* Remove unnecessary casting.John Tytgat2009-02-011-8/+8
* - C strings have always an implicit NUL character at the end, no need to spec...John Tytgat2009-02-0110-18/+17
* Oops, probably shouldn't double-convert textChris Young2009-02-011-1/+1
* Convert UTF-8 titles to local charset for display in tabsChris Young2009-02-011-2/+5
* Change to use names instead of numbers for keypressesChris Young2009-02-013-20/+86
* Next batch of menu changes; clarify some key pressesAdrian Lees2009-02-0110-97/+134
* Added context menu option to download the link target.Chris Young2009-01-316-16/+94
* Hubbub allows FONT tags to span blocks and the way thatMichael Drake2009-01-311-1/+1
* This change belonged to r6323.John Tytgat2009-01-311-1/+1
* Avoid having '...' in the RISC OS PDF export menu entry.John Tytgat2009-01-315-5/+10
* Fix a couple copyright years.John Tytgat2009-01-311-3/+3
* When UnixLib 5 is used, use its API to do the coredumping. Define UnixEnv$co...John Tytgat2009-01-311-1/+11
* Make inline boxes store the height of their line box and include in box tree ...Michael Drake2009-01-313-2/+23
* RFix immediate menu-related problems; changes to followAdrian Lees2009-01-314-2/+48
* Let's try that again. Now actually passes the regression tests.John Mark Bell2009-01-311-6/+7
* Fix urldb_match_path().John Mark Bell2009-01-311-5/+13
* urldb_destroy_path_tree() -> iterationJohn Mark Bell2009-01-311-9/+24
* urldb_save_cookie_paths() -> iterationJohn Mark Bell2009-01-311-15/+27
* Initialising variables helpsJohn Mark Bell2009-01-311-1/+1
* urldb_delete_cookie_paths() -> iterationJohn Mark Bell2009-01-311-18/+35
* Make urldb_dump_paths iterateJohn Mark Bell2009-01-311-10/+21