Commit Graph

62571 Commits

Author SHA1 Message Date
Martin
b46504f61e SynUniHighlighter: Fix CaseSensitive property (undo negating the bool value 3fc6bd15d3 svn:trunk@13025). Prevent crash on unsorted list. Issue #39720 2022-05-03 19:25:26 +02:00
Ondrej Pokorny
4ffce1ec8f lcl TLabel: unbind Color and Transparent to fix ParentColor issues 2022-05-03 09:39:24 +02:00
Martin
4d12a06af5 CodeTools: Resolve generic params when searching in ancestors. 2022-05-03 02:32:26 +02:00
wp_xyz
b8a356f9f0 tools/IconTable: Add button to view generated html page in browser, patch by Roland Hahn. 2022-05-02 20:29:33 +02:00
wp_xyz
c0bd46b6e4 Images: More general-purpose icons by Roland Hahn 2022-05-02 20:11:48 +02:00
Martin
599e06f718 CodeTool: Parse packed array params "procedure Foo(bar: packed array of integer)" 2022-05-02 17:44:28 +02:00
Martin
db98b76076 SynEdit: fix PasHighLighter for "default" modifier after property. (fix false matches). Issue #39726 2022-05-02 17:44:27 +02:00
Joost van der Sluis
abad276cd4 FpDebug: Fixed 'Unable to open file SYSV00000000' exceptions 2022-05-01 23:08:45 +02:00
Juha Manninen
cd9c518d2c Merge branch 'compdemos' into 'main'
Component demos and samples, a lot of general fixes.

See merge request freepascal.org/lazarus/lazarus!90
2022-05-01 08:45:47 +00:00
dbannon
8f091d6af5 Component demos and samples, a lot of general fixes. 2022-05-01 08:45:46 +00:00
Juha Manninen
b66d338090 Merge branch 'modeswitch-underscoreisseparator' into 'main'
Support UnderscoreisSeparator modeswitch

