mattias
4874a3ba56
undo
...
git-svn-id: branches/fixes_2_0@61014 -
2019-04-18 08:13:51 +00:00
mattias
d93e7e3dbc
IDE: fixed uninitialized result, issue #35411 , from Ondrej
...
git-svn-id: branches/fixes_2_0@61013 -
2019-04-18 08:12:57 +00:00
maxim
f8f56402b6
Merged revision(s) 60987 #d7f986c747 from trunk:
...
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #35385
........
git-svn-id: branches/fixes_2_0@60988 -
2019-04-15 22:15:03 +00:00
maxim
a87dc9d0ce
Merged revision(s) 60928-60929 #5e818f4ce4-#5e818f4ce4 from trunk:
...
IDE: Change caption for debug info. Remove "GDB", as the settings apply to all debuggers
........
IDE: regenerated translations and updated Russian translation
........
git-svn-id: branches/fixes_2_0@60974 -
2019-04-14 23:00:53 +00:00
maxim
3cbcdd86a2
Merged revision(s) 60949-60952 #1dc66309d3-#1dc66309d3, 60962-60963 #281ad1a6f0-#281ad1a6f0 from trunk:
...
cocoa: support for using DrawItem when drawing a read-only combobox. #21791
........
cocoa: do not call DrawItem for readonly dropdown if no item is not selected. #21791
........
cocoa: adding track area of readonly items, so they can be refreshed automatically as mouse moves around
........
cocoa: adding detection if a combobox is showing a popup window
........
cocoa: update the focused item status of a table raw. Only show it as focused, if it's selected and the control itself is focused. #32051
........
cocoa: shrink focus rect by one pixel from far sides
........
git-svn-id: branches/fixes_2_0@60973 -
2019-04-14 22:50:04 +00:00
mattias
c74ef3855c
docs: reame: add footer
...
git-svn-id: branches/fixes_2_0@60959 -
2019-04-13 11:17:26 +00:00
mattias
1b23f4ee0d
docs: fixed xml
...
git-svn-id: branches/fixes_2_0@60957 -
2019-04-13 11:02:54 +00:00
mattias
322d482ec2
docs: fixed build_lcl_docs
...
git-svn-id: branches/fixes_2_0@60956 -
2019-04-13 10:53:47 +00:00
mattias
69c1c32755
set fixes version 2.0.3
...
git-svn-id: branches/fixes_2_0@60955 -
2019-04-13 08:39:37 +00:00
mattias
bbb1ae0805
set fixes version 2.0.2
...
git-svn-id: branches/fixes_2_0@60953 -
2019-04-13 08:37:09 +00:00
martin
e44f0eef95
Merged (record merge info only) revision(s) 60862-60863 #f8b11dcbbf-#f8b11dcbbf from trunk:
...
TAChart: Fix compilation of additional drawer packages in FPC 3.2+
........
TAChart: Update package globallinks to changes in r60862 #f8b11dcbbf
........
git-svn-id: branches/fixes_2_0@60948 -
2019-04-12 23:46:08 +00:00
martin
18f46aec49
Merged revision(s) 60946 #bd2040ec55 from trunk:
...
FpDebug: "UnicodeString" workaround for wrong dwarf-highbound fpc issue #0035359 , see also issue #0035340
........
git-svn-id: branches/fixes_2_0@60947 -
2019-04-12 23:42:59 +00:00
wp
b16081878d
TAChart: TAChart: Fix compilation of additional drawer packages in FPC 3.2+ (r60862, r60863 #60546d8656)
...
git-svn-id: branches/fixes_2_0@60941 -
2019-04-12 17:02:01 +00:00
mattias
54612931d1
IDE: Fix jumping to next/previous error from the Search menu. Issue #35352
...
git-svn-id: branches/fixes_2_0@60940 -
2019-04-12 13:55:17 +00:00
mattias
1957911aaf
remove outdated link
...
git-svn-id: branches/fixes_2_0@60939 -
2019-04-12 13:55:00 +00:00
mattias
261728969f
FpDebug: Check char-size for strings. Recognize "UnicodeString", Issue #35340
...
git-svn-id: branches/fixes_2_0@60938 -
2019-04-12 13:54:38 +00:00
mattias
21071b34d1
LazDebuggerFpLldb: prevent crash in asm window, if dwarf info failed to load
...
git-svn-id: branches/fixes_2_0@60937 -
2019-04-12 13:54:16 +00:00
mattias
f1a7b48223
IDE: Improve GenericListEditor dialog layout. Issue #35328
...
git-svn-id: branches/fixes_2_0@60917 -
2019-04-10 11:34:18 +00:00
mattias
8c5b9aff94
Qt,Qt5: fixed action of TSavePictureDialog. Issue #0032540
...
git-svn-id: branches/fixes_2_0@60916 -
2019-04-10 11:33:55 +00:00
mattias
13c5a89a0f
Qt,Qt5: TComboBox.Sorted property implemented. Issue #0028045
...
git-svn-id: branches/fixes_2_0@60915 -
2019-04-10 11:33:36 +00:00
mattias
77e46758d9
LCL: wince: cosmetic + small optimization align code to Win32 implementation. Bug #30117
...
git-svn-id: branches/fixes_2_0@60914 -
2019-04-10 11:33:15 +00:00
mattias
9a1e3cee85
LCL: wince: remove selecting all text when focussing a TCustomEdit, this can be down in the LCL by setting TCustomEdit.AutoSelect := true (same as in win32 in rev. 15588). Bug #23345
...
git-svn-id: branches/fixes_2_0@60913 -
2019-04-10 11:32:43 +00:00
mattias
27be11f717
LCL: wince: comment about WM_NCDESTROY message which is not supported on WinCE (bug #24452 ) and commented code which emulates double click (bug #20568 )
...
git-svn-id: branches/fixes_2_0@60912 -
2019-04-10 11:32:02 +00:00
mattias
87cb704ab3
LCL-WinCE: attempt to fix incorrectly computed window size in GetWindowSize (Borders of window are not correctly subtracted). Bug #25966
...
git-svn-id: branches/fixes_2_0@60911 -
2019-04-10 11:30:17 +00:00
mattias
d13a283160
LCL-WinCE: cosmetic
...
git-svn-id: branches/fixes_2_0@60910 -
2019-04-10 11:29:56 +00:00
mattias
4c36efed67
LCL-WinCE: trivial: Add wince_7 to GetWinCEVersion()
...
git-svn-id: branches/fixes_2_0@60909 -
2019-04-10 11:29:35 +00:00
mattias
c131b9f845
FpDebug: Fix an overflow in address calculation
...
git-svn-id: branches/fixes_2_0@60908 -
2019-04-10 11:29:14 +00:00
mattias
0039bbd1f2
TUpDown: fix bug in GetPosition, reduce number of calls to TCustomUpDown.GetPosition in TUpDownButton.Click. Issue #0035209
...
git-svn-id: branches/fixes_2_0@60907 -
2019-04-10 11:28:49 +00:00
mattias
61fa6e0210
IDE: do not save editor content if disk file has changed and MainIDE.CheckFilesOnDiskEnabled disabled, issue #35230
...
git-svn-id: branches/fixes_2_0@60906 -
2019-04-10 11:26:42 +00:00
martin
634492818d
Merged revision(s) 60899 #728f898e5f from trunk:
...
LazDebuggerFpLldb: Catch errors during dwarf loading.
........
git-svn-id: branches/fixes_2_0@60900 -
2019-04-09 18:41:48 +00:00
mattias
62a9029415
openglcontrol: fixed double free, issue #35335 , from Denis Golovan
...
git-svn-id: branches/fixes_2_0@60867 -
2019-04-07 17:43:22 +00:00
wp
43f52607d6
TAChart: Fix compilation of navigatedemo.
...
git-svn-id: branches/fixes_2_0@60864 -
2019-04-07 14:25:43 +00:00
mattias
57515785de
IDE: merged more flexible TBuildManager.MacroFuncFPCVer
...
git-svn-id: branches/fixes_2_0@60860 -
2019-04-07 08:49:08 +00:00
mattias
f6a049365e
IDE: merged simplified SHortenPath, IDEIntf: added TLazCompilerOptions.CreateTargetFilename
...
git-svn-id: branches/fixes_2_0@60859 -
2019-04-07 08:40:37 +00:00
wp
96a144af00
TAChart: Rename demo folder db-barseries to db-pieseries.
...
git-svn-id: branches/fixes_2_0@60857 -
2019-04-06 22:04:29 +00:00
mattias
15775b6aed
codetools: merged updating pas2js values
...
git-svn-id: branches/fixes_2_0@60855 -
2019-04-06 08:16:10 +00:00
mattias
030c958825
IDE: less debug
...
git-svn-id: branches/fixes_2_0@60854 -
2019-04-06 08:15:27 +00:00
mattias
0a36945032
IDE: clean up
...
git-svn-id: branches/fixes_2_0@60853 -
2019-04-06 08:13:21 +00:00
mattias
79ba94760d
IDE: less hints
...
git-svn-id: branches/fixes_2_0@60852 -
2019-04-06 08:12:49 +00:00
mattias
9a80d8533c
IDE: less hints
...
git-svn-id: branches/fixes_2_0@60851 -
2019-04-06 08:12:34 +00:00
mattias
c8232d3472
debugger: less hints
...
git-svn-id: branches/fixes_2_0@60850 -
2019-04-06 08:12:17 +00:00
mattias
3c0457b4b2
codetools: clean up
...
git-svn-id: branches/fixes_2_0@60849 -
2019-04-06 08:12:03 +00:00
mattias
0c5d600d26
IDEIntf: added TLazCompilationToolOptions.Parsers
...
git-svn-id: branches/fixes_2_0@60845 -
2019-04-05 11:42:41 +00:00
mattias
8b825e4cc5
IDE: initial setup dialog: ssAutoVertical
...
git-svn-id: branches/fixes_2_0@60841 -
2019-04-05 07:11:51 +00:00
mattias
8f0e16948c
IDE: initial setup dlg: scrollbars, issue #35316
...
git-svn-id: branches/fixes_2_0@60826 -
2019-04-04 07:03:02 +00:00
maxim
be1accd93f
Merged revision(s) 59037 #d313b710e5 from trunk:
...
cocoa-opengl: removing lclIsHandle method override, as no longer used by cocoa ws
........
git-svn-id: branches/fixes_2_0@60794 -
2019-03-29 22:23:58 +00:00
mattias
e619670a04
IDE: fix IsVersionRequested
...
git-svn-id: branches/fixes_2_0@60781 -
2019-03-26 19:55:20 +00:00
mattias
6fc9a49d7c
SynEdit: AvlTree, check for nil when searching nodes
...
git-svn-id: branches/fixes_2_0@60780 -
2019-03-26 19:54:36 +00:00
mattias
5e02989a2e
IDE: Stop an endless loop when saving a unit with invalid name. Issue #35260
...
git-svn-id: branches/fixes_2_0@60779 -
2019-03-26 19:54:17 +00:00
mattias
ccfc5367a0
IdeIntf: Allow F12 and other hotkeys in Object Inspector when the selection Combobox is active. Issue #29335
...
git-svn-id: branches/fixes_2_0@60778 -
2019-03-26 19:54:00 +00:00