Commit Graph

1455 Commits

Author SHA1 Message Date
wp
c4afc0803c Examples/jpeg_more: Fix FPC_FullVersion check for disabling Grayscale checkbox.
git-svn-id: trunk@62706 -
2020-03-07 23:36:52 +00:00
juha
6a5c733584 LCL: Fix FPC_FullVersion text for FPC 3.0.4. Now 30004, was 30400.
git-svn-id: trunk@62703 -
2020-03-07 20:31:32 +00:00
ondrej
74fb203f39 LCL: Screen.BeginTempCursor & EndTempCursor
git-svn-id: trunk@62664 -
2020-02-23 06:04:38 +00:00
wp
9f17767ea1 turbopower_ipro: Activate LCLScaling in examples.
git-svn-id: trunk@62141 -
2019-10-28 18:43:39 +00:00
maxim
bfc5807673 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #36097
git-svn-id: trunk@61907 -
2019-09-20 23:42:25 +00:00
maxim
3bbfbdcaac Examples, Translation: removed GetDefaultLang reference, made TMainForm.SelectLanguage method use SetDefaultLang result
git-svn-id: trunk@61600 -
2019-07-18 00:06:01 +00:00
juha
5b5ad75799 LazUtils: Add OnCompare func for TFreeTypeFont's AVLTree. Prevents adding glyphs many times. Issue #35627.
git-svn-id: trunk@61291 -
2019-05-25 09:36:51 +00:00
maxim
b68407fc52 Translations: regenerated all relevant translation files after r61225 #75a8b1b83c
git-svn-id: trunk@61226 -
2019-05-13 23:21:39 +00:00
juha
5328b9a852 Examples: Use '/' as path delimiter in project settings. Works also on Windows. Issue #35524.
git-svn-id: trunk@61164 -
2019-05-06 11:32:58 +00:00
mattias
a06e60a246 undo
git-svn-id: trunk@61011 -
2019-04-18 08:11:56 +00:00
mattias
ab0aa9bf2a IDE: fixed uninitialized result, issue #35411, from Ondrej
git-svn-id: trunk@61010 -
2019-04-18 08:11:11 +00:00
mattias
58fa3aaa17 examples: clean up
git-svn-id: trunk@60625 -
2019-03-08 23:01:34 +00:00
wp
c6278a2e45 Examples/Translation: Combine {$warnings off} with {$push} and {$pop}
git-svn-id: trunk@60230 -
2019-01-27 11:35:11 +00:00
maxim
684c367b8a IDE: changed extension of master PO files (a.k.a. templates) from .po to .pot, adapted IDE, POChecker, updatepofiles tool and localize.bat/.sh scripts.
Reasons:
1. .pot is 'industry standard' extension for PO template files. As a consequence, PO editors can now open our templates 'out of the box' and automate creation of translations.
2. It is now much simpler to detect template files now that dotted unit names are allowed.

