Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-03 | SCI: Fix AltInput crash in non-parser games | Willem Jan Palenstijn | |
svn-id: r53008 | |||
2010-10-03 | SCI: Support alternative inputs from vocab 913 | Willem Jan Palenstijn | |
This allows the input of accented characters and Japanese using plain ascii in non-English games. svn-id: r53001 | |||
2010-10-03 | SCI: Fix textwidth computation for chars >= 128 | Willem Jan Palenstijn | |
svn-id: r52992 | |||
2010-09-04 | SCI: delete on textedit control now checks string | Martin Kiewitz | |
svn-id: r52518 | |||
2010-08-21 | SCI: add support for Control-C in earlier SCI games, too | Filippos Karapetis | |
svn-id: r52254 | |||
2010-08-21 | SCI: Fixed bug #3048911 - "Keyboard discrepancies in all SCI games" by ↵ | Filippos Karapetis | |
handling synthetic (keyboard repeat) events and adding support for Control-C svn-id: r52252 | |||
2010-07-19 | SCI: dont fix list control in sq4 | Martin Kiewitz | |
sierra fixed this problem by having an up cursor starting one pixel-line later, adjusting in that case would be wrong svn-id: r51034 | |||
2010-07-14 | SCI: removing hardcoded size when drawing list controls - fixes load/save ↵ | Martin Kiewitz | |
dialog in lsl6 svn-id: r50894 | |||
2010-06-23 | Moved the SelectorCache struct inside selector.h, where it belongs, and ↵ | Filippos Karapetis | |
fixed some header dependencies in the process svn-id: r50183 | |||
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which ↵ | Filippos Karapetis | |
were just cloaking functions with a different name - GET_SEL32 -> readSelector - GET_SEL32V -> readSelectorValue - PUT_SEL32 -> writeSelector - PUT_SEL32V -> writeSelectorValue Also, changed some selector-related function names and variables to CamelCase svn-id: r49317 | |||
2010-05-14 | Silenced some MSVC warnings | Filippos Karapetis | |
svn-id: r49030 | |||
2010-04-25 | SCI: green buttons for sci0early implemented | Martin Kiewitz | |
svn-id: r48799 | |||
2010-04-25 | SCI: changing setFont() call logic inside textedit controls to save 2 ↵ | Martin Kiewitz | |
setFont() calls svn-id: r48797 | |||
2010-04-25 | SCI: we check for enough space, before adding pressed characters in textedit ↵ | Martin Kiewitz | |
controls svn-id: r48796 | |||
2010-04-25 | SCI: replaced value with constant when checking if controls are selected | Martin Kiewitz | |
svn-id: r48795 | |||
2010-04-25 | SCI: reset cursor state when kDrawControl gets called on textedit controls, ↵ | Martin Kiewitz | |
fixes cursor placement issues svn-id: r48794 | |||
2010-04-17 | SCI: change textedit control to cast to unsigned char to fix cursor position ↵ | Martin Kiewitz | |
when multilingual chars are used. Also make getFontHeight() private inside GfxFontFromResource class, remove it in all the other classes svn-id: r48689 | |||
2010-02-17 | SCI: Cleanup resource.h | Max Horn | |
svn-id: r48084 | |||
2010-02-05 | SCI: Add a 'SELECTOR' macro | Max Horn | |
svn-id: r47918 | |||
2010-01-31 | SCI: rename Controls to GfxControls, gets directly called now | Martin Kiewitz | |
svn-id: r47783 | |||
2010-01-31 | SCI: renamed Text class to GfxText16 | Martin Kiewitz | |
svn-id: r47780 | |||
2010-01-31 | SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, ↵ | Martin Kiewitz | |
gfxcompare, gfxpaint16, gfxcache. kernel uses gfxports directly w/o going through SciGui svn-id: r47745 | |||
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of ↵ | Max Horn | |
invoke_selector svn-id: r47665 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-05 | Yet more renaming | Filippos Karapetis | |
svn-id: r47010 | |||
2010-01-05 | More renaming | Filippos Karapetis | |
svn-id: r47009 |