Age | Commit message (Expand) | Author | Files | Lines |
2009-07-17 | Various gettext fixes | Kess Vargavind | 1 | -2/+3 |
2009-05-05 | Hide the item popup when the mouse moves on top of it | Bjørn Lindeijer | 1 | -0/+8 |
2009-04-29 | Allow item popups to run off of the top of the screen, as requested, as | Tametomo | 1 | -4/+5 |
2009-04-20 | Reduced the weight of a few gui windows and popups which wrapped their | Ira Rice | 1 | -45/+18 |
2009-04-12 | Cleaned up the ItemPopup class a bit | Bjørn | 1 | -19/+5 |
2009-04-10 | Some cleanup of the equipment window code | Bjørn Lindeijer | 1 | -7/+0 |
2009-04-09 | Actually use ItemType instead of short | Bjørn Lindeijer | 1 | -18/+17 |
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -2/+3 |
2009-04-07 | Used custom widgets where appropriate and some cleanup | Bjørn Lindeijer | 1 | -13/+12 |
2009-04-02 | Attempt to put item popup in a less annoying place | Bjørn Lindeijer | 1 | -8/+12 |
2009-03-30 | Merge item types to remove more #ifdefs | Jared Adams | 1 | -35/+32 |
2009-03-27 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -27/+24 |
2009-03-26 | Some code cleanups (mostly reducing how many calculations need to be | Ira Rice | 1 | -26/+21 |
2009-03-26 | Remove redundancy, fix variable names and other code cleanups | Bjørn Lindeijer | 1 | -3/+1 |
2009-03-25 | A host of code style fixes | Bjørn Lindeijer | 1 | -1/+1 |
2009-03-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 1 | -27/+39 |
2009-03-25 | Modified skin loading to save and load a skin's XML path, as well as | Ira Rice | 1 | -1/+3 |
2009-03-23 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -25/+32 |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -0/+2 |
2009-03-19 | Some minor cleanups in a few windows and build scripts, as well as | Ira Rice | 1 | -2/+0 |
2009-03-19 | Make sure positionable dialogs start out centered | Jared Adams | 1 | -1/+1 |
2009-03-14 | Commented up item popups, speech bubbles, as well as only update item | Ira Rice | 1 | -2/+15 |
2009-03-13 | Added item types to the palette class. | Ira Rice | 1 | -13/+14 |
2009-03-11 | Added a new Popup class, which overall is functionally similar to the | Ira Rice | 1 | -9/+4 |
2009-03-06 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -0/+3 |
2009-03-05 | Made some optimizations based on some profiling done by Octalot, as well | Ira Rice | 1 | -0/+3 |
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-15 | Removed unnecessary parenthesis at constructors | Bjørn Lindeijer | 1 | -3/+3 |
2009-02-15 | Add configurable units system | Jared Adams | 1 | -2/+4 |
2009-02-15 | Merge commit 'aethyra/master' | Bjørn Lindeijer | 1 | -3/+3 |
2009-02-10 | Whitespace fixes | Bjørn Lindeijer | 1 | -3/+3 |
2009-02-10 | Use string::empty() instead of comparing to "" | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -5/+6 |
2009-02-10 | Use string::empty() instead of comparing to "" | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-10 | Whitespace fixes | Bjørn Lindeijer | 1 | -3/+3 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -3/+3 |
2009-02-09 | Merged with Aethyra master as of 2009-02-09 | Bjørn Lindeijer | 1 | -31/+71 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -8/+8 |
2009-02-07 | Small tweak to item popup locations based on some feedback that they | Ira Rice | 1 | -2/+2 |
2009-02-04 | Added destructors to some classes originally obtained from Legends of | Ira Rice | 1 | -0/+11 |
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -6/+2 |
2009-01-28 | Adjusted a few color defaults to make them easier to see. | Ira Rice | 1 | -4/+4 |
2009-01-28 | Added coloring of item names by type. TODO: Allow this to be | Ira Rice | 1 | -0/+35 |
2009-01-28 | Fixed a slight error in item name widths. | Ira Rice | 1 | -3/+2 |
2009-01-28 | Consolidated setMinWidth into textWrap, since all lines are dependant | Ira Rice | 1 | -21/+20 |
2009-01-26 | Bolded item names in the item popup. TODO: Modify this later to also | Ira Rice | 1 | -0/+1 |
2009-01-26 | Modified item popups to show the weight of the item as well. TODO: | Ira Rice | 1 | -14/+57 |
2009-01-20 | Fixed y positioning so that popups don't run off of the screen (old | Ira Rice | 1 | -2/+2 |
2009-01-20 | Changed item popup drawing to be based on the mouse position, not window | Ira Rice | 1 | -0/+14 |