Commit History

Author SHA1 Message Date
  florian e24449bcfd * if sub nodes of a commutative node contain conditionally executed nodes, these sub nodes might not be swapped 6 years ago
  michael f3cb1b12ce * Insert and Delete are compiler internals now, need fake definitions 6 years ago
  michael ed91d6d094 * Fix syntax error 6 years ago
  michael 37d3dad0d6 * Remove debug statement 6 years ago
  michael 80057f9d0b * Remove debug statement 6 years ago
  michael ad5c48d539 * Widestring -> unicodestring 6 years ago
  michael fd6fbed094 * Fix one character being eaten at end of input string 6 years ago
  michael 1895b3ce37 * Fix hints and warnings (parameter not used disabled on purpose) 6 years ago
  nickysn 28bb659a1c * PutPixel320 converted to pure assembler routine 6 years ago
  nickysn 25c3981236 * use stosb instead of mov to draw the pixel inside the asm version of PutPixel320 6 years ago
  nickysn 9f4e6c48b3 * only read the low byte of the pixel color in the asm version of PutPixel320 6 years ago
  florian 925531b99c * constrained generics are also compatible with formaldefs, resolves #34893 6 years ago
  florian 6c82b2d1da * -tls-dialect is not a as option, removed it, resolves #34901 6 years ago
  nickysn 08a86b6b9f * perform clipping in assembly in the PutPixel320 asm routine 6 years ago
  nickysn 1e0a811aad * implemented the viewport adjustment in asm instead of pascal in the asm 6 years ago
  nickysn 6648bacec6 * GetPixel320 converted to a pure assembler routine 6 years ago
  nickysn 9745c6434a * do the view port adjustment in asm instead of pascal in the asm version of 6 years ago
  nickysn 8c1de487c5 + enabled the asm version of GetPixel320 6 years ago
  nickysn 2de69d12bb * huge memory model fix for the asm version of the GetPixel320 routine 6 years ago
  nickysn 7c55d08360 + pure pascal implementation of GetPixel320 6 years ago
  michael a33b2ab2f3 * Add a $mode fpc statement, as shortstrings are assumed 6 years ago
  nickysn 4a14ee770a + enabled the asm version of PutPixel320 6 years ago
  nickysn e12968eb8c * huge memory model fix for the asm version of PutPixel320 6 years ago
  nickysn dca76d84c9 + added pure pascal version of the routine PutPixel320 6 years ago
  michael e69f4c1e4b * Fix bug ID #19842 using patch from Bart Broersma 6 years ago
  nickysn 7bda42edac - removed unused asm code from SetVisual200 6 years ago
  nickysn d66edabe43 * the asm version of DirectPutPixel16 convert to pure inline asm routine 6 years ago
  pierre bbede67175 Also add /usr/lib/CPU-linux-gnu to link directory list for mips and mipsel 6 years ago
  nickysn 1dc3db4ee1 * handle the NotPut write mode in asm instead of pascal in the asm version of 6 years ago
  nickysn 5b4529db6f + introduced SetWriteModeEx to the Graph unit. Unlike SetWriteMode, it allows 6 years ago