summaryrefslogtreecommitdiff
path: root/src/gui/setup_keyboard.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-3/+3
2024-01-25Ported to SDL2Thorbjørn Lindeijer1-2/+2
2012-08-05Removed all the hardcoded sizes of the various setup tabsThorbjørn Lindeijer1-6/+1
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-08-11The shortcuts are now refreshed when reassigning keys.Yohann Ferreira1-0/+3
2011-05-24Widened the setup window by 5pxAngelo Castellani1-1/+1
2011-05-13Made the setup keyboard tab prettier.Angelo Castellani1-3/+13
2010-03-08Rename UnAssign to UnassignChuck Miller1-6/+6
2010-03-08Add unassign button in setup keyboard tab.Andrei Karas1-1/+18
2010-02-21Do some more copyright header cleanupsJared Adams1-1/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-3/+2
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-12Standardize header orderJared Adams1-2/+2
2010-01-11Cleanup GUI classesJared Adams1-2/+2
2010-01-08Show first key binding conflictAndrei Karas1-3/+2
2009-08-07Gettext fixesKess Vargavind1-1/+1
2009-05-14Fixed the worst layout issues that came up with translationsBjørn Lindeijer1-1/+1
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-1/+1
2009-04-08Associated setup tab name with the tab itselfBjørn Lindeijer1-1/+1
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-3/+3
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-13/+13
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-1/+1
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Added two more options for displaying speech overhead (don't show it atIra Rice1-1/+1
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-8/+4
2009-02-09Fixed copyright notice for keyboard configurationBjørn Lindeijer1-2/+3
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-3/+4
2009-02-08Mostly fixed a few field values to behave better in Windows, as well asIra Rice1-4/+3
2009-02-05Fixed the keyboard dialog list selection from cutting off before theIra Rice1-2/+1
2009-01-25Synchronized setup dialog size with AethyraBjørn Lindeijer1-1/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-19Reflowed the setup keyboard tab with the layout code.Ira Rice1-7/+12
2009-01-18Reflowed the setup keyboard tab with the layout code.Ira Rice1-7/+12
2009-01-15Merged Tab and TabbedArea from mainlineBjørn Lindeijer1-0/+1
2009-01-13Merged Tab and TabbedArea from mainlineBjørn Lindeijer1-0/+1
2009-01-08Made remaining dialogs translatableBjørn Lindeijer1-5/+7
2009-01-08Made remaining dialogs translatableBjørn Lindeijer1-5/+7
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-07-18Import of client treeLloyd Bryant1-1/+1
2007-08-21mantis id=118 - Added Item Shortcut Bar.Joshua Langley1-3/+3
2007-08-19src/gui/setup_keyboard.cpp, src/gui/setup_keyboard.h: fixed bug - reverts una...Joshua Langley1-3/+21
2007-08-17Fixed compile issue related to array bound not being an integer constant.Bjørn Lindeijer1-1/+1
2007-07-25keyboard config - keyboard setup gui re-designed, fixed errors in keyboard co...Joshua Langley1-48/+75
2007-07-24Fixed initialization order and added setup_keyboard.* and keyboardconfig.* toBjørn Lindeijer1-141/+142
2007-07-24keyboard configuration - mainly documentation fixes. Joshua Langley1-12/+8