aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_widgets.cpp
AgeCommit message (Expand)Author
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-06-08Replaced GFXWARN with warning and GFXDEBUG with debugCFilippos Karapetis
2009-06-06Store long-term pointers to object variables in a new ObjVarRef struct.Willem Jan Palenstijn
2009-06-06Objectified the graphics driverFilippos Karapetis
2009-06-05Moved some more debug commands to ScummVM's coneole and removed some unused codeFilippos Karapetis
2009-06-02Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins...Filippos Karapetis
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-30Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe...Filippos Karapetis
2009-05-30Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh...Filippos Karapetis
2009-05-30Removed/replaced BREAKPOINTFilippos Karapetis
2009-05-25Fixed a nasty bug in the GUI code, which caused the windows in PQ3 and SCI1.1...Filippos Karapetis
2009-05-13- Simplified SCI version detection a bit and clarified the different version ...Filippos Karapetis
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-05-05SCI: Work around an 'Array used after being disposed' bug that occurs when a ...Max Horn
2009-04-27SCI: renamed gfx_text_handle_t -> TextHandle; changed some string code to use...Max Horn
2009-04-27SCI: Removed unused vars; doxygenified some comments; cleanupMax Horn
2009-04-27SCI: Rewrote dirty rect code to use Common::ListMax Horn
2009-04-27SCI: Renamed gfx_state_t -> GfxStateMax Horn
2009-04-24SCI: Turned GfxWidget::draw function pointer into virtual methodMax Horn
2009-04-24SCI: Turned GfxWidget::tag function pointer into virtual methodMax Horn
2009-04-24SCI: Turned GfxWidget::print function pointer into virtual methodMax Horn
2009-04-24SCI: Changed GfxWidget::set_visual function pointer to virtual method setVisualMax Horn
2009-04-24SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructorsMax Horn
2009-04-24SCI: font_nr -> _fontMax Horn
2009-04-24SCI: Rewrote the port_refs code (fixing at least three serious bugs in it. Wo...Max Horn
2009-04-24SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.Max Horn
2009-04-24SCI: Started to C++ify the gfxw_widget_t codebaseMax Horn
2009-04-03Removed the non-working Chrono port code, after discussing with LarsFilippos Karapetis
2009-03-25Remove a workaround in the line drawing function - it shouldn't be necessary ...Filippos Karapetis
2009-03-25Changed the primitive equality check to not use Common::Rect, as the two prim...Filippos Karapetis
2009-03-25- Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem...Filippos Karapetis
2009-03-19Fixed issues with commit #39449, fixing some graphical glitches with the GUI ...Filippos Karapetis
2009-03-16It seems that the SCI GUI code tries to show rectangles with negative height....Filippos Karapetis
2009-03-16Replaced some rect_t operations with our common ones. For now, two helper fun...Filippos Karapetis
2009-03-16Replaced "xl" with "width" and "y1" with "height" in places where rectangles ...Filippos Karapetis
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max Horn
2009-03-08Use new Palette class to manager pixmap palettes.Willem Jan Palenstijn
2009-03-07SCI: Reduced header interdependencies some moreMax Horn
2009-03-03SCI1: Improved color mapping when drawing line/box/text. Text with transparen...Greg Frieger
2009-02-28Fix warnings.Johannes Schickel
2009-02-27Fix code formattingEugene Sandulenko
2009-02-24SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi...Max Horn