summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tab.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer1-1/+1
2012-05-07Fixed wrong offset values for tab widget drawingjurkan1-9/+9
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-1/+1
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-2/+2
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-7/+7
2010-03-05Rename SkinLoader to ThemeJared Adams1-3/+3
2010-02-28Make the gui more themeable and distribute two themesJared Adams1-7/+5
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-14Don't allow tabs to be focusable. Our tab implementations are heavilyTametomo1-0/+1
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-12Standardize header orderJared Adams1-1/+1
2010-01-11Cleanup GUI classesJared Adams1-3/+3
2010-01-10Change code styleAndrei Karas1-1/+2
2009-09-03Resolved Mantis #847: Login stage Windows won't go less than the default gui ...Bertram1-13/+22
2009-08-05patch for #813, adds mouse over highlight forMaximilian Philipps1-7/+5
2009-08-01makes tab colours also configurableMaximilian Philipps1-1/+1
2009-05-11Switch Tab to a color pointer to update on the flyJared Adams1-4/+4
2009-05-08Make sure all tab modes get their opacity updateJared Adams1-2/+6
2009-04-16Some more cleanupsBjørn Lindeijer1-3/+1
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-2/+2
2009-03-30Allow tabs to be colored and color whisper tabsJared Adams1-3/+11
2009-03-27Removed all the static initializations of mAlphaBjørn Lindeijer1-1/+1
2009-03-26First batch of include cleanupBjørn Lindeijer1-9/+10
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+8
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-2/+8
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-3/+5
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-3/+5
2009-02-10Whitespace fixesBjørn Lindeijer1-5/+5
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Whitespace fixesBjørn Lindeijer1-5/+5
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-2/+0
2009-01-30Added highlighting ability to tabs.David Athay1-8/+22
2009-01-30Exposed most gui elements to take alpha values. There are still a fewIra Rice1-0/+13
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-15Merged Tab and TabbedArea from mainlineBjørn Lindeijer1-0/+130