Commit Graph

55558 Commits

Author SHA1 Message Date
wp
baeca2e0d7 TAChart: Check and fix all demos (mostly layout issues)
git-svn-id: trunk@59239 -
2018-10-03 10:55:04 +00:00
dmitry
48e32dda4c cocoa: fix drawing overlays - resing overlay designer view to the form
git-svn-id: trunk@59238 -
2018-10-03 04:26:35 +00:00
dmitry
9613af162a cocoa: dereferncing tracked control earlier
git-svn-id: trunk@59237 -
2018-10-03 04:11:17 +00:00
dmitry
423226570b cocoa: improve mouse handling of spinedit
git-svn-id: trunk@59236 -
2018-10-03 03:42:55 +00:00
dmitry
5738bbf955 cocoa: fix controls leaking spinedit
git-svn-id: trunk@59235 -
2018-10-03 02:52:04 +00:00
dmitry
465a09fb02 cocoa: memory management - removing unneeded autorelease pools. There's one global and one per each event
git-svn-id: trunk@59234 -
2018-10-03 02:51:30 +00:00
dmitry
0944743068 cocoa: fix for a memory leak in overlay (designer) form
git-svn-id: trunk@59233 -
2018-10-03 02:50:07 +00:00
dmitry
0c9d342feb cocoa: memory management - removing unneeded autorelease pools. There's one global and one per each event
git-svn-id: trunk@59232 -
2018-10-03 02:49:23 +00:00
dmitry
9b98baa793 cocoa: memory management - removing unneeded autorelease pools. There's one global and one per each event
git-svn-id: trunk@59231 -
2018-10-03 02:48:42 +00:00
wp
a1b87dac3d TAChart: Remove old deprecated code.
git-svn-id: trunk@59230 -
2018-10-02 20:34:45 +00:00
juha
fc85354010 LazReport: Delete old deprecated UTF8 functions.
git-svn-id: trunk@59229 -
2018-10-02 13:29:46 +00:00
juha
53541c694b AnchorDocking: Prevent crash on drag-and-dock tab page. Issue #34371, patch from accorp.
git-svn-id: trunk@59228 -
2018-10-02 12:59:27 +00:00
juha
baad25dec4 IdeIntf: Delete old deprecated methods and properties.
git-svn-id: trunk@59227 -
2018-10-02 12:59:21 +00:00
juha
b8f77626f9 LazControls: Call DoFilterItem instead of DoDefaultFilterItem in TTreeFilterBranch.SortAndFilter.
git-svn-id: trunk@59226 -
2018-10-02 11:38:55 +00:00
juha
d6624128a1 LazControls: Improve and optimize the filter controls. Issue #34057, patch from AlexeyT.
git-svn-id: trunk@59225 -
2018-10-02 09:47:13 +00:00
maxim
9dfe44db86 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #34368
git-svn-id: trunk@59223 -
2018-10-01 23:00:18 +00:00
maxim
a02df1166a Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34367
git-svn-id: trunk@59222 -
2018-10-01 22:56:03 +00:00
mattias
87ecd828b1 lcl: gtk2: less hints
git-svn-id: trunk@59220 -
2018-10-01 15:16:00 +00:00
mattias
08eec7aad8 turbopower_ipro: less hints
git-svn-id: trunk@59218 -
2018-10-01 15:14:34 +00:00
mattias
f9799efe90 lazutils: less hints
git-svn-id: trunk@59216 -
2018-10-01 15:13:34 +00:00
mattias
1fb0143559 lazdebuggers: less hints
git-svn-id: trunk@59214 -
2018-10-01 15:13:00 +00:00
mattias
1c63f4c944 ideintf: less hints
git-svn-id: trunk@59212 -
2018-10-01 15:11:48 +00:00
mattias
7fde8c4b92 fpdebug: less hints
git-svn-id: trunk@59210 -
2018-10-01 15:10:56 +00:00
mattias
14c6216cd1 debuggerintf: less hints
git-svn-id: trunk@59208 -
2018-10-01 15:08:29 +00:00
juha
21ce8c93c4 LCL: Prevent a double validation message in TStringGrid. Issue #34306, patch from Tintinux.
git-svn-id: trunk@59207 -
2018-10-01 08:41:39 +00:00
dmitry
969020a44e cocoa: update insertion and removal of rows in cocoa table (fix implementation from #34319)
git-svn-id: trunk@59206 -
2018-10-01 03:19:08 +00:00
dmitry
5bb6685e21 cocoa: fix the conversion between WS to LCL tab index #34361
git-svn-id: trunk@59205 -
2018-10-01 01:14:16 +00:00
wp
a88125b782 TAChart: deprecate all reticule-related methods and properties (was incomplete). Less hints and warnings.
git-svn-id: trunk@59197 -
2018-09-30 20:29:05 +00:00
dmitry
7e97caf04a cocoa: adding a check for TCocoaTextLayout.Draw procedure. Do nothing if string is empty or invalid. Prevents SynEdit crashes for unicode characters
git-svn-id: trunk@59196 -
2018-09-30 20:14:02 +00:00
dmitry
bbd07791c8 cocoa: update key processing, adding more exception for non-printable keys
git-svn-id: trunk@59195 -
2018-09-30 19:47:13 +00:00
juha
e07ac1935a LCL-GTK2: Revert r59192 #fe117548f3 and prevent the Gtk-WARNING in a better way. Issue #34352, patch from accorp.
git-svn-id: trunk@59194 -
2018-09-30 15:57:05 +00:00
juha
9bf572e8e2 LCL: Define the old CLX colors only with "DefineCLXColors". They have been deprecated forever.
git-svn-id: trunk@59193 -
2018-09-30 15:24:34 +00:00
juha
fe117548f3 LCL-GTK2: Prevent Gtk-WARNING generated when splitter closes panel. Issue #34352, fixed by Chris Rorden.
git-svn-id: trunk@59192 -
2018-09-30 12:14:55 +00:00
juha
ec579d65bc LCL-GTK3: Fix menu radio group. Issue #34350, patch from Anton Kavalenka.
git-svn-id: trunk@59191 -
2018-09-30 11:32:10 +00:00
juha
6febd8c78e LCL-GTK3: Add typecasts for Color types. The code may still be wrong but can be tested with Range checks on.
git-svn-id: trunk@59190 -
2018-09-30 11:32:05 +00:00
dmitry
aa172aad8f cocoa: updating drawing of ownerdrawn statusbar
git-svn-id: trunk@59189 -
2018-09-30 01:24:55 +00:00
dmitry
2533d88dc4 cocoa: removed redundant key emulation events (introduced with #32829). With the latest changes in key handling events those are no longer needed
git-svn-id: trunk@59188 -
2018-09-30 01:06:17 +00:00
dmitry
9c1f561955 cocoa: implementing owner drawn for status bar panels. #34338
git-svn-id: trunk@59187 -
2018-09-29 22:07:37 +00:00
michl
8d0fe522bb LCL: TPageControl: Focus first control on page when page is changed and a control on it was focused. Issue #33991
git-svn-id: trunk@59186 -
2018-09-29 21:54:00 +00:00
dmitry
a4503bccc0 cocoa: additional control over cocoa window levels
git-svn-id: trunk@59185 -
2018-09-29 21:33:29 +00:00
michl
e355e20721 LCL: TComboBox: Fixed OnEditingDone is fired twice when pressing ENTER. Issue #33992
git-svn-id: trunk@59184 -
2018-09-29 19:40:13 +00:00
dmitry
ed5c165da1 cocoa: adding exception for processing key equivalents and return key, if a first responder is capable of processing the return key. #34354
git-svn-id: trunk@59183 -
2018-09-29 15:54:28 +00:00
michael
036872251b * Remove debug writelns
git-svn-id: trunk@59182 -
2018-09-29 10:19:45 +00:00
michael
5d99da3b53 * Search for components, refresh recent files.
git-svn-id: trunk@59181 -
2018-09-29 10:10:53 +00:00
michael
f79380078f * Let spotter window be managed by IDE (bug #34353)
git-svn-id: trunk@59180 -
2018-09-29 08:39:09 +00:00
dmitry
2a10162c7b cocoa: update key event handling. Not all characters from macOS are suitable for LCL KeyPress
git-svn-id: trunk@59179 -
2018-09-29 05:15:17 +00:00
dmitry
aa5acf09a9 cocoa: using a single place to process keyDown event related to LCL callbacks
git-svn-id: trunk@59178 -
2018-09-29 04:27:41 +00:00
juha
75d1f28106 LazUtils: Move more functions from FileUtils to LazFileUtilities, deprecate the old ones.
git-svn-id: trunk@59177 -
2018-09-28 12:25:39 +00:00
juha
33374c2b95 IDE: In "New Component" dialog resize the buttons based on icon image size. Improve initial dir for selecting icon.
git-svn-id: trunk@59176 -
2018-09-28 11:06:53 +00:00
juha
c9e4614e17 Delete old deprecated methods.
git-svn-id: trunk@59175 -
2018-09-28 11:06:40 +00:00