Commit Graph

56984 Commits

Author SHA1 Message Date
dmitry
1f5d0de524 cocoa: adding support of getting information IF dark theme is used
git-svn-id: trunk@61035 -
2019-04-22 05:31:54 +00:00
dmitry
2a63002bd2 cocoa: additional callback cleanup on windows handle destruction
git-svn-id: trunk@61034 -
2019-04-22 04:58:33 +00:00
dmitry
6a5aa14a72 cocoa: disconnecting window content from window for a better reference release
git-svn-id: trunk@61033 -
2019-04-22 02:31:11 +00:00
dmitry
fa7b48de3b cocoa: resolve leaking of window handles
git-svn-id: trunk@61032 -
2019-04-21 22:09:54 +00:00
dmitry
9980e47dc0 cocoa: change processing of AllowDropFiles for forms. Partially based on the patch by Zoë Peterson. Allow files acception even for embeded forms (NSView-based). #35215
git-svn-id: trunk@61031 -
2019-04-21 20:44:46 +00:00
juha
0487347061 IDE: Allow only valid revision numbers to show in IDE title.
git-svn-id: trunk@61030 -
2019-04-21 14:27:53 +00:00
juha
ac23dd220d IDE: Check for 'Unversioned directory' when omitting revision from IDE title.
git-svn-id: trunk@61029 -
2019-04-21 08:11:46 +00:00
martin
519161a185 SynEdit, GTK2: fix ghost caret during scrolling
git-svn-id: trunk@61028 -
2019-04-20 19:57:06 +00:00
joost
cb9c628098 Codetools: Enabled possibility to compile with fpmake
git-svn-id: trunk@61027 -
2019-04-20 19:02:05 +00:00
martin
e98b6c7599 Gtk2: MsgQueue, fix race condition (patch by Boris Glavin) Issue #035395
git-svn-id: trunk@61026 -
2019-04-20 17:48:47 +00:00
joost
8ed5140032 Fppkg: Omit files from fpmake.pp which are not available on any target
git-svn-id: trunk@61025 -
2019-04-20 09:53:50 +00:00
dmitry
e58bf3681c cocoa: adding support for undo redo operations for TEdit and TMemo. Patch by Zoë Peterson. #35421
git-svn-id: trunk@61024 -
2019-04-20 05:21:43 +00:00
dmitry
6431fb7b03 cocoa: change BTNFACE color from controlColor to controlBackground color. Thus any text drawn using controlTextColor would be shown properly. #35074
git-svn-id: trunk@61023 -
2019-04-20 01:23:07 +00:00
wp
a58d97ece8 TAChart: Properly set TCustomAnimatedChartSource.XCount and .YCount for the case that its Origin in nil. Issue #35388, modified patch by Marcin Wiazowski.
git-svn-id: trunk@61022 -
2019-04-19 15:39:03 +00:00
wp
5004cea104 TAChart: Update func_series tutorial to reflect new OnExtentValidate event.
git-svn-id: trunk@61021 -
2019-04-19 12:29:00 +00:00
wp
aae7dd012f TAChart: Properly set TCalculatedChartSource.XCount and .YCount for the case that its Origin in nil. Issue #35388, based on patch by Marcin Wiazowski.
git-svn-id: trunk@61020 -
2019-04-19 11:56:19 +00:00
dmitry
879ab722ef cocoa: update frame3d method to behave similar to WinApi. #35408
git-svn-id: trunk@61019 -
2019-04-19 03:42:42 +00:00
dmitry
085e081476 docs: adding Zoë Peterson for ongoing cocoa patching
git-svn-id: trunk@61018 -
2019-04-19 03:04:01 +00:00
wp
c0f90521ad TAChart: New extent validation event for TChart. Deprecate OnExtentChanging event. Issue #35390, patch by Marcin Wiazowski.
git-svn-id: trunk@61017 -
2019-04-18 14:11:22 +00:00
wp
81f4762dba TAChart: Fix TCustomChartSource.FindBounds for XCount = 0. Add test cases.
git-svn-id: trunk@61016 -
2019-04-18 13:49:58 +00:00
mattias
f88bcbfd2d IDE: fixed uninitialized result, issue #35411, from Ondrej
git-svn-id: trunk@61012 -
2019-04-18 08:12:04 +00:00
mattias
a06e60a246 undo
git-svn-id: trunk@61011 -
2019-04-18 08:11:56 +00:00
mattias
ab0aa9bf2a IDE: fixed uninitialized result, issue #35411, from Ondrej
git-svn-id: trunk@61010 -
2019-04-18 08:11:11 +00:00
dmitry
aecd84036e cocoa: fix tabVisible for active page. Patch by David Jenkins #35172
git-svn-id: trunk@61009 -
2019-04-18 03:59:20 +00:00
dmitry
ff9256aff6 cocoa: adding support for removal tabs by freeing handle. Patch by David Jenkins. #35171
git-svn-id: trunk@61008 -
2019-04-18 03:47:21 +00:00
dmitry
c3c3dea2a2 cocoa: adding support for GlyphShowMode. Patch by Zoë Peterson. #35078
git-svn-id: trunk@61007 -
2019-04-18 03:21:48 +00:00
dmitry
161b58005b cocoa: update Clear for ComboBox string list. Patch by Frank. #35404
git-svn-id: trunk@61006 -
2019-04-18 02:48:06 +00:00
martin
e2056f0494 FpDebug: Watches/Locals: Display "Unknown type" instead of "Identifier not found" for unimplemented/unknown data/types
git-svn-id: trunk@61005 -
2019-04-17 23:53:07 +00:00
wp
72317a44ee TAChart: TOpenHighLowCloseSeries and TBoxAndWhiskerSeries accept XCount=0. Some missing fixes in the basic source classes for XCount=0.
git-svn-id: trunk@61004 -
2019-04-17 21:37:21 +00:00
joost
cc8c38611c IDE: Fixed memory-leak introduced in r60944 #9d1b8c9d87
git-svn-id: trunk@61003 -
2019-04-17 21:02:48 +00:00
wp
635cd97135 TAChart: Fix typo in TChartSeries.GraphPointX
git-svn-id: trunk@61002 -
2019-04-17 20:21:48 +00:00
martin
b31e03db6b LazDebugger(Fp)Lldb: improve checks for errors during launch command. Ignore text in file names.
git-svn-id: trunk@61001 -
2019-04-17 15:01:01 +00:00
wp
97dbba89f5 TAChart: Add notification of chart by source when it is no longer sorted.
git-svn-id: trunk@61000 -
2019-04-16 21:43:51 +00:00
wp
abdb6abcaf TAChart: Fix axis labels for sorting a chart source with XCount = 0. Minor changes in sort_demo.
git-svn-id: trunk@60999 -
2019-04-16 21:41:46 +00:00
wp
f6fc50d43c TAChart: Simplify calculation of TCustomChartSource.BasicExtent when XCount = 0.
git-svn-id: trunk@60998 -
2019-04-16 17:57:01 +00:00
wp
dcb6dc0705 TAChart: Fix initialization/reset issue in TCustomAxisChartSource. Issue #35387, patch by Marcin Wiazowski.
git-svn-id: trunk@60997 -
2019-04-16 14:24:51 +00:00
wp
5d5d933bd5 TAChart: Add demo to show sorting of series based on the new XCount=0 feature.
git-svn-id: trunk@60996 -
2019-04-16 14:20:44 +00:00
wp
ac880dd4b9 TAChart: Allow XCount=0 for TChartSource meaning "replace X by point index". Still some issues.
git-svn-id: trunk@60995 -
2019-04-16 14:16:58 +00:00
juha
eee4ab0ff1 IDE: Five new images. Fix casing of some file names. Issue #35373, patch from FTurtle.
git-svn-id: trunk@60994 -
2019-04-16 13:59:53 +00:00
juha
f5a5a18fe0 IDE: Store units in project info file correctly. Issue #35377, patch from Ondrej.
git-svn-id: trunk@60993 -
2019-04-16 13:59:45 +00:00
juha
580c51a113 IDE: Remove commands ecJumpToNextError and ecJumpToPrevError from TMainIDE.ProcessIDECommand.
git-svn-id: trunk@60992 -
2019-04-16 13:59:34 +00:00
wp
d9bccc11be TAChart: Optimzed extent calculation when chart source is sorted. Issue #35389, patch by Marcin Wiazowski.
git-svn-id: trunk@60991 -
2019-04-16 07:36:48 +00:00
jesus
fbef644b79 Printers: make the page setup dialog use the user selected units.
git-svn-id: trunk@60990 -
2019-04-16 00:53:10 +00:00
dmitry
17b5600500 cocoa: correct state image selection depending on type of the menu (radio or not)
git-svn-id: trunk@60989 -
2019-04-16 00:11:37 +00:00
maxim
d7f986c747 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #35385
git-svn-id: trunk@60987 -
2019-04-15 22:07:40 +00:00
wp
c061954bc6 TAChart: Add test for sorting.
git-svn-id: trunk@60986 -
2019-04-15 21:26:47 +00:00
wp
93c0be69fd TAChart: Fix distance demo not displaying fit results any more.
git-svn-id: trunk@60985 -
2019-04-15 20:13:40 +00:00
wp
78857f4559 TAChart: Deprecate TDataPointDrawTool.OnShow by and replace by TDataPointDrawTool.OnCustomDraw.
git-svn-id: trunk@60984 -
2019-04-15 19:40:19 +00:00
wp
c17a8a1444 TAChart: Remove incorrect inline directives introduced by r60972 #6908af06b3.
git-svn-id: trunk@60983 -
2019-04-15 16:32:26 +00:00
martin
5bf0e570bf FpDebug: Updated tests for "UnicodeString" workaround for wrong dwarf-highbound fpc issue #0035359, see also issue #0035340
git-svn-id: trunk@60982 -
2019-04-15 14:03:25 +00:00