summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas219-46915/+0
2017-09-27Fix some issues with int64 to int32 implicit conversions.Andrei Karas1-1/+1
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas1-1/+1
2017-09-27Change attributes value type to int64.Andrei Karas4-9/+9
2017-09-18Add option for enable http tunneling for downloads from http proxy.Andrei Karas1-0/+4
2017-09-15Fix code style.Andrei Karas1-1/+1
2017-09-15Add option for change number of max parallel sounds.Andrei Karas1-0/+4
2017-09-14Remove extra include in SDL 1.2 builds.Andrei Karas1-2/+1
2017-09-14Fix compilation with SDL 1.2.Andrei Karas2-3/+5
2017-09-13Add option to select any existing SDL renderer drivers for SDL2 default mode.Andrei Karas4-3/+197
2017-09-13Hide empty options group in performance settings tab (SDL2).Andrei Karas1-1/+2
2017-09-12Add option for enable high dpi mode in SDL 2.Andrei Karas2-1/+31
2017-09-11Add option to set sdl logging level.Andrei Karas2-23/+65
2017-09-11Rename setup_other.cpp into setup_misc.cppAndrei Karas2-12/+12
2017-09-09Add workaround for fix alt-tab issue in SDL2.Andrei Karas2-1/+9
2017-09-05Fix stuck some buttons in hightligted state after pressing.Andrei Karas1-1/+1
2017-09-05Fix crash if enter simple text into chat window before connecting to server.Andrei Karas1-2/+5
2017-09-05Add comment about calling virtual member in destructor in widget.cppAndrei Karas1-0/+1
2017-09-03Fixed all "buttom" into "bottom".Alige1-1/+1
2017-09-03Improve a bit scrollarea.Andrei Karas1-4/+4
2017-09-03Fix scrolling in scroll areas.Andrei Karas1-5/+6
2017-08-31Add missing reload server config parameter for manamerket legacy server bot.Andrei Karas1-0/+1
2017-08-31Add default values for per server settings in setup tabs.Andrei Karas2-0/+3
2017-08-30Move some variables to better scope.Andrei Karas3-8/+7
2017-08-26Fix dragging items from mail edit window into other item containers.Andrei Karas1-0/+2
2017-08-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas1-4/+12
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.Andrei Karas1-2/+2
2017-08-25Fix selection elements in extendedlistbox is padding > 0.Andrei Karas1-2/+2
2017-08-25Hide item container slots if item present with amount 0.Andrei Karas1-1/+2
2017-08-24Add support for removing item from mail.Andrei Karas1-4/+20
2017-08-23Add partial adding items into new mail message.Andrei Karas1-3/+41
2017-08-22Remove default parameter from WidgetGroup::createWidget.Andrei Karas1-1/+1
2017-08-22Remove default parameters from SocialTab::buildCounter.Andrei Karas1-2/+2
2017-08-22Remove default parameter from TabStrip::createWidget.Andrei Karas1-1/+1
2017-08-22Remove default parameter from RadioGroup::createWidget.Andrei Karas1-1/+1
2017-08-22Remove some parentheses.Andrei Karas3-6/+6
2017-08-21Change useless if conditions.Andrei Karas1-3/+0
2017-08-21Remove useless else.Andrei Karas8-29/+14
2017-08-14Dont try to draw hidden rows by filter in item container.Andrei Karas1-4/+4
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas7-23/+17
2017-08-13Change height in item containers if some items hidden by filter.Andrei Karas2-6/+22
2017-08-08Remove extra includes.Andrei Karas2-2/+0
2017-08-08Add into skill context menu for add shortcut.Andrei Karas2-8/+2
2017-08-07Allow open debug window before connecting to game.Andrei Karas1-2/+4
2017-08-03Dont draw name in skill shortcuts if icon already present.Andrei Karas1-14/+18
2017-08-02Add item shortcuts tab with automatically filled with skills.Andrei Karas1-0/+2
2017-07-30Add option to show player name at top or at bottom.Andrei Karas2-1/+21
2017-07-21In statisbrowserbox remove separator if it present in last line.Andrei Karas1-0/+6
2017-07-20Into staticbrowserbox allow add separators without duplication.Andrei Karas2-1/+15
2017-07-17Fix issues detected by coverity.Andrei Karas2-6/+5