summaryrefslogtreecommitdiff
path: root/src/gui/widgets/scrollarea.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-04Add support for themed background for scrollarea.Andrei Karas1-14/+20
2012-07-28Simplify scrollarea opaque flag.Andrei Karas1-6/+5
2012-07-15Fix code style.Andrei Karas1-0/+1
2012-07-13Fix leaks after last commit.Andrei Karas1-0/+15
2012-07-13Change scrollarea theming.Andrei Karas1-106/+29
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-4/+4
2011-09-26Add ability to scrolling in scrollareas like chat by mouse draging.Andrei Karas1-0/+57
2011-08-22Improve draw perfomance.Andrei Karas1-5/+7
2011-08-22Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY.Andrei Karas1-4/+4
2011-08-22Replace typo dont to don't.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-07Remove undescore from variables and defines.Andrei Karas1-5/+5
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-21Fix draw issue in SDL after vertex precalculation.Andrei Karas1-0/+4
2011-04-02Add missing checks.Andrei Karas1-1/+2
2011-03-26Fix scrollbar regression.Andrei Karas1-3/+13
2011-03-26Precalculation vertexes for improving draw speed.Andrei Karas1-3/+53
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+445