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