Age | Commit message (Expand) | Author |
2009-11-11 | SCI/newgui: Almost done with menu support | Martin Kiewitz |
2009-11-04 | - Changed the segment manager to be a static part of the engine, and stopped ... | Filippos Karapetis |
2009-11-04 | Removed the reference to EngineState from the SciGuiGfx class | Filippos Karapetis |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-31 | - Added some TODOs | Filippos Karapetis |
2009-10-30 | Added caching of views | Filippos Karapetis |
2009-10-28 | SCI/newgui: SciGuiControls created, SciGuiText now active | Martin Kiewitz |
2009-10-26 | Removed some duplicate code | Filippos Karapetis |
2009-10-18 | SCI: cleanup text alignment | Martin Kiewitz |
2009-10-17 | SCI/newgui: kDisplay restoreUnder completed | Martin Kiewitz |
2009-10-13 | SCI/newgui: class SciGuiTransitions created | Martin Kiewitz |
2009-10-13 | SCI/newgui: removed left over stuff from SciGuiGfx header | Martin Kiewitz |
2009-10-13 | SCI/newgui: SciGuiAnimate class created | Martin Kiewitz |
2009-10-12 | SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function... | Martin Kiewitz |
2009-10-12 | Move the line drawing code to SciGuiScreen() | Filippos Karapetis |
2009-10-12 | SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() stil... | Martin Kiewitz |
2009-10-11 | SCI/newgui: support for textedit control (mouse support not yet implemented) | Martin Kiewitz |
2009-10-11 | Reset the EngineState pointer in the SciGuiGfx class when loading. Fixes load... | Filippos Karapetis |
2009-10-11 | SCI/newgui: list control implemented | Martin Kiewitz |
2009-10-11 | SCI/newgui: SciGuiGfx::BitsFree() implemented, currently used in kAnimate, Bi... | Martin Kiewitz |
2009-10-11 | SCI/newgui: Implemented kCanBeHere list processing | Martin Kiewitz |
2009-10-11 | SCI/newgui: kAddToPic fully implemented | Martin Kiewitz |
2009-10-10 | SCI/newgui: kAnimate now using Common::List | Martin Kiewitz |
2009-10-10 | SCI/newgui: kAnimate is now using a dynamic buffer that stores animation data... | Martin Kiewitz |
2009-10-09 | SCI/newgui: moved priority band initialization to init() call of SciGui to av... | Martin Kiewitz |
2009-10-09 | SCI/newgui: pattern #defines moved into SciGuiPicture | Martin Kiewitz |
2009-10-09 | SCI/newgui: pattern and floodfill moved into SciGuiPicture | Martin Kiewitz |
2009-10-09 | SCI/newgui: kCanBeHere partially implemented, little corrections | Martin Kiewitz |
2009-10-09 | SCI/newgui: support for priority bands, kCoordPri kPriCoord implemented, prio... | Martin Kiewitz |
2009-10-09 | SCI/newgui: Implemented kAddToPic (almost complete, but z-sorting and some ex... | Martin Kiewitz |
2009-10-08 | SCI/newgui: cleanup, fixing uninitialized variable in SciGuiPalette | Martin Kiewitz |
2009-10-08 | SCI/newgui: floodfill cleanup, pattern drawing: helper went private, clipping... | Martin Kiewitz |
2009-10-08 | SCI/newgui: implemented more of kAnimate, currently crashes on windowMgr update. | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate - _delete invoking implemented | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate - more implemented, cels are now drawn but isnt working ... | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate SciGuiGfx::AnimateFill implemented | Martin Kiewitz |
2009-10-07 | SCI: Change more stuff to be CFG compliant | Max Horn |
2009-10-07 | SCI: Replace SciGuiGfx::mallocPort by 'new GuiPort'; also add FIXMES about po... | Max Horn |
2009-10-07 | SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki... | Martin Kiewitz |
2009-10-06 | Updated the parameter names of FillRect() | Filippos Karapetis |
2009-10-06 | Reverted #44697 (line drawing in the new GUI), with some function renaming. A... | Filippos Karapetis |
2009-10-06 | Removed yet another unused reference to OSystem | Filippos Karapetis |
2009-10-06 | SCI/newgui: palette functions from SciGuiGfx now in SciGuiPalette | Martin Kiewitz |
2009-10-06 | Removed the Bresenham line drawing code in the SCI new GUI, and replaced it w... | Filippos Karapetis |
2009-10-06 | - Removed the SciGuiGfx parameter from SciGuiView | Filippos Karapetis |
2009-10-06 | SCI/newgui: support for amiga palette, amiga picture support, cleanup | Martin Kiewitz |
2009-10-05 | SVN/newgui: kDrawStatus implemented | Martin Kiewitz |
2009-10-05 | SVN/newgui: renamed getScreenPalette to getSysPalette (code doesnt get the sc... | Martin Kiewitz |
2009-10-05 | Better naming for the palette setting functions, to disambiguate them from th... | Filippos Karapetis |
2009-10-05 | Renamed | Filippos Karapetis |