summaryrefslogtreecommitdiff
path: root/src/gui/setup_colors.h
AgeCommit message (Collapse)AuthorFilesLines
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-3/+2
2010-01-11Cleanup GUI classesJared Adams1-2/+2
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out.
2009-10-03Added support for the "too fast" login errorThorbjørn Lindeijer1-1/+1
So that next time somebody encounters it, it doesn't turn up as "unknown error".
2009-05-09Fixed the updating of sliders/preview on changing color selectionBjørn Lindeijer1-1/+7
It only worked when you clicked, not when the selection changed for any other reason, like click+drag. Use a SelectionListener instead.
2009-05-08Got rid of the non-functional TextFieldListenerBjørn Lindeijer1-6/+2
Pointed out by Jaxad0127. We might want to enable its intended functionality in a different way later.
2009-04-15Exposed delay values to the user, but made it so that the delay is colorIra Rice1-0/+4
based, instead of global, so that the user can specify different delays for different types of actions. Signed-off-by: Ira Rice <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-6/+6
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up.
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-8/+8
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes.
2009-03-14Code cleanup in the color/palette codeMajin Sniper1-1/+0
2009-03-12Extend color config gui to support the new colorsMajin Sniper1-0/+9
The new color palette supports many more colors that the browserbox can display. So a change to the color config gui was needed.
2009-03-12Extending the internal handling of colorssniper1-0/+2
The internal storage for colors was in the file color.h/color.cpp. It mainly managed the colors in the chat. The Color class was extended to be more generic now and it stores gcn::Color objects instead of integers now. A lot of new colortypes are now available, though not many of them are used for now, that will come in the next patches. The Color class was renamed to Palette and color.{h,cpp} to palette.{h,cpp} to better describe its purpose. The color config gui now lists the new colors, even changes them, but the result is not displayed properly for now.
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-3/+3
Conflicts: CMakeLists.txt configure.ac data/help/header.txt packaging/windows/setup.nsi po/POTFILES.in src/being.cpp src/being.h src/game.cpp src/gui/color.cpp src/gui/color.h src/gui/equipmentwindow.h src/gui/popupmenu.cpp src/gui/recorder.cpp src/gui/setup_colors.h src/gui/setup_keyboard.cpp src/gui/setup_keyboard.h src/gui/skill.cpp src/gui/speechbubble.cpp src/gui/speechbubble.h src/gui/table.cpp src/keyboardconfig.cpp src/keyboardconfig.h src/localplayer.cpp src/main.cpp src/main.h src/map.cpp src/resources/colordb.cpp src/resources/colordb.h src/resources/emotedb.cpp src/resources/emotedb.h src/text.cpp src/text.h src/tmw.rc src/winver.h
2009-02-11Changed spelling from colour to color.Philipp Sehmisch1-0/+75
2009-02-11More capitalization fixes for 'color'Bjørn Lindeijer1-1/+1
Hopefully these are the last ones. :)
2009-02-10Fixed some accidental capitalization errorsPhilipp Sehmisch1-4/+4
2009-02-10Changed spelling from colour to color.Philipp Sehmisch1-0/+75