summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-24Remove default parameters from browserbox.Andrei Karas1-1/+2
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-2/+2
2017-06-21Remove browserboxmode.Andrei Karas1-3/+0
2017-06-19Add function updateSize into browserbox.Andrei Karas1-0/+2
2017-06-18Fix asserts in browserbox on resize.Andrei Karas1-3/+7
2017-01-27Move color names into separate file.Andrei Karas1-16/+2
2017-01-27Move link highlight mode into separate file.Andrei Karas1-11/+1
2017-01-27Move browserboxmode into separate file.Andrei Karas1-11/+4
2017-01-27Move browserlink into separate file.Andrei Karas1-22/+2
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-9/+9
2016-09-17Add strong typed bool Opaque.Andrei Karas1-3/+5
2016-08-29Use time_t for time values.Andrei Karas1-1/+1
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-5/+5
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-5/+5
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-2/+2
2015-05-27Improve a bit browserbox.Andrei Karas1-7/+8
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-3/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-18Rename browserbox method setProcessVersion into setProcessVars.Andrei Karas1-3/+3
2014-12-08Allow control popup menu by up/down keys.Andrei Karas1-0/+6
2014-05-16Fix code style.Andrei Karas1-1/+0
2014-05-14Move linepart into separate file.Andrei Karas1-41/+1
2014-03-16fix mouse exit on browserbox.Andrei Karas1-0/+2
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-2/+3
2014-02-22Move color into gui dir.Andrei Karas1-11/+11
2014-02-20improve includes.Andrei Karas1-2/+0
2014-02-18derive Widget from Widget2.Andrei Karas1-1/+0
2014-02-16move mouseevent into events directory.Andrei Karas1-2/+2
2014-02-16move mouselistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-16fix speechbubble size.Andrei Karas1-0/+4
2013-12-16add ability to show emotes in text over heads.Andrei Karas1-0/+3
2013-10-24add final keyword to widgets files.Andrei Karas1-3/+3
2013-10-09Add browserbox links theme options.Andrei Karas1-5/+0
2013-10-09add theme attribute "itemPadding" into browserbox.Andrei Karas1-0/+1
2013-10-09allow set different skin for browserboxes.Andrei Karas1-1/+2
2013-10-09Use all parameters in browserbox constructors.Andrei Karas1-3/+3
2013-09-12remove unused includes from widget files.Andrei Karas1-1/+0
2013-08-30remove duplicate variables.Andrei Karas1-1/+0