Maxim Ganetsky
7c3ff180e6
IDE: regenerated translations and updated Russian translation
2023-05-28 18:13:34 +03:00
Maxim Ganetsky
49d119e28a
IDE: improved caption in Editor/General options page
2023-05-28 18:12:49 +03:00
Martin
43667d8c24
SynEdit: added Left/Right-Offset to Gutter-parts
2023-05-28 14:13:15 +02:00
Maxim Ganetsky
c2271d0628
Merge branch 'main' into 'main'
...
GTK3: Migrate GtkPolicyType to enumeration type.
See merge request freepascal.org/lazarus/lazarus!172
2023-05-28 12:11:27 +00:00
Abou Al Montacir
10ab7f6f12
GTK3: Migrate GtkPolicyType to enumeration type.
...
Now, `git2pas` produces enumeration types when translating C enums.
This implies changes in WS support files as Pascal enumeration types
are not compatible with integers and require explicit cast.
In order to avoid explicit casts, some internal functions API were
changed so that the code remains clean without unneeded type casts.
2023-05-28 11:58:14 +02:00
Martin
b838d0b33a
IDE: implement different "caret past eol" options. Issue #40282
2023-05-28 11:52:46 +02:00
Martin
7ce80f47d4
SynEdit: implement different "caret past eol" options. Issue #40282
2023-05-28 11:52:46 +02:00
Martin
ef3d4efc17
SynEdit: fix calculation of scroll-range, to keep text-caret visible if at EOL
2023-05-28 11:52:45 +02:00
rich2014
568a92fe1c
Gtk2: Fix compliation on MacOS
2023-05-28 17:07:32 +08:00
rich2014
1d7346c7e9
AnchorDocking: Cocoa: Fix the issue that the embedded form is not activated in TAnchorDockPage
2023-05-28 15:00:20 +08:00
Maxim Ganetsky
8a50d9bf15
Merge branch 'main' into 'main'
...
GTK3: Started migration to binding units generated by new gir2pascal.
See merge request freepascal.org/lazarus/lazarus!171
2023-05-27 20:39:29 +00:00
Abou Al Montacir
896541ee67
GTK3: Started migration to binding units generated by new gir2pascal.
...
Changes included here are:
1. Added new code for defining shared object libraries to be used.
2. Added binding of library `HarfBuzz` used by recent `Pango` version.
3. Added bindings of `Xlib` opaque types used by `HarfBuzz`.
2023-05-27 18:24:12 +02:00
Maxim Ganetsky
fa2519f3ea
Merge branch 'main' into 'main'
...
gir2pascal: Small code improvements.
See merge request freepascal.org/lazarus/lazarus!170
2023-05-27 15:59:20 +00:00
Abou Al Montacir
050dfa3884
gir2pascal: Small code improvements.
...
These changes are:
1. Added line break to last line of generated files.
2. Removed unused field `FEnumImpl` from `TGirConsoleConverter`.
3. Moved command line from .lpi to .lps as this depends on the path
of the user debugging the program.
2023-05-27 15:53:56 +00:00
wp_xyz
749b703ea4
TAChart: Improved meta-data for the line-series demo project.
2023-05-27 17:48:14 +02:00
Martin
044ee4f0bc
LazDebuggerFp: load line info (blue dots) for libraries
2023-05-27 13:19:33 +02:00
Martin
55fcc1e210
FpDebug: tests, fix compile utf8 data
2023-05-27 10:18:41 +02:00
Martin
81b8660cb1
FpDebug: tests, increase timeout
2023-05-27 10:18:41 +02:00
Martin
acfb46b466
FpDebug: test, fix test / ignore load-lib events in count (test for debug loop re-started unexpectedly)
2023-05-27 10:18:41 +02:00
Martin
8ac62b7b82
FpDebug: test, fix compile test-app on linux
2023-05-27 10:18:40 +02:00
mattias
7bc5b63fbb
updated makefiles
2023-05-27 02:07:12 +02:00
Martin
3a74b7fa79
FpDebug: tests, increase timeout
2023-05-26 14:05:17 +02:00
Martin
7689b1865f
FpDebug: Fix freeing SOLibEventBreakpoint (when process is stopped, do not access thread state)
2023-05-26 14:05:17 +02:00
Martin
26263f5f4e
FpDebug: Fix "step out" finished early, in recursive code (end inside current call, at line of recursive call)
...
- After fixing "IsAtHiddenBreak" (check frame is *outside* ) there is no need for "if IsAtOrOutOfHiddenBreakFrame then"
2023-05-26 14:05:16 +02:00
dsiders
97ba33a66a
Docs: LCL/lazcanvas. Adds or updates topics in TLazCanvas for changes in 3685317e
, e57f2594
, and 889c312c
.
...
* Adds: TLazCanvas.PolygonNonZeroWindingRule
* Updates: TLazCanvas.DoRectangleFill, TLazCanvas.DoPolygonFill
2023-05-26 01:53:44 +01:00
Juha
54086209c6
IDE, Codetools: Fix renaming non-dotted identifiers. Same function RenameIdentifier is used for dotted unit names. Issue #40195 .
2023-05-25 13:02:00 +03:00
mattias
52e08f25be
updated lpl
2023-05-25 10:51:47 +02:00
DomingoGP
1b6b95b3b5
Jedi code format: new jcfbase.lpk package and command line jcf using that package.
2023-05-25 01:01:43 +02:00
Michaël Van Canneyt
0d549a25b4
* DCCCONFIG must be empty if flag to create config file is not set
2023-05-24 21:48:54 +02:00
wp_xyz
889c312cb5
LCL: Fix compilation error caused by my previous commit e57f2594df
2023-05-24 19:20:20 +02:00
wp_xyz
e57f2594df
LCL: Remove partially implemented TLazCanvas.DoPolygonFill in case of fpc/main where it is fully implemented by ancestor class (issue #40286 ).
2023-05-24 18:58:42 +02:00
wp_xyz
3685317e2b
LCL: Fix difference between rectangle fill and border when drawn by TLazCanvas.Rectangle().
2023-05-24 18:25:32 +02:00
Michael Van Canneyt
6e38c6564c
* Allow compilation with fpc trunk
2023-05-24 17:10:20 +02:00
Maxim Ganetsky
c9888fb184
Translations: Slovak language update by LacaK, issue #40281
2023-05-24 15:33:21 +03:00
Michaël Van Canneyt
9b5d74360a
* Add CPPDECL modifier
2023-05-24 11:03:13 +02:00
mattias
32f83e8e14
ide: fixed not marking file which filedate changed as modified
2023-05-24 10:37:22 +02:00
dsiders
5d42e2d15d
Docs: LazControls/listfilteredit. Updates the TListFilterEdit.ApplyFilterCore topic for changes in d0671c74
. Issue #40279 .
2023-05-24 03:18:18 +01:00
mattias
da12f4b7d5
codetools: started TCTDirectoryCachePool.FindIncludeFileInDirectory
2023-05-23 22:49:13 +02:00
DomingoGP
a1ba0b7ffe
Jedi code format: remove dependencies in JcfSettings.
2023-05-23 21:32:14 +02:00
Juha
e8aeeb4f18
IDE: Unit list dialog improvements (TUseUnitDialog and TViewUnitDialog). Issue #40280 , patch by n7800.
2023-05-23 21:04:21 +03:00
Maxim Ganetsky
5c6dac2372
Translations: Slovak language update by LacaK, issue #40281
2023-05-23 16:23:10 +03:00
Maxim Ganetsky
77ff7ff725
Merge branch 'main' into 'main'
...
gir2pascal: Fixed issue causing generation of duplicate declarations for some opaque types.
See merge request freepascal.org/lazarus/lazarus!168
2023-05-23 13:03:23 +00:00
Abou Al Montacir
b2013f8634
Fixed issue causing generation of duplicate declarations for some opaque types.
...
There was an issue with the logic for resolving opaque types that misses
some types due to not comparing C types with opaque type name.
This is now fixed and all Gtk3 units now compile without any manual
modification.
Tested with
43cac7495f
using
`./gir2pas/gir2pas -i gir-rs-files/Gtk-3.0.gir -o gtk3-test-enums -e Enum`
2023-05-23 12:57:27 +00:00
mattias
cb5d4b5474
lcl: added missing overload
2023-05-23 14:01:26 +02:00
Michaël Van Canneyt
d834d56b0f
* Script to run compiler
2023-05-23 13:58:01 +02:00
Juha
d0671c7447
LazControls: Prevent a ListBox flashing when ListFilterEdit is updated. Move BeginUpdate up. Issue #40279 , patch by n7800.
2023-05-23 11:32:55 +03:00
Maxim Ganetsky
62acfd9909
Merge branch 'main' into 'main'
...
gir2pascal: Fixed generation of unnamed unions handling within objects.
See merge request freepascal.org/lazarus/lazarus!167
2023-05-22 22:28:34 +00:00
Abou Al Montacir
0838345684
Fixed generation of unnamed unions handling within objects.
...
The generated code was missing an identifier and thus was unable to
compile.
Now we generated a name based on the type and this seems for fix the
issues with Gtk3.gir file.
2023-05-22 22:22:51 +00:00
Bart
0d14433fe7
LCL: remove redundant assignment in LCLSendActivateMsg(). Reported on forum by lagprogramming.
2023-05-22 22:18:30 +02:00
Maxim Ganetsky
6f4b900b40
Merge branch 'lcl/cocoa/tabcontrol' into 'main'
...
Lcl/Cocoa/TabControl: Tabs dragdrop supported
See merge request freepascal.org/lazarus/lazarus!166
2023-05-22 13:08:23 +00:00