| Commit message (Expand) | Author | Age | Files | Lines |
| * | Amiga: make the fullscreen video draggable, map Help Key to F20 | marcus | 2020-06-06 | 2 | -4/+6 |
| * | Amiga: optimized video unit drawing | marcus | 2020-05-21 | 1 | -104/+169 |
| * | rtl-console: fixed keypressed implementation in the Amiga VidCRT unit | karoly | 2020-05-09 | 1 | -14/+1 |
| * | Amiga: special CRT unit (named vidcrt) based on video unit | marcus | 2020-04-30 | 1 | -0/+446 |
| * | Amiga: keyboard prevent double keys on GetKeyEvent, if called without PollKey... | marcus | 2020-04-30 | 1 | -0/+3 |
| * | Amiga: Video unit, do not draw Cursor if outside the window (would write over... | marcus | 2020-04-28 | 1 | -5/+5 |
| * | amiga: Crt, fixed cursor x and y position | marcus | 2020-04-26 | 1 | -6/+6 |
| * | Amiga: CRT unit, no sysutils use, prevent overlap of keys and size/caret mess... | marcus | 2020-01-06 | 1 | -7/+76 |
| * | Amiga: CRT for OS4, Console Mask for OS3 | marcus | 2020-01-03 | 1 | -72/+68 |
| * | Amiga: CRT improvements, colors, raw mode as default | marcus | 2020-01-02 | 1 | -151/+282 |
| * | Amiga: CRT Window support, more converted keys | marcus | 2019-12-31 | 1 | -78/+270 |
| * | AROS, OS4, MorphOS: Console, ConUnit added, Crt first Version | marcus | 2019-12-30 | 1 | -3/+7 |
| * | Amiga: First Version of crt for Amiga | marcus | 2019-12-30 | 1 | -784/+404 |
| * | * use stdin instead of stdout to switch the console to raw mode; this fixes | nickysn | 2019-03-11 | 1 | -2/+2 |
| * | * Add a $mode fpc statement, as shortstrings are assumed | michael | 2019-01-19 | 1 | -2/+2 |
| * | * Patch from margers, to fix alt-backspace | michael | 2019-01-10 | 1 | -1/+1 |
| * | * ctrl-shift-arrow key definitions for xterm, xfce | marco | 2018-12-22 | 1 | -8/+32 |
| * | * comment spelling fix | marco | 2017-12-17 | 1 | -1/+1 |
| * | * changed the parameters to SetMouseXRange and SetMouseYRange (used internally | nickysn | 2017-12-16 | 1 | -2/+2 |
| * | * initialize regs.ax at once, instead of setting regs.ah and regs.al to two | nickysn | 2017-12-16 | 2 | -8/+4 |
| * | + zero out the TVESAInfoBLock structure before doing the VBE get information | nickysn | 2017-12-16 | 1 | -0/+1 |
| * | + ported the 'vesamode' unit to i8086-msdos | nickysn | 2017-12-16 | 1 | -0/+240 |
| * | + implemented the video and mouse units for i8086-msdos | nickysn | 2017-12-16 | 2 | -0/+857 |
| * | * use movedata() in the msdos crt unit | nickysn | 2017-12-15 | 1 | -26/+4 |
| * | * in the win16 video unit, don't ever try to update the window, after it has | nickysn | 2017-12-11 | 1 | -25/+31 |
| * | + enable smart callbacks in the win16 video unit | nickysn | 2017-12-11 | 1 | -0/+3 |
| * | * fix for wrong behaviour of SetSafeCPSwitching | hajny | 2017-12-10 | 1 | -4/+5 |
| * | * second part of patch by James Richters from bug #32558 - changes in Remap... | hajny | 2017-12-05 | 1 | -1/+1 |
| * | * modified version of patch by James Richters from bug #32558 - allow use o... | hajny | 2017-12-05 | 1 | -7/+60 |
| * | + handle more keys in the win16 keyboard unit | nickysn | 2017-12-02 | 1 | -22/+230 |
| * | + added diagnostic check when GetDC() fails in the win16 video unit | nickysn | 2017-12-01 | 1 | -0/+5 |
| * | + support the arrow keys and pgup/pgdn/home/end/ins/del keys in the win16 | nickysn | 2017-12-01 | 1 | -0/+23 |
| * | + implemented crt.delay() for win16 | nickysn | 2017-12-01 | 1 | -1/+12 |
| * | * fix invalid pointer access in the handling of WM_PAINT before InitVideo has | nickysn | 2017-12-01 | 1 | -29/+33 |
| * | + destroy the win16 video unit window in DoneVideo | nickysn | 2017-12-01 | 1 | -0/+6 |
| * | * fixed snapshot building of win16-i8086 in the medium memory model, via the ... | nickysn | 2017-11-28 | 2 | -18/+18 |
| * | Disable GPM for BeOS | pierre | 2017-09-20 | 1 | -1/+1 |
| * | Fix compilation for EMX | pierre | 2017-08-21 | 1 | -3/+3 |
| * | Save and restore ES register in InitDelay and Delay | pierre | 2017-08-21 | 1 | -0/+8 |
| * | * check writeconsoleinput and only wait for back data if write was succesful | marco | 2017-07-07 | 1 | -2/+3 |
| * | rtl-console: support two extra builtin font sizes on Amiga-likes. makes it po... | karoly | 2017-05-27 | 2 | -21/+65 |
| * | rtl-console: added a 8x8 and a 8x14 font data for the video unit used by Amig... | karoly | 2017-05-27 | 1 | -1/+551 |
| * | * some more occured->occurred, mostly in comments | marco | 2016-12-13 | 1 | -1/+1 |
| * | * CrtCtrlBreakHandler may not be invoked for Ctrl-C on certain platforms (W... | hajny | 2016-12-03 | 1 | -0/+6 |
| * | * as pointed to by Dmitry Boyarintsev (bug #31023), TurnMouseOff is not use... | hajny | 2016-12-03 | 1 | -11/+0 |
| * | * patch by Dmitry Boyarintsev (bug #31023) improving compatibility of unit ... | hajny | 2016-12-03 | 1 | -1/+53 |
| * | Amiga: Missing TAG_END in video unit | marcus | 2016-12-01 | 1 | -3/+6 |
| * | * InPort/OutPort are not supposed to compile on win64 | florian | 2016-10-16 | 1 | -0/+7 |
| * | os4units: added iffparse, keymap, clipboard, graphics, intuition, activated s... | marcus | 2016-04-30 | 1 | -13/+13 |
| * | * allow working with console even if std output is redirected, add possibil... | hajny | 2016-04-10 | 1 | -6/+54 |