Commit Graph

17298 Commits

Author SHA1 Message Date
wp
ce0f999949 TAChart: Fix ZoomDragTool ignoring its Frame.Visible setting.
git-svn-id: trunk@57239 -
2018-02-03 22:09:10 +00:00
wp
703d842627 TAChart: Fix brush style bsClear not working in TClearBrush
git-svn-id: trunk@57238 -
2018-02-03 21:47:48 +00:00
mattias
92b1658960 codetools: debug continue parsing
git-svn-id: trunk@57237 -
2018-02-03 20:03:56 +00:00
dmitry
5d5d3e5e62 opengl: cocoa, fix the typo of hanlding mouse wheel event
git-svn-id: trunk@57218 -
2018-02-02 04:20:21 +00:00
ondrej
f6ea54d3f6 IDEIntf: IDE image list: fix adding images with different size from the target image list. Issue #33114
git-svn-id: trunk@57208 -
2018-02-01 17:38:22 +00:00
balazs
c3665280b1 Opkman: GUI tweak: change add, delete images.
git-svn-id: trunk@57202 -
2018-02-01 06:55:51 +00:00
martin
691e9239a3 GDBMI Debugger: Fix mem leak, introduced in rev 57193 #c7fe5d1822. Issue #0033107
git-svn-id: trunk@57199 -
2018-01-31 16:05:07 +00:00
martin
392a64d93b Debugger, GDBMI: fix range check, when comparing qword for min() Issue #033106
git-svn-id: trunk@57198 -
2018-01-31 15:51:08 +00:00
mattias
4b3152e0d4 codetools: added test for find declaration and missing closing bracket
git-svn-id: trunk@57197 -
2018-01-31 15:01:37 +00:00
martin
ea53266129 Debugger: add binary display for watches. Issue #0032817 Patch by Silvio Clécio
git-svn-id: trunk@57196 -
2018-01-31 00:05:27 +00:00
martin
c7fe5d1822 IDE, Debugger: Implemented symbol for pending breakpoint (used for code in libraries(dll/so), before it is loaded)
git-svn-id: trunk@57193 -
2018-01-30 19:44:26 +00:00
martin
b6006da0d4 Debugger Intf: build opts
git-svn-id: trunk@57192 -
2018-01-30 19:43:01 +00:00
martin
8b1b8ff0df GDBMI Debugger: clean up / merge identical code blocks for thread start/stop detection
git-svn-id: trunk@57191 -
2018-01-30 17:15:12 +00:00
martin
2f11742c8d GDBMI Debugger: clean up / merge identical code blocks for thread start/stop detection
git-svn-id: trunk@57190 -
2018-01-30 16:56:47 +00:00
maxim
b4f5e3399c IDEIntf: regenerated translations and updated Russian translation
git-svn-id: trunk@57186 -
2018-01-29 22:17:15 +00:00
maxim
98a25daa61 IDEIntf: fixed i18n of 'Delete resolution ...' button in ImageList editor
git-svn-id: trunk@57185 -
2018-01-29 22:11:55 +00:00
martin
bd833943f7 IDE: Config for SynEdit outline colors. Issue #32930
git-svn-id: trunk@57182 -
2018-01-29 21:03:14 +00:00
ondrej
09b0e087f7 IDE: Image List Editor: fix image listbox painting
git-svn-id: trunk@57173 -
2018-01-28 06:52:54 +00:00
dmitry
1d82a118e9 opengl: cocoa - do not perform the default mouse events for NSOpenGLView, to prevent duplicated event handling. #33067
git-svn-id: trunk@57172 -
2018-01-28 04:18:40 +00:00
ondrej
f81b38e69d IDE: open recent files: use load icon of new image list
git-svn-id: trunk@57165 -
2018-01-27 18:31:21 +00:00
ondrej
987f894152 High-DPI + Multiple Image Resolution ImageList (merged from HiDPIImageList branch)
git-svn-id: trunk@57164 -
2018-01-27 18:12:35 +00:00
ondrej
b4b56d377d IDE: fixes for High-DPI Image List
git-svn-id: branches/HiDPIImageList@57161 -
2018-01-27 18:05:59 +00:00
mattias
e568cca991 codetools: TBaseKeyWordFunctionList: do not sort on add
git-svn-id: trunk@57149 -
2018-01-26 09:42:38 +00:00
mattias
eb52382d06 codetools: TBaseKeyWordFunctionList: fixed resorting
git-svn-id: trunk@57148 -
2018-01-26 09:39:23 +00:00
maxim
47ca6a4009 LazUtils: removed unused constant from translations.pas
git-svn-id: trunk@57146 -
2018-01-25 00:02:34 +00:00
maxim
d6eb226fad POChecker: restored ability to report duplicate entries (was broken for several years and nobody noticed)
git-svn-id: trunk@57145 -
2018-01-24 23:59:59 +00:00
maxim
768142c2d9 Lazutils: fixed setting fuzzy flags for incorrectly formatted items when translations are regenerated by IDE and introduced Duplicate flag for TPOFileItem (we don't want to use Context for this, because in future it can be set not only for duplicate items)
git-svn-id: trunk@57144 -
2018-01-24 23:54:36 +00:00
maxim
692a019da4 Lazutils: Got rid of separate CheckFormatArguments method and FormatChecked property in TPOFile class. They are useless, because items are already checked for format arguments correctness when CheckFormatArguments is called.
git-svn-id: trunk@57143 -
2018-01-23 23:54:40 +00:00
maxim
f0d23f46c7 Lazutils: deprecated TPOFile.Add method. FillItem should be used from now on.
git-svn-id: trunk@57139 -
2018-01-21 22:48:54 +00:00
maxim
b7f1c99d2b Lazutils: refactored code for adding/updating items in order to remove code duplication (TPOFile.Add method call was always preceded by search for duplicate item). This change introduces FillItem method which effectively renders Add method obsolete.
git-svn-id: trunk@57138 -
2018-01-21 22:35:50 +00:00
juha
1cefe1d894 IDE: Formatting.
git-svn-id: trunk@57120 -
2018-01-19 12:12:42 +00:00
mattias
fe9c29b689 IDEIntf: less hints
git-svn-id: trunk@57115 -
2018-01-18 21:23:52 +00:00
mattias
cab4029da6 codetools: fixed rangechecking
git-svn-id: trunk@57114 -
2018-01-18 21:23:38 +00:00
wp
f00551aab4 TAChart: Fix crash if multi-valued lineseries is displayed in legend using styles.
git-svn-id: trunk@57113 -
2018-01-18 08:29:28 +00:00
balazs
afa1c5c035 Opkman: Bug fix: save custom data entered by the user.
git-svn-id: trunk@57104 -
2018-01-17 05:46:09 +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
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
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
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
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
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
ondrej
9f890e6f52 LCL: High-DPI ImageList: don't stream auto generated resolution
git-svn-id: branches/HiDPIImageList@57070 -
2018-01-13 07:02:30 +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
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