Age | Commit message (Expand) | Author |
2009-10-13 | SCI/newgui: class SciGuiTransitions created | Martin Kiewitz |
2009-10-13 | SCI/newgui: SciGuiAnimate header included into gui_gfx | Martin Kiewitz |
2009-10-13 | SCI/newgui: SciGuiAnimate class created | Martin Kiewitz |
2009-10-12 | SCI/newgui: priority band initialization - forgot to use priorityBandCount va... | Martin Kiewitz |
2009-10-12 | SCI/newgui: priority band initialization now working exactly the same way as ... | Martin Kiewitz |
2009-10-12 | Silenced GCC warning. | Torbjörn Andersson |
2009-10-12 | SCI/newgui: addToPic (list) replaced priority with z, to fix drawing coordina... | Martin Kiewitz |
2009-10-12 | SCI/newgui: background of noupdate cels is now correctly saved (was typo) sol... | Martin Kiewitz |
2009-10-12 | Minimize dependencies in the new gui | Filippos Karapetis |
2009-10-12 | SCI: Fix warnings, cleanup | Max Horn |
2009-10-12 | SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function... | Martin Kiewitz |
2009-10-12 | SCI/newgui: priority band initialization fix | 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 | Removed unused variable. | Torbjörn Andersson |
2009-10-11 | SCI/newgui: support for textedit control (mouse support not yet implemented) | Martin Kiewitz |
2009-10-11 | Use BitsShow() for partial screen updates | Filippos Karapetis |
2009-10-11 | Stop passing all of the engine state to SciGuiPicture | 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: Remove superfluous casts; fix warning. | Willem Jan Palenstijn |
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 - list is finally sorted according to y and z | Martin Kiewitz |
2009-10-10 | SCI/newgui: kAnimate now using Common::List | Martin Kiewitz |
2009-10-10 | SCI/newgui: kAnimate list - showBitsFlag implemented | Martin Kiewitz |
2009-10-10 | SCI/newgui: kAnimate is now using a dynamic buffer that stores animation data... | Martin Kiewitz |
2009-10-10 | SCI/newgui: changed GuiAnimateList struct | Martin Kiewitz |
2009-10-10 | SCI: kMessage() rewrite | Walter van Niftrik |
2009-10-09 | SCI/newgui: moved priority band initialization to init() call of SciGui to av... | Martin Kiewitz |
2009-10-09 | SCI/newgui: calling process_sound_events now directly within kAnimate(), fixe... | Martin Kiewitz |
2009-10-09 | SCI/newgui: correction for kAddToPic, fixes guards in 1st screen of kq1 | Martin Kiewitz |
2009-10-09 | SCI/newgui: kAnimate priority fixed | Martin Kiewitz |
2009-10-09 | SCI/newgui: pattern and floodfill moved into SciGuiPicture | Martin Kiewitz |
2009-10-09 | SCI/newgui: priority band init fix | Martin Kiewitz |
2009-10-09 | SCI/newgui: kCanBeHere partially implemented, little corrections | Martin Kiewitz |
2009-10-09 | SCI/newgui: some more priority band usage in kAnimate | 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: RestoreBits() now ignores empty handles | Martin Kiewitz |
2009-10-08 | SCI/newgui: more cleanup | 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: Fix warning | Max Horn |
2009-10-08 | SCI/newgui: remarks about _menuPort, uninitialized usage in SciGuiPalette rem... | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate changes | Martin Kiewitz |
2009-10-08 | SCI/newgui: implemented more of kAnimate, currently crashes on windowMgr update. | Martin Kiewitz |
2009-10-08 | SCI/newgui: change to nsRect, scripts expect that. Fixes mouse clicking on se... | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate - coordinates fixed | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate - _delete invoking implemented | Martin Kiewitz |