summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2016-09-20Add support for unselectable widgets.Andrei Karas7-3/+25
If move mouse over or try to select, this widget will be ignored. Set labels unselectable by default. Set unselectable tabs in debug window.
2016-09-20Dont allow try to insert items into each other in legacy server.Andrei Karas1-0/+3
2016-09-17Fix tests compilation.Andrei Karas1-1/+1
2016-09-17Add strong typed bool LoseFocusOnTab.Andrei Karas6-11/+23
2016-09-17Add strong typed bool Opaque.Andrei Karas62-133/+165
2016-09-17Use strong typed bool Move for move variable in window.Andrei Karas3-5/+6
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy ↵Andrei Karas1-9/+9
server anymore.
2016-09-16Remove another extra include.Andrei Karas1-2/+0
2016-09-16Remove extra include.Andrei Karas1-2/+0
2016-09-16Fix compilation without C++11 flags.Andrei Karas1-1/+1
2016-09-15Fix leak in ItemAmountWindow.Andrei Karas1-0/+2
2016-09-15Add support for drag and drop into shops.Andrei Karas1-0/+49
2016-09-15Add type into ShopListBox.Andrei Karas5-8/+25
2016-09-14Fix highlighted links drawing with bold text.Andrei Karas1-2/+11
2016-09-11Remove support for legacy configuration in ShortcutBase.s20160911Andrei Karas2-7/+3
2016-09-11Remove support for legacy configuration in ItemShortcut.Andrei Karas2-7/+3
2016-09-11Remove support for legacy configuration in outfits.Andrei Karas2-7/+3
2016-09-08Add esperanto language in language selection.Andrei Karas1-2/+4
2016-09-07Allow run commands if no tab selected in chat window.Andrei Karas1-0/+2
2016-09-03Add option for create custom OpenGL context.Andrei Karas1-0/+4
By default this option disabled, because may create issues.
2016-08-30Remove another extra include.Andrei Karas1-1/+0
2016-08-30Disable npc dialog test again.Andrei Karas1-5/+4
2016-08-30Enable test for npc dialog.Andrei Karas1-4/+5
2016-08-30Fix some leaks in unit tests.Andrei Karas3-1/+14
2016-08-29Add some cleanup calls in unit tests.Andrei Karas2-13/+15
2016-08-29Call RsourceManager::cleanOrphans not on each resource get, but each 15 seconds.Andrei Karas2-0/+9
2016-08-29Fix some cast issues.Andrei Karas1-1/+1
2016-08-29Use time_t for time values.Andrei Karas15-21/+21
2016-08-28Fix unit tests with SDL2.Andrei Karas1-1/+10
2016-08-28Add unit tests for resource manager.Andrei Karas1-0/+3
Physfs function not tested.
2016-08-26Remove unused include.Andrei Karas1-1/+0
2016-08-25In item sorting by name in inventort sort by name with colors.Andrei Karas1-5/+9
2016-08-25In inventory if item same sort it also by inventory index for remove random ↵Andrei Karas1-8/+44
item jumping.
2016-08-25Add into item popup menu for gm way to add same items with some amount.Andrei Karas1-0/+19
2016-08-25Mark some methongs in BuyDialog for tmwa only.Andrei Karas2-2/+19
2016-08-25Allow buy more than one item at vending shop at once.Andrei Karas2-28/+66
2016-08-25Impliment packet SMSG_VENDING_BUY_ACK.Andrei Karas1-0/+1
2016-08-24Remove unused pet handler methods and fields.Andrei Karas1-1/+1
2016-08-24First step of removing local pets (tmwa only).Andrei Karas5-126/+5
2016-08-22Add some missing consts.Andrei Karas2-2/+2
2016-08-21In social window, guild menu add command for change guild notice.Andrei Karas1-0/+4
2016-08-21Hide create/leave guild menu items in tmwa.Andrei Karas1-11/+15
2016-08-20Add chat command for show/change auto item party sharing.s20160820Andrei Karas1-0/+6
2016-08-19Add chat command for show/change share experience in party.Andrei Karas1-49/+4
2016-08-19Add chat command for show/change share item drops in party.Andrei Karas1-48/+3
2016-08-19Use input manager for most commands in party tab.Andrei Karas1-18/+15
2016-08-19Use input manager for most commands in guild tab.Andrei Karas1-9/+13
2016-08-19Use socialguildtab2.h only if tmwa compilation enabled.Andrei Karas1-1/+4
2016-08-19Allow leave guild from social window menu.Andrei Karas1-1/+7
2016-08-19Remove another extra include from socialwindow.cppAndrei Karas1-1/+0