summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make urldb_match_path() iterate.John Mark Bell2009-01-311-13/+16
* Fix scale of inline borders.Michael Drake2009-01-311-14/+13
* Right-clicking a page now removes the browser caret as well, but isn't proper...Sean Fox2009-01-301-3/+14
* Properly show the context menu separator.Sean Fox2009-01-301-3/+0
* Clicking in the draw area now deselects the URL bar.Sean Fox2009-01-303-0/+10
* Save page support on the context menu.Sean Fox2009-01-304-35/+138
* Make urldb_iterate_entries_path use iterationJohn Mark Bell2009-01-301-28/+38
* Pedantic linewrappingJohn Mark Bell2009-01-301-5/+10
* Make urldb_iterate_partial_path iterate over the tree and not recurse.John Mark Bell2009-01-301-25/+59
* This logic looked entirely wrong. Fix it to be more sane. If this breaks thin...John Mark Bell2009-01-301-12/+3
* Minor optimisationJohn Mark Bell2009-01-301-1/+1
* Iterate when counting/writing out paths.John Mark Bell2009-01-301-68/+103
* Not my day :(Adrian Lees2009-01-301-49/+228
* And these files too, pleaseAdrian Lees2009-01-303-11/+26
* Selection- and link-related functions now on menu; other menu changes as per ...Adrian Lees2009-01-3011-318/+547
* Only get top margin if box has style.Michael Drake2009-01-291-14/+4