summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-06Improve constructors in some classes.Andrei Karas1-8/+25
2012-09-05Fix useless variables initialisations.Andrei Karas1-1/+1
2012-08-29Add const to more classes.Andrei Karas1-1/+1
2012-08-27Add const to more classes.Andrei Karas1-21/+22
2012-08-23Remove useless includes.Andrei Karas1-10/+0
2012-08-21next code style changes.Andrei Karas1-5/+11
2012-08-06In small inventory hide only filter box and not hide sort field.Andrei Karas1-12/+12
2012-08-04Extend background theming.Andrei Karas1-1/+1
2012-07-31Add theme option to show hide opaque background for some windows.Andrei Karas1-1/+2
2012-07-22Add equipment button to inventory window.Andrei Karas1-3/+15
2012-07-15Fix code style.Andrei Karas1-3/+3
2012-07-07Add support for default equipment in char creation dialog.v1.2.7.8Andrei Karas1-1/+0