summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2013-06-03improve guitable.Andrei Karas2-51/+55
2013-06-03improve flowcontainerAndrei Karas1-1/+1
2013-06-03improve extendedlistboxAndrei Karas2-9/+19
2013-06-02In drag and drop use ints and images but not pointer to item.Andrei Karas1-11/+7
2013-06-02Add missing check in itemcontainer.Andrei Karas1-1/+4
2013-06-02fix compilation with old compilers.Andrei Karas2-3/+3
2013-06-02improve emoteshortcutcontainer.Andrei Karas2-33/+2
2013-06-02improve dropshortcutcontainer.Andrei Karas2-4/+4
2013-06-01Restore adding items to outfits and drops by clicking only.Andrei Karas2-1/+18
2013-06-01Add drag and drop to drops window.Andrei Karas3-51/+21
2013-06-01add dragdrop between inventory and outfits window.Andrei Karas1-16/+9
2013-05-31improve dropdown.Andrei Karas2-41/+39
2013-05-31improve desktop class.Andrei Karas1-12/+20
2013-05-31Improve chattab class.Andrei Karas14-23/+24
2013-05-30Add color for globals with player/npc name.Andrei Karas1-1/+1
2013-05-30improve characterviewsmall.Andrei Karas2-5/+4
2013-05-30improve characterviewnormal.Andrei Karas2-4/+4
2013-05-30improve characterviewbase.Andrei Karas1-1/+1
2013-05-30improve characterdisplay.Andrei Karas1-1/+3
2013-05-30improve button class.Andrei Karas1-16/+18
2013-05-30Add screenshots option in branding file.Andrei Karas1-1/+1
2013-05-29improve browserbox.Andrei Karas1-10/+5
2013-05-29improve avatarlistboxAndrei Karas1-4/+4
2013-05-28fix guard header part1.Andrei Karas72-210/+214
2013-05-23Add missing black color into browserbox.Andrei Karas2-10/+16
2013-05-22improve textcommandeditor.Andrei Karas1-1/+1
2013-05-21improve skilldialog class.Andrei Karas7-0/+490
2013-05-15add to character selection popup level and money.Andrei Karas1-1/+12
2013-05-13fix code style and compilation warnings.Andrei Karas1-3/+3
2013-05-13dont show popup on empty cells in char selection dialog.Andrei Karas1-1/+5
2013-05-12add double click selection in chat selection dialog.Andrei Karas2-0/+10
2013-05-12In chat selection dialog show popup with character name.Andrei Karas2-7/+49
2013-05-12Set bigger size in char selection dialog if screen is big.Andrei Karas1-1/+4
2013-05-11Add ability to show onscreen keyboard if input field focused.Andrei Karas3-1/+27
2013-05-10fix code style.Andrei Karas6-9/+10
2013-05-09fix default window title bar height.Andrei Karas1-1/+1
2013-05-06fix outline color in dropdown class.Andrei Karas1-1/+2
2013-05-06add outline colors in shoplistbox class.Andrei Karas1-2/+7
2013-05-06add outline color in dropdown.Andrei Karas2-3/+6
2013-05-06add outline color to radio button.Andrei Karas2-2/+5
2013-05-06add outline color in checbox class.Andrei Karas2-1/+4
2013-05-06Add outline colors for button class.Andrei Karas2-4/+24
2013-05-06add outline color in textfield class.Andrei Karas2-1/+4
2013-05-06add outline colors to extendedlistbox class.Andrei Karas1-2/+3
2013-05-06Add outline colors for ITEM_EQUIPPED and ITEM_NOT_EQUIPPED.Andrei Karas6-9/+25
2013-05-05add outline color to listbox.Andrei Karas2-2/+8
2013-05-05fix scrollbars in dropdown popups.Andrei Karas1-1/+3
2013-05-05adjust char selection dialog for small screens.Andrei Karas1-4/+1
2013-05-04Fix label position in tab.Andrei Karas1-3/+9
2013-05-04add function to graphics class to set normal and outline colors at once.Andrei Karas10-27/+15