summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tab.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-30move tabs into tabs directory.Andrei Karas1-346/+0
2013-09-12remove unused includes from widget files.Andrei Karas1-3/+0
2013-09-02improve draw speed in tab.Andrei Karas1-10/+19
2013-09-02dehardcode some mode render mode constans usage.Andrei Karas1-1/+1
2013-08-29fix some more missign checks.Andrei Karas1-16/+19
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-08-14add support for icon in tabs.Andrei Karas1-9/+42
2013-06-16Improve tab.Andrei Karas1-12/+8
2013-05-04Fix label position in tab.Andrei Karas1-3/+9
2013-04-25fix some code style by cpplint.Andrei Karas1-2/+0
2013-04-20fix style in gui directory.Andrei Karas1-0/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-5/+5
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+3
2013-04-07fix more style, add consts.Andrei Karas1-2/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-28Add outlining support to tabs.Andrei Karas1-5/+15
2012-12-01Fix previous commits.Andrei Karas1-0/+1
2012-12-01Add batch drawing to tab.Andrei Karas1-10/+18
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+5
2012-10-20Fix code style and some minor issues.Andrei Karas1-5/+0
2012-10-20Add palette inheritance to label class.Andrei Karas1-1/+1
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-2/+2
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-5/+5
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-4/+0
2012-10-14Extend theming in tab control.Andrei Karas1-10/+26
2012-10-14Dont use guichan tab and tabbedarea anymore.Andrei Karas1-1/+58
2012-09-15Improve a bit widgets speed.Andrei Karas1-5/+3
2012-09-08Allow set tab colors from outside of tab.Andrei Karas1-15/+5
2012-09-07Improve constructors in some classes.Andrei Karas1-0/+1
2012-09-06Add colors font color for highlighted and selected tab.Andrei Karas1-1/+8
2012-09-02Add const to more classes.Andrei Karas1-1/+1
2012-08-30Add const to more classes.Andrei Karas1-5/+5
2012-08-24fix includes.Andrei Karas1-2/+0
2012-08-04Add support for default theme file names.Andrei Karas1-1/+4
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-3/+3
2012-07-13Fix compilation warning.Andrei Karas1-1/+1
2012-07-13Fix leaks after last commit.Andrei Karas1-0/+6
2012-07-13Change tab theming.Andrei Karas1-43/+11
2012-04-01Last part of fixes.Andrei Karas1-2/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+1
2011-08-22Improve draw perfomance.Andrei Karas1-4/+4
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-2/+2
2011-06-01Fix tab size with secure font.Andrei Karas1-0/+2
2011-06-01Set secure font in chat tab name if need.Andrei Karas1-0/+8
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2