Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-22 | GUI: Fix regression in multicolumn PopUp widget | Eugene Sandulenko | |
2016-07-03 | GUI: Fix PopUpDialog | Alexander Tkachev | |
2016-07-03 | GUI: Make PopUpWidget clip | Alexander Tkachev | |
2016-06-01 | GUI: Cleanup class initialization | Eugene Sandulenko | |
2016-05-02 | GUI: Initialize widget padding | Eugene Sandulenko | |
2016-03-30 | GUI: Implement immediate coordinate mode for PopUp widget | Eugene Sandulenko | |
2014-02-18 | GUI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-12-27 | GUI: Don't allow changing disabled popup widgets with mouse wheel | Torbjörn Andersson | |
This was another inconsistency between changing the widget by clicking and changing it with the mouse wheel. Hopefully the last one, though. | |||
2012-12-27 | GUI: Notify when popup widget changes by mousewheel | Torbjörn Andersson | |
This is consistent with the notification when the widget changes by clicking. As far as I can tell, that notification was added shortly before mouse wheel handling was added. It missing from the mouse wheel handler was presumably just an oversight. | |||
2012-12-27 | GUI: Redraw the popup widget when a the selection changes | Torbjörn Andersson | |
Otherwise, it will look like the value hasn't changed until the widget is redrawn for other reasons, e.g. by mouse-over. Incidentally, does anyone know why handleMouseDown() calls sendCommand() when the selection changes, while handleMouseWheel() does not? | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2010-11-16 | GUI: Commit some changes missing in my previous commit (oops) | Max Horn | |
svn-id: r54266 | |||
2010-11-16 | GUI: Move major widgets to new directory gui/widgets | Max Horn | |
Also renamed the source/header files, now they are more closely aligned to how we rename most other source files svn-id: r54264 |