summaryrefslogtreecommitdiff
path: root/src/gui/widgets/guitable.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-25Remove default parameter from guitable.s20171226Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-2/+2
2016-10-28Fix conflict for variable mSelectable between two classes.Andrei Karas1-3/+3
2016-09-17Add strong typed bool Opaque.Andrei Karas1-4/+6
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-13/+13
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-13/+13
2016-03-17Remove false positive errors with nonnull attributes.Andrei Karas1-2/+2
2016-03-17Add some missing nonnull attributes.Andrei Karas1-2/+2
2016-02-20Add missing const in gui directory.Andrei Karas1-6/+6
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-20Add missing checks or attribute to other files.Andrei Karas1-5/+5
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas1-1/+1
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-2/+2
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-02-18Add missing override keywords.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-01Fix code style.Andrei Karas1-1/+1
2014-07-28Fix formatting in gui files.Andrei Karas1-105/+108
2014-06-07fix code style.Andrei Karas1-2/+1
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-0/+1
2014-03-24fix code style.Andrei Karas1-1/+1
2014-03-21Rename keyEvent variables into event.Andrei Karas1-1/+1
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-4/+4
2014-03-17improve widget.Andrei Karas1-1/+1
2014-03-01In guitable rename conflicting mActionListeners into mActionListeners2.Andrei Karas1-1/+1
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-22Move tablemodel into gui/models directory.Andrei Karas1-1/+1
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-6/+6
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-22Move color into gui dir.Andrei Karas1-1/+1
2014-02-20fix code style.Andrei Karas1-1/+0
2014-02-18derive Widget from Widget2.Andrei Karas1-1/+0
2014-02-17combine focushandler into one file.Andrei Karas1-1/+1
2014-02-16move mouseevent into events directory.Andrei Karas1-4/+4
2014-02-16move keyevent into events directory.Andrei Karas1-1/+1
2014-02-16move mouselistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move keylistener from base into listeners.Andrei Karas1-2/+3
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-3/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-30add support for unselectable guitables.Andrei Karas1-0/+4
2013-10-24add final keyword to widgets files.Andrei Karas1-12/+12
2013-10-19remove default parameter from guitable constructor.Andrei Karas1-1/+1
2013-10-19fix const in declaration in guitable.Andrei Karas1-1/+4