summaryrefslogtreecommitdiff
path: root/src/gui/widgets/listbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-03Fix close dropdowns on item selection.Andrei Karas1-1/+1
2014-03-21Rename keyEvent variables into event.Andrei Karas1-7/+7
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-5/+5
2014-03-21Add consume calls into mouse press / click handlers.Andrei Karas1-0/+2
2014-03-16Improve theme usage.Andrei Karas1-4/+3
2014-03-08fix code style.Andrei Karas1-4/+0
2014-03-03Merge listbox classes in one.Andrei Karas1-1/+113
2014-02-24Rename Rectangle into Rect.Andrei Karas1-2/+2
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-2/+2
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-2/+2
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+1
2014-02-17combine focushandler into one file.Andrei Karas1-1/+1
2014-02-16combine font classes in one.Andrei Karas1-3/+3
2014-02-16move mouseevent into events directory.Andrei Karas1-8/+8
2014-02-16Remove useless casts with KeyEvent.Andrei Karas1-1/+1
2014-02-16move keyevent into events directory.Andrei Karas1-2/+3
2014-02-15Remove useless graphics casts.Andrei Karas1-5/+4
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-2/+3
2014-02-15move exguichan files into gui/base/Andrei Karas1-4/+4
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19move virtual member calls from listbox constuctor into postInit.Andrei Karas1-0/+3
2013-10-10fix code style.Andrei Karas1-2/+2
2013-10-08extent profiler logging into some functions.Andrei Karas1-0/+2
2013-10-08use different item padding in listbox and extendedlistbox depend on DPI.Andrei Karas1-4/+17
2013-10-05Allow scroll listboxes and popup list by holding and moving mouse.Andrei Karas1-0/+12
2013-10-05Run click action in list box only after mouse released.Andrei Karas1-4/+4
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-1/+1
2013-09-18add consts in gui classes.Andrei Karas1-1/+1
2013-09-12remove unused includes from input files.Andrei Karas1-0/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-3/+0
2013-08-31move input related files into input dir.Andrei Karas1-1/+2
2013-08-30remove duplicate variables.Andrei Karas1-1/+1
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-08-07add support for centered text in listbox.Andrei Karas1-18/+53
2013-08-06add colors tab into chat emotes window.Andrei Karas1-7/+3
2013-06-29Add support for multilines in extendedlistbox.Andrei Karas1-3/+7
2013-06-12improve listbox.Andrei Karas1-19/+14
2013-05-05add outline color to listbox.Andrei Karas1-2/+6
2013-04-20fix style in gui directory.Andrei Karas1-1/+2
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+3
2013-01-23Use in different listbox derived classes different xml skin.Andrei Karas1-11/+6
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Remove set font from graphics object.Andrei Karas1-1/+0
2012-12-27Improve draw speed in listboxes.Andrei Karas1-3/+4
2012-12-24Add color for selected text in listboxes.Andrei Karas1-2/+13
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+4
2012-10-20Fix code style and some minor issues.Andrei Karas1-2/+0
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-2/+3
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-2/+2
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+1