Age | Commit message (Expand) | Author |
2010-04-24 | SCI: reverting r48787 port updates were actually introduced (heard that befor... | Martin Kiewitz |
2010-04-24 | SCI: r48786 port updates were actually introduced during SCI01, qfg2 and xmas... | Martin Kiewitz |
2010-04-19 | SCI: changed comment about 8859-1->cp850/437 conversion. ubuntu does work, i ... | Martin Kiewitz |
2010-04-19 | SCI: comment about platforms, where 8859-1 mapping is working | Martin Kiewitz |
2010-04-17 | SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ga... | Martin Kiewitz |
2010-04-17 | SCI: map keys from 8859-1 to dos codepage, makes special chars like umlauts w... | Martin Kiewitz |
2010-02-23 | SCI: Turn kernel_sleep() into SciEvent::sleep() | Max Horn |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-08 | SCI: Ctrl-Z now supported as well :D | Martin Kiewitz |
2010-01-08 | SCI: removed controlify() to ease readability of code | Martin Kiewitz |
2010-01-08 | SCI: fix for platform difference between linux and windows, makes Ctrl-Alt-ke... | Martin Kiewitz |
2010-01-08 | SCI: we won't do keyboard mapping for sci1late+, because otherwise Ctrl-keys ... | Martin Kiewitz |
2010-01-05 | More renaming | Filippos Karapetis |
2009-12-31 | Minor additions: added full keypad support to GUI and SCI | Yotam Barnoy |
2009-12-31 | SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on foreign keyb... | Martin Kiewitz |
2009-12-31 | SCI: keyboard events now dont use scancode anymore, fixing compatibility with... | Martin Kiewitz |
2009-12-04 | SCI: Removed Ctrl-X to Ctrl-Alt-X mapping cause Ctrl-Alt-X works now directly | Martin Kiewitz |
2009-12-04 | SCI: Typo fixed in SciEvent caused all Ctrl keys to get changed to Ctrl-Alt-X :) | Martin Kiewitz |
2009-12-04 | SCI: Renamed "buckybits" to "modifiers" in SciEvent | Martin Kiewitz |
2009-12-04 | SCI: Make event constants more verbose | Martin Kiewitz |
2009-12-04 | SCI: SciEvent created, kernel_sleep() created | Martin Kiewitz |