summaryrefslogtreecommitdiff
path: root/packages/graph
Commit message (Expand)AuthorAgeFilesLines
* * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolve...florian2011-09-272-13/+4
* * patch by alexvin to replace $ifopt by $push/$pop, resolves #20332florian2011-09-255-166/+26
* * Removed dependencies on units within other packages from fpmake.ppjoost2011-08-211-3/+0
* + Update all Makefile's modified bypierre2011-08-161-1/+201
* * Several fpmake.pp fixesjoost2011-08-031-1/+13
* * Trunk version to 2.7.1marco2011-08-033-3/+3
* * Regenned all makefiles before 2.6.x branching.marco2011-08-031-2/+111
* + Add graph, wincrt and winmouse units for win64 OS targetpierre2011-04-112-3/+34
* * Use system thread functions and allow win64 compilationpierre2011-04-111-4/+51
* * Change Message function return type to be Win64 compatiblepierre2011-04-112-2/+2
* * buffer overflow checking in ptccrt.KeyBufAddnickysn2010-10-121-1/+4
* + added ptcgraph implementation of SetBkColor and GetBkColor in 640x480x2 (MC...nickysn2010-10-091-1/+61
* + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 andjonas2010-09-291-4/+19
* + enabled build of ptcgraph on win64nickysn2010-09-202-2/+9
* + enabled build of ptcgraph on win32nickysn2010-09-202-2/+8
* * enabled build of ptc and ptcgraph on linux; hermes enabled on all platformsnickysn2010-09-192-92/+230
* * updated ptcgraph and added ptccrtnickysn2010-09-193-537/+3049
* * added SetBkColor and GetBkColor for Herculesnickysn2010-09-191-0/+20
* * implemented SetBkColor and GetBkColor for mode MCGAHi (640x480x2)nickysn2010-09-181-0/+16
* * fixed memory leak in DrawTest, when running more than one testnickysn2010-09-181-0/+10
* + new graph unit test DrawTest for PutPixel, GetPixel, HLine, VLine and write...nickysn2010-09-181-0/+197
* * do not hook SetVisualPage and SetActivePage for modes that only have 1 vide...nickysn2010-09-151-39/+11
* * implemented SetBkColor and GetBkColor for CGAnickysn2010-09-141-1/+57
* * SetBkColor and GetBkColor made hookablenickysn2010-09-143-5/+18
* * fixed compilation after r15973 (patch by javivf, mantis #17397)jonas2010-09-141-1/+1
* * always set both IntCurrentDriver and IntCurrentNewDriver to the correct old...nickysn2010-09-121-1/+6
* * GetModeName fixed to work with the 'old' mode numbers alsonickysn2010-09-111-1/+4
* * only enable the save/restore state hack on cards, older than VGAnickysn2010-09-111-3/+6
* * EGA support addednickysn2010-09-113-10/+87
* * CGA modes are now supported on a real CGA or EGA (tested with dosbox, machi...nickysn2010-09-111-7/+22
* * optimized DirectPutPixel16 and DirectPutPixVESA16 to use the EGA/VGA hardwa...nickysn2010-09-102-50/+41
* * optimized all 16-colour routines to use 16-bit port writes to the EGA/VGA G...nickysn2010-09-102-76/+50
* * aspect ratio adjustment added to Arc and PieSlicenickysn2010-09-091-2/+2
* * do not reset aspect ratio in GraphDefaults (TP7 compatibility fix)nickysn2010-09-091-1/+2
* * Hercules support added (tested with dosbox, machine=hercules)nickysn2010-09-071-2/+416
* * fixed HLine16 and VLine16 to support multiple video pagesnickysn2010-08-311-2/+2
* * Added CGA and MCGA graphics modesnickysn2010-08-253-14/+1248
* * fixed Rectangle, Bar and Bar3D for the cases when x1>x2 or y1>y2nickysn2010-08-221-1/+33
* * Mode-X fixed (regcall-related bugfix in the asm of SetVisualX)nickysn2010-08-221-1/+1
* * fixed GetPixel320nickysn2010-08-211-3/+1
* * DrawPoly and FillPoly TP7 compatibility fixesnickysn2010-08-215-8/+938
* VESA 1.0 fix - zero fill the real mode ModeInfo struct, not the protected mod...nickysn2010-08-131-0/+10
* VESA 3.0 supportnickysn2010-08-102-3/+28
* * Patch from Nikolay (GetScanLineVESA256 reads from the write window, instea...marco2010-08-081-1/+1
* * patch from Nicolay for VLineVESA256 off-by-one error in calculation of Ban...marco2010-08-081-8/+8
* * patch from Nikolay that fixes a copy paste bug in hlinevesa256 (and ->or)marco2010-08-081-1/+1
* * Patch from Nikolay adding a hline variant for VESA modes. Mantis 17073marco2010-07-312-1/+147
* * always use the read window to read from video memory (patch byjonas2010-07-181-2/+4
* * YOffset-pageswitch moved later into directputpix procedure, since an marco2010-07-121-1/+1
* * fixed 16 color vesa get/putpixel offsets (patch by Nikolay Nikolov,jonas2010-06-291-9/+10