summaryrefslogtreecommitdiff
path: root/src/gui/widgets/dropdown.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer1-1/+1
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-1/+1
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-2/+2
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-3/+3
2010-03-05Rename SkinLoader to ThemeJared Adams1-11/+7
2010-02-28Make the gui more themeable and distribute two themesJared Adams1-7/+5
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-14Fixed DropDowns not collapsing when an item was clicked on, or enter orTametomo1-21/+26
2010-02-14Release modal mouse focus in DropDowns when focus is lost. If notTametomo1-0/+6
2010-02-14Fixed duplicating of up and down actions with the dropdown widget. (itTametomo1-2/+4
2010-02-08Delete models explicitly rather than relying on booleansThorbjørn Lindeijer1-2/+2
2010-02-07Cleanup some memory issuesJared Adams1-2/+2
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-11Cleanup GUI classesJared Adams1-5/+5
2009-09-03Resolved Mantis #847: Login stage Windows won't go less than the default gui ...Bertram1-9/+18
2009-05-14Don't apply GUI opacity to the selected value of a DropDownBjørn Lindeijer1-3/+3
2009-04-20Fixed key handling in dropdowns when the dropdown portion isn't visible.Tametomo1-0/+46
2009-04-15Right, our ScrollArea deletes its contentBjørn Lindeijer1-1/+0
2009-04-15Have the DropDown create its ScrollArea and ListBoxBjørn Lindeijer1-15/+10
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-2/+3
2009-03-28Removed a lot of useless isVisible() checksBjørn Lindeijer1-3/+0
2009-03-27Removed all the static initializations of mAlphaBjørn Lindeijer1-1/+1
2009-03-26First batch of include cleanupBjørn Lindeijer1-10/+10
2009-03-25Don't crash cause of deleting a model twiceBjørn Lindeijer1-3/+0
2009-03-12Make use of the new available colorsMajin Sniper1-10/+6
2009-03-12Extending the internal handling of colorssniper1-12/+9
2009-03-11Fix a memory leak in dropdownJared Adams1-0/+3
2009-03-10Remove some tabs and trailing whitespaceJared Adams1-3/+3
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-10/+12
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-10/+12
2009-02-15Fixed header copyright notices.Ira Rice1-2/+3
2009-02-15More copyright header fixesBjørn Lindeijer1-1/+1
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-3/+3
2009-02-11Shut up some compiler warnings.Philipp Sehmisch1-1/+1
2009-02-11Shut up some compiler warnings.Philipp Sehmisch1-1/+1
2009-02-11Changed spelling from colour to color.Philipp Sehmisch1-2/+2
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-6/+6
2009-02-10Fixed some accidental capitalization errorsPhilipp Sehmisch1-1/+1
2009-02-10fixed capitalization of color member functions.Philipp Sehmisch1-1/+1
2009-02-10Changed spelling from colour to color.Philipp Sehmisch1-3/+3
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-0/+2
2009-02-03Modified the dropdown class to handle opacity.Ira Rice1-12/+46
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-1/+1
2008-07-18Import of client treeLloyd Bryant1-0/+169