summaryrefslogtreecommitdiff
path: root/src/gui/skilldialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer1-2/+8
2010-09-04Fix crash with missing skill iconJared Adams1-2/+8
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-1/+1
2010-07-30Fixed two more forgotten hard-coded references.Yohann Ferreira1-1/+3
2010-07-17Modify how attributes and stats are handledChuck Miller1-5/+5
2010-06-13Merge remote branch '1.0/1.0'Jared Adams1-0/+6
2010-06-13Fix memory leaks in different windows.Andrei Karas1-0/+6
2010-05-21Remove some unneeded printfsJared Adams1-4/+0
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files accor...Bertram1-1/+1
2010-03-26Replace most dynamic_casts with static_castsJared Adams1-10/+6
2010-03-20Fix base skill in old servers.Andrei Karas1-6/+36
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-5/+7
2010-03-05Rename SkinLoader to ThemeJared Adams1-2/+2
2010-03-02Fixed crash when trying to increase non-selected skillThorbjørn Lindeijer1-9/+20
2010-03-02Revert "Merge WindowContainer into Viewport and remove extra members"Jared Adams1-2/+2
2010-03-01Merge WindowContainer into Viewport and remove extra membersJared Adams1-2/+2
2010-02-28Make the gui more themeable and distribute two themesJared Adams1-1/+2
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-10Remove extra incRef callJared Adams1-2/+0
2010-02-10Improve look and utility of the SkillDialogJared Adams1-137/+229
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-11Cleanup GUI classesJared Adams1-4/+5
2009-08-14Remove some uneeded codeJared Adams1-10/+0
2009-08-10Fix SkillDialog's layout for points to always showJared Adams1-1/+1
2009-08-10Fix TabbedArea and ScrollArea to resize contentsJared Adams1-22/+0
2009-08-10Merge branch 'master' of git@gitorious.org:tmw/mainlineJared Adams1-2/+11
2009-08-07Clear tab data from SkillDialogJared Adams1-2/+14
2009-08-07Gettext fixesKess Vargavind1-2/+11
2009-07-26Gettext fixesKess Vargavind1-1/+1
2009-07-23Clear some more support ifdefsJared Adams1-0/+2
2009-07-19Use the same level display format in windowsJared Adams1-8/+2
2009-07-15Fixed compile warnings and crash in skill dialogThorbjørn Lindeijer1-12/+15
2009-07-13Rename Net::SkillHandler to Net::SpecialHandlerJared Adams1-2/+2
2009-07-13Adjust skill displaysJared Adams1-9/+42
2009-07-12Make sure modifiable skills are visibleJared Adams1-1/+1
2009-07-08Remove parsing of the fixed flag from skills filesJared Adams1-4/+2
2009-07-08Fall back on unknown-item.png for skill iconsJared Adams1-5/+4
2009-07-08Have both builds use the same SkillDialogJared Adams1-4/+50
2009-07-08Make SkillEntries update their widthJared Adams1-11/+15
2009-07-07Use tmw-skills.xml instead of hardcodingJared Adams1-198/+167
2009-05-08Client - Inventory handler moveItem improveBlue1-1/+1
2009-04-20Fix up window visibility saving/restoringJared Adams1-0/+1
2009-04-10Reduced the GCContainer to be even more trivialBjørn Lindeijer1-3/+2
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-11/+8
2009-04-07Fixed compile for tmwserv clientBjørn Lindeijer1-0/+2
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-9/+8
2009-03-28Some more cleanupBjørn Lindeijer1-28/+30
2009-03-27Removed unnecessary parenthesis on constructorsBjørn Lindeijer1-1/+1
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-4/+4