summaryrefslogtreecommitdiff
path: root/src/gui/windows/emotewindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-10/+10
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-21Remove useless else.Andrei Karas1-2/+1
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-5/+5
2017-04-06Add quick messages with translation from current server language to default.Andrei Karas1-0/+39
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-17Add strong typed bool Opaque.Andrei Karas1-2/+4
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-14Use CREATEWIDGET macro in emotewindow.Andrei Karas1-6/+4
2015-05-28Add strong typed bool type Visible.Andrei Karas1-5/+5
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-24Add missing windows into reset to default size list.Andrei Karas1-0/+5
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+1
2014-04-30Fix code style in gui.Andrei Karas1-2/+2
2014-03-28simplify variables cleanup.Andrei Karas1-14/+8
2014-02-22Move namesmodel into gui/models directory.Andrei Karas1-1/+1
2014-02-22Move colormodel into gui/models directory.Andrei Karas1-1/+2
2014-02-18Remove default constructor from Widget2.Andrei Karas1-2/+2
2014-02-16move event into events directory.Andrei Karas1-2/+2
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19move virtual member calls from tabbedarea constuctor into postInit.Andrei Karas1-0/+1
2013-10-19move virtual member calls from listbox constuctor into postInit.Andrei Karas1-0/+2
2013-10-19move virtual member calls from emotewindow constuctor into postInit.Andrei Karas1-0/+4
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+229