juha
|
c82249be2a
|
IDE: Cleanup TMainIDE.ProjInspectorAddUnitToProject.
git-svn-id: trunk@64868 -
|
2021-03-25 06:35:36 +00:00 |
|
balazs
|
4f0c4c7dea
|
Packager: Colors for Local/Online packages are not visible in dark theme.
git-svn-id: trunk@64867 -
|
2021-03-24 20:10:27 +00:00 |
|
zeljko
|
09c43715cf
|
Qt5: fixed bug with wrong mouse offset inside TGroupBox. issue #38659
git-svn-id: trunk@64866 -
|
2021-03-24 18:10:54 +00:00 |
|
bart
|
e86f37adb5
|
MaskEdit: use Default intrinsic instead of FillChar.
git-svn-id: trunk@64865 -
|
2021-03-23 18:24:26 +00:00 |
|
bart
|
5d98b3c2f6
|
MaskEdit: rename a private methods and it's associated field, since the old names might be confusing after r64863 #2a08f9594b.
git-svn-id: trunk@64864 -
|
2021-03-23 17:40:33 +00:00 |
|
bart
|
2a08f9594b
|
MaskEdit: Use GetMask() to read FMask[]. Simplifies sanity checks.
git-svn-id: trunk@64863 -
|
2021-03-23 17:34:05 +00:00 |
|
juha
|
705681f4d5
|
IDE: Add MinHeight and MinWidth constraints to Code Browser window. Issue #38646.
git-svn-id: trunk@64862 -
|
2021-03-23 09:46:07 +00:00 |
|
maxim
|
783b62526f
|
IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@64861 -
|
2021-03-22 21:47:31 +00:00 |
|
bart
|
f1d1a12c70
|
MaskEdit: implement (a more flexible) DbgS overload for TMaskedType (for internal use only).
git-svn-id: trunk@64860 -
|
2021-03-22 20:55:53 +00:00 |
|
bart
|
b49b00dbf2
|
MaskEdit: fix comment about meaning of 'C' in EditMask
git-svn-id: trunk@64859 -
|
2021-03-22 20:39:06 +00:00 |
|
bart
|
37b2ac5c92
|
MaskEdit: Initialize the internal mask with new TMaskType Char_Invalid and raise an exception whenever upon read access FMask contains Char_Invalid.
git-svn-id: trunk@64858 -
|
2021-03-22 20:35:41 +00:00 |
|
zeljko
|
7b8b329d98
|
Qt5: Fixed TGroupBox margins & wrong mouse coordinates. fixes issues #32186 and #37576
git-svn-id: trunk@64857 -
|
2021-03-22 13:12:05 +00:00 |
|
juha
|
6e22a97b90
|
Docs: Updates for LCL and LazUtils. Issue #38650, patch from Don Siders.
git-svn-id: trunk@64856 -
|
2021-03-22 12:14:52 +00:00 |
|
wp
|
a1aea6a20a
|
LCL/TreeView: Fix OnExpand* events not firing any more after r64142 #2a0df745f0. Issue #38084.
git-svn-id: trunk@64855 -
|
2021-03-22 08:43:53 +00:00 |
|
michl
|
59f20b5871
|
DockedFormEditor: AnchorDesigner: Select parent when child is no selectable design control
git-svn-id: trunk@64854 -
|
2021-03-21 21:28:53 +00:00 |
|
bart
|
42133a87e9
|
MaskEdit: enforce upper/lowercase for Char_All*Up/DownCase
git-svn-id: trunk@64853 -
|
2021-03-21 21:18:41 +00:00 |
|
michl
|
d6d91c0ccb
|
DockedFormEditor: Only designer selectable controls can be used in AnchorDesigner
git-svn-id: trunk@64852 -
|
2021-03-21 19:43:24 +00:00 |
|
juha
|
60fe218c22
|
LazUtils: Remove a stray debugging statement. Issue #38649.
git-svn-id: trunk@64851 -
|
2021-03-21 18:02:28 +00:00 |
|
bart
|
66c44791cd
|
MaskEdit:
- 'C' in an EditMask means that any char is OK, except FSpaceChar (Delphi compatibility)
- fix some more range errors
git-svn-id: trunk@64850 -
|
2021-03-21 16:17:33 +00:00 |
|
bart
|
e224bb5467
|
MaskEdit: fix range error in SelectNextChar.
git-svn-id: trunk@64849 -
|
2021-03-21 15:38:49 +00:00 |
|
juha
|
c5c78f2c8b
|
LCL: Add widgetset support for TCustomListView.GetNextItem. Implement now for Win32. Issue #38565, patch from Remko Plantenga.
git-svn-id: trunk@64848 -
|
2021-03-21 08:31:45 +00:00 |
|
balazs
|
5912848083
|
Opkman: Crash in online package manager. Issue #38648.
git-svn-id: trunk@64847 -
|
2021-03-21 08:07:56 +00:00 |
|
juha
|
0f0a63f6d9
|
LCL-GTK3: Improve alpha channel in bitmap drawing. Issue #38567, patch from Anton Kavalenka.
git-svn-id: trunk@64846 -
|
2021-03-21 07:23:53 +00:00 |
|
bart
|
966ee04907
|
LazUtils: in CopyDirTree() add a PathDelim to both SourceDir and TarGetDir before testing wether TarGetDir is a subdirectory of SourceDir. Issue #0038644.
git-svn-id: trunk@64845 -
|
2021-03-20 16:55:26 +00:00 |
|
balazs
|
32d3a2159b
|
Opkman: Change Install button caption.
git-svn-id: trunk@64844 -
|
2021-03-20 13:13:32 +00:00 |
|
mattias
|
bd5b47ce14
|
codetools: GetCompatiblePublishedMethods check if class or property missing
git-svn-id: trunk@64842 -
|
2021-03-20 11:28:01 +00:00 |
|
juha
|
01aadf340e
|
LCL-GTK3: Prevent a crash while exiting. Issue #38635, patch from Anton Kavalenka.
git-svn-id: trunk@64841 -
|
2021-03-20 10:16:33 +00:00 |
|
balazs
|
a4e3ce8735
|
Opkman: Update interface before package compressing. Prevent form close and show crHourGlass cursor during compress.
git-svn-id: trunk@64840 -
|
2021-03-20 08:14:30 +00:00 |
|
wp
|
bd831082aa
|
TAChart: Avoid ListChartSource.CopyFrom adding NaN-Points at the end when copying from a DbChartSource and RecordCount is not correct.
git-svn-id: trunk@64839 -
|
2021-03-19 23:49:09 +00:00 |
|
martin
|
82be1e231b
|
fix for g_value - propper init,set,unset
git-svn-id: trunk@64838 -
|
2021-03-19 21:05:36 +00:00 |
|
martin
|
1f29891c35
|
IDE, Project: Add config for NSPrincipalClass (MacOS)
git-svn-id: trunk@64837 -
|
2021-03-19 20:28:42 +00:00 |
|
juha
|
692175a06d
|
LCL-GTK3: My own component renders empty caption. Issue #38621, patch by Anton Kavalenka.
git-svn-id: trunk@64836 -
|
2021-03-18 18:01:29 +00:00 |
|
balazs
|
83820dbaf0
|
IDE: IDE does not remember width of CoolBar. Issue #37214.
git-svn-id: trunk@64835 -
|
2021-03-18 13:18:21 +00:00 |
|
dmitry
|
dff67d134c
|
lcl: update accessibility patch by David Jenkins. bug #38603
git-svn-id: trunk@64834 -
|
2021-03-18 02:48:41 +00:00 |
|
michl
|
66d4faff93
|
IDE: Designer: Use clWindowText as color for control text like components, requested in German Lazarusforum
git-svn-id: trunk@64833 -
|
2021-03-17 21:49:18 +00:00 |
|
michl
|
60109e3de5
|
IDE: Designer: Use same background color for control texts as NonFormDesigner background
git-svn-id: trunk@64832 -
|
2021-03-17 21:28:11 +00:00 |
|
michl
|
190edf1ecd
|
IDE: Change default non form designer background color to clWindow as requested in German Lazarusforum to take care of dark theme
git-svn-id: trunk@64831 -
|
2021-03-17 21:14:46 +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 |
|
juha
|
51dce4deb3
|
Docs: Updates for LazUtils. Issue #38629, patch from Don Siders.
git-svn-id: trunk@64829 -
|
2021-03-17 10:44:33 +00:00 |
|
martin
|
da9b3f55f6
|
Syn Test, fix compile
git-svn-id: trunk@64828 -
|
2021-03-16 20:40:26 +00:00 |
|
martin
|
38d12137b3
|
SynEdit: fix for replace in column-mode selection
git-svn-id: trunk@64827 -
|
2021-03-16 20:40:24 +00:00 |
|
martin
|
0de591ed36
|
SynEdit: Tests for keep caret x
git-svn-id: trunk@64826 -
|
2021-03-16 16:05:36 +00:00 |
|
martin
|
9c4e45f598
|
SynEdit: Fix uninitialized var for "keep caret X"
git-svn-id: trunk@64825 -
|
2021-03-16 16:03:20 +00:00 |
|
martin
|
e5e203904d
|
FpDebug: fix nil pointer in value evaluate (editor hint on identifier)
git-svn-id: trunk@64824 -
|
2021-03-16 16:03:18 +00:00 |
|
wp
|
77c4956c67
|
LCL/ShellCtrls: Undo r64821 #3ff38bdc82 for the ShellTreeView (does not display overlay icons; no speed advantage in contrast to ShellListView)
git-svn-id: trunk@64823 -
|
2021-03-16 09:28:30 +00:00 |
|
maxim
|
bdc78cd5af
|
IDE: improved wording of newly added caption, regenerated translations and updated Russian translation
git-svn-id: trunk@64822 -
|
2021-03-15 23:19:23 +00:00 |
|
wp
|
3ff38bdc82
|
LCL/ShellCtrls: Speed-up of built-in shell icons (https://forum.lazarus.freepascal.org/index.php/topic,31625.msg397701.html#msg397701)
git-svn-id: trunk@64821 -
|
2021-03-15 21:53:49 +00:00 |
|
michl
|
19c40b93bd
|
IDE: Option background color for Non Form Designer e.g. TDataModule added - as requested in German Lazarus Forum
git-svn-id: trunk@64820 -
|
2021-03-15 13:37:40 +00:00 |
|
michl
|
4a439a8841
|
DockedFormEditor: Prevent AV when cloning a pascal unit to new created SourceEditorWindow
git-svn-id: trunk@64819 -
|
2021-03-15 12:58:36 +00:00 |
|
ondrej
|
aefd991f45
|
LPI: save RunParams from active mode only in CompatibilityMode (it is not used in recent Lazarus versions and only causes dummy changes in the LPI file - the current mode is stored within the LPS)
git-svn-id: trunk@64818 -
|
2021-03-15 11:12:03 +00:00 |
|