summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-09add ability to notify setup pages about disconnect from server.Andrei Karas2-1/+24
2014-01-09add mods tab in settings.Andrei Karas1-2/+4
2014-01-08fix skilldb loading.Andrei Karas1-1/+1
2014-01-08Remove duplicate variables from some classes.Andrei Karas3-7/+4
2014-01-07Show job bar by default in new configs.Andrei Karas1-1/+1
2014-01-06add ability to include config parts from subdirs for other dbs.Andrei Karas2-0/+6
2014-01-06add patch files support for other xml dbs.Andrei Karas2-0/+2
2014-01-06add support for include in skills.xml, ea-skills.xml.Andrei Karas2-15/+23
2014-01-06remove support for skills for very old tmw servers.Andrei Karas1-43/+0
2014-01-06add support for include in quests.xml.Andrei Karas2-5/+12