summaryrefslogtreecommitdiff
path: root/src/gui/itempopup.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-07-17Various gettext fixesKess Vargavind1-2/+3
2009-05-05Hide the item popup when the mouse moves on top of itBjørn Lindeijer1-0/+8
2009-04-29Allow item popups to run off of the top of the screen, as requested, asTametomo1-4/+5
2009-04-20Reduced the weight of a few gui windows and popups which wrapped theirIra Rice1-45/+18
2009-04-12Cleaned up the ItemPopup class a bitBjørn1-19/+5
2009-04-10Some cleanup of the equipment window codeBjørn Lindeijer1-7/+0
2009-04-09Actually use ItemType instead of shortBjørn Lindeijer1-18/+17
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-2/+3
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-13/+12
2009-04-02Attempt to put item popup in a less annoying placeBjørn Lindeijer1-8/+12
2009-03-30Merge item types to remove more #ifdefsJared Adams1-35/+32
2009-03-27Merge branch 'aethyra/master'Bjørn Lindeijer1-27/+24
2009-03-26Some code cleanups (mostly reducing how many calculations need to beIra Rice1-26/+21
2009-03-26Remove redundancy, fix variable names and other code cleanupsBjørn Lindeijer1-3/+1
2009-03-25A host of code style fixesBjørn Lindeijer1-1/+1
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-27/+39
2009-03-25Modified skin loading to save and load a skin's XML path, as well asIra Rice1-1/+3
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-25/+32
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-0/+2
2009-03-19Some minor cleanups in a few windows and build scripts, as well asIra Rice1-2/+0
2009-03-19Make sure positionable dialogs start out centeredJared Adams1-1/+1
2009-03-14Commented up item popups, speech bubbles, as well as only update itemIra Rice1-2/+15
2009-03-13Added item types to the palette class.Ira Rice1-13/+14
2009-03-11Added a new Popup class, which overall is functionally similar to theIra Rice1-9/+4
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-0/+3
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-0/+3
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-3/+3
2009-02-15Add configurable units systemJared Adams1-2/+4
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-3/+3
2009-02-10Whitespace fixesBjørn Lindeijer1-3/+3
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-5/+6
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-1/+1
2009-02-10Whitespace fixesBjørn Lindeijer1-3/+3
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-3/+3
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-31/+71
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-8/+8
2009-02-07Small tweak to item popup locations based on some feedback that theyIra Rice1-2/+2
2009-02-04Added destructors to some classes originally obtained from Legends ofIra Rice1-0/+11
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-6/+2
2009-01-28Adjusted a few color defaults to make them easier to see.Ira Rice1-4/+4
2009-01-28Added coloring of item names by type. TODO: Allow this to beIra Rice1-0/+35
2009-01-28Fixed a slight error in item name widths.Ira Rice1-3/+2
2009-01-28Consolidated setMinWidth into textWrap, since all lines are dependantIra Rice1-21/+20
2009-01-26Bolded item names in the item popup. TODO: Modify this later to alsoIra Rice1-0/+1
2009-01-26Modified item popups to show the weight of the item as well. TODO:Ira Rice1-14/+57
2009-01-20Fixed y positioning so that popups don't run off of the screen (oldIra Rice1-2/+2
2009-01-20Changed item popup drawing to be based on the mouse position, not windowIra Rice1-0/+14