summaryrefslogtreecommitdiff
path: root/src/gui/itemshortcutcontainer.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-14Got rid of two direct references to the color black. These now alwaysIra Rice1-1/+2
2009-03-14Commented up item popups, speech bubbles, as well as only update itemIra Rice1-2/+4
2009-03-11Added a new Popup class, which overall is functionally similar to theIra Rice1-1/+1
2009-03-11Don't move stuff from inventory when not visibleJared Adams1-3/+3
2009-03-09Add an interface for eAthena's storage systemJared Adams1-16/+0
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-39/+34
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-07Some more include cleanups.Ira Rice1-1/+0
2009-02-04A few more pointers which weren't getting deleted.Ira Rice1-0/+1
2009-01-30Exposed most gui elements to take alpha values. There are still a fewIra Rice1-2/+6
2009-01-26Cleaned up inventory includes, as well as adding right click popup menusIra Rice1-6/+27
2009-01-26Little bit of include cleanups.Ira Rice1-0/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-20Changed item popup drawing to be based on the mouse position, not windowIra Rice1-14/+4
2009-01-20Modified the item shortcut bar to show item popups based on a suggestionIra Rice1-15/+67
2009-01-12Some code style cleanups, as well as uncommented the font setting forIra Rice1-10/+5
2009-01-12Some rather pedantic changes. Unified all naming for emoticons in theIra Rice1-3/+3
2009-01-10Made a few more window components use a transparency under OpenGL, asIra Rice1-0/+3
2009-01-09Now, the real stage 2.0 of smiley window.Forge1-34/+2
2008-12-29Added support for True Type Fonts using GUIChan's inbuilt SDLTrueTypeIra Rice1-0/+1
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-1/+3
2008-11-25Miscellaneous TMW change commits. Missed these changes before because of Ira Rice1-1/+3
2008-11-22Added ability to add equipment to the shurtcut barNikos Giagtzoglou1-2/+4
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-3/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-5/+8
2008-05-06Dont allow dragging of empty placeholders.Dennis Friis1-0/+2
2008-04-29* Fixed issue with determining whether chat input is focused (method no longerBjørn Lindeijer1-0/+2
2008-04-24Make shortcut container ID based instead of slot based. Fixes items shifting ...Dennis Friis1-5/+9
2008-04-12Fixed display of item shortcut container. gcn::Widget::setWidth is no longerBjørn Lindeijer1-4/+2
2007-12-05Fix drawing of very high fringe tiles by keeping track of the maximum tileBjørn Lindeijer1-0/+1
2007-08-22Fixed an arithmetic exception in ItemShortcutContainer::draw.Bjørn Lindeijer1-3/+5
2007-08-21mantis id=118 - Added Item Shortcut Bar.Joshua Langley1-0/+222