summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Unexport pdf_scale variable (use pdf_set_scale to set it) and initialize it ↵John Tytgat2009-02-023-9/+4
| | | | | | to DEFAULT_EXPORT_SCALE. svn path=/trunk/netsurf/; revision=6350
* Selection menu and save/download tweaksAdrian Lees2009-02-025-29/+65
| | | | svn path=/trunk/netsurf/; revision=6349
* Document setting up of clip rectangle for NetSurf's core.Michael Drake2009-02-011-4/+13
| | | | svn path=/trunk/netsurf/; revision=6348
* Delete legacy code.Michael Drake2009-02-011-3/+1
| | | | svn path=/trunk/netsurf/; revision=6347
* Tidy-up of redraw codeChris Young2009-02-011-110/+21
| | | | svn path=/trunk/netsurf/; revision=6345
* Add sensitive property for PDF export like for the other export entries, ↵John Tytgat2009-02-011-0/+1
| | | | | | this disables the PDF export menu entry when there is no content. svn path=/trunk/netsurf/; revision=6344
* Hook in our own libharu copy in the build.John Tytgat2009-02-012-6/+10
| | | | svn path=/trunk/netsurf/; revision=6343
* gui_window_update_box and gui_window_redraw now only update the relevant ↵Chris Young2009-02-011-35/+42
| | | | | | | | | areas.. I think. They are liable to destroy things outside of the render area as well currently. svn path=/trunk/netsurf/; revision=6342
* Fix libharu address.Michael Drake2009-02-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=6341
* Remove the caret by replacing it with the area under the caret, rather than ↵Chris Young2009-02-011-1/+1
| | | | | | | | the area displayed somewhere else on the page. svn path=/trunk/netsurf/; revision=6338
* strlen() on constant string can be replaced by sizeof()-1John Tytgat2009-02-012-2/+2
| | | | svn path=/trunk/netsurf/; revision=6333
* Remove unnecessary casting.John Tytgat2009-02-011-8/+8
| | | | svn path=/trunk/netsurf/; revision=6332
* - C strings have always an implicit NUL character at the end, no need to ↵John Tytgat2009-02-0110-18/+17
| | | | | | | | specify an extra one. - riscos/configure/con_theme.c: removed spurious code line. svn path=/trunk/netsurf/; revision=6331
* Oops, probably shouldn't double-convert textChris Young2009-02-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=6330
* Convert UTF-8 titles to local charset for display in tabsChris Young2009-02-011-2/+5
| | | | | | | Disable keyboard shortcuts for tabs as an underscore in the title was causing keypresses to be ignored or tabs to be switched unexpectedly svn path=/trunk/netsurf/; revision=6329
* Change to use names instead of numbers for keypressesChris Young2009-02-013-20/+86
| | | | | | Add missing keypresss svn path=/trunk/netsurf/; revision=6328
* Next batch of menu changes; clarify some key pressesAdrian Lees2009-02-0110-97/+134
| | | | svn path=/trunk/netsurf/; revision=6327
* Added context menu option to download the link target.Chris Young2009-01-316-16/+94
| | | | | | Added SAVEAS/K to OPEN ARexx command to download a URL instead of displaying it. svn path=/trunk/netsurf/; revision=6326
* Hubbub allows FONT tags to span blocks and the way thatMichael Drake2009-01-311-1/+1
| | | | | | | | the box tree is generated, this makes the BOX_INLINE's BOX_INLINE_END appears in a different BOX_BLOCK. That seems wrong, but fix layout not to crash for now. svn path=/trunk/netsurf/; revision=6325
* This change belonged to r6323.John Tytgat2009-01-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=6324
* Avoid having '...' in the RISC OS PDF export menu entry.John Tytgat2009-01-315-5/+10
| | | | svn path=/trunk/netsurf/; revision=6323
* Fix a couple copyright years.John Tytgat2009-01-311-3/+3
| | | | svn path=/trunk/netsurf/; revision=6322
* When UnixLib 5 is used, use its API to do the coredumping. Define ↵John Tytgat2009-01-311-1/+11
| | | | | | | | UnixEnv$coredump (value needs to be a directory to where the coredump files can be written too) instead of NetSurf$CoreDump to enable this. svn path=/trunk/netsurf/; revision=6321
* Make inline boxes store the height of their line box and include in box tree ↵Michael Drake2009-01-313-2/+23
| | | | | | dump. svn path=/trunk/netsurf/; revision=6319
* RFix immediate menu-related problems; changes to followAdrian Lees2009-01-314-2/+48
| | | | svn path=/trunk/netsurf/; revision=6318
* Let's try that again. Now actually passes the regression tests.John Mark Bell2009-01-311-6/+7
| | | | svn path=/trunk/netsurf/; revision=6317
* Fix urldb_match_path().John Mark Bell2009-01-311-5/+13
| | | | | | Fix test code. svn path=/trunk/netsurf/; revision=6316
* urldb_destroy_path_tree() -> iterationJohn Mark Bell2009-01-311-9/+24
| | | | svn path=/trunk/netsurf/; revision=6315
* urldb_save_cookie_paths() -> iterationJohn Mark Bell2009-01-311-15/+27
| | | | svn path=/trunk/netsurf/; revision=6314
* Initialising variables helpsJohn Mark Bell2009-01-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=6313
* urldb_delete_cookie_paths() -> iterationJohn Mark Bell2009-01-311-18/+35
| | | | svn path=/trunk/netsurf/; revision=6312
* Make urldb_dump_paths iterateJohn Mark Bell2009-01-311-10/+21
| | | | svn path=/trunk/netsurf/; revision=6311
* Make urldb_match_path() iterate.John Mark Bell2009-01-311-13/+16
| | | | svn path=/trunk/netsurf/; revision=6310
* Fix scale of inline borders.Michael Drake2009-01-311-14/+13
| | | | svn path=/trunk/netsurf/; revision=6309
* Right-clicking a page now removes the browser caret as well, but isn't ↵Sean Fox2009-01-301-3/+14
| | | | | | properly implemented; see todo. svn path=/trunk/netsurf/; revision=6308
* Properly show the context menu separator.Sean Fox2009-01-301-3/+0
| | | | svn path=/trunk/netsurf/; revision=6307
* Clicking in the draw area now deselects the URL bar.Sean Fox2009-01-303-0/+10
| | | | svn path=/trunk/netsurf/; revision=6306
* Save page support on the context menu.Sean Fox2009-01-304-35/+138
| | | | svn path=/trunk/netsurf/; revision=6305
* Make urldb_iterate_entries_path use iterationJohn Mark Bell2009-01-301-28/+38
| | | | svn path=/trunk/netsurf/; revision=6304
* Pedantic linewrappingJohn Mark Bell2009-01-301-5/+10
| | | | svn path=/trunk/netsurf/; revision=6303
* Make urldb_iterate_partial_path iterate over the tree and not recurse.John Mark Bell2009-01-301-25/+59
| | | | svn path=/trunk/netsurf/; revision=6302
* This logic looked entirely wrong. Fix it to be more sane. If this breaks ↵John Mark Bell2009-01-301-12/+3
| | | | | | things, blame the lack of commentary. svn path=/trunk/netsurf/; revision=6301
* Minor optimisationJohn Mark Bell2009-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=6300
* Iterate when counting/writing out paths.John Mark Bell2009-01-301-68/+103
| | | | svn path=/trunk/netsurf/; revision=6299
* Not my day :(Adrian Lees2009-01-301-49/+228
| | | | svn path=/trunk/netsurf/; revision=6298
* And these files too, pleaseAdrian Lees2009-01-303-11/+26
| | | | svn path=/trunk/netsurf/; revision=6297
* Selection- and link-related functions now on menu; other menu changes as per ↵Adrian Lees2009-01-3011-318/+547
| | | | | | t's plan svn path=/trunk/netsurf/; revision=6296
* Only get top margin if box has style.Michael Drake2009-01-291-14/+4
| | | | svn path=/trunk/netsurf/; revision=6295
* Include top margin when finding sides for block formatting contexts.Michael Drake2009-01-291-7/+27
| | | | svn path=/trunk/netsurf/; revision=6293
* Squash some memory leaks.Sean Fox2009-01-292-6/+13
| | | | svn path=/trunk/netsurf/; revision=6290