summaryrefslogtreecommitdiff
path: root/src/gui/widgets/progressbar.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-31Convert ProgressColorId enum into strong typed enum.Andrei Karas1-7/+10
2015-05-30Move theme colors enum into separate file.Andrei Karas1-2/+2
2015-05-25Add safeDraw method into progressbar.Andrei Karas1-78/+121
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-3/+6
This allow not set actual OpenGL color on each call because it useless for drawing text.
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-13In modernopengl add support for buffered draw tile collection.Andrei Karas1-0/+1
This is first cached function implemented in modernopengl. Also add support for bind buffer attributes. Add finalize method to convert any cached data into data for GPU.
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-30Move main window related code into windowmanager.Andrei Karas1-1/+2
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-14Move skin into separate file.Andrei Karas1-0/+1
2014-04-06Move redraw flag from widgets into base widget.Andrei Karas1-2/+1
2014-03-28simplify variables cleanup.Andrei Karas1-2/+3
2014-03-16Improve theme usage.Andrei Karas1-3/+1
Removed instance method.
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
Rename ClipRectangle into ClipRect.
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-22Move color into gui dir.Andrei Karas1-3/+3
2014-02-18derive Widget from Widget2.Andrei Karas1-5/+7
2014-02-16combine font classes in one.Andrei Karas1-4/+2
2014-02-16move event into events directory.Andrei Karas1-2/+2
2014-02-16move widgetlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15Remove useless graphics casts.Andrei Karas1-1/+1
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
Remove base/graphcs.
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-02-02Add missing const and static into gui classes.Andrei Karas1-2/+1
2014-01-14fix code style.Andrei Karas1-0/+1
2014-01-08Remove duplicate variables from some classes.Andrei Karas1-4/+5
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-31fix code style.Andrei Karas1-1/+0
2013-12-22remove debug line.Andrei Karas1-1/+0
2013-12-22allow fill complete part of progress bar with images.Andrei Karas1-3/+46
For this need add in progress bar theme file option fillImage and set it to 1. Then add progress bar xml file for image with name: name_fill.xml. Default is: progressbar_fill.xml New theme option: fillImage New theme file (default name): progressbar_fill.xml
2013-12-22allow use different theme file for different progress bars.Andrei Karas1-2/+2
2013-12-15rename drawTile methods into separate names drawTileVertexes, ↵Andrei Karas1-1/+1
drawTileCollection.
2013-12-04add ability to set text colors on ministatus window bars.Andrei Karas1-1/+1
Also add PROGRESSBAR_OUTLINE color.
2013-12-04Add new color for slots progress bar in inventory.Andrei Karas1-24/+37
New colors: SLOTS_BAR, SLOTS_BAR_OUTLINE.
2013-12-03add UPDATE color into progress bar colors.Andrei Karas1-3/+3
New progress color: UPDATE. also removed DEFAULT progress color.
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas1-1/+1
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-5/+5
2013-09-12remove unused includes from widget files.Andrei Karas1-3/+0
2013-09-02dehardcode some mode render mode constans usage.Andrei Karas1-1/+1
2013-08-29fix some missing checks.Andrei Karas1-2/+5
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-07-28move bools in progressbar.Andrei Karas1-5/+5
2013-06-13improve progressbar.Andrei Karas1-4/+6
2013-05-04add function to graphics class to set normal and outline colors at once.Andrei Karas1-2/+1
2013-04-20fix style in gui directory.Andrei Karas1-2/+4
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-14/+1