summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add history navigationVincent Sanders2009-02-123-1/+20
* Symlink Aliases file into framebuffer resourcesJohn Mark Bell2009-02-121-0/+1
* Enable support for hubbub in the framebuffer frontend.John Mark Bell2009-02-122-0/+25
* stop SDL frontend consuming all available CPU when idelVincent Sanders2009-02-114-8/+11
* make schedule_run return if it has active jobs to scheduleVincent Sanders2009-02-116-10/+15
* Fix SDL frontend inputVincent Sanders2009-02-119-11/+114
* Add limits.h to fb_gui.c for INT_MAXRob Kendrick2009-02-111-0/+1
* fix double freeVincent Sanders2009-02-111-1/+0
* List SDL option.Michael Drake2009-02-111-1/+1
* add SDL frontend for framebuffer portVincent Sanders2009-02-116-0/+147
* Don't bother trying to render things that are completely off the screenChris Young2009-02-101-0/+3
* Ensure URLs are normalized prior to fetching.John Mark Bell2009-02-102-7/+56
* Fix assert when there is no hotlist fileChris Young2009-02-081-1/+1
* Fix animated GIF displayChris Young2009-02-081-1/+1
* Obvious fix for text start/end problem; missing something?Adrian Lees2009-02-081-11/+11
* Really stop overwriting window borders (also fix fast scrolling down, and bre...Chris Young2009-02-071-14/+27
* 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