aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/controls.cpp
AgeCommit message (Expand)Author
2010-10-03SCI: Fix AltInput crash in non-parser gamesWillem Jan Palenstijn
2010-10-03SCI: Support alternative inputs from vocab 913Willem Jan Palenstijn
2010-10-03SCI: Fix textwidth computation for chars >= 128Willem Jan Palenstijn
2010-09-04SCI: delete on textedit control now checks stringMartin Kiewitz
2010-08-21SCI: add support for Control-C in earlier SCI games, tooFilippos Karapetis
2010-08-21SCI: Fixed bug #3048911 - "Keyboard discrepancies in all SCI games" by handli...Filippos Karapetis
2010-07-19SCI: dont fix list control in sq4Martin Kiewitz
2010-07-14SCI: removing hardcoded size when drawing list controls - fixes load/save dia...Martin Kiewitz
2010-06-23Moved the SelectorCache struct inside selector.h, where it belongs, and fixed...Filippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-14Silenced some MSVC warningsFilippos Karapetis
2010-04-25SCI: green buttons for sci0early implementedMartin Kiewitz
2010-04-25SCI: changing setFont() call logic inside textedit controls to save 2 setFont...Martin Kiewitz
2010-04-25SCI: we check for enough space, before adding pressed characters in textedit ...Martin Kiewitz
2010-04-25SCI: replaced value with constant when checking if controls are selectedMartin Kiewitz
2010-04-25SCI: reset cursor state when kDrawControl gets called on textedit controls, f...Martin Kiewitz
2010-04-17SCI: change textedit control to cast to unsigned char to fix cursor position ...Martin Kiewitz
2010-02-17SCI: Cleanup resource.hMax Horn
2010-02-05SCI: Add a 'SELECTOR' macroMax Horn
2010-01-31SCI: rename Controls to GfxControls, gets directly called nowMartin Kiewitz
2010-01-31SCI: renamed Text class to GfxText16Martin Kiewitz
2010-01-31SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc...Martin Kiewitz
2010-01-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-05Yet more renamingFilippos Karapetis
2010-01-05More renamingFilippos Karapetis