summaryrefslogtreecommitdiff
path: root/desktop/scroll.c
Commit message (Collapse)AuthorAgeFilesLines
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-805/+0
| | | | svn path=/trunk/netsurf/; revision=12363
* Pedantic whitespace changes.Michael Drake2011-05-091-0/+28
| | | | svn path=/trunk/netsurf/; revision=12352
* Remove forward declaration.Michael Drake2011-05-091-62/+59
| | | | svn path=/trunk/netsurf/; revision=12351
* ConstifyJohn Mark Bell2011-02-141-6/+3
| | | | svn path=/trunk/netsurf/; revision=11680
* Pass clip rect to scroll_redraw as struct. Simplify test to see if ↵Michael Drake2011-02-141-20/+4
| | | | | | scrollbar is within clip rect. svn path=/trunk/netsurf/; revision=11679
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-0/+1
| | | | | | | | | | | | | handlers. + Disentangle all box tree manipulation from browser window code and put it where it belongs. + Move other content specific and other irrelevant code from browser window handling to appropriate places. + Put mouse state enum in new mouse header, since it's not just used by browser window code, and it is used by treeview windows on the treeview branch. svn path=/trunk/netsurf/; revision=10561
* Merge from Paul Blokus' selectscroll branch. Fixes text input scrollbar ↵Michael Drake2009-08-141-7/+16
| | | | | | behaviour. svn path=/trunk/netsurf/; revision=9306
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for ↵Michael Drake2009-08-141-0/+789
forms and core scrollbar widget. svn path=/trunk/netsurf/; revision=9289