summaryrefslogtreecommitdiff
path: root/src/gui/windows/skilldialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-28simplify variables cleanup.Andrei Karas1-6/+4
2014-03-21Add consume calls into mouse press / click handlers.Andrei Karas1-0/+1
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-1/+1
2014-02-22Move skillmodel into gui/models directory.Andrei Karas1-1/+2
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-22Move color into gui dir.Andrei Karas1-2/+2
2014-02-18derive Widget from Widget2.Andrei Karas1-3/+5
2014-02-16combine font classes in one.Andrei Karas1-3/+2
2014-02-16move mouseevent into events directory.Andrei Karas1-8/+8
2014-02-16move event into events directory.Andrei Karas1-1/+1
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15Remove useless graphics casts.Andrei Karas1-3/+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-04rename Setup into SetupWindow.Andrei Karas1-1/+1
2014-01-16add missing const in xmlnode pointers.Andrei Karas1-1/+1
2014-01-08fix skilldb loading.Andrei Karas1-1/+1
2014-01-08Remove duplicate variables from some classes.Andrei Karas1-4/+2
2014-01-06add ability to include config parts from subdirs for other dbs.Andrei Karas1-0/+3
2014-01-06add patch files support for other xml dbs.Andrei Karas1-0/+1
2014-01-06add support for include in skills.xml, ea-skills.xml.Andrei Karas1-15/+21
2014-01-06remove support for skills for very old tmw servers.Andrei Karas1-43/+0
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-1/+1
2013-12-14Improve a bit separate images drawing.Andrei Karas1-1/+1
2013-10-19move virtual member calls from textpopup constructor into postInit.Andrei Karas1-0/+2
2013-10-19move virtual member calls from tabbedarea constuctor into postInit.Andrei Karas1-0/+1
2013-10-19move virtual member calls from skilldialog constuctor into postInit.Andrei Karas1-0/+3
2013-10-19move virtual member calls from listbox constuctor into postInit.Andrei Karas1-0/+1
2013-09-30move tabs into tabs directory.Andrei Karas1-1/+1
2013-09-30move popups into popups directory.Andrei Karas1-1/+2
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+722