| Commit message (Expand) | Author | Age | Files | Lines |
* | * Updated PTCPas to version 0.99.12 | nickysn | 2011-11-12 | 2 | -68/+52 |
* | * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolve... | florian | 2011-09-27 | 2 | -13/+4 |
* | * patch by alexvin to replace $ifopt by $push/$pop, resolves #20332 | florian | 2011-09-25 | 5 | -166/+26 |
* | * Use system thread functions and allow win64 compilation | pierre | 2011-04-11 | 1 | -4/+51 |
* | * Change Message function return type to be Win64 compatible | pierre | 2011-04-11 | 2 | -2/+2 |
* | * buffer overflow checking in ptccrt.KeyBufAdd | nickysn | 2010-10-12 | 1 | -1/+4 |
* | + added ptcgraph implementation of SetBkColor and GetBkColor in 640x480x2 (MC... | nickysn | 2010-10-09 | 1 | -1/+61 |
* | * updated ptcgraph and added ptccrt | nickysn | 2010-09-19 | 3 | -537/+3049 |
* | * added SetBkColor and GetBkColor for Hercules | nickysn | 2010-09-19 | 1 | -0/+20 |
* | * implemented SetBkColor and GetBkColor for mode MCGAHi (640x480x2) | nickysn | 2010-09-18 | 1 | -0/+16 |
* | * do not hook SetVisualPage and SetActivePage for modes that only have 1 vide... | nickysn | 2010-09-15 | 1 | -39/+11 |
* | * implemented SetBkColor and GetBkColor for CGA | nickysn | 2010-09-14 | 1 | -1/+57 |
* | * SetBkColor and GetBkColor made hookable | nickysn | 2010-09-14 | 3 | -5/+18 |
* | * fixed compilation after r15973 (patch by javivf, mantis #17397) | jonas | 2010-09-14 | 1 | -1/+1 |
* | * always set both IntCurrentDriver and IntCurrentNewDriver to the correct old... | nickysn | 2010-09-12 | 1 | -1/+6 |
* | * GetModeName fixed to work with the 'old' mode numbers also | nickysn | 2010-09-11 | 1 | -1/+4 |
* | * only enable the save/restore state hack on cards, older than VGA | nickysn | 2010-09-11 | 1 | -3/+6 |
* | * EGA support added | nickysn | 2010-09-11 | 3 | -10/+87 |
* | * CGA modes are now supported on a real CGA or EGA (tested with dosbox, machi... | nickysn | 2010-09-11 | 1 | -7/+22 |
* | * optimized DirectPutPixel16 and DirectPutPixVESA16 to use the EGA/VGA hardwa... | nickysn | 2010-09-10 | 2 | -50/+41 |
* | * optimized all 16-colour routines to use 16-bit port writes to the EGA/VGA G... | nickysn | 2010-09-10 | 2 | -76/+50 |
* | * aspect ratio adjustment added to Arc and PieSlice | nickysn | 2010-09-09 | 1 | -2/+2 |
* | * do not reset aspect ratio in GraphDefaults (TP7 compatibility fix) | nickysn | 2010-09-09 | 1 | -1/+2 |
* | * Hercules support added (tested with dosbox, machine=hercules) | nickysn | 2010-09-07 | 1 | -2/+416 |
* | * fixed HLine16 and VLine16 to support multiple video pages | nickysn | 2010-08-31 | 1 | -2/+2 |
* | * Added CGA and MCGA graphics modes | nickysn | 2010-08-25 | 3 | -14/+1248 |
* | * fixed Rectangle, Bar and Bar3D for the cases when x1>x2 or y1>y2 | nickysn | 2010-08-22 | 1 | -1/+33 |
* | * Mode-X fixed (regcall-related bugfix in the asm of SetVisualX) | nickysn | 2010-08-22 | 1 | -1/+1 |
* | * fixed GetPixel320 | nickysn | 2010-08-21 | 1 | -3/+1 |
* | * DrawPoly and FillPoly TP7 compatibility fixes | nickysn | 2010-08-21 | 2 | -8/+86 |
* | VESA 1.0 fix - zero fill the real mode ModeInfo struct, not the protected mod... | nickysn | 2010-08-13 | 1 | -0/+10 |
* | VESA 3.0 support | nickysn | 2010-08-10 | 2 | -3/+28 |
* | * Patch from Nikolay (GetScanLineVESA256 reads from the write window, instea... | marco | 2010-08-08 | 1 | -1/+1 |
* | * patch from Nicolay for VLineVESA256 off-by-one error in calculation of Ban... | marco | 2010-08-08 | 1 | -8/+8 |
* | * patch from Nikolay that fixes a copy paste bug in hlinevesa256 (and ->or) | marco | 2010-08-08 | 1 | -1/+1 |
* | * Patch from Nikolay adding a hline variant for VESA modes. Mantis 17073 | marco | 2010-07-31 | 2 | -1/+147 |
* | * always use the read window to read from video memory (patch by | jonas | 2010-07-18 | 1 | -2/+4 |
* | * YOffset-pageswitch moved later into directputpix procedure, since an | marco | 2010-07-12 | 1 | -1/+1 |
* | * fixed 16 color vesa get/putpixel offsets (patch by Nikolay Nikolov, | jonas | 2010-06-29 | 1 | -9/+10 |
* | * properly initialise graphresult when setgraphmode is called directly | jonas | 2010-06-27 | 1 | -0/+1 |
* | * Patch from mantis 11724 that translates some asm and voodoo code to cleane... | marco | 2010-03-14 | 1 | -39/+33 |
* | * use MacOSAll instead of FPCMacOSAll | jonas | 2009-07-08 | 1 | -1/+1 |
* | * don't redefine smallint type (fixes mantis #14104) | jonas | 2009-07-08 | 1 | -0/+2 |
* | * another patch to PolyFill by borsa77 | florian | 2009-06-15 | 1 | -15/+18 |
* | * another fix to PolyFill by borsa77 | florian | 2009-06-12 | 1 | -2/+4 |
* | * patch to fix fillpoly, by borsa77 | florian | 2009-05-28 | 1 | -4/+7 |
* | go32v2 graph: fix for seg_bytemove so that it works with oldfpccall and regis... | giulio | 2008-06-26 | 1 | -8/+6 |
* | + add support for different modes on startup instead of only one | jonas | 2008-04-19 | 1 | -57/+105 |
* | * fixed opcode decoding after r10418 ("shortint and $80" now becomes | jonas | 2008-04-19 | 1 | -1/+1 |
* | + added {$linkframework Carbon} to FPCMacOSAll so -k"-framework Carbon" is | jonas | 2008-03-01 | 1 | -3/+0 |