summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add Mac OS X .dmg instalelr file build rulesVincent Sanders2011-08-311-0/+10
* Optimise out scrollbar action induced redraws with no effect.Michael Drake2011-08-311-0/+5
* fix apple image content handlerVincent Sanders2011-08-311-3/+4
* refactor bitmap out of generic content structureVincent Sanders2011-08-3117-125/+320
* Include missing header.Michael Drake2011-08-311-0/+1
* Avoid name clash.Michael Drake2011-08-311-2/+2
* Use API to find out if a browser window has a selection.Michael Drake2011-08-311-2/+2
* Removed frame artifacts. Ole Loots2011-08-301-40/+0
* Avoid double free. Wasn't triggered before, because no data was passed to des...Ole Loots2011-08-301-4/+0
* Removed usage of duplicate types for the same thing (bbox, rect) Ole Loots2011-08-302-55/+50
* #ifdef this properlyChris Young2011-08-301-2/+4
* More robustification.Michael Drake2011-08-301-5/+12
* Update to latest root certificatesChris Young2011-08-291-2/+112
* Disable the DataTypes animation handler for now as it doesn't work properlyChris Young2011-08-291-0/+2
* If no Cookies file path is set in Choices file, use default of "~/.netsurf/Co...Michael Drake2011-08-291-2/+2
* Fix build when using NETSURF_USE_ROSPRITEChris Young2011-08-281-1/+1
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-2833-216/+127
* Make more robust. E.g. zero length scrollbars.Michael Drake2011-08-271-2/+8
* Initial image content handler refactorVincent Sanders2011-08-2714-970/+587
* Fix bug #3398114: only unref filename_value if we successfully obtained itJohn Mark Bell2011-08-251-2/+3
* Fix step size for clicks on scrollbar arrow icons.Michael Drake2011-08-251-4/+4
* Fix scrollbar click coords.Michael Drake2011-08-251-4/+4
* When scrollbar extents are updated, scale current offset appropriately.Michael Drake2011-08-251-2/+4
* When passing drag on to it's bw, we don't need to do anything if the drag is ...Michael Drake2011-08-241-1/+1
* During drags, prevent mouse interaction with other widgets.Michael Drake2011-08-241-4/+7
* Set up page drag start in iframes.Michael Drake2011-08-241-1/+2
* Improve browser window drag tracking, so that drags in internal browser windo...Michael Drake2011-08-242-0/+28
* Fix treeview deselection redraw issue.Michael Drake2011-08-241-5/+6
* Remove current_redraw_browser global.Michael Drake2011-08-242-4/+0
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+0
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+1
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+0
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-242-8/+0
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-242-11/+0
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
* Remove last use of current_redraw_browser.Michael Drake2011-08-241-1/+1
* RISC OS changes for core search update (r12646).Michael Drake2011-08-241-43/+49
* Amiga changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-26/+14
* Atari changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-8/+5
* Cocoa changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-6/+3
* GTK changes for core search update (r12646).Michael Drake2011-08-243-20/+26
* Core part of search improvement:Michael Drake2011-08-2413-679/+929
* Reject attempts by a stylesheet to import itselfJohn Mark Bell2011-08-231-6/+15
* Replaced elements' children are not laid out, so don't look at their descenda...Michael Drake2011-08-231-0/+4
* Fix bug #3390958: forcibly discard references to any child objects if we fail...John Mark Bell2011-08-201-4/+14
* refactor to fix warning about out of range enumsVincent Sanders2011-08-131-393/+438
* Convert window title to local encoding.Ole Loots2011-08-051-1/+10
* Added missing position update when window got moved.Ole Loots2011-08-051-5/+4