summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2011-04-21Add attack filter char commands.Andrei Karas2-1/+7
2011-04-21Fix draw issue in SDL after vertex precalculation.Andrei Karas5-3/+23
2011-04-21Impliment attack filter.Andrei Karas9-7/+392
2011-04-19Unhide some virtual methods.Andrei Karas4-6/+6
2011-04-18Impliment away log in away mode.Andrei Karas4-0/+55
2011-04-18Disable software settings if software mode not enabled.Andrei Karas1-0/+7
2011-04-18Allow try different language part for searching help translations.Andrei Karas1-3/+8
2011-04-16Fix some possible memory leaks.Andrei Karas3-9/+26
2011-04-15Show id on unknown items.Andrei Karas2-5/+8
2011-04-13Fix warnings in clang compilation.Andrei Karas5-7/+4
2011-04-13Impliment new tags in sprites animations and random condition.Andrei Karas1-1/+1
2011-04-12Fix windows size if part of window showed out of screen.Andrei Karas1-0/+16
2011-04-12Updating equip/unequip buttons in inventory.Andrei Karas2-1/+17
2011-04-09Small fix to code style and compilation warning.Andrei Karas1-2/+2
2011-04-09Small refactoring based on idea from mana commit 30d4b0adf4f17f05d1d62fc3428c...Andrei Karas10-26/+26
2011-04-09Really remove nicks if need. Also remove colors if need.Andrei Karas1-1/+5
2011-04-09Add race in char creation dialog. Change client protocol version to 4.Andrei Karas2-6/+66
2011-04-08Add ability to tabbedarea follow vertical scrroll bar position with max value.Andrei Karas3-6/+37
2011-04-08Now if chat input is hidden, it not using space in window.Andrei Karas4-13/+56
2011-04-07Add client version as special constant to help window.Andrei Karas4-1/+11
2011-04-06Add support for help pages translations.Andrei Karas1-2/+14
2011-04-05Add custom autocomplate list from file customwords.txtAndrei Karas2-6/+38
2011-04-04Replcae find to compare if need.Andrei Karas1-6/+6
2011-04-04Hide server type selection if manaserv is not enabled in compilation.Andrei Karas1-28/+48
2011-04-04Rename some gui class files to real class names.Andrei Karas26-32/+32
2011-04-04Rename TrueTypeFont to SDLFont.Andrei Karas4-42/+42
2011-04-04Add initialisation for some variables, fix compilation warning.Andrei Karas2-0/+7
2011-04-04Add progress update files counter.Andrei Karas1-0/+9
2011-04-03Change imageset offset work not like default offset, but as additional offset.Andrei Karas1-1/+1
2011-04-03Fix update error if file line is empty, like in aethyra updates.Andrei Karas1-1/+2
2011-04-03Fix "add to trade" action in inventory context menu.Andrei Karas1-1/+1
2011-04-02Some fixes after automatic code checking.Andrei Karas2-3/+12
2011-04-02Add missing checks.Andrei Karas5-9/+46
2011-04-01Add horisontal and vertical padding for layout object.Andrei Karas2-12/+28
2011-03-31Fix memory leaks and some other errors.Andrei Karas5-8/+13
2011-03-29Add new lines to translation and rebuild translation again.Andrei Karas3-62/+78
2011-03-29Fix typo in status popup window.Andrei Karas1-1/+1
2011-03-29Add gettext to statuspopup.Andrei Karas2-157/+149
2011-03-29Add translation for some strings in setup video tab.Andrei Karas1-2/+2
2011-03-28Fix compilation warnings.Andrei Karas2-7/+13
2011-03-27Fix uninitialised variable.Andrei Karas1-1/+2
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas21-38/+69
2011-03-27Add no away to whisper chat context menu.Andrei Karas3-1/+28
2011-03-26Remove colors from nick if nick not real nick in whisper.Andrei Karas1-2/+3
2011-03-26Save chat tab options between client restarts.Andrei Karas1-2/+17
2011-03-26Add option to chat context menu to remove nicks.Andrei Karas4-4/+50
2011-03-26Fix code style.Andrei Karas1-2/+2
2011-03-26Fix scrollbar regression.Andrei Karas2-3/+15
2011-03-26Precalculation vertexes for improving draw speed.Andrei Karas12-21/+334
2011-03-20Disable scroll buttons in shortcuts windows.v1.1.3.20Andrei Karas1-2/+0