martin
|
2325bf85bd
|
lldb debugger: BreakPoints
git-svn-id: trunk@58474 -
|
2018-07-09 23:44:56 +00:00 |
|
martin
|
80f0f2fa83
|
lldb debugger: BreakPoints
git-svn-id: trunk@58473 -
|
2018-07-09 23:31:08 +00:00 |
|
wp
|
c9aed21706
|
TAChart: Add pie series demo to datapointtooldemo.
git-svn-id: trunk@58472 -
|
2018-07-09 15:01:48 +00:00 |
|
wp
|
4d7ff08e66
|
TAChart: Implement side-by-side arrangement of bars in TBarSeries from multiple y values.
git-svn-id: trunk@58471 -
|
2018-07-09 12:50:49 +00:00 |
|
juha
|
522414a86e
|
IDE: Add a hint in options GUI for max value 0 meaning unlimited. Issue #33910.
git-svn-id: trunk@58470 -
|
2018-07-09 08:21:11 +00:00 |
|
juha
|
1caf3575e5
|
IDE: Adjust the length of recent item lists when saving settings. Issue #33910.
git-svn-id: trunk@58469 -
|
2018-07-09 08:21:10 +00:00 |
|
juha
|
1366299857
|
IDE: Reordering and formatting code for recent item lists in unit IdeProcs.
git-svn-id: trunk@58468 -
|
2018-07-09 08:20:58 +00:00 |
|
dmitry
|
db21495a7c
|
cocoa: reusing the callback object, rather than adding the new one, preventing the mem leak. #33659
git-svn-id: trunk@58467 -
|
2018-07-09 01:00:55 +00:00 |
|
wp
|
13cf806532
|
TAChart: Fix operation of DataPointDragTool for TPieSeries
git-svn-id: trunk@58466 -
|
2018-07-08 21:59:35 +00:00 |
|
martin
|
5d541aec27
|
DebuggerIntf: Watches can now be created in Updating state. Allowing to bundle change notifications for the debugger backend.
git-svn-id: trunk@58465 -
|
2018-07-08 20:51:00 +00:00 |
|
martin
|
7dca373ee2
|
added $IDEBuildOptions
git-svn-id: trunk@58464 -
|
2018-07-08 15:50:37 +00:00 |
|
dmitry
|
9fcc29ebef
|
cocoa: disabling Tabbing macOS feature for windows (introduced in 10.12 and enabled by default in 10.13)
git-svn-id: trunk@58463 -
|
2018-07-08 06:18:29 +00:00 |
|
dmitry
|
365bc34c7e
|
cocoa: forcing the documentView to stay on top, if the scroll area is larger than contents
git-svn-id: trunk@58462 -
|
2018-07-08 05:59:15 +00:00 |
|
dmitry
|
28f19ec2b0
|
cocoa: separating controls related to scrolling to a separate unit (lcl.lpk)
git-svn-id: trunk@58461 -
|
2018-07-08 04:34:42 +00:00 |
|
dmitry
|
342d03b15f
|
cocoa: separating controls related to scrolling to a separate unit. History preserved
git-svn-id: trunk@58460 -
|
2018-07-08 04:33:23 +00:00 |
|
dmitry
|
2da2febe91
|
cocoa: separating text edits (and readonly combobox) to a separate CocoaTextEdits units. History preserved
git-svn-id: trunk@58459 -
|
2018-07-08 03:44:57 +00:00 |
|
dmitry
|
544291ec11
|
cocoa: update performKeyEquivalent, returning to common windowContent (how TFrame would behave?). Checking for the focused control to be NSTextView (matches TCocoaFieldEditor)
git-svn-id: trunk@58458 -
|
2018-07-08 03:18:20 +00:00 |
|
wp
|
a955f927fa
|
TAChart: Fix DataPointClick tool for PieSeries.
git-svn-id: trunk@58457 -
|
2018-07-07 11:31:37 +00:00 |
|
dmitry
|
a20966155d
|
cocoa: update keyequivalent handler, make sure the text edit is focused. #33632
git-svn-id: trunk@58456 -
|
2018-07-07 06:55:51 +00:00 |
|
dmitry
|
60ac1c23cc
|
cocoa: removing unused units
git-svn-id: trunk@58455 -
|
2018-07-07 06:05:51 +00:00 |
|
dmitry
|
68e459abb1
|
cocoa: getting rid of deprecated setFloatValue_knobProportion method
git-svn-id: trunk@58454 -
|
2018-07-07 06:05:19 +00:00 |
|
dmitry
|
4520e73882
|
cocoa: moving cocoa table driven controls to CocoaTables. History preserved
git-svn-id: trunk@58453 -
|
2018-07-07 05:19:00 +00:00 |
|
dmitry
|
4f1334064a
|
cocoa: resolve the warning regarding uninitialized ScreenImage
git-svn-id: trunk@58452 -
|
2018-07-07 04:39:48 +00:00 |
|
dmitry
|
2242dbf42a
|
cocoa: separating all NSWindow related classes to CocoaWindows unit. History preserved
git-svn-id: trunk@58451 -
|
2018-07-07 03:27:07 +00:00 |
|
dmitry
|
bd356ccaa6
|
cocoa: removing LCL dependency from CocoaCaret
git-svn-id: trunk@58450 -
|
2018-07-07 02:36:30 +00:00 |
|
juha
|
65bf99f425
|
LCL: Move procedure UpdateAlignIndex from TControl to TWinControl because it deals with its private var FAlignOrder. Suggested by taazz.
git-svn-id: trunk@58449 -
|
2018-07-06 21:06:59 +00:00 |
|
michl
|
9733fa84ab
|
LCL: Win32: Program starts slowly. Issue #33705
git-svn-id: trunk@58448 -
|
2018-07-06 20:01:25 +00:00 |
|
wp
|
b620802ae8
|
TAChart: Add new property MarkDistancePercent to TPieSeries.
git-svn-id: trunk@58447 -
|
2018-07-06 12:17:50 +00:00 |
|
dmitry
|
f0b79df6e0
|
cocoa: revising CocoaCaret implementation, removing dependancy on highlevel TTimer, replacing with Cocoa NSTimer
git-svn-id: trunk@58446 -
|
2018-07-06 04:27:15 +00:00 |
|
dmitry
|
1780f9b870
|
cocoa: update tab selection for CocoaTabControl
git-svn-id: trunk@58445 -
|
2018-07-06 04:00:28 +00:00 |
|
dmitry
|
99bdd1e53a
|
cocoa: fix CocoaTabControl tabs insertion and removal
git-svn-id: trunk@58444 -
|
2018-07-06 03:26:12 +00:00 |
|
martin
|
9b00b7bb65
|
lldb debugger: basic exception handling / fix crash in watches, if watch was free'd
git-svn-id: trunk@58443 -
|
2018-07-05 23:45:36 +00:00 |
|
mattias
|
53605e25ad
|
lcl: cocoa: pagecontrol: fixed range check error when creating page
git-svn-id: trunk@58442 -
|
2018-07-05 06:17:36 +00:00 |
|
dmitry
|
d60039b010
|
cocoa: minimize units use in cocoacaret.pas
git-svn-id: trunk@58441 -
|
2018-07-05 03:20:22 +00:00 |
|
dmitry
|
8d14f1d008
|
cocoa: separating TCocoaButton class into a separate unit, preserving history
git-svn-id: trunk@58440 -
|
2018-07-05 02:57:39 +00:00 |
|
dmitry
|
be82b77199
|
cocoa: resolved the conflict between Cocoa Tab index, LCL tab index and notification tab index. Seems like WS code should take care of widget tab index conversion to LCL tab indexconversion. Resolves the problem with disappearing tabs after a tab removal
git-svn-id: trunk@58439 -
|
2018-07-04 19:32:26 +00:00 |
|
martin
|
ec75584bad
|
lldb debugger: locals / fixes crash in stack
git-svn-id: trunk@58438 -
|
2018-07-03 23:13:23 +00:00 |
|
maxim
|
da633b592e
|
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #33941
git-svn-id: trunk@58437 -
|
2018-07-03 23:03:55 +00:00 |
|
martin
|
1f4fa68fab
|
Remove deprecated misspelled methods
git-svn-id: trunk@58436 -
|
2018-07-03 22:40:28 +00:00 |
|
martin
|
c7974af7b9
|
lldb debugger: breakpoint handling (honour most brk-properties)
git-svn-id: trunk@58435 -
|
2018-07-03 14:57:35 +00:00 |
|
martin
|
e23fd4d433
|
fp debugger: event log for breakpoint hit
git-svn-id: trunk@58434 -
|
2018-07-03 14:55:45 +00:00 |
|
martin
|
be369c0a73
|
Debugger: start refactor event-log handling / allow resource strings for common events to be stored in the IDE (rather than each debugger back end)
git-svn-id: trunk@58433 -
|
2018-07-03 14:54:51 +00:00 |
|
wassim
|
6bb3d9800a
|
Fix for bug #32366 (TForm.ShowModal on WinCE loops itself). Patch by Lacak
git-svn-id: trunk@58432 -
|
2018-07-03 14:00:29 +00:00 |
|
juha
|
a85f9e5e8a
|
LCL-Win32: Remove a useless assignment. Part of issue #32366. Patch from LacaK.
git-svn-id: trunk@58431 -
|
2018-07-03 12:33:18 +00:00 |
|
dmitry
|
c895335249
|
cocoa: adding the support for scrollable tabs of CocoaTabControl
git-svn-id: trunk@58430 -
|
2018-07-03 03:16:58 +00:00 |
|
martin
|
b5ae8af585
|
Debugger, IDE: avoid sending wrong break.location notification for watchpoints
git-svn-id: trunk@58429 -
|
2018-07-02 19:22:49 +00:00 |
|
wp
|
b9a983f064
|
Examples: Fix uninitialized variable issue in gridexamples/merged_cells (https://forum.lazarus.freepascal.org/index.php/topic,41757.msg290284)
git-svn-id: trunk@58428 -
|
2018-07-02 15:49:57 +00:00 |
|
maxim
|
4fab144588
|
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #33931
git-svn-id: trunk@58427 -
|
2018-07-01 22:09:43 +00:00 |
|
juha
|
a5ea9e38a7
|
IDE: Make sure restarting works always. Issue #33900, patch from C Western.
git-svn-id: trunk@58426 -
|
2018-07-01 16:27:01 +00:00 |
|
juha
|
da2d6888d1
|
LCL: Do not add CocoaTabControls to LCL's uses section. Remove non-existent cocoaproc.pas from lcl.lpk.
git-svn-id: trunk@58425 -
|
2018-07-01 16:26:56 +00:00 |
|