Commit Graph

53498 Commits

Author SHA1 Message Date
dmitry
21ae60c450 cocoa: fix i386 compilation
git-svn-id: trunk@57086 -
2018-01-14 06:56:47 +00:00
dmitry
48ff0f78f8 cocoa: check the processing event flag returned from callback object on MouseDown for CocoaListBox and CocoaTextView. (revert of previous patches in #30297 and #30131)
git-svn-id: trunk@57085 -
2018-01-14 06:54:15 +00:00
dmitry
7b2be45ba9 cocoa: updating in mouse handling events. Restrict Cocoa from handling events for design-time, but always allow in other cases
git-svn-id: trunk@57084 -
2018-01-14 06:44:26 +00:00
dmitry
5c58ede9d0 cocoa: implementation of DesignDC for forms
git-svn-id: trunk@57083 -
2018-01-14 06:14:12 +00:00
ondrej
81c4a099c2 LCL: fix regression in autosize after r56947 #9ecac75432. Issue #28654
git-svn-id: trunk@57082 -
2018-01-14 05:24:17 +00:00
martin
9d51568748 SynEdit: fix issue with longest line info (cached line num was not updated). Horiz scrollbar sometimes disappeared after line was deleted
git-svn-id: trunk@57081 -
2018-01-14 01:07:17 +00:00
dmitry
ab151dba5a cocoa: propagating enabled state accross controls hierarchy #28700,#32259
git-svn-id: trunk@57080 -
2018-01-14 01:00:22 +00:00
martin
7992d55d67 SynEdit: fix issue with longest line info (cached line num was not updated). Horiz scrollbar sometimes disappeared after line was deleted
git-svn-id: trunk@57079 -
2018-01-14 00:55:03 +00:00
martin
a6a886a8a9 SynEdit: fix ecDeleteEOL with multi codepoint utf8. Issue #0032838
git-svn-id: trunk@57078 -
2018-01-14 00:18:44 +00:00
dmitry
a1a365d6f4 cocoa: change DrawFocusRect to render a rectangle in Windows DC compatible tyle using Xor #32995
git-svn-id: trunk@57077 -
2018-01-13 21:29:28 +00:00
dmitry
658165c03f cocoa: adding MouseOffset support for scrolled components. #32993
git-svn-id: trunk@57076 -
2018-01-13 19:57:24 +00:00
dmitry
5e8a91550f cocoa: checking for flipped views when setting scroll position
git-svn-id: trunk@57075 -
2018-01-13 16:07:04 +00:00
dmitry
b5a54b56f0 cocoa: update in Get-SetScrollInfo for CocoaScrollView - making it documentViewRect based. Processing LMScroll messages whenever user scrolls. Removed implementation of ScrollBy in basic CocoaWSWinControl
git-svn-id: trunk@57074 -
2018-01-13 15:35:25 +00:00
juha
58eefa59cd IDE: Rename ExtendedFilter -> ContainsFilter, GUI: 'Include identifiers containing prefix'. Issue #32974.
git-svn-id: trunk@57072 -
2018-01-13 10:04:41 +00:00
juha
d95cd50a49 IdeIntf, DBGridColumnsPropertyEditorForm: Remove useless properties. Issue #32903, patch from FTurtle.
git-svn-id: trunk@57071 -
2018-01-13 10:04:27 +00:00
martin
5ba536f2ab SynEdit: Fix fold gutter, after r 57066 / issue #32940
git-svn-id: trunk@57067 -
2018-01-12 23:59:50 +00:00
martin
c99d4b6ff6 SynEdit: Fix crash in FoldNodeInfoList, due to Pas-HL hack attempting to alter fold info for "class of". Issue #32940
git-svn-id: trunk@57066 -
2018-01-12 23:41:02 +00:00
juha
61e0c2a1ff IdeIntf, DBGridColumnsPropertyEditorForm: Simplify actAddFieldsExecute a lot, new method GetDataSet. Issue #32903, patch from FTurtle.
git-svn-id: trunk@57061 -
2018-01-12 16:39:18 +00:00
wp
8e09be3eed LCL: Fix unbound use of DBLookupCombobox (broken by r55911 #8e708aabea)
git-svn-id: trunk@57060 -
2018-01-12 14:01:51 +00:00
wp
d78abeb9d3 TAChart: Avoid jitter of chart area while dragging with a TPanDragTool.
git-svn-id: trunk@57059 -
2018-01-12 09:30:55 +00:00
martin
742189d0ee SynEdit: fixed pas HL for uses block. Issue #0032976
git-svn-id: trunk@57058 -
2018-01-11 23:33:03 +00:00
wp
91b5e9ace2 TAChart: Fix incorrect clipping of area series segments.
git-svn-id: trunk@57053 -
2018-01-11 13:09:08 +00:00
juha
68c9678a8a IdeIntf: Simplify TDBGridColumnsPropertyEditorForm.actDelExecute.
git-svn-id: trunk@57052 -
2018-01-11 10:21:14 +00:00
juha
1bb9a00738 IdeIntf: Format and simplify TDBGridColumnsPropertyEditorForm.actAddFieldsExecute.
git-svn-id: trunk@57051 -
2018-01-11 10:21:13 +00:00
juha
dc70fd5181 IdeIntf, DBGridColumnsPropertyEditorForm: Split SelectInObjectInspector into 2 methods, remove useless ForceUpdate param.
git-svn-id: trunk@57050 -
2018-01-11 10:21:12 +00:00
juha
bd0a378f70 IdeIntf: Improve indentation in DBGridColumnsPropertyEditorForm. Cleanup.
git-svn-id: trunk@57049 -
2018-01-11 10:21:06 +00:00
dmitry
3e9a589e80 cocoa: scrollwincontrol, keeping the actual scrollbox size, if a smaller scolling range is requested. #32998
git-svn-id: trunk@57048 -
2018-01-11 05:28:36 +00:00
dmitry
db4dc7c254 cocoa: adding a basis to implement sorting of controls, whenever a z-order changes. should not be used rightaway due to slow performance, compared to remove add-related approach
git-svn-id: trunk@57044 -
2018-01-11 04:11:46 +00:00
zeljko
552e2b0df6 Qt5: fixed mapping of QReal type on arm processors. Patch by Lutz Mändle. Issue #32997
git-svn-id: trunk@57043 -
2018-01-10 22:56:59 +00:00
juha
bb2b8feabf IdeIntf: Prevent crash in DBGridColumnsPropertyEditorForm with "Delete All". Issue #33000.
git-svn-id: trunk@57042 -
2018-01-10 14:32:19 +00:00
mattias
b8a4422c7f codetools: identifier completion fixed empy Prefix
git-svn-id: trunk@57038 -
2018-01-10 08:30:25 +00:00
maxim
88450bc47a Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #32990
git-svn-id: trunk@57031 -
2018-01-09 22:16:15 +00:00
wp
7e3edd9156 TAChart: fix TDateTimeIntervalChartSource supressing minutes in hour steps
git-svn-id: trunk@57030 -
2018-01-09 22:04:56 +00:00
mattias
6560513c29 codetools: identifier completion: extended: compare only once
git-svn-id: trunk@57029 -
2018-01-09 18:33:53 +00:00
mattias
7b3993f0bd codetools: identifier completion: extended: add only once
git-svn-id: trunk@57028 -
2018-01-09 18:24:19 +00:00
mattias
a9428d5014 IDE: fixed compile
git-svn-id: trunk@57027 -
2018-01-09 18:22:31 +00:00
mattias
3581e9d7e4 codetools: fixed compile
git-svn-id: trunk@57026 -
2018-01-09 18:19:43 +00:00
mattias
391b8ffa36 IDEIntf: moved TAbstractIDEProjectOptions to unit projectintf, added TAbstractIDEProjectOptions.GetProject
git-svn-id: trunk@57024 -
2018-01-09 11:35:58 +00:00
mattias
76a5a3cd5d IDEIntf: added ConsoleVerbosity, pas2js: less hints, fixed getting compiler options, fixed uninitialized result
git-svn-id: trunk@57023 -
2018-01-09 11:08:04 +00:00
balazs
4bddb9a44b Carbon: Setting DC origin through SetWindowOrg and calling BitBlt does not work under OSX. Issue #28689 and #25564
git-svn-id: trunk@57022 -
2018-01-09 06:19:00 +00:00
dmitry
4e09fc9c2c cocoa: CocoaTabControl implement mouse events. #32982
git-svn-id: trunk@57020 -
2018-01-09 04:17:08 +00:00
dmitry
697151fb2d cocoa: making sure that the proper NSMenu- class is created for a proper LCL item. #32987
git-svn-id: trunk@57019 -
2018-01-09 03:30:31 +00:00
dmitry
cb31fbad0e cocoa: preventing call of keyup for textfield, in case the callback was cleared
git-svn-id: trunk@57018 -
2018-01-09 03:07:46 +00:00
dmitry
a77eb48d0c cocoa: passing the focus to the content view #32981.
git-svn-id: trunk@57017 -
2018-01-09 02:50:05 +00:00
maxim
26ce2347a4 LazUtils: when updating existing translation item, copy Flags together with translation if needed, just like we do for newly added item.
git-svn-id: trunk@57016 -
2018-01-08 23:05:59 +00:00
maxim
33824ac6a0 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@57015 -
2018-01-08 18:33:11 +00:00
juha
31d90d59f6 IDE: Extended filter for Code Completion. Issue #32974, patch from regs.
git-svn-id: trunk@57014 -
2018-01-08 17:50:59 +00:00
maxim
502f9aa7f0 Translations: regenerated translations
git-svn-id: trunk@57011 -
2018-01-08 16:11:10 +00:00
maxim
854d1eceaf LazUtils: when updating existing translation item, copy PreviousID together with translation if needed, just like we do for newly added item.
git-svn-id: trunk@57010 -
2018-01-08 15:22:52 +00:00
dmitry
2c0b33fd1a cocoa: update scrollbox implementation, fix the problem of missing scrollbars. #32971. Todo - implement SetScrollInfo and GetScrollInfo for ScrollView
git-svn-id: trunk@57009 -
2018-01-08 03:34:29 +00:00