Age | Commit message (Expand) | Author |
2009-10-06 | SCI/newgui: dont allow negative coordinates in draw pattern (fixes bad pixels... | Martin Kiewitz |
2009-10-06 | SCI/newgui: pattern drawing circles now fixed | Martin Kiewitz |
2009-10-06 | - Fixed kGetTime() again | Filippos Karapetis |
2009-10-06 | SCI/newgui: pattern drawing texture now bit0-bit7, sierra did it bit7-bit0 | Martin Kiewitz |
2009-10-06 | Removed yet another unused reference to OSystem | Filippos Karapetis |
2009-10-06 | SCI: clean up oldx/y vs x/y | Willem Jan Palenstijn |
2009-10-06 | SCI: Minor cleanup | Willem Jan Palenstijn |
2009-10-06 | Moved the LSL1VGA workaround inside the font class | Filippos Karapetis |
2009-10-06 | Removed an unused reference to OSystem | Filippos Karapetis |
2009-10-06 | Simplified the LSL1VGA font resource workaround | Filippos Karapetis |
2009-10-06 | SCI/newgui: drawpattern now adjusts to curPort | Martin Kiewitz |
2009-10-06 | SCI/newgui: kHiLite support | Martin Kiewitz |
2009-10-06 | SCI/newgui: Draw_Line() now doesnt modify prio/control anymore | Martin Kiewitz |
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 | Removed duplicate private variables | Filippos Karapetis |
2009-10-06 | SCI/newgui: removed warnings from vector drawing | Martin Kiewitz |
2009-10-06 | SciGuiView is only using the ResourceManager, so there's no need to pass the ... | Filippos Karapetis |
2009-10-06 | - Unified the screen buffers that are used by the current and the new GUI | Filippos Karapetis |
2009-10-06 | Removed unused reference to OSystem | Filippos Karapetis |
2009-10-06 | SCI/newgui: view type amiga now supported | Martin Kiewitz |
2009-10-06 | SCI/newgui: view 1.1 loading now completely fixed, included sanity check and ... | Martin Kiewitz |
2009-10-06 | SCI/newgui: one typo in view sci1.1 fixed | Martin Kiewitz |
2009-10-06 | SCI/newgui: support for amiga palette, amiga picture support, cleanup | Martin Kiewitz |
2009-10-05 | SCI: Make getBitsDataSize use the same logic as saveBits | Willem Jan Palenstijn |
2009-10-05 | SCI/newgui: Implemented trick to get dithering going after drawing picture w/... | Martin Kiewitz |
2009-10-05 | SCI: Fix error message | Willem Jan Palenstijn |
2009-10-05 | SCI/newgui: changed the way dithering works on ega games, also default value ... | Martin Kiewitz |
2009-10-05 | SCI/newgui: color duplicated to upper 4 bits on EGA to remove dithering with ... | Martin Kiewitz |
2009-10-05 | SCI/newgui: SciGuiPicture - enum rename from SCI0/SCI1 to EGA/VGA | Martin Kiewitz |
2009-10-05 | SCI/newgui: switch to SCI1 commands when being IsVGA(), fixes qfg2 | Martin Kiewitz |
2009-10-05 | SCI/newgui: EGA picture drawing is now using EGA palette | Martin Kiewitz |
2009-10-05 | SCI: kDrawStatus changed, dont call gui if no text received | 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 | SCI: Move restoreRect adjustment from DrawWindow to NewWindow | Willem Jan Palenstijn |
2009-10-05 | SVN/newgui: views on sci1.1 - mirroring now possible | Martin Kiewitz |
2009-10-05 | SCI/newgui: duplicate the color in cels into upper 4 bits on ega so they wont... | Martin Kiewitz |
2009-10-05 | SVN/newgui: ega cel uncompression implemented | Martin Kiewitz |
2009-10-05 | Moved the cursor movement code in the GUI | Filippos Karapetis |
2009-10-05 | Lines are no longer treated as fake rectangles and are shown correctly again | Filippos Karapetis |
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 | SCI/newgui: drawControlIcon - updates screen now | Martin Kiewitz |
2009-10-05 | Minimize unnecessary calls to updateScreen() in the new GUI. This improves dr... | Filippos Karapetis |
2009-10-05 | SCI/newgui: kDrawControl on icon implemented | Martin Kiewitz |
2009-10-05 | SCI: Name argument | Willem Jan Palenstijn |
2009-10-05 | Proper check for window shadows | Filippos Karapetis |
2009-10-05 | Window shadows are also taken into account when storing their bits. This fixe... | Filippos Karapetis |