| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and | jonas | 2010-09-29 | 1 | -4/+19 |
| * | + enabled build of ptcgraph on win64 | nickysn | 2010-09-20 | 2 | -2/+9 |
| * | + enabled build of ptcgraph on win32 | nickysn | 2010-09-20 | 2 | -2/+8 |
| * | * enabled build of ptc and ptcgraph on linux; hermes enabled on all platforms | nickysn | 2010-09-19 | 2 | -92/+230 |
| * | * 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 |
| * | * fixed memory leak in DrawTest, when running more than one test | nickysn | 2010-09-18 | 1 | -0/+10 |
| * | + new graph unit test DrawTest for PutPixel, GetPixel, HLine, VLine and write... | nickysn | 2010-09-18 | 1 | -0/+197 |
| * | * 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 | 5 | -8/+938 |
| * | 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 |
| * | * Update Makefiles | pierre | 2009-12-10 | 1 | -6/+39 |
| * | * Makefiles version 2.5.1 | jonas | 2009-08-13 | 2 | -2/+2 |
| * | * regenerated using latest fpcmake | jonas | 2009-08-02 | 1 | -1/+17 |
| * | * 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 |