Commit Graph

61880 Commits

Author SHA1 Message Date
Maxim Ganetsky
ae23398e69 IDE: Turkish translation update by Onur ERÇELEN, issue #39529 2022-01-03 03:53:46 +03:00
Maxim Ganetsky
043c087f5a Opkman: Turkish translation update received via forum
https://forum.lazarus.freepascal.org/index.php/topic,34297.msg429282.html?PHPSESSID=8lttvafph2gi1trps40gmi7te4#msg429282
2022-01-03 00:54:29 +03:00
Bart
9b61164125 LazUtils: Masks: move the logic of #a9457c2f2bd1412ef2c8ed9dc7e468eff6453bf4 to CompileAnyCharOrNone. 2022-01-02 13:20:37 +01:00
Joost van der Sluis
c8feb2d0e8 FpDebug: Replaced some Pascalish code to perform pointer calculations without range-overflows with code with range-checking disabled 2022-01-02 00:38:52 +01:00
Joost van der Sluis
a05f75154d * FpDebug: Fix for handling processes that do not provide a real file-handle. 2022-01-01 17:29:43 +01:00
Bart
a9457c2f2b LazUtils: Masks: if mocSet, mocRange of mocAnyCharOrNone is enabled an unescaped '[' must always start such a construct and cannot be a literal. 2022-01-01 13:20:42 +01:00
Maxim Ganetsky
c6e9b99232 FPWeb: fixed minor typos, regenerated translations and updated Russian translation 2021-12-31 01:22:55 +03:00
Joost van der Sluis
7750772722 FpDebug: Fix for handling libraries that do not provide a real file-handle. 2021-12-30 20:36:04 +01:00
Juha
a57cf215d3 Codetools: Update target processor types for x86_64. 2021-12-30 16:35:39 +02:00
Michaël Van Canneyt
972410c09d * Improve HTTP application wizard 2021-12-30 10:46:45 +01:00
Maxim Ganetsky
be4384ef19 Pas2JS: fixed new Pas2JS project options form layout, improved i18n, regenerated translations and updated Russian translation 2021-12-30 02:11:36 +03:00
Maxim Ganetsky
062dbd72e1 IDE: i18n-ed error message about incorrectly configured compiler in project options, regenerated translations and updated Russian translation 2021-12-30 01:31:57 +03:00
dsiders
6226965c11 Docs: LCL/controls. Adds missing punctuation. 2021-12-29 18:57:50 +00:00
dsiders
d1cd17f10d Docs: LazUtils/fileutil. Fixes capitalization for mac bundle post-fix. 2021-12-29 18:56:49 +00:00
dsiders
c87b73cadc Docs: LazUtils/lazutf8. Updates topic content in UTF8Length, UTF8LengthFast. 2021-12-29 17:41:25 +00:00
dsiders
6719d7b54a Docs: LCL, LazUtils. Changes MacOS to macOS in topics. 2021-12-29 17:21:57 +00:00
Martin
375d96cbc2 Merge branch 'fpdebug-dwarf-2byte-address-support' into 'main'
Fpdebug: dwarf 2 byte address support

