summaryrefslogtreecommitdiff
path: root/src/gui/windows/setupwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-03-18Remove deprecated std::mem_funAndrei Karas1-2/+8
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-2/+2
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-1/+5
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-11Rename setup_other.cpp into setup_misc.cppAndrei Karas1-2/+2
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-13/+15
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-21Set parts of most windows unselectable.Andrei Karas1-0/+4
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+1
2016-04-30Fix issies found by gcc 6 in paranoid mode.Andrei Karas1-1/+1
2016-02-21Add missing checks.Andrei Karas1-1/+2
2016-02-20Add some more missing consts.Andrei Karas1-1/+1
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move touchmanager into touch directory.Andrei Karas1-1/+2
2015-06-14Use CREATEWIDGET macro in setupwindow.Andrei Karas1-2/+3
2015-05-28Add strong typed bool type Visible.Andrei Karas1-6/+6
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-10Improve setup window resize speed.Andrei Karas1-7/+7
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-04-20Add quick settings page for yellow bar options.Andrei Karas1-8/+19
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-11In hide all windows action not hide locked windows.Andrei Karas1-1/+1
2014-08-03add missing consts.Andrei Karas1-1/+1
2014-07-26Fix crash on exist introduced after changes in reset windows list.Andrei Karas1-0/+1
2014-07-24Fix compilation with some options.Andrei Karas1-1/+1
2014-07-24Fix hide windows action (default key H)Andrei Karas1-0/+11
2014-07-24Fix possible crash in "reset windows".Andrei Karas1-0/+12
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-03-13improve variables order in windows.Andrei Karas1-1/+1
2014-02-24Rename Rectangle into Rect.Andrei Karas1-3/+3
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-3/+3
2014-02-20improve includes.Andrei Karas1-0/+1
2014-02-16move event into events directory.Andrei Karas1-2/+2
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-14fix code style.Andrei Karas1-0/+1
2014-02-04rename Setup into SetupWindow.Andrei Karas1-0/+287