See merge request freepascal.org/lazarus/lazarus!89
2022-05-01 08:27:13 +00:00
wp_xyz
4af239470b images: Add tool by Roland Hahn ("IconTable") to create an html page from the general-purpose images. 2022-04-30 23:59:13 +02:00
wp_xyz
1bb5dadc94 TAChart: Fix bugs in userdrawn_series demo (https://forum.lazarus.freepascal.org/index.php/topic,40024.msg441487.html#msg441487). 2022-04-30 23:04:01 +02:00
Željan Rikalo
000a6b3a86 Qt5: fixed HighDPI scaling. issue #39610 2022-04-30 15:36:04 +02:00
PragmaticLinux
4e1548d574 IDE: Make OI visible on first start even when configuration directory is missing, but still Initial Setup Dialog has no reason to be shown (all its checks are passing correct). Fixes issue #39328. 2022-04-29 23:57:46 +03:00
mattias
3f3fc0b9a7 ide: fixed compile 2022-04-29 18:39:52 +02:00
Željan Rikalo
432c33a37c Qt: removed hack, simplified 2022-04-29 16:42:15 +02:00
Željan Rikalo
dc204837e6 Qt5: proper check for handle 2022-04-29 16:33:28 +02:00
Željan Rikalo
9563473047 Qt5: removed hacks, cleanup 2022-04-29 15:53:20 +02:00
Sergey Larin
c78e9a35b8 Support UnderscoreisSeparator modeswitch.
Also ImplicitFunctionSpecialization moved to supported by FPC modeswitches.
2022-04-28 22:41:47 +03:00
Željan Rikalo
027cf2cec3 Gtk2: fixed maximized form without border, fixed brush initialization. Patches by Anton Kavalenka. issue #39702, issue #39722 2022-04-28 09:44:10 +02:00
Željan Rikalo
fcf1fdcc66 Qt5: fixed Qt5 build missing qt5 subdirectory. issue #39723 2022-04-28 09:34:54 +02:00
wp_xyz
c0c30424de LCL/TListView: More complete fix of issue #39708, based on patch by d7_2_laz (https://forum.lazarus.freepascal.org/index.php/topic,59024.msg441180.html#msg441180). 2022-04-27 10:38:14 +02:00
dsiders
284c98021d Docs: LCL/controls. Updates content in TForm.SessionProperties.
* Includes corrections for spelling and grammar errors.
2022-04-27 01:59:09 +01:00
dsiders
c2c075c78f Docs: LCL/forms. Adds, updates topic content. 2022-04-27 01:58:38 +01:00
wp_xyz
201da6f442 Images: Some more general-purpose images. Add each motive in size 64x64. 2022-04-25 22:06:41 +02:00
wp_xyz
6a343d2978 images: specify license for general-purpose images (CC0) 2022-04-25 15:09:55 +02:00
dsiders
103d5a7c78 Docs: LCL/graphics. Updates content in TFont.Height and TFont.Size topics.
* Based on suggestions in https://forum.lazarus.freepascal.org/index.php/topic,59153.0.html
2022-04-24 16:54:13 +01:00
dsiders
5d83835259 Docs: LCL/comctrls. Fixes invalid see also links in 4715242457. 2022-04-24 15:21:25 +01:00
dsiders
4715242457 Docs: LCL/comctrls. Adds, Updates topic content.
* Corrects DefaultDrawing arguments for event types which were wrong in previous versions.
2022-04-24 03:51:10 +01:00
Maxim Ganetsky
02c796bbed SimpleWebServerGUI: improved Russian translation 2022-04-24 02:17:42 +03:00
Maxim Ganetsky
2acb6050bb Pas2JS: fixed typos, regenerated translations and updated Russian translation 2022-04-24 02:16:36 +03:00
mattias
a5b627749e pas2js: electron: hide location 2022-04-23 17:14:06 +02:00
mattias
60cc180594 pas2js: use location 2022-04-23 17:10:19 +02:00
mattias
06239e6081 pas2js: run without debug: also server+browser 2022-04-23 14:48:01 +02:00
mattias
bdb7bec118 pas2js: added location on simple webserver 2022-04-23 14:46:51 +02:00
mattias
288d77f4f6 pas2js: fixed runnable flags 2022-04-23 12:13:11 +02:00
wp_xyz
41a72eb9a0 Images: More general-purpose images by Roland Hahn. 2022-04-23 12:03:38 +02:00
Michaël Van Canneyt
403d51105b * Prioritize file 2022-04-23 11:41:34 +02:00
Michaël Van Canneyt
98dd30e80a * Fix AV, substitute %s with URL 2022-04-23 11:41:34 +02:00
Maxim Ganetsky
4999767a00 IDE: regenerated translations and updated Russian translation 2022-04-23 00:31:32 +03:00
dsiders
30dcede890 Docs: LazUtils/various. Fixes spelling and grammar errors. 2022-04-22 21:17:51 +01:00
wp_xyz
417ff31e84 LCL/ImageList: Fix incorrect png format check in lfm files. Issue #39719, patch by Guilherme Scaglia. 2022-04-22 15:50:32 +02:00
Martin
fc11d80277 EditorMacroScript: Allow skipping self-test. --skip-tests=MacroScript 2022-04-22 14:07:26 +02:00
Martin
4e9d8b173f EditorMacroScript: Reduce self-test. No longer needed, since switching to "Use "internal" (none-native) calling" in 6c5a95f4d7 2022-04-22 14:07:26 +02:00
Martin
2465e62bab IDE: add option to skip checks (config, dir, fpc, fppkg, single-instance) at startup 2022-04-22 14:07:26 +02:00
Martin
94ae766164 FpDebug: PascalParser, allow $ sign in identifiers. Required for mangled classnames / specialized generics ... 2022-04-22 12:04:46 +02:00
Martin
ca8c6a84e2 FpDebug: Fix PascalParser.ResetEvaluation 2022-04-22 12:04:46 +02:00
Martin
1c70c5f1f8 Debugger: Watches, display "<disabled>" instead of last known value, if watch is disabled. 2022-04-22 12:04:02 +02:00
dsiders
3651027d61 Docs: LCL, LazUtils. Various. Fixes external See Also links where link text was omitted. 2022-04-22 03:27:42 +01:00