Age | Commit message (Expand) | Author | Files | Lines |
2009-03-14 | Fixed item popups in the equipment window to display the proper item | Ira Rice | 1 | -2/+4 |
2009-03-14 | Fixed a label in the status window to use the label widget inside the | Ira Rice | 1 | -1/+1 |
2009-03-14 | Added the label classes that were accidently left out in commit | Ira Rice | 2 | -0/+123 |
2009-03-14 | Exposed the progress bar colors to the color management tab. | Ira Rice | 9 | -17/+64 |
2009-03-14 | Made a label class derived from the guichan label class which utilizes | Ira Rice | 26 | -172/+164 |
2009-03-14 | Fixed sliders to initialize their alpha values on loading, instead of | Ira Rice | 1 | -0/+10 |
2009-03-14 | Got rid of two direct references to the color black. These now always | Ira Rice | 2 | -2/+4 |
2009-03-14 | Code cleanup in the color/palette code | Majin Sniper | 2 | -12/+9 |
2009-03-14 | Commented up item popups, speech bubbles, as well as only update item | Ira Rice | 7 | -9/+80 |
2009-03-14 | Fix a spelling error in palette | Jared Adams | 1 | -1/+1 |
2009-03-14 | Fix cancel button in color config dialog | Majin Sniper | 1 | -4/+5 |
2009-03-13 | Added item types to the palette class. | Ira Rice | 4 | -19/+64 |
2009-03-13 | Made the TextPreview widget respect alpha values. | Ira Rice | 3 | -8/+20 |
2009-03-12 | Fixed an incorrect palette reference, as well as a break that was | Ira Rice | 1 | -0/+5 |
2009-03-12 | Added in option for opacity for the text preview widget, which all of | Ira Rice | 3 | -8/+26 |
2009-03-12 | Make use of the new available colors | Majin Sniper | 7 | -17/+32 |
2009-03-12 | Extend color config gui to support the new colors | Majin Sniper | 6 | -44/+356 |
2009-03-12 | Extending the internal handling of colors | sniper | 9 | -95/+700 |
2009-03-12 | Added a class for rendering of floating text | sniper | 2 | -0/+82 |
2009-03-12 | Move emote sprite loading into EmoteDB | Jared Adams | 4 | -5/+5 |
2009-03-11 | Enforce minimum widths and heights to be at least as big as the minumum | Ira Rice | 4 | -8/+9 |
2009-03-11 | Modified Skin class to use proper encapsulation, instead of leaving its | Ira Rice | 4 | -30/+81 |
2009-03-11 | Centered buy/sell dialog. | Ira Rice | 1 | -0/+2 |
2009-03-11 | Removed widget listeners from the popup class. Tests have shown that at | Ira Rice | 2 | -5/+1 |
2009-03-11 | Fixed up speech bubbles slightly so that it respects different padding | Ira Rice | 1 | -3/+3 |
2009-03-11 | Added a new Popup class, which overall is functionally similar to the | Ira Rice | 16 | -84/+471 |
2009-03-11 | Fix a memory leak in dropdown | Jared Adams | 1 | -0/+3 |
2009-03-11 | Don't move stuff from inventory when not visible | Jared Adams | 3 | -3/+7 |
2009-03-11 | Moved the Skin class outside of the Window class, in order to allow | Ira Rice | 5 | -179/+252 |
2009-03-10 | Introduced in a Skin holder class, to reduce the amount of needed XML | Ira Rice | 2 | -41/+91 |
2009-03-10 | Set minimum bounds for speech bubbles, based on the skin's minimum | Ira Rice | 1 | -0/+3 |
2009-03-10 | Remove some SetupWindow weirdness | Jared Adams | 2 | -3/+18 |
2009-03-10 | Fix some mem leaks | Jared Adams | 7 | -21/+6 |
2009-03-10 | Fix some mem leaks | Jared Adams | 7 | -6/+21 |
2009-03-10 | Allow for offsets for the enumerated position version of | Ira Rice | 2 | -17/+17 |
2009-03-10 | Allow null link handlers for browser box | Jared Adams | 1 | -0/+1 |
2009-03-10 | Extended window layout to take relative positions, as well as offsets to | Ira Rice | 20 | -38/+146 |
2009-03-10 | Reverted last commit (since I confused it with something else) as well | Ira Rice | 2 | -3/+6 |
2009-03-10 | Fixed setContentSize in the window class to only care about exceeding | Ira Rice | 1 | -6/+2 |
2009-03-10 | Moved enforcement of minimum widths and heights to the Window class. | Ira Rice | 3 | -40/+53 |
2009-03-10 | Made it so that when windows load previous states, they are never | Ira Rice | 6 | -20/+60 |
2009-03-10 | Fix video config cancel button for "show name". | Majin Sniper | 1 | -0/+2 |
2009-03-10 | Fix typo in item link parsing | Jared Adams | 1 | -13/+18 |
2009-03-10 | Expand the scope where item links work | Kess Vargavind | 1 | -31/+31 |
2009-03-10 | Fixed an indentation error in the last commit. | Ira Rice | 1 | -8/+8 |
2009-03-10 | Remove some tabs and trailing whitespace | Jared Adams | 8 | -21/+21 |
2009-03-09 | Send the correct packet for the NPC close button | Jared Adams | 3 | -2/+12 |
2009-03-09 | Got rid of an ugly and unified interface breaking cancel button in favor | Ira Rice | 4 | -9/+11 |
2009-03-09 | Add an interface for eAthena's storage system | Jared Adams | 10 | -31/+347 |
2009-03-06 | Cut down on redundant constant int declarations in the windows skinning | Ira Rice | 1 | -68/+6 |