wp_xyz
1f76660947
Tools/icons_to_html: reads image sizes from files (by Roland Hahn)
2024-04-26 13:08:40 +02:00
Martin
49f44c8ee1
Fix checking modal result, handle mrCancel. Issue: #40920
2024-04-25 21:47:15 +02:00
wp_xyz
12bbae380e
Tools/IconTable: Remove "Show" button. Update by Roland Hahn. to show a preview of the html page. B
2024-04-11 23:18:40 +02:00
wp_xyz
fe7b7937f5
Tools/IconTable: Updated to show a preview of the html page. By Roland Hahn.
2024-04-10 23:20:44 +02:00
Juha
959d8c6ad4
Turn some LazLogger into LazLoggerBase.
2024-04-06 16:45:28 +03:00
mattias
cab19ae8cb
debs: added arch arm64
2024-03-25 19:25:18 +01:00
Michaël Van Canneyt
92412badb1
* Improve syntax highlighting
2024-03-07 18:09:25 +01:00
wp_xyz
3ef36b7bbb
Tools/IconTable: Improved version, by Roland Hahn
2024-03-04 09:46:31 +01:00
Maxim Ganetsky
6fe1823452
Installer, Win: updated Russian translation
2023-12-24 18:20:10 +03:00
mattias
e7faee2674
debs: always delete tar.gz
2023-12-23 09:51:24 +01:00
Martin
e2c0593719
Installer, Win: Updating info text during copying files.
2023-12-22 18:39:25 +01:00
Martin
1f072c2e58
Installer, Win: Updating URLs to use lazarus.ide.org (including url in image)
2023-12-22 18:39:25 +01:00
mattias
6e973773ca
updated Makefiles
2023-11-25 14:33:16 +01:00
mattias
0d886d65e4
updatemakefiles: update custom Makefiles too
2023-11-25 14:33:04 +01:00
Maxim Ganetsky
0e65a9fbeb
Revert erroneous renaming of file in "gir2pas: Added code to disable warning about non ascending enumeration values." (commit 508bd102b0
). The change made to file contents is kept.
2023-11-16 02:35:22 +03:00
Abou Al Montacir
508bd102b0
gir2pas: Added code to disable warning about non ascending enumeration values.
...
FPC does warn about non strictly ascending enumeration values.
Unfortunately, some GTK enum identifiers share the same value and this
warning can safely be ignored. We shut it up.
2023-11-15 22:47:52 +01:00
ACTom
aaaca4ee83
Translations: Chinese translation update by ACTom, merge request !247
2023-10-31 01:45:39 +03:00
Michael Van Canneyt
18eae18d53
* Make it usable on HighDPI
2023-10-08 10:57:05 +02:00
Maxim Ganetsky
bf34e253da
Tools: added missing *.res file for glazres tool
2023-10-07 02:44:39 +03:00
Maxim Ganetsky
5226e38bb1
Tools: added missing *.res file for pofilemaintenance tool
2023-10-07 02:43:24 +03:00
Martin
b4244d781b
Installer, Win: Add OPT="-OoNOSTACKFRAME" to fpc build. Help the debugger unwind callstacks
2023-10-06 15:38:19 +02:00
mattias
89824a258b
lplupdate: read lazarus.cfg to ignore pcp
2023-09-12 14:39:42 +02:00
Michaël Van Canneyt
2c12a7e228
* Parameter support when executing query
2023-08-10 22:32:32 +02:00
Michaël Van Canneyt
2a1a2a68a5
* Scroll result display to the end
2023-08-09 21:21:37 +02:00
Michaël Van Canneyt
57a46deca4
* Add copy from/to pascal code menu items
2023-08-09 14:11:34 +02:00
Michaël Van Canneyt
1729571841
* Add popup menu to editor, scrollbars to result pane memo
2023-08-09 08:55:48 +02:00
wp_xyz
b4f8ae34b5
Tools/Lazdatadesktop: Fix LCLScaling in Windows.
2023-07-29 18:56:31 +02:00
wp_xyz
fe828040ce
Tools/Lazdatadesktop: Final (?) tuning of the application icons. By Roland Hahn.
2023-07-29 13:11:06 +02:00
wp_xyz
203dbd08fd
Tools/LazDataDesktop: Improved version of the Connections icon. By Roland Hahn.
2023-07-27 13:35:50 +02:00
wp_xyz
5bae6ebf52
Tools/LazDatadesktop: Slightly improved images by Roland Hahn.
2023-07-25 15:12:47 +02:00
wp_xyz
168ed6ffa0
Tools/LazDataDesktop: Show icons in all treeviews.
2023-07-24 17:49:31 +02:00
Maxim Ganetsky
98e9e0dbcd
LazDataDesktop: added executable to .gitignore
2023-07-24 16:55:43 +03:00
Maxim Ganetsky
3a0b3d3396
LazDataDesktop: updated Russian translation
2023-07-24 16:52:15 +03:00
wp_xyz
bfca6f229d
Tolls/LazDataDesktop: Remove unneeded res files. Unscramble some image index assignments.
2023-07-24 13:41:52 +02:00
wp_xyz
3b1c10423f
Tools/LazDataDesktop: Some new/improved icons by Roland Hahn. Improvements in data dictionary popup menu translation.
2023-07-24 10:35:41 +02:00
Maxim Ganetsky
90812b4afa
LazDataDesktop: regenerated translations
2023-07-24 02:29:44 +03:00
wp_xyz
7c6659ba46
Tools/LazDatadesktop: Improved layout
2023-07-24 00:52:21 +02:00
wp_xyz
fe3b5ca955
Tools/LazDataDesktop: Refactoring of icons: new icons by Roland Hahn merged to a single image list in new data module.
2023-07-24 00:22:04 +02:00
wp_xyz
a0179e8133
LazDatadesktop: Update German translation
2023-07-23 22:56:54 +02:00
mattias
79893d2cbe
updated makefiles
2023-07-14 16:42:45 +02:00
Juha
adfc424e92
Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION.
2023-07-07 17:39:03 +03:00
Juha
211d95da17
LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them.
2023-07-03 11:17:01 +03:00
Juha
4db3bb880c
Svn2RevisionInc: Do not warn about missing SVN client. Issue #40359 , patch by Don Siders.
2023-07-03 10:09:15 +03:00
mattias
8eab0fb13f
deb: fixed lazarus tgz
2023-06-28 23:53:30 +02:00
mattias
fc7d829025
deb: fixed copying changelog and delete git files
2023-06-27 00:59:53 +02:00
mattias
b3748ad6b3
rpm: fixed build
2023-06-25 19:57:33 +02:00
mattias
1002929c77
deb: fixed export tgz, fixed RC version number turning RC into .0
2023-06-25 19:39:07 +02:00
mattias
fde0e0f965
set main version to 3.99
2023-06-25 17:47:14 +02:00
Abou Al Montacir
25b8bc2160
git2pas: Removed unneeded conditional compilation flag.
...
This allows having the same code compiled for both Windows and Linux.
2023-06-18 20:15:15 +02:00
Abou Al Montacir
bcf79bffc1
gir2pas: Fixed generation of types based on int32 standard C type.
...
This fixes code generated for FreeType library.
Now FreeType bindings generated code does not need any manual change
to be used in Lazarus.
2023-06-18 16:24:01 +00:00