summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-30move windows classes to windows directory.Andrei Karas1-833/+0
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-2/+2
2013-09-26remove useless virtual keywords.Andrei Karas1-3/+3
2013-09-18remove useless conditions.Andrei Karas1-1/+1
2013-09-18add const to other files.Andrei Karas1-1/+1
2013-09-18add consts in gui classes.Andrei Karas1-1/+1
2013-09-18add missing const in being classes.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-0/+1
2013-09-11remove unused includes from gui files.Andrei Karas1-4/+5
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-08-31move input related files into input dir.Andrei Karas1-2/+3
2013-08-20Fix default inventory and shop window size on big screens.Andrei Karas1-1/+4
2013-07-06fix code style and some minor issues.Andrei Karas1-1/+0
2013-07-03fix some leaks on exit.Andrei Karas1-1/+1
2013-07-03fix crash if exit with opened storage.Andrei Karas1-1/+1
2013-07-01improve size() usage in inventorywindow.Andrei Karas1-1/+2
2013-06-23Add support for protecting items.Andrei Karas1-0/+13
2013-06-03hide dropdown box in inventory if inventory closed.Andrei Karas1-0/+7
2013-06-02Fix crash in inventory/storage if sorting dropdown is open.Andrei Karas1-0/+2
2013-05-27fix compilation warnings.Andrei Karas1-1/+1
2013-05-26Show money popup in inventory window if mouse over weight or count bars.Andrei Karas1-0/+28
2013-05-07improve inventorywindow class.Andrei Karas1-10/+10
2013-05-03add comments for translatorsAndrei Karas1-1/+33
2013-04-20fix style in gui directory.Andrei Karas1-1/+3
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-6/+0
2013-04-09Improve perfomance in windows and popups visibility checks.Andrei Karas1-9/+9
2013-04-09some more style and cast fixes.Andrei Karas1-11/+11
2013-03-02Another fixes after Coverity checks.Andrei Karas1-21/+19
2013-02-14Improve event.getId() speed.Andrei Karas1-13/+14
2013-02-03Fix inventory sorting.Andrei Karas1-5/+5
2013-01-31Fix layout issue of filter buttons in Inventory window.Hal90001-1/+1
2013-01-30Fix minimal windows sizes for very small screens (320x240)Andrei Karas1-1/+1
2013-01-30Add sort option to buy dialog from players.Andrei Karas1-1/+1
2013-01-20Another part with FOR_EACH changes.Andrei Karas1-2/+1
2013-01-17Fix server type dropdown in new server dialog.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-29Show flags icons in language selection listAndrei Karas1-1/+1
2012-12-11Remove useless brackets.Andrei Karas1-1/+1
2012-10-20Fix code style and some minor issues.Andrei Karas1-1/+0
2012-10-20Add palette inheritance to progressbar class.Andrei Karas1-2/+2
2012-10-20Add palette inheritance to itemcontainer class.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to textfield class.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to button class.Andrei Karas1-9/+9
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-2/+2
2012-10-19Fix namespace conflicts.Andrei Karas1-3/+3
2012-10-04Add support for padding in progress bars.Andrei Karas1-2/+2
2012-10-03Add sound effects for open/close windows.Andrei Karas1-0/+1
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-09-12Remove from inventory some labels.Andrei Karas1-15/+5