Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | hook in the Mac Carbon port SelectGame method. Still not at all useful; I ↵ | Max Horn | |
believe it's better to wait for a portable ScummVM GUI and then use that instead... svn-id: r4499 | |||
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 | fixed my bogus QNX fix :-) | Max Horn | |
svn-id: r4495 | |||
2002-07-08 | made mac port compile & link with current source; however, it doesn't work ↵ | Max Horn | |
at all, so don't be to excited about this checkin :-) svn-id: r4494 | |||
2002-07-08 | two more small QNX fixes | Max Horn | |
svn-id: r4493 | |||
2002-07-08 | got rid of RTTI again (i.e. dynamic_cast) | Max Horn | |
svn-id: r4492 | |||
2002-07-08 | removed obsolete | Max Horn | |
svn-id: r4491 | |||
2002-07-08 | Use correct compiler | Travis Howell | |
svn-id: r4490 | |||
2002-07-08 | added some typecasts that might help QNX; updated NewGui TODO list | Max Horn | |
svn-id: r4489 | |||
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 | got rid of std::stack again | Max Horn | |
svn-id: r4484 | |||
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 | got rid of some g_scumm uses | Max Horn | |
svn-id: r4482 | |||
2002-07-07 | indent run | Max Horn | |
svn-id: r4481 | |||
2002-07-07 | indent run | Max Horn | |
svn-id: r4480 | |||
2002-07-07 | added many more types | Max Horn | |
svn-id: r4479 | |||
2002-07-07 | indent run | Max Horn | |
svn-id: r4478 | |||
2002-07-07 | once more | Max Horn | |
svn-id: r4477 | |||
2002-07-07 | indent run | Max Horn | |
svn-id: r4476 | |||
2002-07-07 | indent run | Max Horn | |
svn-id: r4475 | |||
2002-07-07 | once more indent, after adding -TDialog and -TWidget | Max Horn | |
svn-id: r4474 | |||
2002-07-07 | once more | Max Horn | |
svn-id: r4473 | |||
2002-07-07 | Note to self, and everyone else.. remember to keep this updated. | James Brown | |
Anyone know a way to update the CVS date automatically? svn-id: r4472 | |||
2002-07-07 | Re-add unix commandline examples | James Brown | |
svn-id: r4471 | |||
2002-07-07 | indent run | Max Horn | |
svn-id: r4470 | |||
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 | oops order is important | Max Horn | |
svn-id: r4468 | |||
2002-07-06 | added intelligent dependency tracking for anybody who uses GCC | Max Horn | |
svn-id: r4467 | |||
2002-07-06 | added mouse over effect | Max Horn | |
svn-id: r4466 | |||
2002-07-05 | fix broken commit | James Brown | |
svn-id: r4465 | |||
2002-07-05 | hooked in new experimental, *incomplete* GUI code to F6/F7 | Max Horn | |
svn-id: r4464 | |||
2002-07-05 | new experimental GUI code | Max Horn | |
svn-id: r4463 | |||
2002-07-04 | gee, I wonder why folks keep prefering raw ASCII codes over char constants? | Max Horn | |
svn-id: r4462 | |||
2002-07-04 | No slash must be appended to path after colon on MorphOS - CMI did not load ↵ | Ruediger Hanke | |
from CD because of this svn-id: r4461 | |||
2002-07-04 | MorphOS makefile update | Ruediger Hanke | |
svn-id: r4460 | |||
2002-07-04 | Theres nothing to see here... | James Brown | |
- Start of CMI support svn-id: r4459 | |||
2002-07-04 | Add chuzwuzzas many gui improvements. | James Brown | |
- Hotkeys - Checkboxes - length fixes - New 'Misc' page svn-id: r4458 | |||
2002-07-04 | endian fix for Putt-Putt sound playback | Max Horn | |
svn-id: r4457 | |||
2002-07-04 | make fb2opengl.h usable on OS X, too | Max Horn | |
svn-id: r4456 | |||
2002-07-04 | fixed monkeyvga crasher that occured at least in the german version, but ↵ | Max Horn | |
potentially could show up in others, too - this was supposed to me in my commit from yesterday, and contains the actual fix, but was somehow left out svn-id: r4455 | |||
2002-07-04 | fixed compilation of imuse.cpp | Max Horn | |
svn-id: r4454 | |||
2002-07-03 | fixed monkeyvga crasher that occured at least in the german version, but ↵ | Max Horn | |
potentially could show up in others, too svn-id: r4453 | |||
2002-07-02 | act->obj - we are dealing with objects not actors after all | Max Horn | |
svn-id: r4452 | |||
2002-07-02 | added some hackish support for the DIGI SFX format used in Putt-Putt demo | Max Horn | |
svn-id: r4451 |