summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-09-11remove unused includes from gui files.Andrei Karas1-0/+1
2013-07-12add option for enable/disable double click support.Andrei Karas1-0/+4
New option: setup / misc / other / Enable double clicks
2013-06-13Add some missing cleanup on exit.Andrei Karas1-0/+2
2013-05-03add comments for translatorsAndrei Karas1-0/+77
2013-05-01add option to override detected screen density.Andrei Karas1-1/+19
2013-03-28Revert "Remove auction bot support."Andrei Karas1-0/+3
This reverts commit 0b236e4e04a6d89d34925ce9d2875c002e135b23.
2013-03-22Fix updating per server settings in misc tab.Andrei Karas1-0/+7
2013-03-11Add option to enable/disable weight notifications.Andrei Karas1-0/+3
2013-03-07Fix key repeat time calculation.Andrei Karas1-0/+2
Add configurabale auto repeat time.
2013-02-22Disable for now FBO support on Android.Andrei Karas1-0/+2
2013-02-18Remove auction bot support.Andrei Karas1-3/+0
This bot for long time offline in tmw and possible will be never online.
2013-01-27Add option to autoresize minimaps.Andrei Karas1-0/+3
New option: misc \ maps \ resize minimaps.
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-24Replace sliders to dropdowns in misc setup page.Andrei Karas1-17/+35
2012-12-20add option for input logging.Andrei Karas1-0/+3
2012-12-11Remove useless brackets.Andrei Karas1-2/+2
2012-12-03Fix code style.Andrei Karas1-2/+3
2012-12-02update and rebuild translations.Andrei Karas1-1/+1
2012-11-25Add relative mouse moving.Andrei Karas1-0/+2
Enabled by default in Android version.
2012-10-23Add support for OpenGL debug extensions.Andrei Karas1-0/+3
2012-10-20Fix code style and some minor issues.Andrei Karas1-1/+0
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-2/+2
2012-09-07Improve constructors in some classes.Andrei Karas1-3/+4
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-08-14Add npc cycle select.Andrei Karas1-0/+3
2012-08-12Fix FBO under windows.Andrei Karas1-2/+0
2012-05-09Add option to allow automatically attack next target. (disabled by default)Andrei Karas1-0/+3
2012-05-05Add pickup ignore list.Andrei Karas1-0/+3
2012-05-02Add timeout option between connections to sub servers.Andrei Karas1-0/+3
This can be usefull for bad and slow connections.
2012-04-26Add keyboard repeat setting to misc tab.Andrei Karas1-0/+10
2012-04-02Change auto hide screen buttons to 3 statesAndrei Karas1-2/+8
(always show, hide in small window, always hide)
2012-04-01Add support form different proxy types in download process.Andrei Karas1-0/+25
2012-03-28Add option to autohide buttons on top right corner.Andrei Karas1-0/+5
By default buttons hidden.
2012-03-02Use FBO for screenshots. Disabled for windows.Andrei Karas1-0/+5
2012-02-24Fix GPL license.Andrei Karas1-2/+1
Add missing manaplus copyright.
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-01Add comment to option "Enable buggy servers protection".Andrei Karas1-2/+3
2011-09-05Add scroll laziness configuration parameters to misc setup tab.Andrei Karas1-2/+8
2011-09-05Add option to enable/disable lazy scrolling.Andrei Karas1-0/+3
2011-08-30Dont create guild manager instance if guild bot support not enabled.Andrei Karas1-0/+3
2011-08-27Basic support for guild bot integration.Andrei Karas1-0/+6
Not working context menu actions, chat commands, auto complete.
2011-08-15Move setupitem class to widgets directory.Andrei Karas1-2/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-08-09Fix copyright headers. Add missing copyrights and fix program name.Andrei Karas1-2/+2
2011-08-07Add option "show beings transparency". Disabled by default.Andrei Karas1-0/+2
2011-07-05Add ability to send client states to other clients.Andrei Karas1-0/+3
Using for this emotes.
2011-07-03Add separator field to setup settings tabs.Andrei Karas1-47/+67
2011-07-03Move some settings from video tab to other tabs.Andrei Karas1-0/+21
2011-06-19Redesign Misc setup page.Andrei Karas1-429/+61
2011-06-18Start implimenting new setup pages.Andrei Karas1-36/+51
Add new container for setup items. Imporved other containers.