summaryrefslogtreecommitdiff
path: root/src/gui/socialwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-20Fix code style and some minor issues.Andrei Karas1-1/+0
2012-10-20Add palette inheritance to button class.Andrei Karas1-3/+3
2012-10-20Add palette inheritance to browserbox class.Andrei Karas1-1/+1
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-35/+50
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-9/+9
2012-10-19Fix namespace conflicts.Andrei Karas1-4/+4
2012-10-16Fix background flag in social window for party and guild tabs.Andrei Karas1-3/+3
2012-10-16Fix code style and some other minor issues.Andrei Karas1-5/+7
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-11/+11
2012-10-10Delete copy constructor from other classes.Andrei Karas1-0/+22
2012-10-03Add sound effects for open/close windows.Andrei Karas1-0/+1
2012-09-22Add final keyword to most classes.Andrei Karas1-11/+11
2012-09-11Fix code style and small perfomance issues.Andrei Karas1-1/+1
2012-09-11switch to hardware depend batch sizes.Andrei Karas1-1/+1
2012-09-09fix code style.Andrei Karas1-0/+1
2012-09-08Fix guild emulation tab colors.Andrei Karas1-0/+4
2012-09-08Add new colors for party and guild tabs.Andrei Karas1-0/+8
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+1
2012-09-07Improve constructors in some classes.Andrei Karas1-27/+39
2012-09-05Fix useless variables initialisations.Andrei Karas1-2/+1
2012-09-02Add const to more classes.Andrei Karas1-4/+4
2012-09-01Fix code style.Andrei Karas1-1/+2
2012-08-29Add const to more classes.Andrei Karas1-60/+61
2012-08-24Small style changes.Andrei Karas1-13/+14
2012-08-23Remove useless includes.Andrei Karas1-9/+0
2012-08-04Extend background theming.Andrei Karas1-8/+16
2012-08-04fix code style.Andrei Karas1-4/+8
2012-08-02Add option to show/hide background in social window tabs.Andrei Karas1-24/+25
2012-07-28Remove white background in social window.Andrei Karas1-8/+8
2012-06-06Fix some issues after auto checking.Andrei Karas1-15/+10
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-3/+1
2012-05-12Add comments for translators in social window tabs.Andrei Karas1-1/+3
2012-05-05Add pickup ignore list.Andrei Karas1-114/+116
2012-05-03Remove some commented code.Andrei Karas1-55/+0
2012-04-25Improve iterators part 1.Andrei Karas1-13/+22
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-0/+1
2012-03-29Replace vectors with strings to short names.Andrei Karas1-6/+6
2012-02-28Add different sound effects for different events.Andrei Karas1-3/+3
2012-02-05Separate map class to map and maplayer.Andrei Karas1-0/+1
2012-01-28Add basic support for extended online list on evol server.Andrei Karas1-1/+1
2012-01-22Add tab names P and F to translation.Andrei Karas1-2/+4
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-2/+2
2012-01-17Add friends tab to social window.Andrei Karas1-2/+129
2012-01-13Fix possible incorrect memory access.Andrei Karas1-1/+1
2012-01-11Fix compliation under gcc 4.7 snapshot.Andrei Karas1-2/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-23Fix code style and some auto checked errors.Andrei Karas1-2/+2
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-37/+37
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-15/+15
2011-10-07Fix resize in skills dialog and social window.Andrei Karas1-0/+8