summaryrefslogtreecommitdiff
path: root/src/gui/serverdialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-08-24improve getState/setState in Client.Andrei Karas1-4/+4
2013-08-14Fix outline color issues.Andrei Karas1-1/+1
2013-06-30Add ability to open support page if error happend.Andrei Karas1-0/+7
2013-06-01Add alternate host name to servers list.Andrei Karas1-0/+4
First try will be by hostname, if it failed in name resolution will be used alt host name This allow connect to server with static ip address even if dns is broken.
2013-05-24fix code style.Andrei Karas1-1/+2
2013-05-19improve serverdialog class.Andrei Karas1-24/+8
2013-05-19Change http links from manaplus.evolonline.org to manaplus.orgAndrei Karas1-2/+2
2013-05-06Add outline colors for ITEM_EQUIPPED and ITEM_NOT_EQUIPPED.Andrei Karas1-1/+1
2013-05-06add outline color for not supported color in servers dialog.Andrei Karas1-2/+5
2013-05-05add outline color to listbox.Andrei Karas1-2/+8
2013-05-03add comments for translatorsAndrei Karas1-0/+21
2013-04-26add support for separate online list.Andrei Karas1-0/+13
2013-04-21some other fixes from cpplint.Andrei Karas1-3/+3
2013-04-20fix style in gui directory.Andrei Karas1-0/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-5/+6
2013-04-07some fixes after auto check.Andrei Karas1-10/+9
2013-02-26Improve string usage in other files.Andrei Karas1-5/+5
2013-02-07Add missing close button to some windows.Andrei Karas1-0/+1
2013-02-07Add close button to servers dialog.Andrei Karas1-3/+10
2013-01-30Fix minimal windows sizes for very small screens (320x240)Andrei Karas1-2/+2
2013-01-23Use in different listbox derived classes different xml skin.Andrei Karas1-1/+1
2013-01-20Another part with FOR_EACH changes.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-28Fix different warnings from previous commits.Andrei Karas1-4/+0
2012-12-27Remove set font from graphics object.Andrei Karas1-1/+0
2012-12-27Fix font usage in some controls.Andrei Karas1-1/+3
2012-12-27Improve servers list draw speed.Andrei Karas1-12/+14
2012-12-25Allow delete all servers from server list.Andrei Karas1-1/+1
Servers automatically downloaded will be added again on next client restart.
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-12-25Add support for register from browser on servers with disabled registration.Andrei Karas1-0/+7
2012-12-24Add color for selected text in listboxes.Andrei Karas1-3/+4
New theme color: LISTBOX_SELECTED
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-20Fix code style and some minor issues.Andrei Karas1-1/+0
2012-10-20Add palette inheritance to label class.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to checkbox class.Andrei Karas1-3/+4
2012-10-20Add palette inheritance to button class.Andrei Karas1-6/+6
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-3/+4
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-4/+3
2012-10-19Fix namespace conflicts.Andrei Karas1-3/+3
2012-10-16Add listbox padding.Andrei Karas1-9/+10
New theme file: listbox.xml Theme option: padding
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-09-07Improve constructors in some classes.Andrei Karas1-16/+14
2012-09-01Fix code style.Andrei Karas1-1/+1
2012-08-29Add listbox own color.Andrei Karas1-1/+1
Parameter "LISTBOX" in colors.xml
2012-08-28Add const to more classes.Andrei Karas1-24/+28
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-08-21next code style changes.Andrei Karas1-2/+3
2012-08-17Improve size calculations.Andrei Karas1-3/+3
2012-08-07Add connect button to edit server dialog.Andrei Karas1-36/+42
2012-08-04Extend background theming.Andrei Karas1-1/+2