summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabbedarea.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-21Rename keyEvent variables into event.Andrei Karas1-5/+5
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-5/+5
2014-03-21Add consume calls into mouse press / click handlers.Andrei Karas1-0/+1
2014-03-08fix code style.Andrei Karas1-2/+0
2014-03-07Rename exguichan container into basiccontainer2.Andrei Karas1-3/+3
2014-03-01Move basiccontainer into gui/widgets.Andrei Karas1-2/+2
2014-02-24Rename Rectangle into Rect.Andrei Karas1-2/+2
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-17/+17
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-2/+2
2014-02-20improve includes.Andrei Karas1-0/+2
2014-02-18derive Widget from Widget2.Andrei Karas1-4/+3
2014-02-17Add missing guichan headers into tab and tabbedarea classes.Andrei Karas1-0/+43
2014-02-16move mouseevent into events directory.Andrei Karas1-2/+2
2014-02-16Remove useless casts with KeyEvent.Andrei Karas1-1/+1
2014-02-16move keyevent into events directory.Andrei Karas1-2/+3
2014-02-16move event into events directory.Andrei Karas1-4/+4
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-16move widgetlistener from base into listeners.Andrei Karas1-1/+1
2014-02-16move mouselistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move keylistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
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-1/+1
2014-02-02add actions for select next/previous tab in shortcuts window.Andrei Karas1-0/+19
2014-01-26add chat command for uploading main config.xmlAndrei Karas1-0/+10
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/+2
2013-12-17add restrict into tabbedarea.Andrei Karas1-1/+2
2013-12-12fix chat tabs scrolling issue with enabled colors picker.Andrei Karas1-1/+1
2013-12-12fix tabbed area resizing with scroll arrows disabled.Andrei Karas1-3/+5
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