aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_gfx.cpp
AgeCommit message (Expand)Author
2009-10-18Remove unused variable.Johannes Schickel
2009-10-18SCI: cleanup text alignmentMartin Kiewitz
2009-10-18SCI/newgui: listbox now finally working correctlyMartin Kiewitz
2009-10-17SCI/newgui: kDisplay restoreUnder completedMartin Kiewitz
2009-10-17SCI/newgui: menuPort gets id 0xFFFF assigned, fixes kq5 mouse coordinationMartin Kiewitz
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-15SCI/newgui: Do textcodeprocessing only for SCI1.1+Martin Kiewitz
2009-10-14Plugged loads of memory leaks in the new GUIFilippos Karapetis
2009-10-14SCI/newgui: fixes textcode processing to get out if string ends and no ending...Martin Kiewitz
2009-10-13SCI/newgui: class SciGuiTransitions createdMartin Kiewitz
2009-10-13SCI/newgui: SciGuiAnimate header included into gui_gfxMartin Kiewitz
2009-10-13SCI/newgui: SciGuiAnimate class createdMartin Kiewitz
2009-10-12SCI/newgui: priority band initialization - forgot to use priorityBandCount va...Martin Kiewitz
2009-10-12SCI/newgui: priority band initialization now working exactly the same way as ...Martin Kiewitz
2009-10-12Silenced GCC warning.Torbjörn Andersson
2009-10-12SCI/newgui: addToPic (list) replaced priority with z, to fix drawing coordina...Martin Kiewitz
2009-10-12SCI/newgui: background of noupdate cels is now correctly saved (was typo) sol...Martin Kiewitz
2009-10-12Minimize dependencies in the new guiFilippos Karapetis
2009-10-12SCI: Fix warnings, cleanupMax Horn
2009-10-12SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function...Martin Kiewitz
2009-10-12SCI/newgui: priority band initialization fixMartin 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-11Removed unused variable.Torbjörn Andersson
2009-10-11SCI/newgui: support for textedit control (mouse support not yet implemented)Martin Kiewitz
2009-10-11Use BitsShow() for partial screen updatesFilippos Karapetis
2009-10-11Stop passing all of the engine state to SciGuiPictureFilippos 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: Remove superfluous casts; fix warning.Willem Jan Palenstijn
2009-10-11SCI/newgui: Implemented kCanBeHere list processingMartin Kiewitz
2009-10-11SCI/newgui: kAddToPic fully implementedMartin Kiewitz
2009-10-10SCI/newgui: kAnimate - list is finally sorted according to y and zMartin Kiewitz
2009-10-10SCI/newgui: kAnimate now using Common::ListMartin Kiewitz
2009-10-10SCI/newgui: kAnimate list - showBitsFlag implementedMartin Kiewitz
2009-10-10SCI/newgui: kAnimate is now using a dynamic buffer that stores animation data...Martin Kiewitz
2009-10-10SCI/newgui: changed GuiAnimateList structMartin Kiewitz
2009-10-10SCI: kMessage() rewriteWalter van Niftrik
2009-10-09SCI/newgui: moved priority band initialization to init() call of SciGui to av...Martin Kiewitz
2009-10-09SCI/newgui: calling process_sound_events now directly within kAnimate(), fixe...Martin Kiewitz
2009-10-09SCI/newgui: correction for kAddToPic, fixes guards in 1st screen of kq1Martin Kiewitz
2009-10-09SCI/newgui: kAnimate priority fixedMartin Kiewitz
2009-10-09SCI/newgui: pattern and floodfill moved into SciGuiPictureMartin Kiewitz
2009-10-09SCI/newgui: priority band init fixMartin Kiewitz
2009-10-09SCI/newgui: kCanBeHere partially implemented, little correctionsMartin Kiewitz
2009-10-09SCI/newgui: some more priority band usage in kAnimateMartin 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: RestoreBits() now ignores empty handlesMartin Kiewitz
2009-10-08SCI/newgui: more cleanupMartin Kiewitz