Commit Graph

102 Commits

Author SHA1 Message Date
wp_xyz
7b6e360bce aggpas: Prevent potential overflow error. Issue #40765. 2024-02-13 00:47:00 +01:00
mattias
656d6ffc5d clean up 2023-12-07 11:16:10 +01:00
wp_xyz
3b062e3689 aggpas: Use sincos() rather than separate sin() and cos(). Issue #40474. 2023-08-30 23:53:18 +02:00
wp_xyz
b066fc82cd aggpass: Complete restructuring of sample projects 2023-08-09 14:07:09 +02:00
wp_xyz
4bf49d12ad aggpas: Some more sample projects converted from Delphi to Lazarus 2023-08-09 11:07:04 +02:00
wp_xyz
feac61a662 AggPas: Beginning to convert sample projects from Delphi to Lazarus and moving them into separate directories. 2023-08-09 01:24:47 +02:00
Juha
41adb276bb Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
Abou Al Montacir
cefed8929d GTK3: Fixed rendering of images using 32 bits per pixel.
Closes: #40337. Thanks To: Anton Kavalenka.

When the image is stored in a buffer using 32 bits per pixel, we don't
need to copy pixel by pixel unless the components order is wrong.
We can use `System.move` in this case.
This is the same thing that is used in GTK2.
2023-06-25 13:14:56 +00:00
wp_xyz
d2eae5b3d0 aggpas: Fix clipping on AggLCLCanvas, issue #40210 2023-04-15 22:37:55 +02:00
dbannon
8f091d6af5 Component demos and samples, a lot of general fixes. 2022-05-01 08:45:46 +00:00
David Bannon
bc0acfba38 First batch examples from components get metadata 2022-04-12 18:09:38 +10:00
Juha
ce6715ed78 Correct spelling errors for "Width" in various units. Issue #39402, patch by Don Siders. 2021-09-26 21:40:16 +03:00
Martin
3a251be1c8 fixed line endings / added defaults to gitattributes 2021-07-28 10:57:19 +02:00
maxim
12d2d6b4f7 AggPas: fixed typos related to 'occur' word
git-svn-id: trunk@65192 -
2021-06-10 22:06:42 +00:00
juha
42850cfe4d LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code.
git-svn-id: trunk@64384 -
2021-01-14 12:41:32 +00:00
mattias
c7e89e3205 aggpas: fixed example
git-svn-id: trunk@53315 -
2016-11-08 15:27:54 +00:00
mattias
3582be7963 aggpas: make gpc exception more clear
git-svn-id: trunk@52319 -
2016-05-17 08:18:38 +00:00
mattias
17f571cf26 components: less hints
git-svn-id: trunk@51788 -
2016-03-01 15:31:26 +00:00
mattias
15485be3e7 aggpas: clean up
git-svn-id: trunk@50843 -
2015-12-16 13:50:43 +00:00
mattias
d778426de5 aggpas: runtime package
git-svn-id: trunk@50842 -
2015-12-16 13:49:07 +00:00
mattias
8e497a5338 aggpas: clarify license
git-svn-id: trunk@49499 -
2015-07-05 09:51:45 +00:00
mattias
6d370e2ebc aggpass: added missing file
git-svn-id: trunk@49498 -
2015-07-05 09:50:56 +00:00
mattias
80fb2b2367 aggpas: 64bit fixes from fpgui aggpas
git-svn-id: trunk@47745 -
2015-02-13 17:45:09 +00:00
mattias
2fd3d1310c aggpas: unicode file names
git-svn-id: trunk@46825 -
2014-11-12 19:21:34 +00:00
juha
c30eb3edd3 Clean outdated DEFINEs from the code, like old compiler versions and FPC_HAS_CONSTREF.
git-svn-id: trunk@43628 -
2014-01-02 18:16:19 +00:00
mattias
7c1b5843be aggpas: clean up
git-svn-id: trunk@42874 -
2013-09-19 16:41:32 +00:00
mattias
283f8dfbbf aggpas: added free ttf fonts
git-svn-id: trunk@41325 -
2013-05-20 13:42:00 +00:00
mattias
4ebf6b319a aggpas: removed Mircosoft and Verisign fonts, that have a non free license
git-svn-id: trunk@41308 -
2013-05-20 10:06:52 +00:00
mattias
48ec025ae8 fixed compilation with fpc 2.6.3
git-svn-id: trunk@40410 -
2013-02-25 22:17:54 +00:00
ask
6d88c77b77 AggPas: Fix TLazIntfImage descriptor for 32-bit pixel format
git-svn-id: trunk@40216 -
2013-02-08 23:21:16 +00:00
ask
193deb2aba AggPas: Fix coordinate calculation in Pixels and Colors properties of TAggFPImage
git-svn-id: trunk@40143 -
2013-02-03 09:42:01 +00:00
mattias
fb537b160f keep old StrikeTrough for current RC 2.6.2
git-svn-id: trunk@39901 -
2013-01-19 20:35:10 +00:00
mattias
f7ca9e6a3b aggpass: clean up
git-svn-id: trunk@39888 -
2013-01-19 08:35:38 +00:00
ask
e10e3ce749 Fix compilation after r39879 #f1fe1fc167
git-svn-id: trunk@39885 -
2013-01-19 07:03:26 +00:00
mattias
f1fe1fc167 fixed compilation with fpc 2.6.1 23444
git-svn-id: trunk@39879 -
2013-01-18 16:21:23 +00:00
sekelsenmat
f758bdf235 Fixes compilation of Lazarus with FPC trunk due to the fix to spelling mistake in TFPCustomFont
git-svn-id: trunk@39870 -
2013-01-17 09:17:52 +00:00
mattias
f5e46fffd7 aggpas: replaced some asm with pas
git-svn-id: trunk@35845 -
2012-03-09 14:46:05 +00:00
juha
f38190794b Formatting: joined lines where only ');' was split to its own line, in procedure defs.
git-svn-id: trunk@29871 -
2011-03-16 16:52:28 +00:00
mattias
a9e1a737b3 aggpas: clean up
git-svn-id: trunk@29166 -
2011-01-23 10:42:03 +00:00
mattias
1aa031420c aggpas: clean up
git-svn-id: trunk@29165 -
2011-01-23 10:41:40 +00:00
mattias
d72997d2e1 aggpas: fixes for 64bit
git-svn-id: trunk@29164 -
2011-01-23 10:33:13 +00:00
mattias
ff03f73065 aggpas: normalized build scripts
git-svn-id: trunk@27470 -
2010-09-26 11:07:47 +00:00
mattias
e32deb25d6 aggpas: removed $R directive
git-svn-id: trunk@27116 -
2010-08-17 07:53:51 +00:00
mattias
e3c3bb4981 aggpas: removed lrs
git-svn-id: trunk@27109 -
2010-08-16 11:12:18 +00:00
mattias
d256f1a017 aggpas: removed lrs
git-svn-id: trunk@27108 -
2010-08-16 11:10:39 +00:00
mattias
5f4f03d6e9 IDE: using new codetools FPC caches
IDE: fixed macro FPCVer for multiple versions used by fpc.exe
IDE: fixed rescan of FPC sources if not changed, bug #16824
codetools: replaced fpc source heuristic with rule set, needed for bug #13912, #14572
IDE: fixed unneeded rescan of fpc sources if only target changed, needed for 12828
IDE: fixed calling compiler on every start, needed by lazarus on a stick
codetools: fixed search for fpc units without ppu, needed for 15534
IDE: implemented cache for fpc include files, needed by debugger
lazbuild: fixed using non default lclwidgettype of lpi
IDE: fixed auto update if fpc.cfg or target compiler changed, needed for 16824

git-svn-id: trunk@26796 -
2010-07-24 08:12:27 +00:00
mattias
c875150547 aggpas: fixed compilation
git-svn-id: trunk@26029 -
2010-06-10 15:57:05 +00:00
mattias
a62c0354eb IDE: removed docking
git-svn-id: trunk@25567 -
2010-05-21 16:24:47 +00:00
mattias
9c28757ec7 aggpas: clean up
git-svn-id: trunk@23643 -
2010-02-05 16:22:18 +00:00
mattias
6ae9c66c27 fixed some FileExists
git-svn-id: trunk@23169 -
2009-12-17 16:45:46 +00:00