summaryrefslogtreecommitdiff
path: root/src/gui/windows/whoisonline.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-25Add missing checks in windows.Andrei Karas1-0/+4
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-06-03Rename packettypes.h into packettype.hAndrei Karas1-1/+1
2015-06-03User full enum name in packets type.Andrei Karas1-2/+2
2015-05-30Move relation enum into separate file.Andrei Karas1-7/+7
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+1
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+4
2015-03-16Remove useless includes from cpp filesAndrei Karas1-4/+4
2015-02-16Use some tmwa related code in whoisonline only if build for tmwa.Andrei Karas1-0/+8
2015-01-06Move pckettypes enum into separate file.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-18Use server feature haveOnlineList in whos is online window.Andrei Karas1-7/+8
2014-09-18Rename server feature haveOnlineList into haveServerOnlineList.Andrei Karas1-1/+1
2014-09-17Remove getter for serverFeatures.Andrei Karas1-1/+1
2014-09-17Remove getter for playerHandler.Andrei Karas1-2/+2
2014-09-10Change format in ActorType enum.Andrei Karas1-3/+3
2014-09-07Remove unused includes.Andrei Karas1-1/+0
2014-09-07For some popup menus use current mouse position.Andrei Karas1-3/+1
2014-09-06Use server features for online list.Andrei Karas1-4/+5
2014-08-17Remove getters for mouse position and use direct variables.Andrei Karas1-4/+4
2014-08-17Remove proxy methods used for access popup menu.Andrei Karas1-3/+10
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-5/+5
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-6/+6
2014-07-24Add missing windows into reset to default size list.Andrei Karas1-0/+4
2014-05-29Move from client packets limiter related code into separate file.Andrei Karas1-2/+3
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+2
2014-05-29Move many variables from client into settings.Andrei Karas1-1/+2
2014-05-18Move mousebutton into separate file.Andrei Karas1-2/+2
2014-05-18fix code style.Andrei Karas1-8/+6
2014-05-17Move onlineplayer into separate file.Andrei Karas1-0/+1
2014-05-17Add anonimous namespace into whoisonline.cpp.Andrei Karas1-8/+11
2014-05-13fix code style.Andrei Karas1-0/+1
2014-05-13Move actor type into separate file.Andrei Karas1-3/+3
2014-05-12Move being flags into separate file.Andrei Karas1-5/+5
2014-05-08Fix code style in gui.Andrei Karas1-1/+1
2014-05-02Add missing const.Andrei Karas1-1/+1
2014-04-30Fix code style in gui.Andrei Karas1-1/+1
2014-03-31Use all supported encoding while accesing http.Andrei Karas1-0/+1
2014-03-13improve variables order in windows.Andrei Karas1-4/+4
2014-03-10Remove duplicate code from whoisonline.Andrei Karas1-87/+62
2014-02-24Rename Rectangle into Rect.Andrei Karas1-3/+3
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-3/+3
2014-02-18derive Widget from Widget2.Andrei Karas1-1/+1
2014-02-16move mouseevent into events directory.Andrei Karas1-3/+3
2014-02-16move event into events directory.Andrei Karas1-2/+2
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17add restrict into whoisonline.Andrei Karas1-6/+7