summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Andrei Karas2-10/+27
default value.
2012-04-15Split input settings tab to categories.Andrei Karas6-694/+1051
2012-04-14Rename class InventoryFilter to RadioGroup.Andrei Karas10-50/+297
Add WidgetGroup and TabStrip classes for grouping controls.
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
Now buttons cant get focus.
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
Add action type to default keys. Remove hardcoded joystick actions.
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
This solving game and gui shortcuts conflicts.
2012-04-02Change auto hide screen buttons to 3 statesAndrei Karas6-14/+31
(always show, hide in small window, always hide)
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
2012-04-01Checks after checks...Andrei Karas1-5/+3
2012-04-01Last part of fixes.Andrei Karas18-98/+97
2012-04-01One part of fixes after auto checking.Andrei Karas5-61/+89
2012-03-31Fix move issue with mouse.Andrei Karas2-0/+22
2012-03-29Replace vectors with strings to short names.Andrei Karas23-70/+61
2012-03-29Add option to auto hide chat window (chat window visible by default)Andrei Karas4-2/+98
Option in chat \ Auto hide chat window.
2012-03-28Add option to autohide buttons on top right corner.Andrei Karas3-1/+38
By default buttons hidden.
2012-03-27Small cleanup in equipment window.Andrei Karas1-2/+3
2012-03-27Unselect item in inventory if it was added to outfit window.Andrei Karas3-1/+14
2012-03-27Fix auto update online list after http server error (tmw like servers only).Andrei Karas1-0/+1
2012-03-27Fix chat links again.Andrei Karas1-2/+20
2012-03-27Fix chat item links. Some times links worked incorrectly.Andrei Karas1-5/+9
2012-03-26Redesign input handling.Andrei Karas3-34/+6
2012-03-23Fix copy to clipboard issue.Andrei Karas1-1/+12
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas10-12/+12
bad and must be replaced with better implimentation.
2012-03-21Fix copy to clipboard with links.Andrei Karas1-1/+1
2012-03-19Protect autocomplete from evil nicks if nick start from chat line start.Andrei Karas1-7/+17
Example nick: @pvp on
2012-03-19Add help po translation.Andrei Karas2-31/+11
Combine help and client data translations.
2012-03-17In update windows after client version switch color back to black.Andrei Karas1-2/+2
2012-03-16Fix stuck after canceling register.Andrei Karas1-1/+1
2012-03-14Add support for other gender.Andrei Karas4-6/+37
Fix per gender and race items separation.
2012-03-13Remove second use/equip button from inventory.Andrei Karas2-14/+3