Age | Commit message (Expand) | Author | Files | Lines |
2009-03-19 | Simplified trading dialog controls. | Ira Rice | 3 | -36/+22 |
2009-03-19 | Some minor cleanups in a few windows and build scripts, as well as | Ira Rice | 5 | -298/+13 |
2009-03-19 | Port Progressbar to TextRenderer | Majin Sniper | 1 | -23/+8 |
2009-03-18 | Fix up the NPC interraction widnows a bit | Jared Adams | 12 | -36/+78 |
2009-03-18 | Clean up TtemAmount dialog and add an All button | Jared Adams | 2 | -27/+33 |
2009-03-15 | Fixed BuySell dialog to remember its position. For proper configuration | Ira Rice | 1 | -0/+1 |
2009-03-15 | Overrode the reset window function in the chat window to also reset the | Ira Rice | 7 | -9/+27 |
2009-03-15 | Fixed color previews for item types. | Ira Rice | 1 | -0/+1 |
2009-03-15 | Fix some mem leaks | Jared Adams | 6 | -4/+10 |
2009-03-14 | Improved pulsating algorithm to look better for impure colors. | Ira Rice | 1 | -3/+3 |
2009-03-14 | Fixed default size for the debug window. | Ira Rice | 1 | -1/+1 |
2009-03-14 | Removed a redundant widget resize function in the shortcut window. | Ira Rice | 2 | -16/+7 |
2009-03-14 | Exposed a few more windows to the reset button on the setup window. | Ira Rice | 5 | -21/+33 |
2009-03-14 | Exposed a few more windows to the reset window button under the setup | Ira Rice | 2 | -1/+6 |
2009-03-14 | Made the slider editable when pulse gradient is selected. | Ira Rice | 3 | -13/+56 |
2009-03-14 | Added a pulse effect into the palette class, which uses the set color | Ira Rice | 3 | -41/+39 |
2009-03-14 | Modified the equipment window to use the highlight color for selections. | Ira Rice | 1 | -16/+18 |
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 |