Age | Commit message (Expand) | Author | Files | Lines |
2009-03-28 | Removed a lot of useless isVisible() checks | Bjørn Lindeijer | 1 | -3/+0 |
2009-03-27 | Removed all the static initializations of mAlpha | Bjørn Lindeijer | 1 | -1/+1 |
2009-03-27 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -3/+3 |
2009-03-26 | Some code style commits influenced by TMW commit | Ira Rice | 1 | -12/+5 |
2009-03-27 | Fixed include structure in resource/ directory | Bjørn Lindeijer | 1 | -14/+6 |
2009-03-06 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -0/+6 |
2009-03-05 | Made some optimizations based on some profiling done by Octalot, as well | Ira Rice | 1 | -0/+6 |
2009-02-15 | Fixes some variable names to conform to naming convention | Bjørn Lindeijer | 1 | -8/+5 |
2009-02-10 | Removed many pointless comparisons with NULL | 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 | -2/+3 |
2009-02-11 | Removed many pointless comparisons with NULL | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -6/+6 |
2009-02-09 | Merged with Aethyra master as of 2009-02-09 | Bjørn Lindeijer | 1 | -8/+20 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -6/+6 |
2009-02-07 | Added a text color preview to the setup color tab. | Ira Rice | 1 | -6/+9 |
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/+11 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-15 | A little bit of code cleanup/simplification. | Ira Rice | 1 | -6/+12 |
2009-01-10 | Made a few more window components use a transparency under OpenGL, as | Ira Rice | 1 | -0/+3 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -2/+0 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2008-04-28 | Properly fix problems with ItemContainer in InventoryWindow not resizing | Bjørn Lindeijer | 1 | -12/+0 |
2008-04-27 | Add methods to get width and height adjusted for any visible scrollbars. | Dennis Friis | 1 | -0/+12 |
2008-04-12 | Fixed display of item shortcut container. gcn::Widget::setWidth is no longer | Bjørn Lindeijer | 1 | -31/+1 |
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -12/+12 |
2008-03-27 | Applied patch by peavey and added his name to the ChangeLog some more. | Bjørn Lindeijer | 1 | -2/+2 |
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 1 | -0/+2 |
2007-09-27 | Merged another bunch of changes from trunk to 0.0 to reduce the difference. | Bjørn Lindeijer | 1 | -8/+8 |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 1 | -2/+0 |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -17/+20 |
2006-03-08 | Added a 'dtor' helper functor to delete objects in arrays and containers usin... | Björn Steinbrink | 1 | -4/+4 |
2006-01-31 | Various small cleanups. | Björn Steinbrink | 1 | -2/+1 |
2005-10-20 | Added garbage collection to the ScrollArea class. Fixed slider not being upda... | Björn Steinbrink | 1 | -4/+11 |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -13/+8 |
2005-08-25 | Made our drawImage() method respect the clip area from the guichan graphics p... | Björn Steinbrink | 1 | -15/+6 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -1/+6 |
2005-08-10 | Moved knowledge about whether we use OpenGL into the Graphics class. Added he... | Björn Steinbrink | 1 | -69/+9 |
2005-07-27 | Committing merging opengl and sdl part 3 by Andrej | Bjørn Lindeijer | 1 | -0/+16 |
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 1 | -12/+57 |
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -1/+2 |
2005-07-16 | Added generic Scrollarea::drawButton function that is called by the specific ... | Björn Steinbrink | 1 | -59/+54 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -2/+0 |
2005-05-22 | Picking up now possible with Z, and fixed width of a few scroll area contents. | Bjørn Lindeijer | 1 | -0/+21 |
2005-05-21 | Numerous things: | Bjørn Lindeijer | 1 | -10/+2 |
2005-05-21 | Only load resources once for player box, scroll area and text field. Also | Bjørn Lindeijer | 1 | -53/+101 |
2005-04-26 | Corrections to scrolling chat modifications by Usiu. | Bjørn Lindeijer | 1 | -7/+28 |
2005-04-11 | Adding button pressed animation to scrollbar buttons | Eugenio Favalli | 1 | -8/+24 |
2005-04-10 | adding romulo's buttons to scrollbars | Eugenio Favalli | 1 | -4/+24 |
2005-04-10 | Added inventory transparency | Mateusz Kaduk | 1 | -0/+7 |