summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Expand)AuthorAgeFilesLines
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-0/+1
* Simplify a browser_window_go_post() to browser_window_go().James Bursa2010-09-121-2/+1
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-1475/+56
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+4
* Extract parent charset and quirkinessJohn Mark Bell2010-04-161-4/+3
* Move content shuffling to prevent crash during threading through reformatDaniel Silverstone2010-04-141-3/+3
* Ensure url bar is updated with in-progress URL and restored if stop/download ...Daniel Silverstone2010-04-121-0/+11
* Yes, ownership of the theme content is passed to theme_installJohn Mark Bell2010-04-111-2/+0
* Fix textarea crash.John Mark Bell2010-04-071-5/+11
* Make downloads work again.John Mark Bell2010-04-051-86/+38
* Make the high-level cache drop contents of unacceptable type on the floor.John Mark Bell2010-04-041-1/+2
* Most of a stop implementation.John Mark Bell2010-04-041-2/+4
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-291-5/+10
* Do not assert when the only thing of interest is a body box. Status string c...Rob Kendrick2010-03-281-2/+3
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-373/+353
* Review fixups from Daniel SilverstoneVincent Sanders2010-02-111-0/+3
* remove RISC OS status bar text cachingVincent Sanders2010-02-111-1/+1
* cache the status text to reduce teh number of window status update calls to t...Vincent Sanders2010-02-101-1/+33
* remove uneccissary includesVincent Sanders2010-01-291-1/+1
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-4/+20
* Avoid NULL pointer dereferencesJohn Mark Bell2009-11-221-11/+21
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-268/+284
* C89.John Mark Bell2009-08-021-1/+2
* Port to modified libcss API.John Mark Bell2009-08-021-2/+2
* Consider stylesheet media typesJohn Mark Bell2009-07-271-2/+2
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-83/+88
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-5/+25
* Revert accidental commit.Michael Drake2009-07-141-3/+0
* mouse_trackMichael Drake2009-07-141-0/+3
* Indicate activity with the progress pointer for a second after you click a li...Michael Drake2009-07-141-12/+34
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-101-12/+13
* Remove redundant code from browser_window_mouse_action_html().John Mark Bell2009-05-281-16/+16
* Apply contributions from Mark Benjamin and Chris Tarnowski, with some reworki...Rob Kendrick2009-04-201-1/+0
* 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-051-28/+26
* 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-301-19/+35
* Add functions for checking if back/forward/stop/reload actions are currently ...Michael Drake2009-03-231-5/+59
* Remember the scroll position in the history, so that it's maintained when goi...John Mark Bell2009-03-171-32/+37
* 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
* Fix cursor on textarea scrollbars.Michael Drake2009-03-021-1/+1
* Purge WITH_AUTHJohn Mark Bell2009-02-221-4/+0
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-4/+0
* Fix button hover assert.Michael Drake2009-02-201-1/+2