summaryrefslogtreecommitdiff
path: root/src/gui/progressbar.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-27Removed all the static initializations of mAlphaBjørn Lindeijer1-1/+1
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-17/+9
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-10/+8
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-10/+31
2009-03-19Port Progressbar to TextRendererMajin Sniper1-23/+8
2009-03-19Port Progressbar to TextRendererMajin Sniper1-14/+8
2009-03-14Exposed the progress bar colors to the color management tab.Ira Rice1-3/+10
2009-02-22Make progressbars more readableJared Adams1-2/+2
2009-02-17Merge branch 'aethyra/master'Bjørn Lindeijer1-6/+5
2009-02-16Fixed GUI opacity in SDL modeBjørn Lindeijer1-6/+5
2009-02-11Shut up some compiler warnings.Philipp Sehmisch1-1/+1
2009-02-11Shut up some compiler warnings.Philipp Sehmisch1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-2/+2
2009-02-03Disable alpha values affecting two widgets which would otherwise takeIra Rice1-1/+4
2009-01-30Applied alphas to the progress bar fill and text overlays as well.Ira Rice1-3/+8
2009-01-30Exposed most gui elements to take alpha values. There are still a fewIra Rice1-0/+17
2009-01-25Made the labels on the progress bars more readableBjørn Lindeijer1-2/+22
2009-01-24Code reformattingBjørn Lindeijer1-1/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-6/+3
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-04-26Made smooth color changing and smooth progress optional.Yohann Ferreira1-11/+27
2008-04-17Added smooth progress changes into progressbars.Yohann Ferreira1-3/+8
2008-03-27Applied patch by peavey and added his name to the ChangeLog some more.Bjørn Lindeijer1-1/+2
2008-03-25Initialized some uninitialized variables (patch by peavey).Philipp Sehmisch1-2/+1
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-3/+2
2007-07-27Removed useless yet costly dynamic casts.Guillaume Melquiond1-3/+2
2006-12-12Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h)Bjørn Lindeijer1-2/+0
2006-11-05Merged the definition of ImageRect into graphics.h.Bjørn Lindeijer1-2/+0
2006-03-09Removed coordinate arguments from ProgressBar ctor.Björn Steinbrink1-7/+5
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-45/+28
2005-08-25Made our drawImage() method respect the clip area from the guichan graphics p...Björn Steinbrink1-4/+1
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-1/+5
2005-08-10Moved knowledge about whether we use OpenGL into the Graphics class. Added he...Björn Steinbrink1-9/+1
2005-07-27Committing merging opengl and sdl part 3 by AndrejBjørn Lindeijer1-0/+2
2005-07-26OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find aBjørn Lindeijer1-2/+9
2005-07-23New login wallpaper by Momotaro and shortened update window a bit to notBjørn Lindeijer1-2/+5
2005-07-14Small optimizations to the progress bars code.Yohann Ferreira1-6/+6
2005-07-14Code duplication reduction by Doener, instance counting by me, and a smallBjørn Lindeijer1-41/+57
2005-07-14Make sure progress bar color fading happens framerate independent.Bjørn Lindeijer1-8/+11
2005-07-13Adding smooth color changing on progress bars.Yohann Ferreira1-4/+16
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+1
2005-05-10Fixed progress bars in OpenGL mode, now uses Guichan's fillRectangle.Bjørn Lindeijer1-27/+13
2005-05-08Updated progressbar.cpp to check for NULL colorBar (causing seg fault).Aaron Marks1-2/+4
2005-05-07Committed radical modifications to desert map by Bertram.Bjørn Lindeijer1-1/+1
2005-05-06Fixed the Progress bar that couldn't change its color anymore.Yohann Ferreira1-1/+1
2005-04-02Less Image::setAlpha calls.Bjørn Lindeijer1-18/+6