summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabbedarea.h
AgeCommit message (Expand)AuthorFilesLines
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-5/+5
2014-02-02add actions for select next/previous tab in shortcuts window.Andrei Karas1-0/+4
2014-01-26add chat command for uploading main config.xmlAndrei Karas1-1/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-18fix compilation with some flags after adding restrict keywords.Andrei Karas1-2/+1
2013-12-17add restrict into tabbedarea.Andrei Karas1-1/+2
2013-10-24add final keyword to widgets files.Andrei Karas1-6/+6
2013-10-19move virtual member calls from tabbedarea constuctor into postInit.Andrei Karas1-0/+2
2013-10-02bit cleanup tabbedarea.Andrei Karas1-3/+1
2013-09-18add consts in gui classes.Andrei Karas1-2/+2
2013-09-12remove unused includes from widget files.Andrei Karas1-3/+3
2013-08-14add support for icon in tabs.Andrei Karas1-0/+3
2013-08-06Allow resize chat emotes window.Andrei Karas1-3/+2
2013-08-06add colors tab into chat emotes window.Andrei Karas1-1/+1
2013-07-28move bools in tabbedarea.Andrei Karas1-8/+3
2013-07-07extent tab to follow different resize policy.Andrei Karas1-0/+4
2013-06-17improve tabbedarea.Andrei Karas1-13/+13
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to other files.Andrei Karas1-14/+14
2012-10-20Fix code style and some minor issues.Andrei Karas1-2/+0
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-1/+1
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-1/+4
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-15Fix compilation old gcc and system wide guichan at same time.Andrei Karas1-1/+1
2012-10-14Replace gcn::Button to Button in all classes.Andrei Karas1-9/+1
2012-10-14Dont use guichan tab and tabbedarea anymore.Andrei Karas1-15/+60
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-9/+9
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-08-30Add const to more classes.Andrei Karas1-4/+4
2012-04-23By default dont switch tabs by left/right keys.Andrei Karas1-0/+4
2012-04-17Move keyboard handling from guichan to own classes.Andrei Karas1-0/+2
2012-02-03Add some missing getters.Andrei Karas1-2/+2
2012-01-11Fix compliation under gcc 4.7 snapshot.Andrei Karas1-5/+3
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-25Move A_UNUSED define to include file.Andrei Karas1-6/+0
2011-10-07Fix resize in skills dialog and social window.Andrei Karas1-0/+3
2011-09-15Add buttons Themes, Video, Perfomance in select server screen.Andrei Karas1-0/+2
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-4/+4
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-4/+4
2011-05-25Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, map...Andrei Karas1-0/+2
2011-05-24Fix leaks in client, skilldialog and playerinfo classes.Andrei Karas1-0/+4
2011-04-19Unhide some virtual methods.Andrei Karas1-1/+1
2011-04-08Add ability to tabbedarea follow vertical scrroll bar position with max value.Andrei Karas1-0/+7
2011-03-19Add flag to enable or disable scroll buttons in tabbed area.Andrei Karas1-0/+13
2011-03-09Added a tab scrolling system in tabarea.Yohann Ferreira1-0/+43