summaryrefslogtreecommitdiff
path: root/src/gui/widgets/scrollarea.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-18derive Widget from Widget2.Andrei Karas1-26/+1
2014-02-18Remove default constructor from Widget2.Andrei Karas1-2/+8
2014-02-16move mouseevent into events directory.Andrei Karas1-8/+8
2014-02-16move event into events directory.Andrei Karas1-2/+2
2014-02-16move widgetlistener from base into listeners.Andrei Karas1-2/+2
2014-02-15Remove useless graphics casts.Andrei Karas1-61/+84
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-13/+13
2014-02-02Add missing const and static into gui classes.Andrei Karas1-14/+10
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-1/+1
2013-12-28In renderers replace ImagePattern in methods into Pattern.Andrei Karas1-12/+12
2013-12-15rename drawTile methods into separate names drawTileVertexes, drawTileCollect...Andrei Karas1-2/+3
2013-12-15rename calcTile methods into separate names calcTileVertexes, calTileCollection.Andrei Karas1-1/+1
2013-12-14Improve a bit separate images drawing.Andrei Karas1-2/+2
2013-11-07redraw cached children if scrollarea position was changed.Andrei Karas1-1/+15
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas1-2/+2
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas1-3/+3
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas1-9/+9
2013-10-09do not allow at same time scroll by mouse in vertical and horizontal directions.Andrei Karas1-2/+2
2013-10-07invert scrollarea scroll directions on Android.Andrei Karas1-1/+5
2013-10-05do mouse scrolling in scroll area only with mouse moved more than 20 px.Andrei Karas1-3/+4
2013-09-20improve a bit code speed.Andrei Karas1-3/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-3/+0
2013-09-02dehardcode some mode render mode constans usage.Andrei Karas1-2/+2
2013-08-30remove duplicate variables.Andrei Karas1-2/+2
2013-08-29add some more missing checks.Andrei Karas1-9/+10
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-06-14improve scrollarea.Andrei Karas1-17/+17
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+3
2013-03-02Another fixes after Coverity checks.Andrei Karas1-2/+2
2013-02-11Add theme option to set scrollbar width/height.Andrei Karas1-0/+3
2013-02-11Fix compilation issues.Andrei Karas1-0/+2
2013-02-10Add option to scrollbuttons.xml to set scroll marker size.Andrei Karas1-36/+64
2013-02-10Add option to scrollbuttons.xml to show/hide scrollbar buttons.Andrei Karas1-13/+14
2013-02-10Add theme option to hide scrollbar buttons.Andrei Karas1-18/+337
2013-02-10Remove unused methods in scrollarea class.Andrei Karas1-20/+0
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-01Add batch drawing to scrollarea.Andrei Karas1-50/+206
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+9
2012-10-20Fix code style and some minor issues.Andrei Karas1-4/+0
2012-09-15Improve a bit widgets speed.Andrei Karas1-39/+37
2012-09-13Fix code style.Andrei Karas1-2/+2
2012-09-13Add theming support for background for scrollbars.Andrei Karas1-12/+57
2012-09-12Remove useless gray box between scrollbars in scrollarea control.Andrei Karas1-11/+0
2012-09-07Improve constructors in some classes.Andrei Karas1-0/+2
2012-09-02Add const to more classes.Andrei Karas1-1/+1
2012-08-30Add const to more classes.Andrei Karas1-19/+20
2012-08-24fix includes.Andrei Karas1-2/+0
2012-08-04Add support for default theme file names.Andrei Karas1-4/+6