summaryrefslogtreecommitdiff
path: root/src/gui/setup_colors.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-3/+3
2012-08-05Removed all the hardcoded sizes of the various setup tabsThorbjørn Lindeijer1-6/+1
2012-01-31Added missing copyright notices.Yohann Ferreira1-0/+1
2011-05-24Widened the setup window by 5pxAngelo Castellani1-1/+1
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-2/+3
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-136/+33
2010-02-24Add more to eAthena guild supportJared Adams1-0/+1
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-3/+2
2010-02-14Fixed color tab alignment from coming up slightly short.Tametomo1-6/+6
2010-02-14Match alignment better in the colors tab. Now the textfields terminateTametomo1-16/+16
2010-01-11Cleanup GUI classesJared Adams1-3/+3
2009-08-01makes tab colours also configurableMaximilian Philipps1-0/+1
2009-08-01makes the colour for buttons and disabled buttons configurableMaximilian Philipps1-0/+2
2009-07-17Various gettext fixesKess Vargavind1-5/+5
2009-05-14Fixed the worst layout issues that came up with translationsBjørn Lindeijer1-1/+1
2009-05-09Fixed the updating of sliders/preview on changing color selectionBjørn Lindeijer1-154/+151
2009-05-08Got rid of the non-functional TextFieldListenerBjørn Lindeijer1-4/+3
2009-04-15Reduced maximum gradient delay to 100. 400 was just too high of an upperTametomo1-2/+2
2009-04-15Fixed the width of the gradient type label for the Setup Color tab, as wellTametomo1-19/+32
2009-04-15Exposed delay values to the user, but made it so that the delay is colorIra Rice1-30/+59
2009-04-15HP Bar Gradual Changes Config (+ bugfixes)Falkreon1-0/+11
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-6/+7
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-19/+16
2009-04-06Fix a spelling errorJared Adams1-1/+1
2009-04-06Clean up and expand item equip handling in the GUIJared Adams1-0/+5
2009-04-05Fixed compile warningsBjørn Lindeijer1-0/+1
2009-03-29Merge branch 'master' of git@gitorious.org:tmw/mainlinePhilipp Sehmisch1-1/+1
2009-03-29Fixed compilation on WindowsPhilipp Sehmisch1-1/+1
2009-03-27Removed unnecessary parenthesis on constructorsBjørn Lindeijer1-1/+1
2009-03-25A host of code style fixesBjørn Lindeijer1-1/+1
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-28/+67
2009-03-18Windows compilation fixesPhilipp Sehmisch1-1/+1
2009-03-15Fixed color previews for item types.Ira Rice1-0/+1
2009-03-15Fix some mem leaksJared Adams1-3/+2
2009-03-14Made the slider editable when pulse gradient is selected.Ira Rice1-2/+13
2009-03-14Added a pulse effect into the palette class, which uses the set colorIra Rice1-1/+2
2009-03-14Exposed the progress bar colors to the color management tab.Ira Rice1-9/+18
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-6/+12
2009-03-14Code cleanup in the color/palette codeMajin Sniper1-1/+0
2009-03-14Code cleanup in the color/palette codeMajin Sniper1-25/+0
2009-03-13Added item types to the palette class.Ira Rice1-0/+17
2009-03-13Made the TextPreview widget respect alpha values.Ira Rice1-1/+2
2009-03-12Added in option for opacity for the text preview widget, which all ofIra Rice1-3/+1
2009-03-12Extend color config gui to support the new colorsMajin Sniper1-32/+153
2009-03-12Extending the internal handling of colorssniper1-23/+32
2009-03-12Extend color config gui to support the new colorsMajin Sniper1-16/+166
2009-03-12Extending the internal handling of colorssniper1-23/+32
2009-03-10Fix some mem leaksJared Adams1-2/+3
2009-03-10Fix some mem leaksJared Adams1-3/+2