summaryrefslogtreecommitdiff
path: root/packages/graph
Commit message (Expand)AuthorAgeFilesLines
* * always use forward slashes in path to fpmake similarly to paths to other ...hajny2014-02-012-4/+4
* * fixed CGA 320x200 hline bug when CurrentColor=1nickysn2013-12-162-8/+6
* + enabled PatternLineVESA256 in the graph unit for i8086-msdos as it nownickysn2013-11-152-5/+2
* + added the include file dependency to vesa.inc and vesah.inc from unit graph...nickysn2013-10-141-0/+2
* + added the include file dependencies for ptcgraphnickysn2013-10-141-0/+11
* + added unit ptcmouse, similar to winmouse and msmouse, for use with ptcgraph...nickysn2013-10-142-0/+207
* * updated PTCPas to version 0.99.14nickysn2013-10-132-297/+201
* * fixed compilation of unit graph for win32 and win64 after r25730nickysn2013-10-101-10/+23
* * the graph unit's built in font compressed to use 1 bit per pixel, instead ofnickysn2013-10-092-2320/+2337
* * the DrawnList structure (used by FloodFill) is now dynamically allocatednickysn2013-10-091-8/+11
* * TNewModeInfo/newModeList modified so that it doesn't keep a second copy of thenickysn2013-10-082-66/+88
* * the TNewModeInfo record type moved to the implementation part of the graphnickysn2013-10-082-7/+8
* + use PatternLineVESA256 also for the 640x400 256-colour VESA modenickysn2013-10-081-0/+1
* * extracted the common code for the VESA 32k and 64k colour TModeInfo initial...nickysn2013-10-071-130/+38
* * extracted the common code for the VESA 16-colour TModeInfo initializationnickysn2013-10-071-51/+24
* * extracted the common code for the VESA 256-colour TModeInfo initializationnickysn2013-10-061-98/+29
* * extracted the common code for the EGA/VGA 16-colour TModeInfo initializationnickysn2013-10-061-67/+28
* * extracted the common code for CGA 640x200 TModeInfo initialization as wellnickysn2013-10-061-34/+23
* * extracted the common code for CGA320x200 TModeInfo initialization to anickysn2013-10-061-136/+29
* + enabled all the VESA code for the i8086-msdos graph unitnickysn2013-10-062-764/+74
* * installedfonts changed to smallint, because that generates better code on t...nickysn2013-10-061-1/+1
* * TVESAModeInfo.WinFunct changed to farpointernickysn2013-10-061-1/+1
* + enabled SaveStateVESA and RestoreStateVESA in the i8086-msdos unit graphnickysn2013-10-062-205/+41
* - rm the first call to int 10, ax=4f04, dl=0 from SaveStateVESA, since this f...nickysn2013-10-061-27/+2
* + enabled the VESA detection code in the i8086-msdos graph unitnickysn2013-10-062-108/+14
* * TVESAinfo.str changed to pFarCharnickysn2013-10-061-1/+2
* * pModeList changed to a far pointernickysn2013-10-061-1/+1
* - rm the hexstr function from the graph unit, as that has already been includednickysn2013-10-062-28/+0
* + enabled the 320x200 ModeX support in the graph unit for i8086-msdosnickysn2013-10-061-55/+13
* + enabled the 320x200x256c VGA mode in the graph unit for i8086-msdosnickysn2013-10-061-82/+12
* * the longints in VLine16 converted to 16-bitnickysn2013-10-051-2/+2
* * ScrWidth changed back to absolute, since the compiler has been fixed to sup...nickysn2013-10-051-3/+1
* + enabled the MCGA and 16-colour VGA modes in the graph unit for i8086-msdosnickysn2013-10-051-4/+4
* + enabled the EGA modes in the graph unit for i8086-msdosnickysn2013-10-051-24/+26
* + enabled the Hercules code in the i8086-msdos graph unitnickysn2013-10-051-5/+14
* * rewritten the EGA/VGA detection code to use intr, instead of inline asmnickysn2013-10-051-48/+16
* * finished the implementation of SaveStateVGA and RestoreStateVGAnickysn2013-10-051-173/+29
* * SaveStateVGA and RestoreStateVGA rewritten to use intrnickysn2013-10-051-26/+5
* * windows detection on startup rewritten to use intrnickysn2013-10-051-17/+5
* + started the i8086-msdos version of the unit graph, based on the go32v2nickysn2013-09-214-3/+7584
* * graph unit 'ExitSave' variable changed to codepointer for i8086 medium memo...nickysn2013-09-211-1/+1
* * several i8086 fixes for 'data element too large' errorsnickysn2013-09-212-24/+24
* * updated address of FSF (mantis #24646, patch by Alexey Svistunov)jonas2013-06-271-2/+2
* * Handle the location of each package at run-time, not at compilation timejoost2013-06-021-1/+1
* * graph unit win32 fixes.marco2013-06-011-5/+5
* Regenerate all Makefiles with an up-to-date fpcmake binarypierre2013-04-291-32/+159
* * Re-generated Makefiles for the changes in the Makefile.fpcs in r24349joost2013-04-271-228/+136
* * Now zipinstall is passed to fpmake by all Makefile.fpc'sjoost2013-04-271-1/+3
* * Regenerated all makefiles.yury2013-01-171-94/+138
* * Added dependency on openglmichael2013-01-122-1/+2