| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * Removed dependencies on units within other packages from fpmake.pp | joost | 2011-08-21 | 1 | -3/+0 |
* | + Update all Makefile's modified by | pierre | 2011-08-16 | 1 | -1/+201 |
* | * Several fpmake.pp fixes | joost | 2011-08-03 | 1 | -1/+13 |
* | * Trunk version to 2.7.1 | marco | 2011-08-03 | 3 | -3/+3 |
* | * Regenned all makefiles before 2.6.x branching. | marco | 2011-08-03 | 1 | -2/+111 |
* | + Add graph, wincrt and winmouse units for win64 OS target | pierre | 2011-04-11 | 2 | -3/+34 |
* | * 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 |
* | + 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 |