Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-17 | added copy constructo and assignment operator for List<T> template | Max Horn | |
svn-id: r4582 | |||
2002-07-16 | fixed spllng | Max Horn | |
svn-id: r4581 | |||
2002-07-16 | Patch #582286 - fix for double key events in newgui | Max Horn | |
svn-id: r4580 | |||
2002-07-16 | limit slider drag range | Max Horn | |
svn-id: r4566 | |||
2002-07-16 | Update todo | James Brown | |
svn-id: r4563 | |||
2002-07-16 | patch by painelf that enables editing in the ListWidget (alas as usual with ↵ | Max Horn | |
many mods to his patch by me :-) svn-id: r4561 | |||
2002-07-15 | replaced EventList and StringList by a universtal List<T> template; remade ↵ | Max Horn | |
EventList and StringList using that generic type svn-id: r4555 | |||
2002-07-15 | allow static text/button widgets in NewGUI to be drawn centred | Max Horn | |
svn-id: r4551 | |||
2002-07-13 | added latest of painelf's patches which makes NewGui handle system events ↵ | Max Horn | |
directly (code becomes much cleaner and more powerful this way); he also implemented a 'focus' item in NewGui; atop of this several changes of my own that further improve the GUI behaviour svn-id: r4541 | |||
2002-07-13 | took painelf's change, modified it a lot, and now here's the result :-) | Max Horn | |
svn-id: r4540 | |||
2002-07-13 | oops | Max Horn | |
svn-id: r4535 | |||
2002-07-13 | some cleanup | Max Horn | |
svn-id: r4534 | |||
2002-07-13 | added clear() methods to String and StringList; StringList destructor now ↵ | Max Horn | |
doesn't leak anymore svn-id: r4533 | |||
2002-07-13 | Let ListWidget have an 'active' item | James Brown | |
svn-id: r4529 | |||
2002-07-12 | updated TODO list | Max Horn | |
svn-id: r4528 | |||
2002-07-12 | implemented scrollbar 'dragging' (based largely on painelf's patch) | Max Horn | |
svn-id: r4527 | |||
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-11 | seems there is a conflict with our operator new and certain versions of the ↵ | Max Horn | |
Std C++ lib. Till this is resolved: here's a workaround (disabling the code which is not used anyway right now) svn-id: r4517 | |||
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-10 | improved the alpha blending code, now works properly for nesting/redraw ↵ | Max Horn | |
(changed meaning of WIDGET_CLEARBG a little bit for this) svn-id: r4509 | |||
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 | Fix mouseout | James Brown | |
svn-id: r4497 | |||
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-08 | delay creation of dialogs till they are used; fixed new pause dialog & use ↵ | Max Horn | |
it instead of the old one; dirty area handling in new gui code is more logical/useful now svn-id: r4487 | |||
2002-07-07 | added CheckboxWidget; added NewGui::drawBitmap | Max Horn | |
svn-id: r4486 | |||
2002-07-07 | added options dialog; added NewGui TODO list; | Max Horn | |
svn-id: r4485 | |||
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-07 | once more indent, after adding -TDialog and -TWidget | Max Horn | |
svn-id: r4474 | |||
2002-07-07 | applied indent to a couple of source files; added .indent.pro file with ↵ | Max Horn | |
default indent settings as per readme.txt svn-id: r4469 | |||
2002-07-06 | added mouse over effect | Max Horn | |
svn-id: r4466 | |||
2002-07-05 | new experimental GUI code | Max Horn | |
svn-id: r4463 |