summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2014-02-22Move color into gui dir.Andrei Karas4-10/+10
2014-02-21Remove debug log message.Andrei Karas1-1/+0
2014-02-20fix code style.Andrei Karas4-11/+13
2014-02-20improve includes.Andrei Karas18-14/+27
2014-02-18derive Widget from Widget2.Andrei Karas19-42/+53
2014-02-18Remove default constructor from Widget2.Andrei Karas7-10/+11
2014-02-17combine focushandler into one file.Andrei Karas1-2/+1
2014-02-16combine font classes in one.Andrei Karas13-31/+21
2014-02-16move playerrelationlistener into listeners directory.Andrei Karas1-2/+1
2014-02-16move selectionevent into events directory.Andrei Karas12-12/+12
2014-02-16move mouseevent into events directory.Andrei Karas30-91/+91
2014-02-16Remove useless casts with KeyEvent.Andrei Karas11-22/+12
2014-02-16move keyevent into events directory.Andrei Karas24-37/+48
2014-02-16move event into events directory.Andrei Karas22-33/+33
2014-02-16move actionevent into events directory.Andrei Karas80-108/+106
2014-02-16move selectionlistener from base into listeners.Andrei Karas12-21/+21
2014-02-15move keylistener from base into listeners.Andrei Karas24-37/+38
2014-02-15move actionlistener from base into listeners.Andrei Karas81-139/+154
2014-02-15Move some listeners classes into listeners directory.Andrei Karas8-9/+11
2014-02-15Remove useless graphics casts.Andrei Karas6-29/+30
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas18-20/+20
2014-02-15move exguichan files into gui/base/Andrei Karas50-70/+70
2014-02-14fix code style.Andrei Karas6-6/+11
2014-02-12add autocomplete special commands in party tab.Andrei Karas1-0/+6
2014-02-11improve autocomplete sanitization.Andrei Karas1-10/+4
2014-02-07add missing const and static keywords.Andrei Karas1-2/+2
2014-02-04rename Setup into SetupWindow.Andrei Karas14-32/+33
2014-02-03fix friend tab update in social window if friends was changed.Andrei Karas2-1/+23
2014-02-02add actions for select next/previous tab in shortcuts window.Andrei Karas3-20/+20
2014-02-02Add missing const and static into gui classes.Andrei Karas11-18/+19
2014-01-31Combine "Mod" and "Stop attack" keys.Andrei Karas1-3/+5
2014-01-30Fix code style.Andrei Karas1-2/+0
2014-01-28Move direct SDL_GetMouseState calls into method in gui class.Andrei Karas2-4/+4
2014-01-26add chat command for uploading main config.xmlAndrei Karas2-0/+7
2014-01-26add basic file uploading.Andrei Karas2-3/+4
2014-01-23remove default parameter from download object.Andrei Karas2-2/+2
2014-01-19fix pet talk and emote if trade tab is disabled.Andrei Karas1-27/+33
2014-01-16load mods from <mod> tag in resources.xmlAndrei Karas1-18/+20
2014-01-16add missing const in xmlnode pointers.Andrei Karas4-4/+4
2014-01-15fix rainbow chat colors for different utf8 chars and smiles.Andrei Karas1-21/+38
2014-01-15reload background image if reconnecting to other server.Andrei Karas1-0/+3
2014-01-15Fix unloading mods setting tab if change character or network error.Andrei Karas2-6/+14
2014-01-14fix code style.Andrei Karas1-1/+2
2014-01-13in resources.xml allow load updates also from <update2> tags.Andrei Karas1-1/+4
2014-01-13allow auto close npc dialog if it almost closed and press moving keys.Andrei Karas1-0/+3
2014-01-12fix compilation warnings.Andrei Karas1-6/+6
2014-01-11add support for multiply pets for one player at same time.Andrei Karas1-2/+2
2014-01-10fix mods loading from update server patches.Andrei Karas1-1/+4
2014-01-10Possible load mods from local/ dir also.Andrei Karas1-2/+13
2014-01-09add mods loading based on settings.Andrei Karas2-11/+116