summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
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
2012-03-28Add option to autohide buttons on top right corner.Andrei Karas3-1/+38
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
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
2012-03-19Add help po translation.Andrei Karas2-31/+11
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
2012-03-13Remove second use/equip button from inventory.Andrei Karas2-14/+3
2012-03-12Fix servers list download error.Andrei Karas1-4/+1
2012-03-11Fix code style.Andrei Karas1-2/+2
2012-03-11Fix use button in skills dialog if switching tabs.Andrei Karas3-0/+28
2012-03-10Allow add skills to shortcuts bar (same as for magic and script commands).Andrei Karas5-13/+69
2012-03-10Add to skills missile particle effect and hit/miss sounds.Andrei Karas2-59/+71
2012-03-10Add basic skill action use on target.Andrei Karas2-2/+43
2012-03-10Add skill range parameter to skills.Andrei Karas2-5/+8
2012-03-09Add limited support for keys unknown for SDL.Andrei Karas1-5/+3
2012-03-09Move getting keys from game to keyboard config.Andrei Karas1-1/+1
2012-03-09Fix leak in last commit.Andrei Karas1-0/+2
2012-03-09Add support for many update hosts (evol server only).Andrei Karas5-14/+98
2012-03-06Fix context menu in outfits window.Andrei Karas1-1/+7
2012-03-06Fix big minimap scrolling with moving camera.Andrei Karas1-1/+1
2012-03-04Fix copyrights.Andrei Karas4-6/+4
2012-03-04Fix possible crash in npc menu.Andrei Karas3-1/+13
2012-03-02Use FBO for screenshots. Disabled for windows.Andrei Karas2-0/+11
2012-03-02Add opengl settings dump command.Andrei Karas1-0/+1
2012-03-01Replace client version in update news to latest manaplus version.Andrei Karas1-1/+27
2012-03-01Fix default npc dialog size.Andrei Karas1-1/+1
2012-02-29Fix npc menu focus/defocus issue.Andrei Karas2-0/+13