summaryrefslogtreecommitdiff
path: root/packages/graph/src
Commit message (Expand)AuthorAgeFilesLines
* * Updated PTCPas to version 0.99.12nickysn2011-11-122-68/+52
* * 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
* * 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
* * 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
* * 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-212-8/+86
* 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
* * properly initialise graphresult when setgraphmode is called directlyjonas2010-06-271-0/+1
* * Patch from mantis 11724 that translates some asm and voodoo code to cleane...marco2010-03-141-39/+33
* * use MacOSAll instead of FPCMacOSAlljonas2009-07-081-1/+1
* * don't redefine smallint type (fixes mantis #14104)jonas2009-07-081-0/+2
* * another patch to PolyFill by borsa77florian2009-06-151-15/+18
* * another fix to PolyFill by borsa77florian2009-06-121-2/+4
* * patch to fix fillpoly, by borsa77florian2009-05-281-4/+7
* go32v2 graph: fix for seg_bytemove so that it works with oldfpccall and regis...giulio2008-06-261-8/+6
* + add support for different modes on startup instead of only onejonas2008-04-191-57/+105
* * fixed opcode decoding after r10418 ("shortint and $80" now becomesjonas2008-04-191-1/+1
* + added {$linkframework Carbon} to FPCMacOSAll so -k"-framework Carbon" isjonas2008-03-011-3/+0