summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a bug where public screens would remain open if NetSurf was the last visitorChris Young2009-02-141-0/+5
* move mouse movement handling to common place and make it cope with Vincent Sanders2009-02-142-3/+24
* make url bar workVincent Sanders2009-02-1310-415/+696
* Ensure that neither the current fetch host nor the referrer is an IP address ...John Mark Bell2009-02-131-3/+15
* make statusbar workVincent Sanders2009-02-133-2/+28
* alter mouse click handling so browser window is uses the same interface Vincent Sanders2009-02-137-32/+72
* Even fuzzier domain matching.John Mark Bell2009-02-131-23/+45
* Inintial implementation of framebuffer widgetsVincent Sanders2009-02-124-9/+454
* Fix default CSS file path.Michael Drake2009-02-121-29/+29
* Fix window clipping and introduce concept of "root" framebuffer window to all...Vincent Sanders2009-02-129-24/+160
* add some instrructions on building teh framebuffer port, heavily based on GTK...Vincent Sanders2009-02-121-0/+172
* 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