summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-14Fix top right buttons focus issue.Andrei Karas1-0/+3
2012-04-11Convert attack handling code to new format.Andrei Karas1-2/+2
2012-04-10Add two default keys to input layout.Andrei Karas2-2/+3
2012-04-10Rename settings tab keyboard to input.Andrei Karas4-21/+21
2012-04-09Fix code style.Andrei Karas6-11/+9
2012-04-08Unselect item in inventory if it was added to drops or shortcuts window.Andrei Karas2-0/+2
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas10-30/+41
2012-04-08Move enums from keyboardconfig.h to keydata.h.Andrei Karas9-215/+215
2012-04-07Add option to enable/disable texture blurring. (GL_LINEAR/GL_LINEAR)Andrei Karas1-0/+3
2012-04-07Fix code style.Andrei Karas1-2/+3
2012-04-07Change implimentation for removeing old links from browser box class.Andrei Karas2-28/+17
2012-04-07Split setup keyboard texts and actions.Andrei Karas2-24/+733
2012-04-04Add test for browserbox.Andrei Karas1-0/+109
2012-04-03Add some const to sdlinput.Andrei Karas2-2/+2
2012-04-03Add option clear to context menu in drops window.Andrei Karas1-7/+3
2012-04-03Fix npc menu item selection with keyboard.Andrei Karas1-0/+3
2012-04-03Put gui input logic before most game input logic.Andrei Karas2-1/+93
2012-04-02Change auto hide screen buttons to 3 statesAndrei Karas6-14/+31
2012-04-01Fix shortcuts handling in trade window.Andrei Karas2-0/+7
2012-04-01Fix stuck if press ESC in update window.Andrei Karas1-1/+1
2012-04-01Add support form different proxy types in download process.Andrei Karas3-0/+33