index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
gui
/
gui_gfx.h
Age
Commit message (
Expand
)
Author
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
2009-10-05
- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ...
Filippos Karapetis
2009-10-04
SCI: Really remove sci/gui/gui.h include from engine/state.h
Max Horn
2009-10-04
SCI: Add include guards for gui headers; don't include gui/gui.h from engine/...
Max Horn
2009-10-04
SCI/newgui: implemented kPalette / set intensity
Martin Kiewitz
2009-10-04
SCI/newgui: invokeselector implemented into kAnimate
Martin Kiewitz
2009-10-04
SCI/gui: more renaming...
Martin Kiewitz
2009-10-04
SCI/newgui: onControl implemented
Martin Kiewitz
2009-10-04
SCI/newgui: TextColors and TextFonts implemented (for sq5)
Martin Kiewitz
2009-10-04
SCI/newgui: unfinished TextColors/TextFonts support/setting default palette m...
Martin Kiewitz
2009-10-03
SCI/newgui: removed duplicate unused code
Martin Kiewitz
2009-10-03
SCI/newgui: virtual warnings fixed
Martin Kiewitz
2009-10-03
SCI: Merge new GUI code written by m_kiewitz.
Willem Jan Palenstijn