summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-5/+5
2016-09-27Fix too long string in browserbox.cppAndrei Karas1-1/+2
2016-09-27Add support for links to mercenaries.Andrei Karas1-0/+9
2016-09-27Add support for links to homunculuses.Andrei Karas1-0/+9
2016-09-27Add support for links to pets.Andrei Karas1-0/+9
2016-09-27Add support for links to monsters.Andrei Karas1-19/+36
2016-09-23Add missing comments into defines.Andrei Karas1-1/+2
2016-09-17Add strong typed bool Opaque.Andrei Karas1-2/+2
2016-09-14Fix highlighted links drawing with bold text.Andrei Karas1-2/+11
2016-07-29Fix code style.Andrei Karas1-2/+2
2016-07-15Fix different include issues.Andrei Karas1-0/+2
2016-06-20Remove useless includes.Andrei Karas1-2/+0
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+1
2016-06-07Move image class into image directory.Andrei Karas1-2/+2
2016-05-29Fix code style.Andrei Karas1-2/+4
2016-05-25Move imageset load function from resourcemanager into separate file.Andrei Karas1-2/+2
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-1/+1
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-1/+3
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
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