See merge request freepascal.org/lazarus/lazarus!54
2021-12-29 16:14:25 +00:00
Martin
7a876814d5 LazLogger: fix getting command line param. To not return include "=" from --debug-enable=foo. Issue #39520 2021-12-29 17:08:38 +01:00
Martin
7c60c7ce47 SynCompletion: Add OnBeforeComplete event. Issue #30965 and Merge-request !53 2021-12-29 14:48:59 +01:00
Martin
0e94a6b1db SynCompletion: Ensure Position is in range. 2021-12-29 14:47:40 +01:00
ccrause
218ea083c3 DW_LINE_set_address and target address read operations should respect the target address size. 2021-12-29 14:52:02 +02:00
Michaël Van Canneyt
f727f4dfa3 Merge branch 'main' of gitlab.com:freepascal.org/lazarus/lazarus into main 2021-12-29 13:50:43 +01:00
Michaël Van Canneyt
e0a5700238 * WASI webassembly options 2021-12-29 13:50:31 +01:00
ccrause
5bd0c92411 Add FpDbgAvrClasses to uses clause of RspRemoteDebugger so that AVR support is registered. 2021-12-29 14:45:28 +02:00
dsiders
05038a37b1 Docs: LazUtils/fileutil. Changes MacOSX to MacOS in topics. 2021-12-29 03:34:08 +00:00
Juha
b82a00a7bc DateTimePicker: Adjust comments of option enums so that OI's InfoBox can show them. Issue #39524. 2021-12-28 18:39:11 +02:00
Bart
18b5c2d3e2 LazUtf8: use PopCnt in Utf8LengthFast if instructionset supports it (currently X86 with -CpCOREI or higher). 2021-12-28 16:15:01 +01:00
Juha
d056a1c9f1 Designer,IDE: Change a function name to FindGlobalComponent. Reduce debug info. 2021-12-28 16:53:33 +02:00
Bart
71d44be64a LazUtf8: use unsigned variables in Utf8LengthFast. 2021-12-28 14:29:01 +01:00
mattias
915a1660ef IDE: default exe extension wasi is .wasm 2021-12-28 13:12:36 +01:00
wp_xyz
b8caf0aa02 Examples: Re-add original license headers of modified sample projects. 2021-12-28 00:59:21 +01:00
wp_xyz
9e67aed7e2 Examples: Replace lfm-less ComboBox demo by version with lfm form. 2021-12-28 00:48:57 +01:00
wp_xyz
718ebb5676 Examples: Replace lfm-less NotebookTest demo by version with lfm form. 2021-12-28 00:36:56 +01:00
wp_xyz
dc62098696 Examples: Replace lfm-less MessageDialogs demo by version with lfm form. 2021-12-28 00:09:31 +01:00
wp_xyz
c585bae868 Examples: Replace lfm-less LoadPicture demo by version with lfm form. 2021-12-27 23:53:48 +01:00
wp_xyz
d0b21a465b Examples: Replace lfm-less ListViewTest demo by version with lfm form. 2021-12-27 23:43:05 +01:00
wp_xyz
d275b33da0 Examples: Replace lfm-less ListboxTest demo by version with lfm form. 2021-12-27 23:26:12 +01:00
wp_xyz
ef73b96022 Examples: Replace lfm-less MemoTest demo by version with lfm form. 2021-12-27 23:03:06 +01:00
wp_xyz
9e815a4796 Examples: Add missing comdialogs.lpi 2021-12-27 18:28:01 +01:00
wp_xyz
4d68caeb7c Examples: Replace lfm-less BitButton and ComDialogs demos by version with lfm forms. 2021-12-27 18:26:38 +01:00
wp_xyz
babe26a05a Revert "Examples: Beginning to restructure the simple demos: move into individual folders, add a RAD version of each demo.", "Examples: Add readme.txt to new "simple" folder.", "Examples: Restructure the checkbox demo.", "Examples: Restructure combobox sample project.", "Examples: Cleanup.", "Examples: Restructure ComDialogs example.", "Examples: Restructure EditTest sample.", "Examples: Restructure GroupBox demo."
This reverts commits f5a28ea008, 14c022f422, 3bcf9cb043, e5d8eebe9f, 3c4deba306, 7682cf2f88, 99878e8ac6, 29267f11a8.
2021-12-27 15:54:10 +01:00
wp_xyz
29267f11a8 Examples: Restructure GroupBox demo. 2021-12-27 11:51:44 +01:00
wp_xyz
99878e8ac6 Examples: Restructure EditTest sample. 2021-12-27 11:34:50 +01:00
wp_xyz
7682cf2f88 Examples: Restructure ComDialogs example. 2021-12-27 11:20:08 +01:00
wp_xyz
3c4deba306 Examples: Cleanup. 2021-12-26 23:20:32 +01:00
wp_xyz
e5d8eebe9f Examples: Restructure combobox sample project. 2021-12-26 23:19:59 +01:00
dsiders
8740a2f1ce Docs: LCL/lclplatformdefs. Updates BuildLCLWidgetType topic for MacOS widgetset usage.
* Depends on c71e7356, 3e7c23c5.
* Contains content updates for other topics too.
2021-12-26 21:34:49 +00:00
wp_xyz
3bcf9cb043 Examples: Restructure the checkbox demo. 2021-12-26 19:54:42 +01:00
wp_xyz
14c022f422 Examples: Add readme.txt to new "simple" folder. 2021-12-26 18:58:52 +01:00
wp_xyz
f5a28ea008 Examples: Beginning to restructure the simple demos: move into individual folders, add a RAD version of each demo. 2021-12-26 18:57:42 +01:00