summaryrefslogtreecommitdiff
path: root/src/gui/widgets/dropdown.cpp
AgeCommit message (Expand)AuthorFilesLines
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