summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas32-84/+84
2017-07-13Add vector.h for use different vectors.Andrei Karas2-2/+2
2017-07-11Fix char select dialog size if server allow more than 10 slots.Andrei Karas2-11/+27
2017-07-07Move unit tests into unittests directory.Andrei Karas1-211/+0
2017-06-30Fix wrong asserts in browserbox resize.Andrei Karas1-2/+6
2017-06-30Remove extra includes again.Andrei Karas1-0/+1
2017-06-30Remove extra includes from headers.Andrei Karas11-14/+0
2017-06-29Use std::move in some places.Andrei Karas2-2/+4
2017-06-29Move cast macroses into separate file.Andrei Karas11-0/+14
2017-06-29Move foreach macroses into separate file.Andrei Karas20-0/+27
2017-06-26Fix too long line in staticbrowserbox.Andrei Karas1-1/+3