summaryrefslogtreecommitdiff
path: root/packages/graph/src/ptcgraph/ptcgraph.pp
Commit message (Expand)AuthorAgeFilesLines
* + added default parameters to InstallUserModenickysn2021-04-271-1/+2
* + added function InstallUserMode to ptcgraph, that allows you to register a c...nickysn2020-11-191-101/+171
* + enabled the true color support in ptcgraphnickysn2019-01-221-1/+1
* + added a 32bpp accelerated pattern line drawing routinenickysn2019-01-161-0/+56
* + added an accelerated 16bpp pattern line routinenickysn2019-01-161-0/+54
* + added an accelerated 8bpp pattern line drawing routinenickysn2019-01-161-0/+62
* + added fast 32bpp PutImage routinenickysn2019-01-161-1/+123
* + added fast 32bpp GetImage routinenickysn2019-01-161-1/+54
* + added fast 32bpp GetScanLine routinenickysn2019-01-161-1/+33
* + added fast 32bpp hline and vline drawing routinesnickysn2019-01-161-2/+116
* * 32bpp (True Color) compilation fixesnickysn2019-01-141-9/+9
* + initial implementation of 32bpp support (not enabled yet)nickysn2019-01-141-22/+243
* * factored out the common VESA mode initialization for each screen resolution tonickysn2019-01-141-102/+63
* + added the 24-bit color modes, as defined by VBE 1.x, behind ifdefnickysn2019-01-131-0/+15
* * extracted the common setup routines for VESA 16, 256, 32k and 64k color modesnickysn2017-11-171-423/+118
* * extracted the common 16-color ega/vga mode setup code to a common procedurenickysn2017-11-161-102/+37
* * extracted the common cga/mcga 320x200 and 640x200 setup code to separatenickysn2017-11-161-330/+104
* + fast GetImage, PutImage and GetScanLine implementations, based on a patch b...nickysn2017-11-131-0/+574
* * updated ptc and ptcgraph to the latest trunk (future 0.99.15 release) from ...nickysn2017-06-181-8/+226
* * emulate 4 pages (instead of 3) in the 640x200x16 colors modenickysn2015-03-221-4/+4
* * updated PTCPas to version 0.99.14nickysn2013-10-131-260/+10
* * updated ptcpas to 0.99.13nickysn2012-11-171-1/+1
* * Updated PTCPas to version 0.99.12nickysn2011-11-121-23/+12
* + added ptcgraph implementation of SetBkColor and GetBkColor in 640x480x2 (MC...nickysn2010-10-091-1/+61
* * updated ptcgraph and added ptccrtnickysn2010-09-191-0/+2783