aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui.h
AgeCommit message (Expand)Author
2009-10-18SCI: cleanup text alignmentMartin Kiewitz
2009-10-14SCI/newgui: kPalette / setIntensity / reimplemented setPalette optional param...Martin Kiewitz
2009-10-14SCI/newgui: changed kPalette (setIntensity) to behave differently (seems we h...Martin Kiewitz
2009-10-14SCI: kDrawPic now reads out blackout flag for transitionsMartin Kiewitz
2009-10-14SCI/newgui: SciGuiTransitions now gets picRectMartin Kiewitz
2009-10-14- Moved cel width and height calculation in the GUIFilippos Karapetis
2009-10-13SCI/newgui: class SciGuiTransitions createdMartin Kiewitz
2009-10-13SCI/newgui: DrawControl type 10 is actually just a dummy in qfg1ega, we dont ...Martin Kiewitz
2009-10-13SCI/newgui: K_CONTROL_* renamed to SCI_CONTROLS_TYPE_*Martin Kiewitz
2009-10-13Merged the rest of the cursor codeFilippos Karapetis
2009-10-13Merged the cursor manipulation code - cursor views are still not doneFilippos Karapetis
2009-10-13SCI/newgui: kSetPort() now also supporting 7 parametersMartin 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-12SCI/newgui: implemented kPicNotValidMartin Kiewitz
2009-10-12SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() stil...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: kDrawControl for list and textedit controls also using gui classMartin Kiewitz
2009-10-11Fixed compilation with the current GUIFilippos Karapetis
2009-10-11SCI: made kEditControl use SciGui class, not currently implemented in newguiMartin Kiewitz
2009-10-11SCI/newgui: kShakeScreen partially implementedMartin Kiewitz
2009-10-11SCI/newgui: Implemented kCanBeHere list processingMartin Kiewitz
2009-10-09SCI/newgui: adding inactivate code for debug purposes to forward single metho...Martin Kiewitz
2009-10-09SCI: drawMenuBar/clearMenuBar now using gui class, currently unimplemented in...Martin 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-08Restore the engine state stored within SciGui during loading once more, since...Filippos Karapetis
2009-10-07SCI: Change more stuff to be CFG compliantMax Horn
2009-10-07SCI: debug command undither implementedMartin Kiewitz
2009-10-07- Cleaned up the cursor codeFilippos Karapetis
2009-10-07SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki...Martin Kiewitz
2009-10-07SCI/newgui: implemented debug command show_mapMartin Kiewitz
2009-10-07SCI/newgui: kSetCursor (show, hide, pos, shape) implementedMartin Kiewitz
2009-10-07SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructorMartin Kiewitz
2009-10-06WIP code for replacing the FreeSCI view decoding code with the new one (no ch...Filippos Karapetis
2009-10-06- Fixed kGetTime() againFilippos Karapetis
2009-10-06SCI/newgui: kHiLite supportMartin Kiewitz
2009-10-06SCI/newgui: palette functions from SciGuiGfx now in SciGuiPaletteMartin Kiewitz
2009-10-06- Unified the screen buffers that are used by the current and the new GUIFilippos Karapetis
2009-10-05SVN/newgui: kDrawStatus implementedMartin Kiewitz
2009-10-05Moved the cursor movement code in the GUIFilippos Karapetis
2009-10-05Lines are no longer treated as fake rectangles and are shown correctly againFilippos Karapetis
2009-10-05SCI/newgui: kDrawControl on icon implementedMartin Kiewitz
2009-10-05- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ...Filippos Karapetis
2009-10-04SCI: Add include guards for gui headers; don't include gui/gui.h from engine/...Max Horn
2009-10-04SCI/newgui: implemented kPalette / set intensityMartin Kiewitz
2009-10-04SCI/newgui: invokeselector implemented into kAnimateMartin Kiewitz
2009-10-04SCI/gui: more renaming...Martin Kiewitz
2009-10-04SCI/newgui: more descriptive names.Willem Jan Palenstijn