summaryrefslogtreecommitdiff
path: root/src/gui/skilldialog.h
AgeCommit message (Collapse)AuthorFilesLines
2009-08-14Remove some uneeded codeJared Adams1-3/+0
This should've been removed earlier with the layout fixes.
2009-08-10Fix TabbedArea and ScrollArea to resize contentsJared Adams1-8/+0
Also remove that code from SkillDialog. I tried to do the same with ChatWindow, but it kept segfaulting. Will try again later.
2009-08-07Clear tab data from SkillDialogJared Adams1-1/+0
2009-07-08Remove parsing of the fixed flag from skills filesJared Adams1-1/+1
2009-07-08Have both builds use the same SkillDialogJared Adams1-1/+11
2009-07-07Use tmw-skills.xml instead of hardcodingJared Adams1-9/+21
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-1/+1
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up.
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-8/+0
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes.
2009-03-28Some more cleanupBjørn Lindeijer1-8/+7
Renamed Skill_Tab to SkillTab and got rid of MAX_SLOT, using maxSlot instead.
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-6/+6
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2009-03-26Remove redundancy, fix variable names and other code cleanupsBjørn Lindeijer1-61/+1
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-0/+139
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere!