summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-11Fix code style.Andrei Karas1-0/+2
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-07Fix code style.Andrei Karas1-2/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-57/+57
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-47/+62
2016-01-17Move cards constants into separate file.Andrei Karas1-1/+3
2016-01-15Add support for show cards in links.Andrei Karas1-4/+22
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-22Use resource manager as global variable.Andrei Karas1-4/+2
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas1-2/+3
2015-08-03Add gui mode for dyecmd. Now only basic code added.Andrei Karas1-0/+2
2015-05-30Move theme colors enum into separate file.Andrei Karas1-7/+7
2015-05-28Fix typo in browserbox after last changes.Andrei Karas1-1/+1
2015-05-27Improve a bit browserbox.Andrei Karas1-46/+42
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+5
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-3/+14
2015-05-13Remove duplicate function from graphics.Andrei Karas1-5/+3
2015-03-16Remove useless includes from cpp filesAndrei Karas1-4/+0
2015-03-02Fix crash in tests without translator created.Andrei Karas1-7/+4
2015-03-02Translate item name in links if item name was added by client.Andrei Karas1-2/+8
2015-03-01Show item links with empty item name.Andrei Karas1-0/+11
2015-01-18Fix wrong decoding colors and emotes in same line.Andrei Karas1-2/+6
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Show long key names in browser box.Andrei Karas1-1/+1
2014-12-19Fix code style.Andrei Karas1-2/+0
2014-12-18Add support for support url in browser box.Andrei Karas1-3/+8
2014-12-18Rename browserbox method setProcessVersion into setProcessVars.Andrei Karas1-2/+2
2014-12-08Allow control popup menu by up/down keys.Andrei Karas1-0/+28
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-14/+17
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-14Move linepart into separate file.Andrei Karas1-7/+0
2014-05-14Move skin into separate file.Andrei Karas1-0/+1
2014-05-08Fix code style in gui.Andrei Karas1-2/+2
2014-04-30Fix code style in gui.Andrei Karas1-1/+2
2014-03-19fix compilation warning.Andrei Karas1-1/+1
2014-03-17Exclude useless logic methods calls.Andrei Karas1-0/+2
2014-03-16Improve theme usage.Andrei Karas1-2/+0
2014-03-16fix mouse exit on browserbox.Andrei Karas1-0/+5
2014-02-24Rename Rectangle into Rect.Andrei Karas1-4/+4
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-1/+1
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-4/+4
2014-02-22Move color into gui dir.Andrei Karas1-6/+6
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+1
2014-02-16combine font classes in one.Andrei Karas1-5/+4
2014-02-16move mouseevent into events directory.Andrei Karas1-2/+2
2014-02-16move mouselistener from base into listeners.Andrei Karas1-1/+1
2014-02-15Remove useless graphics casts.Andrei Karas1-3/+2
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-5/+8
2014-02-15move exguichan files into gui/base/Andrei Karas1-3/+3