summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas18-85/+62
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas28-10/+83
2013-04-09Improve perfomance in windows and popups visibility checks.Andrei Karas6-6/+13
2013-04-09some more style and cast fixes.Andrei Karas2-7/+2
2013-04-07remove useless checks.Andrei Karas2-9/+6
2013-04-07fix more style, add consts.Andrei Karas6-7/+7
2013-04-07fix cide style.Andrei Karas2-2/+2
2013-04-07some fixes after auto check.Andrei Karas2-5/+5
2013-04-03Fix http links splitting in chat.Andrei Karas1-9/+11
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas4-8/+8
2013-03-22Add option to accept language messages in any languge.Andrei Karas4-0/+17
2013-03-22Show channel messages in language tab.Andrei Karas2-2/+2
2013-03-22Add language tab class.Andrei Karas3-0/+85
2013-03-22clean default channel names.Andrei Karas1-2/+0
2013-03-22add netcode support for channels (for now evol only).Andrei Karas1-2/+4
2013-03-21Send channel name to net code layer.Andrei Karas1-2/+7
2013-03-21Add channel name to chat tabs.Andrei Karas7-8/+18
2013-03-11Add some fixes after automatic checks.Andrei Karas5-11/+3
2013-03-02Another fixes after Coverity checks.Andrei Karas5-11/+11
2013-02-26Improve string usage in other files.Andrei Karas4-27/+25
2013-02-21Fix some incorrect chars in browserbox links.Andrei Karas1-1/+2
2013-02-20Add missing files gmtab.cpp/hAndrei Karas2-0/+119
2013-02-19Add support for GM tab.Andrei Karas1-1/+2
2013-02-18Add option to show/hide guild online messages.Andrei Karas4-2/+31
2013-02-18Add support for help seach links.Andrei Karas1-21/+38
2013-02-15Fix code style.Andrei Karas1-2/+2
2013-02-14fix copyright years.Andrei Karas13-13/+13
2013-02-14Improve event.getId() speed.Andrei Karas3-11/+14
2013-02-11Add theme option to set scrollbar width/height.Andrei Karas2-0/+4
2013-02-11Fix compilation issues.Andrei Karas1-0/+2
2013-02-10Add option to scrollbuttons.xml to set scroll marker size.Andrei Karas2-36/+65
2013-02-10Add option to scrollbuttons.xml to show/hide scrollbar buttons.Andrei Karas1-13/+14
2013-02-10Add theme option to hide scrollbar buttons.Andrei Karas2-18/+356
2013-02-10Remove unused methods in scrollarea class.Andrei Karas2-24/+0
2013-02-10Remove channel classes because it was used only in manaserv.Andrei Karas2-196/+0
2013-02-10Add https support to link handlers.Andrei Karas1-1/+1
2013-02-03Fix inventory sorting.Andrei Karas1-15/+17
2013-02-02Fix errors in some compilers.v1.3.2.3Andrei Karas2-6/+6
2013-02-01Fix code style.Andrei Karas4-10/+9
2013-02-01Fix some resize issues in setup window.Andrei Karas4-1/+15
2013-01-30Fix error and code style in avatarlistbox.Andrei Karas1-5/+12
2013-01-30Extend themability of avatarlistbox.Hal90002-6/+8
2013-01-27In char selection dialog add support for selecting character by clicking on i...Andrei Karas2-0/+12
2013-01-27Fix bug with shoplistbox.xml file.Hal90001-2/+2
2013-01-23Use in different listbox derived classes different xml skin.Andrei Karas7-20/+19
2013-01-21Fix context menu in chat window.Andrei Karas1-1/+3
2013-01-20Last part with FOR_EACH changes.Andrei Karas8-34/+14
2013-01-20Fix crashes on closing client before entering game.Andrei Karas1-0/+2
2013-01-18Add padding for items in extended listboxes.Andrei Karas2-2/+4