juha
2a2559a1fd
IDE: Add buttons into SearchResultsView window to close tabs. Issue #36384 , patch from BrunoK.
...
git-svn-id: trunk@62364 -
2019-12-09 17:42:11 +00:00
zeljko
04b39226b6
Qt,Qt5: fixed FrameRect() drawing. issue #36411
...
git-svn-id: trunk@62363 -
2019-12-09 16:23:47 +00:00
juha
9bbb6b0a30
IDE: Debug output for solving issue #36384 .
...
git-svn-id: trunk@62362 -
2019-12-09 14:32:15 +00:00
juha
8ebda25a9b
IDE: Harmonize TNonModalIDEWindow enum identifiers in IdeOptionDefs.
...
git-svn-id: trunk@62361 -
2019-12-09 14:23:37 +00:00
maxim
e8a4f9b175
Translations (IDE): changed Russian translation of lismacpreferences string according to https://wiki.freepascal.org/macOS_Translation
...
git-svn-id: trunk@62360 -
2019-12-08 22:35:45 +00:00
maxim
655b966c04
LCL: regenerated translations and updated Russian translation
...
git-svn-id: trunk@62359 -
2019-12-08 21:10:42 +00:00
maxim
15f64d4dcb
JSONViewer: committed missing changes in frmmain.lrj and updated Russian translation
...
git-svn-id: trunk@62358 -
2019-12-08 21:08:06 +00:00
juha
5ccf5408e4
Docs: Updated documentation for ButtonPanel. Issue #36406 , patch from Don Siders.
...
git-svn-id: trunk@62357 -
2019-12-08 19:54:28 +00:00
juha
ffa116207f
LCL-GTK3: Improve canvas artifacts, swapped RGB colors etc. Issue #36374 , patch from Anton Kavalenka + Alexey Tor.
...
git-svn-id: trunk@62356 -
2019-12-08 19:45:58 +00:00
dmitry
4213fd0677
cocoa: making menu captions resource strings. Patch by Zoë Peterson. bug #35234
...
git-svn-id: trunk@62355 -
2019-12-08 19:32:57 +00:00
wp
410090e60e
TAChart: Add new property "AngleRange" to TPieSeries to enable a "halfdonut series"
...
git-svn-id: trunk@62354 -
2019-12-08 18:22:21 +00:00
juha
bdf8608839
LCL-GTK3: Improve handling of & accelerator on button captions. Issue #36255 , patch from Alexey Tor.
...
git-svn-id: trunk@62353 -
2019-12-08 08:45:27 +00:00
dmitry
62ef41f719
cocoa: making mainpool lazy initialization - moving to AppInit, to prevent conflicts with dynlib loading. bug #36360
...
git-svn-id: trunk@62352 -
2019-12-08 05:03:08 +00:00
dmitry
79faff4c47
cocoa: supporting additional bmp formats. Patch by TK. bug #36311
...
git-svn-id: trunk@62351 -
2019-12-08 04:29:51 +00:00
martin
ce0adcee42
LazDebuggerFp: fix compile with 3.3.1
...
git-svn-id: trunk@62350 -
2019-12-08 03:24:37 +00:00
martin
5d2eb7f545
IDE: Added LazDebuggerFp (fpdebug) to BigIDE
...
git-svn-id: trunk@62349 -
2019-12-08 02:37:52 +00:00
martin
479ccecb1d
LazDebuggerFp: Version to 0.9 and Makefile
...
git-svn-id: trunk@62348 -
2019-12-08 02:37:50 +00:00
martin
e3313cf793
FpDebug: Version to 0.9
...
git-svn-id: trunk@62347 -
2019-12-08 02:37:18 +00:00
martin
d70c65f807
LazDebuggerFp: Test exception stepping
...
git-svn-id: trunk@62346 -
2019-12-08 00:18:48 +00:00
martin
a2a811c87c
FpDebug: debugln
...
git-svn-id: trunk@62345 -
2019-12-08 00:18:18 +00:00
martin
489625b121
FpDebug, LazDebuggerFp: Implement step to except/finally / step over ignored exception
...
git-svn-id: trunk@62344 -
2019-12-08 00:18:17 +00:00
martin
c1611124b4
FpDebug: Added methods to add disabled breakpoints, and modify existing
...
git-svn-id: trunk@62343 -
2019-12-08 00:18:15 +00:00
martin
66a5571620
FpDebug: Clean/Remove the duplicate Finished/Handled on TDbgControllerCmd
...
git-svn-id: trunk@62342 -
2019-12-08 00:18:13 +00:00
martin
42eb28852f
FpDebug: Win, Fix dropping last char of dll names.
...
git-svn-id: trunk@62341 -
2019-12-08 00:18:12 +00:00
martin
b34bc4a730
FpDebug, LazDebuggerFp: Implemented OnLibrary(Un)LoadedEvent / Show in event log
...
git-svn-id: trunk@62340 -
2019-12-08 00:18:10 +00:00
martin
9cd1e928d5
FpDebug, LazDebuggerFp: Use FindProc instead of FindContext to get SymbolInfo entries
...
git-svn-id: trunk@62339 -
2019-12-08 00:18:09 +00:00
martin
cc3e23afb0
FpDebug: Win, Parse DLL-Entry points
...
git-svn-id: trunk@62338 -
2019-12-08 00:18:07 +00:00
martin
2dd36b3cd8
FpDebug: FPC sets some lines to line-num=0 => map them to the next avail line. This will at least be somewhere around the correct location.
...
git-svn-id: trunk@62337 -
2019-12-08 00:18:05 +00:00
martin
f64a5f7d3b
FpDebug: Rewrite of Step-In/Over/Out. Now handle (end-)stepping after leaving current procedure (i.e step to the outer line end, according to "In" or "Over")
...
git-svn-id: trunk@62336 -
2019-12-08 00:18:03 +00:00
martin
afd4dead10
FpDebug: Fix LineInfo, EndSequence was not handled, and some addresses resulted in wrong lines (even in the wrong procedure)
...
git-svn-id: trunk@62335 -
2019-12-08 00:18:01 +00:00
juha
04fae0e9d6
LCL-GTK3: Reduce typecasts in methods of TGtk3WSOpenDialog.
...
git-svn-id: trunk@62334 -
2019-12-07 17:30:58 +00:00
martin
f8622385f7
LazDebuggerGdbmi: Win64-SEH, fix stepping out of finally block, if the block was entered without exception
...
git-svn-id: trunk@62333 -
2019-12-07 02:00:04 +00:00
michael
c22ac41cb7
* Fix drive demo compilation
...
git-svn-id: trunk@62332 -
2019-12-06 12:32:21 +00:00
michael
18c804d07f
* Optimize changing visual content
...
git-svn-id: trunk@62331 -
2019-12-06 10:22:27 +00:00
michael
0586de550a
* Correction from Theo to create new object in correct location
...
git-svn-id: trunk@62330 -
2019-12-05 21:47:18 +00:00
michael
e26a38a047
* Missing patch for languages. Misapplied ?
...
git-svn-id: trunk@62329 -
2019-12-05 21:45:51 +00:00
juha
fe2f85d8e6
Docs: Documentation updates for LCL and LazUtils. Issue #36392 , patch from Don Siders.
...
git-svn-id: trunk@62328 -
2019-12-05 20:55:51 +00:00
juha
dd3e6c3681
Docs: Documentation update for LCL CheckLst.xml. Issue #36400 , patch from Don Siders.
...
git-svn-id: trunk@62327 -
2019-12-05 19:14:56 +00:00
michael
470ce73096
* Some improvements for JSON Data viewer by Theo
...
- Fix: Double element creation
- Fix: "Raw preview" update.
- Fix: "New Document creates Object" option.
- New: Visual and Raw is two way now. Changes in "Raw" (Editable now) will be taken over in "Visual" too.
- New: Option: Save Formatted (readable) JSON.
- Change: Make TSynJScriptSyn global.
- New: German translations.
git-svn-id: trunk@62326 -
2019-12-05 16:24:50 +00:00
balazs
0545e7c3cf
Opkman, VST: On desktops with a dark theme the online package manager text font appears black and unreadable, it is not using the theme color. Issue #36398 , patch by Zeljko.
...
git-svn-id: trunk@62325 -
2019-12-05 06:44:44 +00:00
maxim
d7177ae196
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #36390
...
git-svn-id: trunk@62324 -
2019-12-03 23:00:45 +00:00
martin
180e3b09f6
DebuggerGdbMI: Improved setting breaks for exception stepping. Detect some errors, and reduce unnecessary retries
...
git-svn-id: trunk@62323 -
2019-12-03 22:11:57 +00:00
martin
9fbffccd0d
DebuggerGdbMI: Fixed Win-64bit Step-to-exception for ignored exception, the except block must be skipped / Fixed clearing temp breakpoints
...
git-svn-id: trunk@62322 -
2019-12-03 22:11:56 +00:00
martin
59b37b9fc9
DebuggerGdbMI: Fixed Win-64bit debugging. Revision r62314 #5cb2cd173d changed setting of RtlUnwindEx, leading to massive unexpected pausing of the target
...
git-svn-id: trunk@62321 -
2019-12-03 22:11:54 +00:00
martin
d506a29b8c
FpDebug: Fix a potential double-free
...
git-svn-id: trunk@62320 -
2019-12-03 19:40:41 +00:00
martin
b206664b05
LazDebuggerFp: Fixed/Workaround an endless loop with auto-continue breakpoints. The new async-stack-eval was not taken into account.
...
git-svn-id: trunk@62319 -
2019-12-03 01:55:29 +00:00
maxim
dc42d0fa38
IDE: regenerated translations and updated Russian translation
...
git-svn-id: trunk@62318 -
2019-12-01 21:25:57 +00:00
martin
c9a2548cf8
SynEdit: MarkupFoldColor, fix crash when HL does not have config.
...
git-svn-id: trunk@62317 -
2019-12-01 12:48:31 +00:00
martin
cdad0cd83f
LazDebuggerGdbmi: Tests for Step to finally/except for Win64 SEH
...
git-svn-id: trunk@62315 -
2019-11-29 02:58:27 +00:00
martin
5cb2cd173d
LazDebuggerGdbmi: Step to finally/except for Win64 SEH
...
git-svn-id: trunk@62314 -
2019-11-29 02:54:51 +00:00