summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-23Fix code style.Andrei Karas1-1/+1
2012-06-17Fix double click support in gui class.Andrei Karas1-0/+48
2012-04-25Improve iterators part 1.Andrei Karas1-4/+2
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-20/+7
2012-04-15Split input settings tab to categories.Andrei Karas1-1/+1
2012-04-14Rename class InventoryFilter to RadioGroup.Andrei Karas1-2/+2
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-3/+4
2012-04-08Move enums from keyboardconfig.h to keydata.h.Andrei Karas1-3/+3
2012-03-29Replace vectors with strings to short names.Andrei Karas1-1/+1
2012-03-27Unselect item in inventory if it was added to outfit window.Andrei Karas1-0/+5
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
2012-03-13Remove second use/equip button from inventory.Andrei Karas1-13/+2
2012-02-08Fix compilation errors and more style.Andrei Karas1-4/+4
2012-01-30Rename isKeyActive to isActionActive om keyboard config class.Andrei Karas1-3/+3
2012-01-29Fix possible hiding methods issues.Andrei Karas1-3/+3
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-4/+4
2011-09-28Add some checks after previous commit.Andrei Karas1-1/+2
2011-09-28Fixed item popup still visible after closing inventory window.Erik Schilling1-0/+6
2011-09-20Auto hide filter in invetory if window size too small.Andrei Karas1-12/+43
2011-09-11Add own xml configuration for missing windows.Andrei Karas1-1/+1
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-8/+3
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas1-3/+2
2011-09-09Add to inventory filter by letters from item names.Andrei Karas1-15/+34
2011-09-08Add additional sorting methods to inventory:Andrei Karas1-11/+42
2011-08-31Add ability to lock any window position and size. Using sticky image for this.Andrei Karas1-0/+1