summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabbedarea.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-19move virtual member calls from tabbedarea constuctor into postInit.Andrei Karas1-0/+4
2013-10-02bit cleanup tabbedarea.Andrei Karas1-8/+3
2013-09-30move tabs into tabs directory.Andrei Karas1-1/+1
2013-09-18add consts in gui classes.Andrei Karas1-2/+2
2013-09-12remove unused includes from widget files.Andrei Karas1-0/+1
2013-08-31move input related files into input dir.Andrei Karas1-2/+2
2013-08-14add support for icon in tabs.Andrei Karas1-0/+9
2013-08-06Allow resize chat emotes window.Andrei Karas1-0/+7
2013-08-06add colors tab into chat emotes window.Andrei Karas1-3/+6
2013-07-28move bools in tabbedarea.Andrei Karas1-2/+2
2013-07-07extent tab to follow different resize policy.Andrei Karas1-3/+12
2013-07-07fix again tabs size.Andrei Karas1-1/+1
2013-07-06fix chat tab resize and follow last line at same time.v1.3.7.7.1Andrei Karas1-1/+1
2013-07-05fix resize issue in chat tabs.Andrei Karas1-10/+7
2013-06-17improve tabbedarea.Andrei Karas1-19/+25
2013-04-26fix code style more.Andrei Karas1-1/+1
2013-04-20fix style in gui directory.Andrei Karas1-0/+2
2013-04-14another fixes from cpplint.Andrei Karas1-2/+2
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+3
2013-04-07remove useless checks.Andrei Karas1-1/+1
2013-02-14Improve event.getId() speed.Andrei Karas1-3/+3
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-4/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+7
2012-10-27Fix code style.Andrei Karas1-2/+2
2012-10-21Fix chat scrolling after tabbed area changes.Andrei Karas1-11/+15
2012-10-20Fix code style and some minor issues.Andrei Karas1-2/+0
2012-10-20Add palette inheritance to button class.Andrei Karas1-2/+2
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-3/+3
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-4/+2
2012-10-19Fix tabbed area containers size.Andrei Karas1-18/+23
2012-10-19Partial fix with tabbed area.Andrei Karas1-5/+6
2012-10-14Dont use guichan tab and tabbedarea anymore.Andrei Karas1-14/+158
2012-09-15Improve a bit widgets speed.Andrei Karas1-13/+15
2012-09-07Improve constructors in some classes.Andrei Karas1-0/+1
2012-08-30Add const to more classes.Andrei Karas1-26/+29
2012-08-17Improve size calculations.Andrei Karas1-3/+4
2012-04-25Improve iterators part 1.Andrei Karas1-4/+4
2012-04-23By default dont switch tabs by left/right keys.Andrei Karas1-9/+10
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-12/+7
2012-04-17Move keyboard handling from guichan to own classes.Andrei Karas1-0/+31
2012-01-14fix adding gcc 4.7 support.Andrei Karas1-1/+1
2012-01-11Fix compliation under gcc 4.7 snapshot.Andrei Karas1-3/+7
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-11/+11
2011-09-15Add buttons Themes, Video, Perfomance in select server screen.Andrei Karas1-0/+13
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-1/+1
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1