Commit Graph

66409 Commits

Author SHA1 Message Date
Maxim Ganetsky
eaedb0019d FPCUnit: improved i18n, cleaned up unused resource strings 2023-11-20 04:08:00 +03:00
Martin
3b6632f5c2 LazEdit: Update Textmate grammar 2023-11-19 22:49:54 +01:00
Martin
0d7e17c613 LazEdit: Update RegEx 2023-11-19 22:49:54 +01:00
Maxim Ganetsky
9129f3325d FPCUnit: moved resource strings to correct file 2023-11-19 22:36:09 +03:00
Maxim Ganetsky
cbe37c85ca FPCUnit: moved one resource string to correct file 2023-11-19 22:12:47 +03:00
Maxim Ganetsky
b8146c7183 LCL: don't add Cocoa units to lcl.pas uses section 2023-11-19 19:37:08 +03:00
Maxim Ganetsky
d46484b597 Packager: added link to laztestinsight package 2023-11-19 19:36:28 +03:00
Michaël Van Canneyt
b70e567817 * Correct makefiles so make bigide works 2023-11-19 16:53:23 +01:00
Michaël Van Canneyt
2707a83b1f * Add Lazarus TestInsight to fpcunitide package. 2023-11-19 16:05:42 +01:00
rich2014
7101198584 Lcl/Cocoa: Remove almost all circular unit references , Merge branch 'cocoa/crossref' 2023-11-19 21:48:05 +08:00
rich2014
f821ad251b Lcl: udpate lcl lpk and cocoa unit files 2023-11-19 18:36:52 +08:00
rich2014
0a9f5cb472 Cocoa/CrossRef: Remove useless unit references 2023-11-19 18:36:52 +08:00
rich2014
1adaff6dae Cocoa/CrossRef: Remove unit cross-references between CocoaInt and CocoaWSCommon 2023-11-19 18:36:52 +08:00
rich2014
365360bd90 Cocoa/CrossRef: Remove unit cross-references between CocoaInt and CocoaWSMenus 2023-11-19 18:36:51 +08:00
rich2014
92cab2ee2a Cocoa/CrossRef: Remove unit cross-references between CocoaInt and CocoaWSForms 2023-11-19 18:36:51 +08:00
rich2014
1652f3b148 Cocoa/CrossRef: Remove Const/Config related unit cross-references 2023-11-19 18:36:51 +08:00
rich2014
25c60331fd Cocoa/CrossRef: remove unnecessary unit references 2023-11-19 18:36:51 +08:00
rich2014
ca23ffbbdf Cocoa/CrossRef: Remove Cursor-related unit cross-references 2023-11-19 18:36:51 +08:00
dsiders
343079e4f3 Docs: LCL/lresources. Fixes tagging errors. 2023-11-19 04:23:54 +00:00
dsiders
7ee655f2f6 Docs: LCL/lresources. Fixes spelling error. 2023-11-19 03:19:51 +00:00
dsiders
97b15f1b08 Docs: LCL/lresources. Adds deprecation notices in TUTF8Parser topics for changes in 5b65498e. 2023-11-18 23:11:26 +00:00
Željan Rikalo
a9b3e3a8db Qt5,Qt6: Fixed TCustomControl mouse focus behaviour. issue #36006 2023-11-18 21:24:25 +01:00
Željan Rikalo
7f95150461 Qt5, Qt6: fixed some virtual keys. issue #40589 2023-11-18 19:01:41 +01:00
zeljan1
d21628051f Qt5: better fix for menus under wayland, fixed submenus also. issue #40602 2023-11-18 12:43:22 +01:00
Juha
e50ab381b1 IDE: Allow configuring Toolbars in IDE CoolBar also when "Coolbar is visible" is unchecked. Issue #40600, patch by n7800. 2023-11-18 11:04:05 +02:00
rich2014
df8df02575 Cocoa/Form: improve compatibility of OnTopForm and FullScreen 2023-11-18 11:12:58 +08:00
Željan Rikalo
44b898cc32 Qt5: rewritten fix for issue #40602. 2023-11-17 23:16:09 +01:00
Željan Rikalo
4b1a81ac7b Qt5: fixed TMainMenu submenus positioning under Wayland. issue #40602 2023-11-17 23:03:26 +01:00
wp_xyz
4b6c4e06e3 LCL/ShellCtrls: Improved updating of ShellListView (based on code by d7_2_laz) 2023-11-17 22:40:30 +01:00
rich2014
575e58d312 Cocoa/Form: #40606 improved, Merge branch 'cocoa/form' 2023-11-18 02:35:05 +08:00
rich2014
dd43ea568f Cocoa/Form: make OnTopForm compatible with FullScreen 2023-11-18 02:31:38 +08:00
rich2014
481187923e Cocoa/Form: fix the issue at Desgin time 2023-11-18 02:31:38 +08:00
rich2014
33f0b15dc1 Cocoa/Form: TWinLevelOrder related removed 2023-11-18 02:31:38 +08:00
rich2014
e5656f3311 Cocoa/Form: reset OnTopForm in applicationDidBecomeActive() 2023-11-18 02:31:38 +08:00
rich2014
5f37850234 Cocoa/Form: adapt ModalForm and OnTopForm in applicationDidResignActive() 2023-11-18 02:31:38 +08:00
rich2014
95373db0f0 Cocoa/Form: adapt to selecting a window from Docker Icon/Show All Windows 2023-11-18 02:31:38 +08:00
rich2014
e60b72117e Cocoa/Form: adapt WindowLevel to be adjusted by System 2023-11-18 02:31:38 +08:00
rich2014
e6e4867d52 Cocoa/ModalForm: adapt WindowLevel to be adjusted to NSModalPanelWindowLevel 2023-11-18 02:31:38 +08:00
rich2014
f72fb8054c Cocoa/Form: AppRemoveStayOnTopFlags() and AppRestoreStayOnTopFlags() implemented 2023-11-18 02:31:38 +08:00
Martin
9d30984709 LazEdit: Update RegEx 2023-11-17 19:21:26 +01:00
Maxim Ganetsky
6a1faf1419 IDE: added clarifying comment in LoadCustomKeySchemasInDir procedure of keymapping.pp unit 2023-11-17 01:44:57 +03:00
dsiders
6025966d00 Docs: LazUtils. Adds license header to .xml documentation files. 2023-11-16 19:48:32 +00:00
dsiders
f6110685b5 Docs: LCL. Adds license header to .xml documentation files. 2023-11-16 19:48:10 +00:00
dsiders
d16f151d77 Docs: Adds files with LCL, LazUtils license information. 2023-11-16 19:46:44 +00:00
Maxim Ganetsky
0e65a9fbeb Revert erroneous renaming of file in "gir2pas: Added code to disable warning about non ascending enumeration values." (commit 508bd102b0). The change made to file contents is kept. 2023-11-16 02:35:22 +03:00
Abou Al Montacir
e928a40d93 GTK3: Fixed function return type and got rid of deprecated function call. 2023-11-16 00:33:35 +01:00
Abou Al Montacir
16ce270720 GTK3: Got rid of deprecated function call. 2023-11-15 23:55:22 +01:00
Abou Al Montacir
eafce4b0de GTK3: Disabled warning about non ascending enumeration values. 2023-11-15 22:48:37 +01:00
Abou Al Montacir
508bd102b0 gir2pas: Added code to disable warning about non ascending enumeration values.
FPC does warn about non strictly ascending enumeration values.
Unfortunately, some GTK enum identifiers share the same value and this
warning can safely be ignored. We shut it up.
2023-11-15 22:47:52 +01:00
Abou Al Montacir
0714f1706a GTK3: Updated some automatically generated binding units.
Tried to reduce the differences between committed units and those
generated automatically using `gir2pas` tool.

Some changes are still blocked because they need change in the WS
related code. They will applied incrementally later.

We used Bookworm (Debian 12.2) GIR files constrained the units version
to Bullseye (Debian 11.6) shipped libraries.

They were generated using the following command:
```sh
gir2pas -P Laz -e Set -w \
        -M atk-2.36 \
        -M pango-1.16 \
        -M pangocairo-1.46 \
        -M glib-2.66 \
        -M gio-2.66 \
        -M gmodule-2.66 \
        -M gobject-2.66 \
        -M gtk-3.24 \
        -i /usr/share/gir-1.0/Gtk-3.0.gir \
        -o lazarus/lcl/interfaces/gtk3/gtk3bindings
```
2023-11-15 22:29:45 +01:00