summaryrefslogtreecommitdiff
path: root/desktop/scrollbar.c
Commit message (Collapse)AuthorAgeFilesLines
* Purge unused variable.Michael Drake2011-05-171-3/+1
| | | | svn path=/trunk/netsurf/; revision=12425
* Increase pointer drag range. Setting the clamps correctly seems to cause us ↵Michael Drake2011-05-111-8/+8
| | | | | | not to get the movement event when we hit the clamp (at least on RISC OS). svn path=/trunk/netsurf/; revision=12380
* Fix content drags within scrollable areas. Various tidyups.Michael Drake2011-05-111-21/+24
| | | | svn path=/trunk/netsurf/; revision=12378
* Rename scroll offset in scrollbar message data, although nothing seems to ↵Michael Drake2011-05-101-1/+1
| | | | | | use that callback message. svn path=/trunk/netsurf/; revision=12374
* Move scrollbar widget API documentation to header.Michael Drake2011-05-101-93/+25
| | | | svn path=/trunk/netsurf/; revision=12373
* Scrollbar widget changes: Update functon parameters to have names that ↵Michael Drake2011-05-101-206/+178
| | | | | | aren't wrong. Remove confusion and wrongness from API documentation. General source tidy. svn path=/trunk/netsurf/; revision=12372
* Continue improving comments. Fix bugs in scrollbar_set_extents. Rename ↵Michael Drake2011-05-101-64/+66
| | | | | | things so their name matches what they are. svn path=/trunk/netsurf/; revision=12368
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-0/+826
svn path=/trunk/netsurf/; revision=12363