dmitry
|
0ef7355796
|
creating a branch to rework how LCL TabStop working and making tabs macOS aware
git-svn-id: branches/macosfullkeyboardaccess@62720 -
|
2020-03-08 22:40:52 +00:00 |
|
juha
|
44f5630b20
|
LCL-QT5: Remove and cleanup recently added debug code. Issue #36773 was fixed faster than expected.
git-svn-id: trunk@62719 -
|
2020-03-08 16:33:55 +00:00 |
|
zeljko
|
32017062e9
|
Qt: reverted part of r62717 #bb08087468, issue is Qt5 only. issue #36773
git-svn-id: trunk@62718 -
|
2020-03-08 16:31:59 +00:00 |
|
zeljko
|
bb08087468
|
Qt,Qt5: fixed crash with THintWindow. issue #36773
git-svn-id: trunk@62717 -
|
2020-03-08 16:07:30 +00:00 |
|
juha
|
2b84e231a5
|
LCL-QT5: Better debugging for Invalid handle in TQtWSWinControl.SetText.
git-svn-id: trunk@62716 -
|
2020-03-08 15:58:24 +00:00 |
|
juha
|
45ba784bd8
|
LCL: Solve issue #36746 in a Delphi compatible way. Patch from C Western.
git-svn-id: trunk@62715 -
|
2020-03-08 12:47:53 +00:00 |
|
juha
|
546016ab28
|
Docs: Documentation updates for LCL ExtDlgs. Issue #36769, patch from Don Siders.
git-svn-id: trunk@62714 -
|
2020-03-08 12:40:14 +00:00 |
|
juha
|
af630e5c7e
|
LCL-QT5: Debug a crash in TQtWSWinControl.SetText.
git-svn-id: trunk@62713 -
|
2020-03-08 12:14:48 +00:00 |
|
marco
|
c32c9ddf16
|
* IS operator has been lowered in precedence since 2020-03-06 to match documentation, so this now requires parentheses for FPC 3.3.1+
git-svn-id: trunk@62712 -
|
2020-03-08 10:06:59 +00:00 |
|
dmitry
|
4aaaa6c59a
|
cooca: adding support for listview column text alignment
git-svn-id: trunk@62711 -
|
2020-03-08 05:54:37 +00:00 |
|
dmitry
|
04ca721bfc
|
cocoa: if closewindow button (red-x) is pressed, cancel color selection, instead of accepting the color
git-svn-id: trunk@62710 -
|
2020-03-08 05:33:20 +00:00 |
|
dmitry
|
45ac9380f3
|
cocoa: reverting undesired change of explicit closing of dialogs
git-svn-id: trunk@62709 -
|
2020-03-08 05:17:04 +00:00 |
|
dmitry
|
4bd9ac45a1
|
cocoa: preventing font or color dialog from being restored on Application restart (in case of a crash while they're shown on restart)
git-svn-id: trunk@62708 -
|
2020-03-08 05:15:59 +00:00 |
|
dmitry
|
64e40526df
|
cocoa: calling updateWindows on every event sent. Removing the hacking property assignment.
git-svn-id: trunk@62707 -
|
2020-03-08 04:59:00 +00:00 |
|
wp
|
c4afc0803c
|
Examples/jpeg_more: Fix FPC_FullVersion check for disabling Grayscale checkbox.
git-svn-id: trunk@62706 -
|
2020-03-07 23:36:52 +00:00 |
|
ondrej
|
da86afac15
|
ProjectGroups: fix find in files. Issue #36546
git-svn-id: trunk@62705 -
|
2020-03-07 21:20:04 +00:00 |
|
juha
|
6343248e4e
|
LCL: Free sub menuitem when it is deleted. Fix TMenuItem.Clear. Issue #36746.
git-svn-id: trunk@62704 -
|
2020-03-07 20:31:46 +00:00 |
|
juha
|
6a5c733584
|
LCL: Fix FPC_FullVersion text for FPC 3.0.4. Now 30004, was 30400.
git-svn-id: trunk@62703 -
|
2020-03-07 20:31:32 +00:00 |
|
ondrej
|
08b5b4a244
|
CodeTools: support {$modeswitch multihelpers}. Issue #35911
git-svn-id: trunk@62702 -
|
2020-03-07 17:03:21 +00:00 |
|
dmitry
|
dfd2b9ea65
|
cocoa: use number of items, of inserting a menu item for the first time
git-svn-id: trunk@62701 -
|
2020-03-07 03:25:08 +00:00 |
|
juha
|
d9daa6776b
|
FpDebug: Prevent an access violation in TDbgImageLoader constructor. Issue #36763.
git-svn-id: trunk@62700 -
|
2020-03-06 20:09:47 +00:00 |
|
marcus
|
b9e4a03603
|
fixes for is precedence change in fpc r44266 #831fd20413
git-svn-id: trunk@62699 -
|
2020-03-06 12:07:46 +00:00 |
|
ondrej
|
5e174a5729
|
IDE: fix fppkg configuration screen for linux if the user provided the compiler-executable inside the lib-directory itself. (prefix/lib/3.3.1/ppcarm or something)
git-svn-id: trunk@62698 -
|
2020-03-06 10:50:33 +00:00 |
|
dmitry
|
7ba5991c3b
|
cocoa: handling ESC buttons on a promptuser dialog in a muted way. Patch by Zoë Peterson. bug #36760
git-svn-id: trunk@62697 -
|
2020-03-06 03:01:16 +00:00 |
|
ondrej
|
5228d4faea
|
IDE: FindFPCTool: fpc compiler path has higher priority than system path
git-svn-id: trunk@62696 -
|
2020-03-05 22:38:23 +00:00 |
|
ondrej
|
ace83bf86d
|
IDE: fix fppkg configuration screen for win32
git-svn-id: trunk@62695 -
|
2020-03-05 22:36:34 +00:00 |
|
juha
|
b4312b6446
|
LCL-GTK3: Improve resizing of TGtk3Window. Makes TSplitter work. Issue #36256, patch from Anton Kavalenka.
git-svn-id: trunk@62694 -
|
2020-03-05 11:28:33 +00:00 |
|
juha
|
d1b15edcfe
|
Codetools: Improve parsing of recursive generics structures. Issue #34824, patch from soerensen3.
git-svn-id: trunk@62693 -
|
2020-03-05 10:47:05 +00:00 |
|
juha
|
1462e81c6d
|
Docs: Update documentation for EditBtn and ExtCtrls. Issue #36756, patch from Don Siders.
git-svn-id: trunk@62692 -
|
2020-03-05 10:46:52 +00:00 |
|
dmitry
|
c2a64d06ea
|
cocoa: reverting r62568 #6758ea533d. the revision broke SPACE processing (to emulate click on buttons)
git-svn-id: trunk@62691 -
|
2020-03-05 04:10:34 +00:00 |
|
dmitry
|
db755b2d78
|
cocoa: safe color conversion from colordialog to lcl color
git-svn-id: trunk@62690 -
|
2020-03-05 01:46:00 +00:00 |
|
maxim
|
74b4d747cf
|
cocoa: reverted accidental changes from cocoaint.pas made in r62216 #0e6259598f as per Dmitry's comment
git-svn-id: trunk@62689 -
|
2020-03-03 22:07:51 +00:00 |
|
juha
|
5df1506c34
|
Docs: Updated documentation for LCL ComCtrls. Issue #36745, patch from Don Siders.
git-svn-id: trunk@62688 -
|
2020-02-29 21:17:10 +00:00 |
|
juha
|
c046c10281
|
LCL-GTK3: First approach in implementing pattern brush. Issue #36744, patch from Anton Kavalenka.
git-svn-id: trunk@62687 -
|
2020-02-29 21:11:51 +00:00 |
|
maxim
|
e3c38887a4
|
Opkman: fixed typos, regenerated translations and updated Russian translation
git-svn-id: trunk@62686 -
|
2020-02-28 22:47:36 +00:00 |
|
ondrej
|
e1838e46a0
|
LCL: implement MDI for win32. Issue #36582, based on patch by Kostas Michalopoulos
git-svn-id: trunk@62685 -
|
2020-02-28 19:29:59 +00:00 |
|
juha
|
e719456735
|
Packager: Fix adding a package dependency after dropping a component to a form. Issue #36734, patch from Sven Barth.
git-svn-id: trunk@62684 -
|
2020-02-28 19:21:03 +00:00 |
|
ondrej
|
da5d437410
|
LCL: simplify TScreen.BeginTempCursor
git-svn-id: trunk@62683 -
|
2020-02-28 07:07:40 +00:00 |
|
balazs
|
5930969e12
|
Opkman: Small bugfix.
git-svn-id: trunk@62682 -
|
2020-02-27 12:14:43 +00:00 |
|
balazs
|
ab0b56c0f8
|
Opkman: Speed up the load of the package tree.
git-svn-id: trunk@62680 -
|
2020-02-27 11:30:22 +00:00 |
|
juha
|
42beb70c91
|
IDE: Fix cancelling BuildMode when done through "Change build mode" tool button. Issue #36736, patch from errno.
git-svn-id: trunk@62679 -
|
2020-02-27 10:30:37 +00:00 |
|
balazs
|
8f44d34808
|
Opkman: If available load the json from local source. Useful if the internet connection is slow. Feature requested by a forum user.
git-svn-id: trunk@62678 -
|
2020-02-27 10:27:12 +00:00 |
|
balazs
|
9875a0b309
|
Opkman: Improve error message when third party packages are not available(suggestion by a forum user).
git-svn-id: trunk@62677 -
|
2020-02-27 08:39:53 +00:00 |
|
maxim
|
93a98d499b
|
Opkman: improved Russian translation
git-svn-id: trunk@62676 -
|
2020-02-26 22:54:37 +00:00 |
|
wp
|
ac24214ca9
|
LCL/grids: Undo r62665 #275e406278
git-svn-id: trunk@62675 -
|
2020-02-26 22:31:38 +00:00 |
|
mattias
|
7b68c36225
|
IDE: run params default for windows
git-svn-id: trunk@62674 -
|
2020-02-26 16:53:29 +00:00 |
|
balazs
|
545444126b
|
Opkman: Add incremental search for the package tree.
git-svn-id: trunk@62673 -
|
2020-02-26 13:37:42 +00:00 |
|
maxim
|
2cc4f78981
|
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #36729
git-svn-id: trunk@62672 -
|
2020-02-25 21:43:18 +00:00 |
|
ondrej
|
466e5b307b
|
LCL: fix compilation with FPC 3.0.x
git-svn-id: trunk@62671 -
|
2020-02-25 06:17:58 +00:00 |
|
maxim
|
dfe5183596
|
IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@62670 -
|
2020-02-24 21:30:19 +00:00 |
|