summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabstrip.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-1/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-07-11Add missing checks into gui.Andrei Karas1-0/+2
2015-01-05Allow set pressed item in widgetgroup and child objects.Andrei Karas1-4/+7
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-02Add actions for switch to next/prev tab in inventory.Andrei Karas1-0/+38
2014-10-10Fix code style.Andrei Karas1-1/+1
2014-09-29fix compilation warning.Andrei Karas1-2/+2
2014-09-29Not allow unpress selected button in tabstrip.Andrei Karas1-2/+7
2014-09-28Add support for pages in equipment window.Andrei Karas1-0/+1
2014-03-24fix code style.Andrei Karas1-2/+2
2014-03-17Exclude useless logic methods calls.Andrei Karas1-0/+2
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-2/+2
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+4
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-18add consts in gui classes.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-1/+0
2013-02-14fix copyright years.Andrei Karas1-1/+1
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-20Fix code style and some minor issues.Andrei Karas1-2/+0
2012-10-20Add palette inheritance to button class.Andrei Karas1-1/+1
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-4/+6
2012-09-01Fix code style.Andrei Karas1-1/+1
2012-08-30Add const to more classes.Andrei Karas1-5/+6
2012-04-25Improve iterators part 1.Andrei Karas1-2/+2
2012-04-15Split input settings tab to categories.Andrei Karas1-0/+5
2012-04-14Rename class InventoryFilter to RadioGroup.Andrei Karas1-0/+65