summaryrefslogtreecommitdiff
path: root/src/gui/windows/inventorywindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for inventoryHandler.Andrei Karas1-8/+8
2014-08-29Fix code style.Andrei Karas1-1/+3
2014-08-28Removed unused includes.Andrei Karas1-4/+0
2014-08-19In inventory and help window use actions to open another windows.Andrei Karas1-18/+3
2014-08-17Use public text popup in inventory window.Andrei Karas1-6/+6
2014-08-17Remove proxy methods used for access popup menu.Andrei Karas1-2/+3
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-3/+3
2014-07-05Fix code style.Andrei Karas1-2/+0
2014-07-03Add item attribute useButton2 and use it in inventory.Andrei Karas1-1/+2
2014-07-03In inventory disable use button if selected item unusable.Andrei Karas1-5/+13
2014-07-03Use "useButton" item attribute in inventory window.Andrei Karas1-18/+6
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+1
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-18Move inputaction into separate file.Andrei Karas1-5/+5
2014-05-18Move mousebutton into separate file.Andrei Karas1-6/+6
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-14Move enum from layout into separate file.Andrei Karas1-1/+2
2014-05-11Move player attributes into separate file.Andrei Karas1-4/+5
2014-04-27Add AttributeListener.Andrei Karas1-13/+9
2014-04-22Fix crash if start trade with opened storage.Andrei Karas1-1/+16
2014-03-28simplify variables cleanup.Andrei Karas1-2/+3
2014-03-16Remove some useless static methods from theme.Andrei Karas1-4/+4
2014-03-08fix code style.Andrei Karas1-5/+4
2014-03-04Merge scrollarea classes into one.Andrei Karas1-2/+2
2014-02-28fix code style.Andrei Karas1-1/+0
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-22move sortlistmodelinv into gui/models directory.Andrei Karas1-34/+1
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-2/+2
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas1-0/+3
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+2
2014-02-16combine font classes in one.Andrei Karas1-3/+1
2014-02-16move selectionevent into events directory.Andrei Karas1-1/+1
2014-02-16move mouseevent into events directory.Andrei Karas1-9/+9
2014-02-16Remove useless casts with KeyEvent.Andrei Karas1-8/+2
2014-02-16move keyevent into events directory.Andrei Karas1-3/+4
2014-02-16move event into events directory.Andrei Karas1-3/+3
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-16move selectionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move keylistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-02-04rename Setup into SetupWindow.Andrei Karas1-1/+1
2014-01-31Combine "Mod" and "Stop attack" keys.Andrei Karas1-3/+5
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-22allow fill complete part of progress bar with images.Andrei Karas1-2/+2
2013-12-22allow use different theme file for different progress bars.Andrei Karas1-2/+4
2013-12-09Add text colors for weight bar.Andrei Karas1-0/+2