]> git.tdb.fi Git - libs/gltk.git/commit
Jump 10 steps when slider trough is clicked
authorMikko Rasa <tdb@tdb.fi>
Sat, 11 Oct 2008 15:09:51 +0000 (15:09 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sat, 11 Oct 2008 15:09:51 +0000 (15:09 +0000)
commit3db68f2604b657e79f1b2b317c19c41c2d5a985b
treefaf56ccb9fddc792c957a5c5a07247cd5b7374f3
parent30780ba31be92c977a68a2a9103eeba87747d530
Jump 10 steps when slider trough is clicked
Take both ascent and descent into account when determining list row size
Use pointer motion instead of pointer leave event to unset active when the pointer leaves a button while the button is pressed
Don't allow unsetting exclusive toggles
Fix a but in Alignment
source/button.cpp
source/button.h
source/geometry.cpp
source/hslider.cpp
source/list.cpp
source/toggle.cpp
source/vslider.cpp