Commit Graph

53514 Commits

Author SHA1 Message Date
martin
0bcb49ed21 Debugger: Allow pause button to abort auto-continue of breakpoint
git-svn-id: trunk@57103 -
2018-01-16 18:13:40 +00:00
martin
91141381c8 IDE: removed unused caption resource for "run to cursor". Clean up for rev 57101 #6f95f40044
git-svn-id: trunk@57102 -
2018-01-16 16:30:20 +00:00
martin
6f95f40044 IDE, Debugger: fixed name for "step to cursor". Two different names where in use for this.
git-svn-id: trunk@57101 -
2018-01-16 16:25:27 +00:00
dmitry
b2be413ff5 cocoa: updating mapping of clWindow (COLOR_WINDOW) to textBackgroundColor
git-svn-id: trunk@57100 -
2018-01-15 13:04:41 +00:00
juha
b2e65128ee Remove redundant "Assigned(X)" when checking "if X is Txxx". Issue #33030, patch from Vojtech Cihak.
git-svn-id: trunk@57099 -
2018-01-15 10:53:48 +00:00
juha
9bf30fe379 IdeIntf, DBGridColumnsPropertyEditorForm: Simplify FillCollectionListBox etc. Issue #32903, patch from FTurtle.
git-svn-id: trunk@57098 -
2018-01-15 10:53:39 +00:00
dmitry
082a0b0294 cocoa: prevent windows from being released automatically when closed. todo: research cross widgets compatibility
git-svn-id: trunk@57097 -
2018-01-15 03:42:41 +00:00
dmitry
24f8eff6e3 synedit: Changing the clipboard internal Format storage from UINT to TClipboardFormat (PtrUInt)
git-svn-id: trunk@57096 -
2018-01-15 01:27:01 +00:00
maxim
32fa0a2d6e IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@57095 -
2018-01-14 22:07:17 +00:00
dmitry
dd08b79863 cocoa: removing debug lines
git-svn-id: trunk@57094 -
2018-01-14 20:44:49 +00:00
dmitry
1d60042603 cocoa: mouseevents for TextField and SecureTextField
git-svn-id: trunk@57093 -
2018-01-14 20:18:02 +00:00
dmitry
8338ae3194 cocoa: additional mouse events for TCocoaTextView
git-svn-id: trunk@57092 -
2018-01-14 19:49:29 +00:00
dmitry
95c9771015 cocoa: updating hit test for TabControl tab, respecting flipped control
git-svn-id: trunk@57091 -
2018-01-14 19:12:18 +00:00
dmitry
5f3e1030a7 cocoa: updating tab page caption in run-time
git-svn-id: trunk@57090 -
2018-01-14 16:28:01 +00:00
martin
dee589f02f Debugger: Do not always auto adjust the stackframe when stopping. (temp fix) Issue #0032978
git-svn-id: trunk@57089 -
2018-01-14 15:20:49 +00:00
dmitry
a67f1cb4a8 cocoa: correct color selections for system colors. #32933
git-svn-id: trunk@57088 -
2018-01-14 07:25:28 +00:00
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