summaryrefslogtreecommitdiff
path: root/src/gui/widgets/listbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2018-01-01Replace some status methods usage from member pointers to static member calls.Andrei Karas1-1/+1
2017-12-27Remove default parameters from theme.Andrei Karas1-1/+6
2017-12-24Remove default parameters from widget2.Andrei Karas1-5/+6
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-12/+18
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-03-11Fix code style.Andrei Karas1-2/+4
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-7/+7
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-8/+9
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-07-11Add missing checks into gui.Andrei Karas1-4/+1
2015-06-06Fix code style.Andrei Karas1-3/+2
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-1/+1
2015-05-30Move inputaction into enums directory.Andrei Karas1-1/+1
2015-05-30Move theme colors enum into separate file.Andrei Karas1-5/+5
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+5
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-10/+18
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-13Fix code style.Andrei Karas1-1/+1
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-30Move main window related code into windowmanager.Andrei Karas1-1/+2
2014-05-19fix code style.Andrei Karas1-1/+0
2014-05-18Move inputaction into separate file.Andrei Karas1-5/+6
2014-05-18Move mousebutton into separate file.Andrei Karas1-2/+2
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-14Move skin into separate file.Andrei Karas1-0/+1
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