Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-12 | Countless changes to the New GUI; some hightligths: new ScrollBarWidget ↵ | Max Horn | |
class; ListWidget is usable (demo shows it off); added custom String/StringList classes svn-id: r4521 | |||
2002-07-10 | added prototype ListWidget (doesn't do anything yet, only serves to demo how ↵ | Max Horn | |
it might look); renamed various NewGui methods and added frameRect method; made NewGui use our 'own' GUI colors (no worries if you don't like them, this is just an experiment); StaticTextWidget now clones its label (preventing problems when a game was loaded, thus invalidating string locations in memory) svn-id: r4513 | |||
2002-07-08 | replaced clearArea with the more general fillArea; added get/setValue ↵ | Max Horn | |
methods to SliderWidget; changed look of SliderWidget a little bit; optimized drawing of SliderWidget svn-id: r4500 | |||
2002-07-08 | Fix small indentation | James Brown | |
svn-id: r4498 | |||
2002-07-08 | Add slider widget | James Brown | |
svn-id: r4496 | |||
2002-07-08 | got rid of RTTI again (i.e. dynamic_cast) | Max Horn | |
svn-id: r4492 | |||
2002-07-08 | implemented hotkey support in new GUI code | Max Horn | |
svn-id: r4488 | |||
2002-07-07 | added CheckboxWidget; added NewGui::drawBitmap | Max Horn | |
svn-id: r4486 | |||
2002-07-07 | added dialog nesting code (for now using std::stack, I will provide my own ↵ | Max Horn | |
stack class later svn-id: r4483 | |||
2002-07-06 | added mouse over effect | Max Horn | |
svn-id: r4466 | |||
2002-07-05 | new experimental GUI code | Max Horn | |
svn-id: r4463 |