summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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