Age | Commit message (Expand) | Author | Files | Lines |
2009-03-11 | Enforce minimum widths and heights to be at least as big as the minumum | Ira Rice | 1 | -2/+3 |
2009-03-11 | Modified Skin class to use proper encapsulation, instead of leaving its | Ira Rice | 1 | -9/+9 |
2009-03-11 | Added a new Popup class, which overall is functionally similar to the | Ira Rice | 1 | -31/+30 |
2009-03-11 | Moved the Skin class outside of the Window class, in order to allow | Ira Rice | 1 | -148/+8 |
2009-03-10 | Introduced in a Skin holder class, to reduce the amount of needed XML | Ira Rice | 1 | -38/+59 |
2009-03-10 | Fix some mem leaks | Jared Adams | 1 | -2/+0 |
2009-03-10 | Fix some mem leaks | Jared Adams | 1 | -0/+2 |
2009-03-10 | Allow for offsets for the enumerated position version of | Ira Rice | 1 | -16/+15 |
2009-03-10 | Extended window layout to take relative positions, as well as offsets to | Ira Rice | 1 | -0/+99 |
2009-03-10 | Reverted last commit (since I confused it with something else) as well | Ira Rice | 1 | -2/+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 | 1 | -9/+44 |
2009-03-10 | Made it so that when windows load previous states, they are never | Ira Rice | 1 | -16/+25 |
2009-03-09 | Got rid of an ugly and unified interface breaking cancel button in favor | Ira Rice | 1 | -1/+6 |
2009-03-06 | Cut down on redundant constant int declarations in the windows skinning | Ira Rice | 1 | -68/+6 |
2009-03-05 | Made some optimizations based on some profiling done by Octalot, as well | Ira Rice | 1 | -0/+3 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -16/+16 |
2009-02-04 | Few more unneeded headers that weren't noticed originally in the last | Ira Rice | 1 | -2/+0 |
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -2/+0 |
2009-01-30 | Exposed most gui elements to take alpha values. There are still a few | Ira Rice | 1 | -0/+1 |
2009-01-30 | Re-enabled real time gui opacity updating. | Ira Rice | 1 | -3/+8 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-18 | Fixed layout of video setup page when translated | Bjørn Lindeijer | 1 | -5/+4 |
2009-01-15 | Fixed Item Popup window transparency (double setting of the skin) | Ira Rice | 1 | -3/+6 |
2009-01-06 | Merged layout handler from mainline | Bjørn Lindeijer | 1 | -34/+49 |
2008-12-29 | Added support for True Type Fonts using GUIChan's inbuilt SDLTrueType | Ira Rice | 1 | -0/+1 |
2008-12-07 | Fixed inconsistency in default window sizes | Bjørn Lindeijer | 1 | -11/+8 |
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 1 | -0/+1 |
2008-11-21 | Changed windowing code to allow for multiple skins. This will be | Ira Rice | 1 | -10/+11 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -5/+3 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -35/+211 |
2008-08-06 | Make sure only to save the window state when a window name is set, and fail | Bjørn Lindeijer | 1 | -8/+11 |
2008-07-25 | Applied patch by ElvenProgrammer to remember window locations between sessions | Lloyd Bryant | 1 | -0/+2 |
2008-07-23 | Remember windows visibility. | Eugenio Favalli | 1 | -0/+2 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2008-04-29 | * Fixed issue with determining whether chat input is focused (method no longer | Bjørn Lindeijer | 1 | -4/+4 |
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -89/+16 |
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 1 | -1/+4 |
2007-11-20 | Merged revisions 3642,3662-3664,3667 via svnmerge from | Bjørn Lindeijer | 1 | -7/+8 |
2007-10-22 | Merged changesets 3631, 3645 and 3648 from trunk to 0.0 branch. | Bjørn Lindeijer | 1 | -37/+36 |
2007-08-28 | Made buy dialog resizable and added a WindowListener class for listening for | Bjørn Lindeijer | 1 | -1/+44 |
2007-08-24 | Added trimming of name for new character creation and of chat messages | Bjørn Lindeijer | 1 | -71/+62 |
2007-08-24 | Removed unnecessary Gui::isCustomCursor method. | Bjørn Lindeijer | 1 | -12/+4 |
2007-08-20 | Added close button functionality, resize cursor cues. | Joshua Langley | 1 | -26/+138 |
2007-07-11 | Fixed resizing windows by their resize grip. | Bjørn Lindeijer | 1 | -7/+6 |
2007-04-15 | Increased minimum window height and fixed a problem with setting window content | Bjørn Lindeijer | 1 | -3/+3 |
2007-04-15 | Reimplemented window resizing. It is now once again possible to resize windows | Bjørn Lindeijer | 1 | -67/+124 |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -83/+38 |