Commit Graph

1577 Commits

Author SHA1 Message Date
wp_xyz
e26c30e20c Examples: Add text editor sample project. Add more comments to the Laz_Hello demo project. MR !454 by Aruna Hewapathirane. 2025-03-24 22:36:00 +01:00
wp_xyz
30b3480649 Examples: Add and fix metadata of recently added sample projects. 2025-03-05 22:34:53 +01:00
wp_xyz
6d54f9ad91 Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
wp_xyz
b8d68ac49e LCL/TreeView: Rename HideSelectionMode options from (hsmLaz, hsmDelphi) to (hsmGray, hsmHide) and deprecate them. Update the customdrawing demo. 2025-02-22 19:27:36 +01:00
wp_xyz
e4396f44b8 LCL/TreeView: Make property HideSelection (optionally) Delphi-compatible. Update sample project. 2025-02-18 19:09:58 +01:00
wp_xyz
ad7e912a49 Examples: Extend Treeview customdraw sample project by HideSelection option. 2025-02-16 16:30:44 +01:00
mattias
fb03756b41 replaced url http://wiki.freepascal.org with https 2025-02-13 08:49:48 +01:00
wp_xyz
838a85bc8c LCL/TreeView: Add another sample to the ownerdraw sample project. Improved layout. 2025-02-10 15:57:58 +01:00
wp_xyz
328192f456 LCL/TreeView: Add custom drawing demo project. Put existing add_remove demo project into separate folder. 2025-02-09 15:57:40 +01:00
wp_xyz
05b7b978ef Images: New general-purpose icons by Roland Hahn (colors, window) 2025-01-13 16:43:37 +01:00
wp_xyz
5a4f5ca305 Commit missing files from 8e72df6b62 2024-12-13 17:57:26 +01:00
wp_xyz
8e72df6b62 Examples: Remove semicolon after "then" in virtualtreeview and pen_brush examples. Part of MR !403 by n7800 2024-12-13 11:23:55 +01:00
wp_xyz
8b9b6cd85d VirtualTreeView: Fix header paint issue in gtk2. 2024-10-08 13:38:39 +02:00
wp_xyz
3c2da22f52 VirtualTreeView: Fix memory leaks in Advanced demo 2024-10-04 19:56:21 +02:00
wp_xyz
402cffbdfd VirtualTreeView: Improved LCL scaling. 2024-10-04 17:34:21 +02:00
wp_xyz
76d430baad VirtualTreeView: Improve Advanced sample project 2024-10-04 11:54:54 +02:00
wp_xyz
4e6afdc699 Examples/VirtualTreeViews: Improved rendering of AdvancedDemo in dark mode. 2024-10-03 18:30:52 +02:00
wp_xyz
6b352d830e Images: Reworked icons for "componenttreeview", "items", "designer". By Roland Hahn. 2024-09-21 13:35:37 +02:00
wp_xyz
1e7cf4ebe3 Revised default project icon (less memory usage). Text in logos as graphic, no need for a special font. All by Roland Hahn. 2024-07-29 12:26:08 +02:00
wp_xyz
32b46a3540 VirtualTreeView: Enable hints (taken from blikblum repository, based on patch by trexet) 2024-07-04 16:48:34 +02:00
wp_xyz
52fc791feb Examples: Adapt comments and code in the "scanline" sample project. Issue #41003. 2024-06-27 19:45:57 +02:00
dsiders
1024edcb4d IDE: examples/helphtml. Updates the demo application with additional BaseURL values. Updates metadata. 2024-03-11 02:18:22 +01:00
wp_xyz
2369bbb1dd Examples: Fix vst_dataarray demo not being shown in Examples windows. 2024-01-14 16:58:13 +01:00
wp_xyz
92271f5b1a VirtualTreeView: Add dataarray sample project. 2024-01-13 16:40:30 +01:00
Juha
74cf07c706 Examples: Register 'messageboxes'. Issue #40686, patch by Alexey Torgashin. 2024-01-07 11:15:45 +02:00
Bart
5f520b62b9 Examples: fix typo. Issue #40684. Patch by Don Siders. 2024-01-05 23:48:24 +01:00
wp_xyz
4feb9205c3 TurboPower_Ipro: fix compilation of sample projects for printpreview support. 2023-12-22 13:57:47 +01:00
Abou Al Montacir
4d53a927bb GTK3: Added example application to help debugging GTK3 dialog boxes.
Closes #39435.
2023-12-10 20:18:24 +01:00
mattias
656d6ffc5d clean up 2023-12-07 11:16:10 +01:00
Maxim Ganetsky
19cd17230c Examples: .gitignore generated PDF file by fpReport example 2023-10-07 02:40:46 +03:00
wp_xyz
f3c4d7f58d Misc packages: Replace separate calls to sin() and cos() by sincos(). Issue #40473. 2023-08-31 12:14:54 +02:00
mattias
0cf38f57c7 IDE: added option for global star directory excludes 2023-07-09 22:20:56 +02:00
Maxim Ganetsky
7371d1760e Examples: fixed FpReport example compilation, related to issue #40367 2023-07-08 01:53:03 +03: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
41adb276bb Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
mattias
9a39842d7a fpreport: comments 2023-07-07 10:24:23 +02:00
mattias
eb4869669d fpreport: fixed typos 2023-07-07 10:21:39 +02:00
mattias
b6e1e48521 examples: clean up 2023-06-27 00:39:44 +02:00
wp_xyz
ca2b76eaf5 virtualtreeview: Fix "OffsetRect deprecated" message. Less hints and warnings. Fix compilation of "Advanced" demo. 2023-06-16 14:22:20 +02:00
Maxim Ganetsky
62623bb589 LazResExplorer example: migrated to using GetLanguageID function from Translations unit 2023-06-12 17:15:43 +03:00
Juha
1475336c8c Remove LCLProc.OffsetRect(). Move some functions from LCLProc to GraphMath (LazUtils). 2023-06-05 15:48:01 +03:00
wp_xyz
8235520f00 Examples: Add description to special features in the "pen_brush" project. Extend demo for background of text output on canvas. 2023-05-18 16:11:52 +02:00
wp_xyz
867938ca00 Examples: Fix usage of custom pens and brushes in "pen_brush" project 2023-05-18 01:15:14 +02:00
Juha
74cd012d9c ExamplesWindow: Read example directories from a text file and from package .lpk files. The window opens faster. Issue #40190, patch by dbannon. 2023-04-16 14:31:09 +03:00
mattias
16eea4aacd IDE: loadlfm: check for ambiguous classes, heuristics to resolve ambiguous classes 2023-04-13 15:38:12 +02:00
wp_xyz
63d3377df5 Examples/gridexamples: Fix crash in title_image_demo when user clicks on top/left corner cell. 2023-04-09 11:51:33 +02:00
wp_xyz
9ee0ad85fa Turbopower_ipro: Fix compilation of some IpHtmlPanel sample projects. 2023-03-24 23:41:07 +01:00
Juha
57c8af94ae Examples: Fix a SQLite example project on Linux. Issue #40039, patch by dbannon. 2023-03-04 01:16:59 +02:00
Bart
96db2a62d9 Examples: replace icon for laz_scalables with default icon, since the icon was corrupted. 2023-01-10 16:23:00 +01:00
Juha
5a269b8bc4 Streamline code for FilterEdits and their example project. 2023-01-05 13:18:28 +02:00