summaryrefslogtreecommitdiff
path: root/src/gui/widgets/listbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-06-02Fixed missing action event when clicking on a ListBox itemThorbjørn Lindeijer1-0/+5
2011-06-02Arbitrary code cleanupsThorbjørn Lindeijer1-2/+2
2011-05-23Fixed listbox selection issueAngelo Castellani1-1/+14
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-1/+2
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-2/+2
2010-03-29Fix ListBox::draw to work more correctlyJared Adams1-4/+4
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-3/+3
2010-03-05Rename SkinLoader to ThemeJared Adams1-2/+2
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-08Delete models explicitly rather than relying on booleansThorbjørn Lindeijer1-7/+2
2010-02-07Cleanup some memory issuesJared Adams1-2/+11
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-11Cleanup GUI classesJared Adams1-2/+2
2009-09-03Resolved Mantis #847: Login stage Windows won't go less than the default gui ...Bertram1-2/+11
2009-06-30Fixed compiler warning about unsigned/signed integer comparisionThorbjørn Lindeijer1-2/+2
2009-05-08Fixed list box selection wrapping to the bottom on dragging upwardsBjørn Lindeijer1-3/+6
2009-05-08Fixed scroll wheel handling in list boxesBjørn Lindeijer1-20/+2
2009-04-20Removed the unused setSelected overrideBjørn Lindeijer1-30/+0
2009-04-20Repaired table and listbox scrolling when using the keyboard.Ira Rice1-11/+23
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-0/+158