summaryrefslogtreecommitdiff
path: root/src/gui/windows/shortcutwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-23Fix some code style issuesAndrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-2/+2
2018-05-22Set skin object in shortcut containers for future usage.Andrei Karas1-2/+2
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameter from tabbedarea.Andrei Karas1-1/+1
2017-12-27Remove default parameters from window.Andrei Karas1-2/+2
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-1/+5
2017-12-24Remove default parameters from scrollarea.Andrei Karas1-2/+5
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-15/+15
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-10-04Move layouttype into enums directory.Andrei Karas1-1/+2
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-09-17Add strong typed bool Opaque.Andrei Karas1-2/+2
2016-02-21Add missing checks.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-2/+2
2015-11-10Add close button to all shortcuts windows.Andrei Karas1-0/+2
2015-06-25Add missing checks in windows.Andrei Karas1-13/+19
2015-06-14Use CREATEWIDGET macro in shortcutwindow.Andrei Karas1-2/+2
2015-05-26Use local TextChunk in windows for draw caption text.Andrei Karas1-0/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-2/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-21Add support for buttons in shortcutwindow.Andrei Karas1-2/+13
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+4
2014-05-18Move mousebutton into separate file.Andrei Karas1-1/+1
2014-05-18Remove useless includes.Andrei Karas1-1/+0
2014-05-16Move shortcuttab into separate file.Andrei Karas1-17/+2
2014-05-14Move enum from layout into separate file.Andrei Karas1-2/+3
2014-03-28simplify variables cleanup.Andrei Karas1-4/+4
2014-03-04Merge scrollarea classes into one.Andrei Karas1-2/+2
2014-02-18derive Widget from Widget2.Andrei Karas1-3/+4
2014-02-16move mouseevent into events directory.Andrei Karas1-3/+3
2014-02-16move event into events directory.Andrei Karas1-2/+2
2014-02-14fix code style.Andrei Karas1-0/+1
2014-02-04rename Setup into SetupWindow.Andrei Karas1-1/+1
2014-02-02add actions for select next/previous tab in shortcuts window.Andrei Karas1-0/+12
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17add restrict into shortcutwindow.Andrei Karas1-5/+5
2013-12-10allow set smaller size for shortcuts containers.Andrei Karas1-11/+12
2013-10-19move virtual member calls from tabbedarea constuctor into postInit.Andrei Karas1-0/+1
2013-09-30move tabs into tabs directory.Andrei Karas1-1/+1
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+242