summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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