summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2012-05-12Add comments for translators in social window tabs.Andrei Karas1-1/+3
2012-05-09Add option to allow automatically attack next target. (disabled by default)Andrei Karas1-0/+3
2012-05-08Add titlepadding option to theme file.Andrei Karas4-7/+26
2012-05-07Add getName property to item and flooritem.Andrei Karas1-44/+8
2012-05-06Fix code style.Andrei Karas4-21/+15
2012-05-06Move specials window to manaserv only code.Andrei Karas1-0/+4
2012-05-06Fix possible crash in popup menu.Andrei Karas1-14/+4
2012-05-05Improve images drawing and remove some useless code.Andrei Karas1-5/+0
2012-05-05Refactor popupmenu class.Andrei Karas2-307/+169
2012-05-05Add pickup ignore list.Andrei Karas8-139/+326
2012-05-03Remove some commented code.Andrei Karas1-55/+0
2012-05-02Add timeout option between connections to sub servers.Andrei Karas1-0/+3
2012-04-29Add graphicsmanager class and move some code to it.Andrei Karas1-1/+1
2012-04-28Fix code style and add some checks.Andrei Karas4-10/+10
2012-04-27Improve screen position calculation.Andrei Karas2-61/+50
2012-04-27Add option to enable/disable rectangular textures.Andrei Karas1-0/+3
2012-04-27Add option for enable textures compression (disabled by default)Andrei Karas1-0/+9
2012-04-26Add keyboard repeat setting to misc tab.Andrei Karas1-0/+10
2012-04-26Increase input settings tab width.Andrei Karas1-1/+5
2012-04-26Add LPS counter to debug window (Logic per second).Andrei Karas2-8/+12
2012-04-25Fix actions translation.Andrei Karas3-2/+42
2012-04-25Update and rebuild translations.Andrei Karas1-1/+1
2012-04-25Improve iterators part 1.Andrei Karas39-190/+202
2012-04-24Add particle physics settings (default value is best perfomance)Andrei Karas2-3/+10
2012-04-23Add support for independent per server updates.Andrei Karas2-0/+25
2012-04-23By default dont switch tabs by left/right keys.Andrei Karas2-9/+14
2012-04-22Remove button "old" from relation settings page.Andrei Karas2-10/+1
2012-04-22Split long text line in kill stats window.Andrei Karas2-27/+31
2012-04-22Improve keyboard handling in create character dialog.Andrei Karas2-1/+26
2012-04-22Improve keyboard handling in character selection dialog.Andrei Karas2-6/+157
2012-04-22Cache some settings om chat window.Andrei Karas2-3/+10
2012-04-21Add audio frequency and audio channels settings.Andrei Karas2-1/+18
2012-04-21Add option in settings to center window on screen (windows and osx)Andrei Karas1-0/+5
2012-04-20Add additional keys handling to servers dialog.Andrei Karas1-1/+26
2012-04-20Improve in servers dialog keyboard handling.Andrei Karas1-9/+16
2012-04-20Always select first server in servers list.Andrei Karas1-5/+8
2012-04-20Fix "reset all keys" button in input settings.Andrei Karas1-1/+1
2012-04-20Fix code style.Andrei Karas1-1/+1
2012-04-19Dehardcode keys in gui widgets.Andrei Karas26-308/+540
2012-04-18First step for dehardcode input handling in widgets.Andrei Karas3-106/+118
2012-04-17Move keyboard handling from guichan to own classes.Andrei Karas11-3/+252
2012-04-17Fix input array size.Andrei Karas1-1/+1
2012-04-16Fix code style.Andrei Karas1-0/+5
2012-04-15Add move to point configurable shortcuts.Andrei Karas2-26/+282
2012-04-15Add outfits shortcuts to input settings.Andrei Karas1-0/+250
2012-04-15In input settings tab add default button for reset selected action to default...Andrei Karas2-10/+27
2012-04-15Split input settings tab to categories.Andrei Karas6-694/+1051
2012-04-14Rename class InventoryFilter to RadioGroup.Andrei Karas10-50/+297
2012-04-14Fix code style.Andrei Karas2-3/+4
2012-04-14Block enter key from pressing active button.Andrei Karas2-0/+27