summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Apply contributions from Mark Benjamin and Chris Tarnowski, with some reworki...Rob Kendrick2009-04-202-2/+1
* Possibly fix links opened in current window not being scrolled to top.Michael Drake2009-04-081-1/+2
* Revert r6973. Apparently, it causes loads of problems.John Mark Bell2009-04-054-74/+31
* Add some incomplete documentation for path plotter. Better documentation of r...Michael Drake2009-03-311-5/+9
* Use tabs for indentation.Michael Drake2009-03-311-23/+23
* Tidy browser_window_refresh_url_bar a bit, ensure the sizes all make sense, t...Daniel Silverstone2009-03-311-18/+23
* Use fragment instead of #fragment in the comment because it does not include ...Michael Drake2009-03-311-2/+2
* Comment browser_window_refresh_url_bar() and fix some wrap.Michael Drake2009-03-311-22/+40
* Ensure buffer is big enough for the extra character.Chris Young2009-03-311-1/+1
* Stop URL bar losing characters on every refreshChris Young2009-03-301-4/+4
* Change URL bar contents when switching tabs in GTK frontend.John Mark Bell2009-03-302-19/+38
* Use <> for library headers.John Mark Bell2009-03-273-4/+7
* Add functions for checking if back/forward/stop/reload actions are currently ...Michael Drake2009-03-232-5/+64
* Remember the scroll position in the history, so that it's maintained when goi...John Mark Bell2009-03-174-37/+83
* Improve previous commit.John Mark Bell2009-03-101-4/+1
* Treat short meta refreshes in top-level browser windows as if they were HTTP ...John Mark Bell2009-03-101-2/+17
* Add ability to render part of a local history window.Chris Young2009-03-082-16/+56
* OpenBSD 4.4 compilation fixes. Does not deal with lack of -Wextra or -Wstric...Rob Kendrick2009-03-021-1/+2
* Fix cursor on textarea scrollbars.Michael Drake2009-03-021-1/+1
* Only attempt to find the next character in a string if we're not already at t...John Mark Bell2009-02-221-5/+7
* Purge WITH_AUTHJohn Mark Bell2009-02-222-7/+0
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-222-6/+0
* More plotters commenting. Text and bitmap plotters.Michael Drake2009-02-211-4/+17
* Fix button hover assert.Michael Drake2009-02-201-1/+2
* Fix imagemap cursors.Michael Drake2009-02-201-9/+16
* Fix handling of URLs on float boxes (which have no style).Michael Drake2009-02-201-2/+8
* Utilise hubbub's form association callback.John Mark Bell2009-02-201-0/+3
* Implement 'auto' value for CSS cursor property.Michael Drake2009-02-181-21/+54
* Destroy bitmap if thumbnailing fails.John Mark Bell2009-02-181-1/+5
* Divorce PDF export and printing.John Mark Bell2009-02-174-76/+79
* make schedule_run return if it has active jobs to scheduleVincent Sanders2009-02-111-1/+1
* Obvious fix for text start/end problem; missing something?Adrian Lees2009-02-081-11/+11
* 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
* - desktop/save_pdf/pdf_plotters.c:John Tytgat2009-02-054-190/+335
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-033-55/+53
* - apply_clip_and_mode(): pass text mode selection as parameter instead of usi...John Tytgat2009-02-021-37/+41
* Unexport pdf_scale variable (use pdf_set_scale to set it) and initialize it t...John Tytgat2009-02-022-8/+4
* Selection menu and save/download tweaksAdrian Lees2009-02-022-1/+17
* Hook in our own libharu copy in the build.John Tytgat2009-02-011-1/+1
* Next batch of menu changes; clarify some key pressesAdrian Lees2009-02-012-16/+30
* And these files too, pleaseAdrian Lees2009-01-303-11/+26
* Improve pasting into password boxesAdrian Lees2008-12-301-14/+26
* Move tab opening logic to same place as new window opening. Make option for "...Michael Drake2008-11-293-70/+119
* Had to split main() into parts to have netsurf_init() called from one thread,...François Revel2008-10-162-5/+18
* Have netsurf_main() do the real work and main() call it. This allows ports to...François Revel2008-10-162-1/+16
* r4153 was mostly right. It does help, however, if you actually force the loca...John Mark Bell2008-10-131-0/+2
* Fix selection in plain text files, check if s->defined first, and check s->ro...François Revel2008-10-111-1/+1
* Comment flush plotter.Michael Drake2008-10-051-1/+2
* * desktop/save_pdf/pdf_plotters.c:John Tytgat2008-09-282-56/+46