Commit Graph

302 Commits

Author SHA1 Message Date
mattias
9e762cde89 udpated makefiles 2022-05-29 19:34:19 +02:00
mattias
e2ad6b3d8d codetools: parse multiline string constant 2022-03-14 16:38:07 +01:00
mattias
26c9421318 updated Makefiles 2022-02-24 12:55:45 +01:00
wp_xyz
fde1f53879 images: Replace the default lazarus.ico used anywhere within the installation folder by the new version. Issue #39596. 2022-01-28 15:03:11 +01:00
mattias
45e4ca66f3 make distclean: clean up anchordocking and cody 2022-01-17 12:43:55 +01:00
Maxim Ganetsky
738e48c6b7 Translations: French translation update by Gilles Vasseur, issue #39487 2021-11-26 03:47:29 +03:00
michl
11191cc81c AnchorDocking: Remove all handlers of Forms when DockMaster is destroyed. Patch by Anton Kavalenka 2021-10-09 16:59:11 +02:00
michl
1205405307 AnchorDocking: Don't set FormStyle to fsStayOnTop for modal shown windows to prevent showing it in front of other applications. E.G. in IDE Tools -> Desktops.
git-svn-id: trunk@65491 -
2021-07-22 06:50:45 +00:00
maxim
0711ae584c Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #39152
git-svn-id: trunk@65372 -
2021-07-04 21:55:24 +00:00
maxim
d7c9b8c1e4 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #38974
git-svn-id: trunk@65188 -
2021-06-08 21:45:25 +00:00
michl
78fc75a72a AnchorDocking: Fixed AV when old config is loaded. Issue #38960
git-svn-id: trunk@65179 -
2021-06-06 11:36:22 +00:00
michl
dbd10977a4 AnchorDocking: FloatingWindowsOnTop should not touch forms with FormStyle fsSplash, issue #38835, patch by Benjamin Rosseaux
git-svn-id: trunk@65077 -
2021-05-01 17:31:39 +00:00
michl
32591d0aff AnchorDocking: Make HighDPI aware. Fixes issue #36718
git-svn-id: trunk@65067 -
2021-04-28 20:04:11 +00:00
michl
df50d84e31 AnchorDocking: Save PixelsPerInch for correct size loading application with LCL scaling, Issue #36718
git-svn-id: trunk@65063 -
2021-04-26 21:13:30 +00:00
michl
1581009347 AnchorDockingDsgn: Set FloatingWindowsOnTop per default in new created IDE. See issue #19272
git-svn-id: trunk@65062 -
2021-04-25 15:58:56 +00:00
michl
a21a6484f6 AnchorDocking: Fixed fourth issue with option FloatingWindowsOnTop - set own MainDockForm so it's clear what windows are floating and what are docked. Issue #19272
git-svn-id: trunk@65061 -
2021-04-24 20:38:29 +00:00
michl
6f18e2cc44 AnchorDocking: Fixed third bug with option FloatingWindowsOnTop - loading layout in OnCreate doesn't permute this option. Issue #19272
git-svn-id: trunk@65051 -
2021-04-22 18:47:05 +00:00
michl
db4bb52bc2 AnchorDocking: Fixed second bug with option FloatingWindowsOnTop - a loaded layout doesn't encounter option on visible windows. Issue #19272
git-svn-id: trunk@65046 -
2021-04-21 20:51:22 +00:00
michl
15fda0e828 AnchorDocking: MiniIDE revert wrongly committed changes from revision 65044 #47972a31b7
git-svn-id: trunk@65045 -
2021-04-21 19:03:14 +00:00
michl
47972a31b7 AnchorDocking: Fixed saving/loading option FloatingWindowsOnTop. Issue #19272
git-svn-id: trunk@65044 -
2021-04-21 18:59:48 +00:00
maxim
479dbe87fa AnchorDocking: updated Russian translation
git-svn-id: trunk@65038 -
2021-04-20 22:10:39 +00:00
michl
3266c2537c AnchorDocking: Add option FloatingWindowsOnTop to show single windows in front of main window. Issue #38271, #19272
git-svn-id: trunk@65034 -
2021-04-20 20:43:17 +00:00
michl
ca6d5a9984 AnchorDockingDsgn: Revert revision 64816 #9432e8db16 as it breaks loading of default layout. Issue #38753
git-svn-id: trunk@64994 -
2021-04-14 16:31:20 +00:00
maxim
8686aefe45 Anchordocking: fixed typo, regenerated translations and updated Russian translation
git-svn-id: trunk@64930 -
2021-04-05 22:27:26 +00:00
michl
cf64cce4f8 AnchorDocking: Option MultiLinePages added
git-svn-id: trunk@64914 -
2021-04-03 18:40:14 +00:00
mattias
8c91f78ac6 anchordocking: layout
git-svn-id: trunk@64908 -
2021-04-03 11:04:30 +00:00
mattias
74b6997d63 ide: on app activate: invalidate file state cache immediately
git-svn-id: trunk@64899 -
2021-04-02 17:26:11 +00:00
michl
965b69876b AnchorDocking: Enable normal CloseButton icon only for Win32, other widgetsets can't handle it. Related to revision 64812 #ccb4169a92, Issue #35806
git-svn-id: trunk@64830 -
2021-03-17 20:33:59 +00:00
michl
9432e8db16 AnchorDockingDsgn: Just load config from file, when file is available or settings from ADLayoutDefault.lrs will be ignored
git-svn-id: trunk@64816 -
2021-03-15 00:34:38 +00:00
michl
0a5bd9f64e AnchorDocking: Fixed IDE with AnchorDockingDesgn cannot close cloned source editor, issue #38296
git-svn-id: trunk@64815 -
2021-03-15 00:21:50 +00:00
michl
3ef2b000df AnchorDocking: Revert revision 64798 #970b6b43d6, 64805 #9777df5da6 and 64806 as it is not clear for user and open a new clean window can be implemented otherwise
git-svn-id: trunk@64813 -
2021-03-15 00:08:14 +00:00
michl
ccb4169a92 AnchorDocking: Use default close button, so it scaled in HighDPI, issue #35806
git-svn-id: trunk@64812 -
2021-03-14 21:51:30 +00:00
michl
b73594affa AnchorDocking: Fixed size of close buttons very small on High DPI, patch from Sven Barth, issue #35806
git-svn-id: trunk@64807 -
2021-03-14 19:22:14 +00:00
michl
ccf0334712 AnchorDockingDsgn: Enable FreeWindowOnClose per default
git-svn-id: trunk@64806 -
2021-03-14 18:57:19 +00:00
michl
9777df5da6 AnchorDocking: Closing with caFree with PopupMenu added, missed part of revision 64798 #970b6b43d6, issue #38296
git-svn-id: trunk@64805 -
2021-03-14 13:43:49 +00:00
michl
970b6b43d6 AnchorDocking: Allow caFree on closing, Fixed IDE with AnchorDockingDesgn cannot close cloned source editor, issue #38296
git-svn-id: trunk@64798 -
2021-03-13 22:38:35 +00:00
juha
95b5489cff Components: Use a faster compare method for case-insensitive strings and StringLists.
git-svn-id: trunk@64466 -
2021-02-05 11:28:16 +00:00
michl
5610156d9f AnchorDocking: Don't loose docking side with ManualDock. Issue #38272
git-svn-id: trunk@64299 -
2020-12-29 10:33:37 +00:00
michl
bfe13f352f AnchorDocking: Allow docking in AnchorDockPanel on a TargetControl. Issue #37165
git-svn-id: trunk@64298 -
2020-12-29 10:24:14 +00:00
michl
e441f568b9 AnchorDocking: Allow ManualDock for Target TAnchorDockPanel. Issue #37165
git-svn-id: trunk@64288 -
2020-12-27 19:55:28 +00:00
maxim
8a7112535d Translations: Chinese translation update by robsean, bug #37290
git-svn-id: trunk@63485 -
2020-07-01 21:39:48 +00:00
juha
b9b4add654 AnchorDocking: Fix compilation after r62136 #b13519cc85. Issue #36227, patch from Anton Kavalenka.
git-svn-id: trunk@62147 -
2019-10-30 11:03:16 +00:00
maxim
bd9bfc01d4 Translations: Turkish translation update by Onur ERÇELEN, bug #35865
git-svn-id: trunk@61612 -
2019-07-21 22:57:16 +00:00
mattias
288b31c910 anchrodocking: clear splitter asynccall on destroy
git-svn-id: trunk@61546 -
2019-07-08 20:45:11 +00:00
maxim
dd661a10de Translations: regenerated all relevant translation files after r61231 #5b72fe1d56
git-svn-id: trunk@61233 -
2019-05-16 23:10:15 +00:00
maxim
b68407fc52 Translations: regenerated all relevant translation files after r61225 #75a8b1b83c
git-svn-id: trunk@61226 -
2019-05-13 23:21:39 +00:00
maxim
c91b1321e0 Translations: French translation update by Gilles Vasseur, bug #35034
git-svn-id: trunk@60368 -
2019-02-08 23:14:55 +00:00
mattias
510abc8ab6 anchordockingdsgn: changed output path to units/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)
git-svn-id: trunk@60319 -
2019-02-03 20:53:13 +00:00
mattias
21d3d195b1 anchordocking: changed output path to units/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)
git-svn-id: trunk@60316 -
2019-02-03 20:47:18 +00:00
michl
7ede3bf313 AnchorDocking: Removed check of IsVisible in UpdateHeaders, as it is wrong for controls that are just be created. Needed to show minimize button. Issue #34347
git-svn-id: trunk@60234 -
2019-01-27 22:11:22 +00:00