summaryrefslogtreecommitdiff
path: root/packages/graph
Commit message (Expand)AuthorAgeFilesLines
* * regenerated with FreeBSD/AArch64 supportjonas2021-04-101-1/+9
* * Makefiles regeneratedflorian2021-04-051-0/+13
* * regenerated makefiles after sync with trunknickysn2021-03-131-1/+1
* * synchronized with trunknickysn2021-03-131-0/+8
|\
| * Update Makefile's after commits 48929/48930pierre2021-03-121-0/+8
* | * regenerated makefilesnickysn2021-01-241-2/+2
* | * regenerated makefilesnickysn2021-01-021-1/+9
* | * makefiles regenerated after fpcmake updatenickysn2021-01-021-2/+2
|/
* Regenerate all Makefile's, and update utils/fpcm/fpcmake.inc and utils/fpcm/...pierre2020-11-201-2/+2
* + added function InstallUserMode to ptcgraph, that allows you to register a c...nickysn2020-11-191-101/+171
* * regenerated all Makefiles after Sinclair QL support was addedkaroly2020-11-191-1/+36
* Regenerated all Makefile'spierre2020-08-041-0/+7
* * regenerated Makefiles againjonas2020-07-111-3/+3
* * regenerated Makesfilesjonas2020-07-101-12/+28
* * regenerate Makefilessvenbarth2020-06-061-1/+14
* Regenerate all Makefile's after change in utils/fpcm/fpcmake.ini to better s...pierre2020-05-131-0/+8
* * fixed fpmake invokation when building an i386-linux snapshot on a x86_64-li...nickysn2020-05-061-1/+6
* * synchronized with trunknickysn2020-04-211-1/+9
|\
| * * regenerate makefilessvenbarth2020-04-211-1/+9
* | * changed the object file format for z80-embedded and z80-zxspectrum to .relnickysn2020-04-201-0/+6
* | * synchronized with trunknickysn2020-04-201-2/+35
|\ \ | |/
| * Regenerate all Makefilespierre2020-04-201-2/+35
* | * synchronized with trunknickysn2020-04-191-5/+2
|\ \ | |/
| * * regenerated makefilesjonas2020-04-191-5/+8
* | * regenerated makefiles after sync with trunknickysn2020-04-191-0/+6
* | * regenerated makefiles in the packages directorynickysn2020-04-191-1/+17
|/
* * regenerated makefilesjonas2020-04-181-9/+38
* * rebuild Makefilesflorian2020-04-101-1/+17
* * regenerated Makefilesflorian2020-03-211-1/+9
* Regenerate all Makefile's after commit #43472pierre2019-11-151-4/+8
* + added and implemented procedure SetMousePos in unit ptcmousenickysn2019-09-231-2/+8
* Update all trunk/fpcsrc Makefile's after commit 42749pierre2019-08-201-4/+6
* * fix for Mantis #35760: apply patch by user Bloodbatgot to fix drawing of th...svenbarth2019-07-051-1/+1
* * regenerated Makefiles with LLVM bitcode installation supportjonas2019-04-201-4/+5
* Regenerate Makefile's after fpcmake change in commit #41721pierre2019-03-171-0/+1
* * split the routines with asm versions into strict pascal and strict asm vers...nickysn2019-01-311-24/+75
* * optimizations in SetVisualX and SetActiveX by using a table, instead of a c...nickysn2019-01-301-17/+11
* * optimizations in SetActive200 and SetActive350nickysn2019-01-301-10/+4
* * use eax instead of edi in GetPixel320, to avoid saving/restoring edinickysn2019-01-291-6/+4
* - ignore VideoOfs completely in the mode 13h routines (this mode has no video...nickysn2019-01-291-5/+1
* * moved the assembler declaration in PutPixel320 and GetPixel320 to be on the...nickysn2019-01-291-4/+2
* - don't preserve edx and ecx in GetPixel320, because they don't need to be pr...nickysn2019-01-291-4/+0
* - removed commented out video page code from GetPixel320nickysn2019-01-291-1/+0
* - removed the REGCALL ifdefs from GetPixel320nickysn2019-01-291-5/+0
* + comment in GetPixel320 with the parameter locationsnickysn2019-01-291-0/+2
* * use different registers to avoid a mov instruction in PutPixel320nickysn2019-01-291-4/+3
* - don't save/restore eax and ecx in PutPixel320, because they don't need to b...nickysn2019-01-291-4/+0
* - removed the commented out video page code from PutPixel320nickysn2019-01-291-1/+0
* - removed the REGCALL ifdefs from PutPixel320nickysn2019-01-291-8/+0
* + added comment to PutPixel320 with the parameter locationsnickysn2019-01-291-0/+3