aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CGUIListBox.cpp
AgeCommit message (Collapse)Author
2023-04-11Revert "Fix: Listbox was sometimes sending EGET_LISTBOX_SELECTED_AGAIN ↵sfan5
instead of EGET_LISTBOX_CHANGED." This broke scrolling in listboxes, as they would always reset to top position. reverts commit 1967d71cfba23fb54ac88cea64673f73af13bfda
2023-03-24Fix: Listbox was sometimes sending EGET_LISTBOX_SELECTED_AGAIN instead of ↵cutealien
EGET_LISTBOX_CHANGED. When pressed mouse was moved over an item before releasing the mouse button it was sending immediately EGET_LISTBOX_SELECTED_AGAIN instead of expected EGET_LISTBOX_CHANGED (mouse move changes do not send any events). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6454 dfc29bdd-3216-0410-991c-e03cc46cb475
2023-03-11Drop IrrCompileConfig (#163)Vitaliy
2021-12-29Remove unused attribute saving and loading (#86)ROllerozxa
2021-08-27Merging r6196 through r6248 from trunk to ogl-es branchcutealien
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6249 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-01-03Merging r5975 through r6036 from trunk to ogl-es branch.cutealien
GLES drivers adapted, but only did make compile-tests. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6038 dfc29bdd-3216-0410-991c-e03cc46cb475