Age | Commit message (Expand) | Author |
2009-12-01 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2009-11-12 | SCI/newgui: support for disabled menu entries, changed textface (int) to grey... | Martin Kiewitz |
2009-11-11 | SCI/newgui: Almost done with menu support | Martin Kiewitz |
2009-11-04 | Removed the reference to EngineState from the SciGuiGfx class | Filippos Karapetis |
2009-11-03 | Remove the SegManager-related hacks for the selector defines, as the segMan p... | Filippos Karapetis |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-31 | - Added some TODOs | Filippos Karapetis |
2009-10-30 | Added caching of views | Filippos Karapetis |
2009-10-29 | SCI/newgui: SciGuiPicture now acts like sierra sci when drawing cels, so we d... | Martin Kiewitz |
2009-10-29 | SCI/newgui: Defining color white and others in SciGuiScreen and using that. A... | Martin Kiewitz |
2009-10-28 | SCI/newgui: fill screen with white instead of black before picture drawing, f... | Martin Kiewitz |
2009-10-28 | SCI/newgui: SciGuiControls created, SciGuiText now active | Martin Kiewitz |
2009-10-26 | SCI/newgui: fixes text in jones | Martin Kiewitz |
2009-10-26 | Removed some duplicate code | Filippos Karapetis |
2009-10-23 | SCI/newgui: Priority band (old gfx) now gets correctly initialized, fixes kq4... | Martin Kiewitz |
2009-10-22 | SCI/newgui: make cursor left work in textedit control. some wip changes, beca... | Martin Kiewitz |
2009-10-21 | - Removed kShow() and the related code it uses - it's a debugging function, a... | Filippos Karapetis |
2009-10-20 | SCI/newgui: textedit control also changed to draw text like sierra sci | Martin Kiewitz |
2009-10-20 | SCI/newgui: Listbox control now draws text up one pixel, so that it matches s... | Martin Kiewitz |
2009-10-18 | SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit | Max Horn |
2009-10-18 | Remove unused variable. | Johannes Schickel |
2009-10-18 | SCI: cleanup text alignment | Martin Kiewitz |
2009-10-18 | SCI/newgui: listbox now finally working correctly | Martin Kiewitz |
2009-10-17 | SCI/newgui: kDisplay restoreUnder completed | Martin Kiewitz |
2009-10-17 | SCI/newgui: menuPort gets id 0xFFFF assigned, fixes kq5 mouse coordination | Martin Kiewitz |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-15 | SCI/newgui: Do textcodeprocessing only for SCI1.1+ | Martin Kiewitz |
2009-10-14 | Plugged loads of memory leaks in the new GUI | Filippos Karapetis |
2009-10-14 | SCI/newgui: fixes textcode processing to get out if string ends and no ending... | Martin Kiewitz |
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 |