summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2009-01-15Merged Tab and TabbedArea from mainlineBjørn Lindeijer1-1/+1
Changes mostly done by David Athay. Currently these widgets are only used in the setup window, where they replace the previously used TabbedContainer.
2009-01-12Some rather pedantic changes. Unified all naming for emoticons in theIra Rice1-2/+1
code so that only one term is used everywhere (to simplify maintainability), as well as corrected several variable names and comments where there was copy/pasted code, but it wasn't corrected. Also moved emote shortcuts back to where they were originally, to reduce player confusion when the next build comes around. Signed-off-by: Ira Rice <irarice@gmail.com>
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this.
2008-10-03Made a new Windows binary, as well as fix some files to make the Windows Ira Rice1-0/+2
build work (although there might be a bit too many guichanfwd.h references. But that's ok. I'm too lazy to track down which ones are necessary and which ones aren't at the moment).
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-1/+1
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model.
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-1/+1
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-1/+1
from the 0.1.0 branch.
2006-03-19Splitted setup window into manageable pieces according to their tabs in the ↵Björn Steinbrink1-23/+3
window. Fixed some memory leaks along the way. Also fixed two settings not being stored on "apply".
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-53/+16
2006-02-06Added a Joystick class.Björn Steinbrink1-4/+0
2006-01-07Removed --skipupdate option from Dev.Cpp project file, splitted the setup ↵Eugenio Favalli1-1/+6
window into 3 tabs and added a joystick calibration tool.
2006-01-05Remove some useless code.Björn Steinbrink1-2/+0
2005-09-28Added a Reset Win Positions to Default in the Setup win.Yohann Ferreira1-2/+2
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer1-17/+17
2005-09-12Enabled OpenGL checkbox and added messagebox informing the user that apply thisBjørn Lindeijer1-4/+7
change requires restarting the client. Also made progress of update downloads start displaying at 0%.
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ↵Björn Steinbrink1-0/+1
ever happen...
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-1/+6
2005-08-03Now the 'Apply' and 'Cancel' buttons of the setup window work correctly.Yohann Ferreira1-0/+5
2005-07-14Committed resource manager cleanup patch by Doener, and properly implementedBjørn Lindeijer1-10/+14
the custom mouse cursor option, which is now also dynamically changeable through the setup window.
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+2
2005-05-14Mainly separating core GUI classes from game interface.Bjørn Lindeijer1-1/+1
2005-04-16- Readding stripping to executable (Dev-cpp project options)Eugenio Favalli1-17/+14
- New slider skin - Some updates to win32 compile guide - Cleaned sound engine - Improved setup window (need testing)
2005-04-07* Fixed crash on exit when trying to delete listbox that wasn't created.Bjørn Lindeijer1-4/+4
* Disabled Ok button in Buy and Sell dialog when amount is 0 * Corrected the three known map bugs
2005-04-02Added ConfigListener class to allow listening for changes to config options,Bjørn Lindeijer1-0/+1
and added a GUI opacity slider to the setup window that utilizes this.
2005-04-02Less Image::setAlpha calls.Bjørn Lindeijer1-0/+1
2005-02-28Formatting updates.Bjørn Lindeijer1-15/+15
2005-02-27Video modes are taken from SDLMateusz Kaduk1-1/+17
2005-02-13Largely cleanups.Bjørn Lindeijer1-1/+1
2005-01-29*** empty log message ***Yohann Ferreira1-3/+2
2005-01-29*** empty log message ***Yohann Ferreira1-9/+4
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-1/+0
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-1/+1
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling.
2005-01-06Mostly commenting and indenting changes for setup dialog.Bjørn Lindeijer1-41/+56
2005-01-03Using own ListBox,Mateusz Kaduk1-1/+2
Removed temporarly unused radio button.
2004-12-29- ported sound engine to SDL_MixerAlexander Baldeck1-1/+2
- name change from TmwSound to Sound as required by HACKING.txt - slight modification of other files using it due to interface changes - minor speedups in Configuration - makefile.static modfified to link against SDL
2004-12-27Added radiobutton class and aqua graphic for it.Mateusz Kaduk1-0/+2
2004-12-27Fixed listbox and scrollarea sizes in setup.Mateusz Kaduk1-1/+2
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer1-3/+21
modules to file lists.
2004-12-27Using Configuration classMateusz Kaduk1-1/+3
Added switch for sound
2004-12-22Added fullscreen mode checkbox in setup windowMateusz Kaduk1-0/+3
2004-12-22Added modes list to setupMateusz Kaduk1-1/+2
2004-12-22Using tmw's button in setupMateusz Kaduk1-3/+18
2004-12-22Setup has create_setup() method that creates only one instance.Mateusz Kaduk1-5/+7
2004-12-22- setup gets only called from game.cppMateusz Kaduk1-13/+8
- setup class changed
2004-12-13Whee, moving headers around! Also provided makefile.mgw for compiling with ↵Bjørn Lindeijer1-2/+2
MinGW+MSYS.
2004-12-13Some header order, namespace and lib fixes to improve MSVC support.Bjørn Lindeijer1-1/+1
2004-12-12Created setup class and changed to use guichanMateusz Kaduk1-3/+27