git-svn-id: trunk@60208 -
2019-01-24 23:02:37 +00:00
maxim
c8c7a1723a Translations: Chinese translation update by robsean, bug #34579
git-svn-id: trunk@59617 -
2018-11-22 00:03:32 +00:00
wp
9deac7b246 LCL: Fix compilation issue with fpc 3.0.2 (TJpegImage.GrayScale).
git-svn-id: trunk@59059 -
2018-09-17 23:41:41 +00:00
wp
7b7dceaf6d Examples: Add new jpeg demo ("jpeg_more") for the properties added in r59051 #c0c477a971-55
git-svn-id: trunk@59056 -
2018-09-17 22:31:15 +00:00
wp
e01a4c1b40 Examples: Undo unintentional change in gridexamples/merged_cells by prev commit (r58817)
git-svn-id: trunk@58818 -
2018-09-02 13:16:06 +00:00
wp
81bf5300aa TurboPower_ipro: Fix IpHtmlPanel ignoring linebreak between <p> nodes within a <td> node. Improvements in rendering distance between paragraphs.
git-svn-id: trunk@58817 -
2018-09-02 13:10:57 +00:00
jesus
824d21014a LCL: reset row's top and bottom bounds after drawing cell and fix merge cells example issue #34017
git-svn-id: trunk@58711 -
2018-08-15 08:07:10 +00:00
wp
b9a983f064 Examples: Fix uninitialized variable issue in gridexamples/merged_cells (https://forum.lazarus.freepascal.org/index.php/topic,41757.msg290284)
git-svn-id: trunk@58428 -
2018-07-02 15:49:57 +00:00
martin
19f92d6a42 Examples: Added SynEdit search example. Issue #33554
git-svn-id: trunk@58298 -
2018-06-17 22:48:39 +00:00
juha
8bed6f8ca0 IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf.
git-svn-id: trunk@58208 -
2018-06-09 14:40:08 +00:00
mattias
1c514f9a8d IDE: designer: option show non visual components
git-svn-id: trunk@58037 -
2018-05-27 06:54:35 +00:00
wp
7b4fa8c326 Examples/sprites: Add smooth movement of sprite by keyboard, as well as interia effect for keyboard movement (code by Handoko, https://forum.lazarus.freepascal.org/index.php/topic,41178.msg285678.html#msg285678).
git-svn-id: trunk@57899 -
2018-05-11 17:05:38 +00:00
wp
fce225497b Examples: Add keyboard and mouse controlled sprite movement to sample project "sprites"
git-svn-id: trunk@57802 -
2018-05-07 12:07:07 +00:00
wp
ad8d85d0bf Examples: Save command line parameters in lazfreetype demo in lps instead of lpi file.
git-svn-id: trunk@57799 -
2018-05-07 07:16:01 +00:00
wp
ea44972061 Examples: Fix background color issue in lazfreetype demo.
git-svn-id: trunk@57798 -
2018-05-07 07:07:51 +00:00
michael
dd7422fede * Some cleanup: make sure the various renderers do not interfere with each other
git-svn-id: trunk@57794 -
2018-05-05 10:37:50 +00:00
michael
3dc90f88f3 * Fix bug #33656, add report loop to reportdata
git-svn-id: trunk@57793 -
2018-05-05 09:39:40 +00:00
mattias
df563ccf26 examples: added license
git-svn-id: trunk@57772 -
2018-05-02 22:44:19 +00:00
mattias
ac208d729d examples: added demo package for generating Pascal from a design form
git-svn-id: trunk@57771 -
2018-05-02 22:39:40 +00:00
ondrej
aba4fa2017 examples: imagelist_highdpi_designtime: add TBitBtn and TSpeedButton controls
git-svn-id: trunk@57707 -
2018-04-25 10:22:41 +00:00
maxim
f23167b458 Translations: Simplified Chinese translation update by robsean, bug #33242
git-svn-id: trunk@57404 -
2018-02-27 23:23:20 +00:00
michael
960b8ab51b * Simple report demo by Andi Friess (bug ID #33224)
git-svn-id: trunk@57394 -
2018-02-27 14:31:42 +00:00
juha
9105b67106 Fixes for examples/androidlcl. Issue #31884, patch from rusty_robot.
git-svn-id: trunk@57334 -
2018-02-20 11:02:52 +00:00
ondrej
2f4595ff71 examples: imagelist: fix comment, cleanup
git-svn-id: trunk@57292 -
2018-02-12 20:24:59 +00:00
wp
0e38359be5 Examples: Extend imagelist_hidpi_designtime sample to switch between small and large images usage in the listview.
git-svn-id: trunk@57273 -
2018-02-08 15:32:42 +00:00
ondrej
2d3f983511 examples: imagelist_highdpi_designtime: 64x64 images
git-svn-id: trunk@57241 -
2018-02-03 23:39:18 +00:00
ondrej
32b00c3140 revert r57234 #7cbeaf45d2: examples: fix project for Linux
git-svn-id: trunk@57236 -
2018-02-03 18:32:57 +00:00
ondrej
35b851a7ba examples: fix project for Linux
git-svn-id: trunk@57235 -
2018-02-03 18:31:28 +00:00
ondrej
7cbeaf45d2 examples: fix project for Linux
git-svn-id: trunk@57234 -
2018-02-03 18:27:49 +00:00
ondrej
1f765a3316 examples: new imagelist examples (multiresolution / high-dpi)
git-svn-id: trunk@57226 -
2018-02-03 12:07:40 +00:00
wp
88ccde9a8e Examples: In translation_demo provide ukrainian selection in language combo in correct language.
git-svn-id: trunk@57141 -
2018-01-22 00:22:46 +00:00
wp
387605c036 Examples: Use Ukrainian letters in language selection of translation_demo (google-translated).
git-svn-id: trunk@57004 -
2018-01-07 16:00:23 +00:00
maxim
6393c91e5d Translations: Chinese translation update by robsean, bug #32850
git-svn-id: trunk@56798 -
2017-12-19 22:08:00 +00:00
juha
10869f2af7 A new example project for mouse buttons. Issue #32791, from AlexeyT.
git-svn-id: trunk@56718 -
2017-12-14 07:44:26 +00:00
wp
bd004732eb Examples/Translation: Fix Chinese language selection in combobox.
git-svn-id: trunk@56653 -
2017-12-06 09:29:07 +00:00
wp
b09b00d3ac Examples/translation: Update language selection combo for Portuguese.
git-svn-id: trunk@56613 -
2017-12-04 14:38:56 +00:00
wp
4b96ad200f Examples/translation: Add Portuguese language to language selection combo.
git-svn-id: trunk@56602 -
2017-12-03 23:27:06 +00:00