summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2014-02-15Move some listeners classes into listeners directory.Andrei Karas12-13/+16
2014-02-15Remove useless graphics casts.Andrei Karas37-292/+323
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas117-652/+204
2014-02-15Remove unused image base class.Andrei Karas3-246/+1
2014-02-15fix compilation error.Andrei Karas1-2/+2
2014-02-15move exguichan files into gui/base/Andrei Karas220-224/+16778
2014-02-15remove use internal guichan flag.Andrei Karas2-9/+0
2014-02-14fix code style.Andrei Karas7-9/+12
2014-02-13Remove unused chat help from code.Andrei Karas5-99/+2
2014-02-12add autocomplete special commands in guild tab.Andrei Karas2-0/+10
2014-02-12add autocomplete special commands in party tab.Andrei Karas2-0/+9
2014-02-11improve autocomplete sanitization.Andrei Karas1-10/+4
2014-02-08Add action for open trade window.Andrei Karas1-0/+6
2014-02-07add missing const and static keywords.Andrei Karas3-5/+5
2014-02-05fix loading value in SetupItemSliderInt.Andrei Karas1-0/+1
2014-02-05use new control for scale.Andrei Karas3-6/+9
2014-02-05add slider list setup control for int value.Andrei Karas2-2/+65
2014-02-04rename Setup into SetupWindow.Andrei Karas14-32/+33
2014-02-04adjust windows size if main window was resized to smaller size.Andrei Karas2-0/+24
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 spells/commands window.Andrei Karas1-0/+12
2014-02-02add actions for select next/previous tab in shortcuts window.Andrei Karas6-20/+55
2014-02-02Add missing const and static into gui classes.Andrei Karas39-96/+75
2014-02-01do not scale on the fly on windows.Andrei Karas1-0/+2
2014-02-01fix code style.Andrei Karas1-0/+4
2014-01-31Combine "Mod" and "Stop attack" keys.Andrei Karas2-10/+6
2014-01-30Fix code style.Andrei Karas1-2/+0
2014-01-29Fix screenshot directory saving/loading.Andrei Karas3-2/+33
2014-01-29allow apply scale without client restart.Andrei Karas1-0/+1
2014-01-29add option for changing scale.Andrei Karas2-1/+17
2014-01-28add support for screen scale in OpenGL modes.Andrei Karas3-31/+54
2014-01-28Move direct SDL_GetMouseState calls into method in gui class.Andrei Karas7-14/+29
2014-01-27fix copyrights in sdlinput.cpp and sdlinput.h files.Andrei Karas2-3/+2
2014-01-27add GPL header into all guichan files.Andrei Karas2-4/+41
2014-01-27fix guichan headers.Andrei Karas2-8/+10
2014-01-26add chat command for uploading main config.xmlAndrei Karas4-1/+20
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-19in emotes popup show also emote id.Andrei Karas1-1/+2
2014-01-17fix crash on window resize.Andrei Karas1-2/+2
2014-01-17disable for now screenshot dir editing in windows.Andrei Karas1-0/+2
2014-01-16load mods from <mod> tag in resources.xmlAndrei Karas1-18/+20
2014-01-16delete from cache background image if it unused.Andrei Karas1-4/+5
2014-01-16add missing const in xmlnode pointers.Andrei Karas5-6/+6
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-15add option for edit screenshot dir.Andrei Karas3-8/+42
2014-01-14fix code style.Andrei Karas6-8/+8