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 |
|
mattias
|
744d5506fd
|
lcl: TTReeView: skip drawing node text when editing, issue 39507
|
2021-12-26 18:19:26 +01:00 |
|
wp_xyz
|
6e2454530b
|
LCL: Add properties Hot/Disabled/Pressed/SelectedImageIndex to TBitBtn and TSpeedButton. Issue #33299.
|
2021-12-26 18:06:53 +01:00 |
|
Juha
|
3e7c23c53c
|
LazBuild: Default to Carbon widgetset on PowerPC. Issue #39293, patch by PascalDragon.
|
2021-12-26 15:04:30 +02:00 |
|
Juha
|
c71e7356c4
|
LazBuild: Default to Cocoa widgetset on 64-bit Darwin. Issue #39293, patch by Chris Rorden.
|
2021-12-25 22:00:28 +02:00 |
|
Joost van der Sluis
|
4e4c402b62
|
FpDebug: Remove breakpoints bound to a specific library when this library gets unloaded
|
2021-12-23 00:32:41 +01:00 |
|
mattias
|
947a183c9c
|
codetools: added boolean8, boolean16, boolean32, boolean64
|
2021-12-22 23:58:25 +01:00 |
|
dsiders
|
7a38231905
|
Docs: LazUtils/lconvencoding. Updates topics for changes in cb9d685f .
|
2021-12-22 01:28:39 +00:00 |
|
Maxim Ganetsky
|
0778b93613
|
Tools/glazres: replaced Mac OS X with macOS in resource strings, regenerated translations and updated Russian translation
|
2021-12-21 01:58:04 +03:00 |
|