summaryrefslogtreecommitdiff
path: root/src/gui/whoisonline.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-14fix copyright years.Andrei Karas1-1/+1
2013-02-12Fix resize issue in who is online window in some themes.Andrei Karas1-9/+10
2013-02-10Block any protocols in curl except HTTP and HTTPS.Andrei Karas1-0/+1
2013-02-01Fix code style.Andrei Karas1-1/+0
2013-01-23Show self nick in online list with special color.Andrei Karas1-0/+5
2013-01-22Show in online list colored party and guild members.Andrei Karas1-6/+63
2013-01-22Improve a bit online list draw.Andrei Karas1-11/+9
2013-01-20Another part with FOR_EACH changes.Andrei Karas1-14/+4
2012-12-25Improve empty strings manipulation.Andrei Karas1-2/+2
2012-11-09Fix code style.Andrei Karas1-1/+0
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-20Add palette inheritance to button class.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to browserbox class.Andrei Karas1-1/+1
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-2/+3
2012-10-10Fix compilation errors with stlport.Andrei Karas1-3/+3
2012-10-03Add sound effects for open/close windows.Andrei Karas1-0/+1
2012-10-02Fix some conversions.Andrei Karas1-2/+2
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-09-16Add const to variables with type size_t.Andrei Karas1-7/+4
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-08-17Improve size calculations.Andrei Karas1-4/+4
2012-08-09Hightlight gms in online list with "friends" color and letters (GM).Andrei Karas1-0/+15
2012-08-09Revert "Highlight gms in online list with color."Andrei Karas1-10/+2
2012-08-09Highlight gms in online list with color.Andrei Karas1-2/+10
2012-07-28Simplify scrollarea opaque flag.Andrei Karas1-3/+2
2012-07-18Another warning fixes.Andrei Karas1-2/+2
2012-06-23Improve a bit iterators again.Andrei Karas1-2/+0
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-0/+3
2012-04-25Improve iterators part 1.Andrei Karas1-15/+14
2012-04-01Add support form different proxy types in download process.Andrei Karas1-0/+2
2012-04-01Last part of fixes.Andrei Karas1-1/+1
2012-03-27Fix auto update online list after http server error (tmw like servers only).Andrei Karas1-0/+1
2012-02-29Simplify remove listener calls.Andrei Karas1-2/+1
2012-02-28Fix manaplus clients name highlight in evol server. Before was all highlighted.Andrei Karas1-0/+5
2012-02-24More copyright fixes.Andrei Karas1-1/+1
2012-02-24Fix GPL license.Andrei Karas1-2/+1
2012-02-18Fix code style.Andrei Karas1-1/+1
2012-02-12Add option to enable/disable grouping friends in online list.Andrei Karas1-3/+15
2012-02-10Show gms in online list with green color (evol server).Andrei Karas1-3/+5
2012-02-08Fix code style with new tool.Andrei Karas1-1/+1
2012-02-02Add some checks after automatic checking.Andrei Karas1-0/+3
2012-01-29Fix client detection in online list.Andrei Karas1-4/+4
2012-01-29Fix memory leak in tathena online list introducedAndrei Karas1-0/+7
2012-01-29Use appname in user agents string while downloading files.Andrei Karas1-2/+2
2012-01-28Add support for processing player statuses in evol server.Andrei Karas1-3/+33
2012-01-28Add basic support for extended online list on evol server.Andrei Karas1-48/+87
2012-01-17Add friends tab to social window.Andrei Karas1-5/+17
2012-01-16Fix players online status in chat in evol server.Andrei Karas1-0/+2
2011-11-30Add limits for online list packet.Andrei Karas1-4/+7
2011-11-30Add server side online players list support.Andrei Karas1-67/+144