summaryrefslogtreecommitdiff
path: root/packages/rtl-console/src
Commit message (Expand)AuthorAgeFilesLines
* Amiga: make the fullscreen video draggable, map Help Key to F20marcus2020-06-062-4/+6
* Amiga: optimized video unit drawingmarcus2020-05-211-104/+169
* rtl-console: fixed keypressed implementation in the Amiga VidCRT unitkaroly2020-05-091-14/+1
* Amiga: special CRT unit (named vidcrt) based on video unitmarcus2020-04-301-0/+446
* Amiga: keyboard prevent double keys on GetKeyEvent, if called without PollKey...marcus2020-04-301-0/+3
* Amiga: Video unit, do not draw Cursor if outside the window (would write over...marcus2020-04-281-5/+5
* amiga: Crt, fixed cursor x and y positionmarcus2020-04-261-6/+6
* Amiga: CRT unit, no sysutils use, prevent overlap of keys and size/caret mess...marcus2020-01-061-7/+76
* Amiga: CRT for OS4, Console Mask for OS3marcus2020-01-031-72/+68
* Amiga: CRT improvements, colors, raw mode as defaultmarcus2020-01-021-151/+282
* Amiga: CRT Window support, more converted keysmarcus2019-12-311-78/+270
* AROS, OS4, MorphOS: Console, ConUnit added, Crt first Versionmarcus2019-12-301-3/+7
* Amiga: First Version of crt for Amigamarcus2019-12-301-784/+404
* * use stdin instead of stdout to switch the console to raw mode; this fixesnickysn2019-03-111-2/+2
* * Add a $mode fpc statement, as shortstrings are assumedmichael2019-01-191-2/+2
* * Patch from margers, to fix alt-backspacemichael2019-01-101-1/+1
* * ctrl-shift-arrow key definitions for xterm, xfcemarco2018-12-221-8/+32
* * comment spelling fixmarco2017-12-171-1/+1
* * changed the parameters to SetMouseXRange and SetMouseYRange (used internallynickysn2017-12-161-2/+2
* * initialize regs.ax at once, instead of setting regs.ah and regs.al to twonickysn2017-12-162-8/+4
* + zero out the TVESAInfoBLock structure before doing the VBE get informationnickysn2017-12-161-0/+1
* + ported the 'vesamode' unit to i8086-msdosnickysn2017-12-161-0/+240
* + implemented the video and mouse units for i8086-msdosnickysn2017-12-162-0/+857
* * use movedata() in the msdos crt unitnickysn2017-12-151-26/+4
* * in the win16 video unit, don't ever try to update the window, after it hasnickysn2017-12-111-25/+31
* + enable smart callbacks in the win16 video unitnickysn2017-12-111-0/+3
* * fix for wrong behaviour of SetSafeCPSwitchinghajny2017-12-101-4/+5
* * second part of patch by James Richters from bug #32558 - changes in Remap...hajny2017-12-051-1/+1
* * modified version of patch by James Richters from bug #32558 - allow use o...hajny2017-12-051-7/+60
* + handle more keys in the win16 keyboard unitnickysn2017-12-021-22/+230
* + added diagnostic check when GetDC() fails in the win16 video unitnickysn2017-12-011-0/+5
* + support the arrow keys and pgup/pgdn/home/end/ins/del keys in the win16nickysn2017-12-011-0/+23
* + implemented crt.delay() for win16nickysn2017-12-011-1/+12
* * fix invalid pointer access in the handling of WM_PAINT before InitVideo hasnickysn2017-12-011-29/+33
* + destroy the win16 video unit window in DoneVideonickysn2017-12-011-0/+6
* * fixed snapshot building of win16-i8086 in the medium memory model, via the ...nickysn2017-11-282-18/+18
* Disable GPM for BeOSpierre2017-09-201-1/+1
* Fix compilation for EMXpierre2017-08-211-3/+3
* Save and restore ES register in InitDelay and Delaypierre2017-08-211-0/+8
* * check writeconsoleinput and only wait for back data if write was succesfulmarco2017-07-071-2/+3
* rtl-console: support two extra builtin font sizes on Amiga-likes. makes it po...karoly2017-05-272-21/+65
* rtl-console: added a 8x8 and a 8x14 font data for the video unit used by Amig...karoly2017-05-271-1/+551
* * some more occured->occurred, mostly in commentsmarco2016-12-131-1/+1
* * CrtCtrlBreakHandler may not be invoked for Ctrl-C on certain platforms (W...hajny2016-12-031-0/+6
* * as pointed to by Dmitry Boyarintsev (bug #31023), TurnMouseOff is not use...hajny2016-12-031-11/+0
* * patch by Dmitry Boyarintsev (bug #31023) improving compatibility of unit ...hajny2016-12-031-1/+53
* Amiga: Missing TAG_END in video unitmarcus2016-12-011-3/+6
* * InPort/OutPort are not supposed to compile on win64florian2016-10-161-0/+7
* os4units: added iffparse, keymap, clipboard, graphics, intuition, activated s...marcus2016-04-301-13/+13
* * allow working with console even if std output is redirected, add possibil...hajny2016-04-101-6/+54