Age | Commit message (Expand) | Author | Files | Lines |
2009-03-14 | Made a label class derived from the guichan label class which utilizes | Ira Rice | 30 | -176/+173 |
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 | 2 | -1/+6 |
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 | 19 | -99/+105 |
2009-03-12 | Extend color config gui to support the new colors | Majin Sniper | 9 | -45/+363 |
2009-03-12 | Extending the internal handling of colors | sniper | 14 | -106/+714 |
2009-03-12 | Added a class for rendering of floating text | sniper | 4 | -41/+95 |
2009-03-12 | Removed some unneeded stub code. | Ira Rice | 1 | -22/+3 |
2009-03-12 | Made hair load again (commit e2d60401eaf55abe9e2251854f3174ffe0f4ad9e | Ira Rice | 3 | -4/+17 |
2009-03-12 | Move emote sprite loading into EmoteDB | Jared Adams | 9 | -57/+29 |
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 | Only check for name and descriptions in items with positive ID's in the | Ira Rice | 1 | -2/+5 |
2009-03-11 | Added a new Popup class, which overall is functionally similar to the | Ira Rice | 20 | -86/+479 |
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 | Fix segfault when being count reaches 0 too often | Jared Adams | 3 | -30/+34 |
2009-03-11 | Moved the Skin class outside of the Window class, in order to allow | Ira Rice | 10 | -204/+288 |
2009-03-10 | Delete local player earlier and fix a rare crash | Jared Adams | 2 | -1/+3 |
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 | 4 | -8/+18 |
2009-03-10 | Fix some mem leaks | Jared Adams | 13 | -48/+20 |
2009-03-10 | Fix some mem leaks | Jared Adams | 13 | -20/+48 |
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 | 23 | -75/+194 |
2009-03-10 | Start NPC dialogs out hidden | Jared Adams | 1 | -0/+5 |
2009-03-10 | Extended hit type handling | sniper | 6 | -60/+66 |
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 | Copyright header fix | Steve Cotton | 1 | -5/+5 |
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 | 7 | -22/+61 |
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 | 2 | -32/+32 |
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 | 10 | -23/+23 |