summaryrefslogtreecommitdiff
path: root/src/gui/widgets/dropdown.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-20improve includes.Andrei Karas1-0/+1
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+1
2014-02-16combine font classes in one.Andrei Karas1-2/+2
2014-02-16move selectionevent into events directory.Andrei Karas1-2/+2
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-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-16move selectionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-16move mouselistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move keylistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move focuslistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-2/+2
2014-02-15Remove useless graphics casts.Andrei Karas1-8/+8
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-3/+3
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-02-02Add missing const and static into gui classes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-2/+2
2013-12-17add missing const into dropdown.Andrei Karas1-2/+2
2013-12-14Improve a bit separate images drawing.Andrei Karas1-2/+2
2013-10-19remove virtual method calls from popuplist constructor and destructor.Andrei Karas1-0/+1
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-8/+0
2013-08-31move input related files into input dir.Andrei Karas1-2/+3
2013-08-30remove duplicate variables.Andrei Karas1-2/+4
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-07-03fix some leaks on exit.Andrei Karas1-2/+3
2013-05-31improve dropdown.Andrei Karas1-31/+28
2013-05-06fix outline color in dropdown class.Andrei Karas1-1/+2
2013-05-06add outline color in dropdown.Andrei Karas1-3/+5
2013-04-20fix style in gui directory.Andrei Karas1-2/+4
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+2
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+3
2013-03-02Another fixes after Coverity checks.Andrei Karas1-5/+1
2013-01-17Fix server type dropdown in new server dialog.Andrei Karas1-1/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-29Add support for show icon also in selected item in dropdown.Andrei Karas1-3/+30
2012-12-29Show flags icons in language selection listAndrei Karas1-1/+2
2012-12-27Remove set font from graphics object.Andrei Karas1-1/+0
2012-12-27Improve a bit draw speed in other controls.Andrei Karas1-2/+3
2012-12-16Fix a bit jewelry theme for drop down list.Andrei Karas1-2/+1
2012-12-15Add popup list. Replace listbox in dropdown to popup list.Andrei Karas1-59/+185
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-3/+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-4/+4
2012-10-18Extend dropdown theming.Andrei Karas1-13/+86
2012-09-15Improve a bit widgets speed.Andrei Karas1-1/+1
2012-09-02Add const to more classes.Andrei Karas1-1/+1