Commit Graph

57377 Commits

Author SHA1 Message Date
martin
745d2b94d1 Debugger, testsuite: fix crash if logging is disabled
git-svn-id: trunk@61446 -
2019-06-22 17:09:36 +00:00
michael
a326525422 * Patch from Sven to fix case where the dataset is filled twice
git-svn-id: trunk@61445 -
2019-06-22 08:20:48 +00:00
mattias
9614fc8d50 IDE: fixed compile
git-svn-id: trunk@61444 -
2019-06-22 07:58:44 +00:00
dmitry
6e0e763061 ide: revert accidental change to startlazarus.res
git-svn-id: trunk@61443 -
2019-06-22 02:19:46 +00:00
dmitry
bb953dba12 ide: updating General Options to be Preferences on macOS
git-svn-id: trunk@61442 -
2019-06-22 02:17:47 +00:00
dmitry
a7efa10e75 ide: adding mac preferences line
git-svn-id: trunk@61441 -
2019-06-22 02:17:07 +00:00
dmitry
28ca352efe cocoa: update hint window to use windowcontentdocument as well
git-svn-id: trunk@61440 -
2019-06-21 16:00:23 +00:00
dmitry
12152924e3 cocoa: splitting window content into content and document, to allow the support of scrollbars for the form. #33988
git-svn-id: trunk@61439 -
2019-06-21 15:42:10 +00:00
dmitry
11c98beb89 cocoa: scroll the selected text to visible range for TMemo
git-svn-id: trunk@61438 -
2019-06-21 14:37:27 +00:00
dmitry
25a5e07eaf treeview: updating scrollbars on items addition and removal. #35738
git-svn-id: trunk@61437 -
2019-06-21 13:53:11 +00:00
michael
2f9ac2ad57 * Fix LoadFromIniFile call
git-svn-id: trunk@61436 -
2019-06-21 09:41:16 +00:00
michael
a021125215 * Fix adding filename to MRU when save as is called
git-svn-id: trunk@61435 -
2019-06-21 09:24:23 +00:00
mattias
9c6809c984 lazdebuggergdbmi: clean up
git-svn-id: trunk@61434 -
2019-06-20 22:59:57 +00:00
mattias
3e63584b3e lcl: fixed carbon compile under fpc 3.3.1, patch #35740
git-svn-id: trunk@61433 -
2019-06-20 22:59:42 +00:00
dmitry
fb9c361376 cocoa: simplify Calendar implementation. Setting default localTimeZone to localTime zone
git-svn-id: trunk@61432 -
2019-06-20 03:33:10 +00:00
dmitry
5080a98675 cocoa: mouse handling for TUpDown control
git-svn-id: trunk@61431 -
2019-06-20 03:16:57 +00:00
dmitry
cf89d1f9bf cocoa: adding mouseUp handler. The handler is going to be used, when LCL overrides the mouse and doesn't let the default mouseDown to be processed (in the designer mode)
git-svn-id: trunk@61430 -
2019-06-20 02:50:56 +00:00
martin
0b0838fab1 GdbmiDebugger: Fixed compile for IFDEF darwin
git-svn-id: trunk@61429 -
2019-06-19 19:13:07 +00:00
maxim
763ba5554c IDE: Turkish translation update by Onur ERÇELEN, bug #35729
git-svn-id: trunk@61428 -
2019-06-19 15:58:22 +00:00
martin
8874afbe6a FpDebug/LazDebuggerFp: Refactor logging, use LazLogger for all logging.
git-svn-id: trunk@61427 -
2019-06-19 15:26:22 +00:00
martin
f5b60972c9 LazDebugger: add operators for log-enable to main unit too.
git-svn-id: trunk@61426 -
2019-06-19 15:26:19 +00:00
dmitry
8f2808bb2e cocoa: adding RemoveTarget method to callback. To let it know that the target handle has been destroyed
git-svn-id: trunk@61425 -
2019-06-19 14:49:31 +00:00
dmitry
860c292e15 cocoa: preventing range check error on a tab removal
git-svn-id: trunk@61424 -
2019-06-19 14:47:11 +00:00
dmitry
285f0d4cb6 cocoa: adding rotation of the cursor to make diagonal resizing cursors
git-svn-id: trunk@61423 -
2019-06-18 23:07:07 +00:00
dmitry
44e350ffea cocoa: part 3 of the keyboard handling patch by Zoë Peterson. #35538
git-svn-id: trunk@61422 -
2019-06-18 20:12:21 +00:00
dmitry
940fdd0370 cocoa: key event handling update, part 2 by Zoë Peterson. #35538
git-svn-id: trunk@61421 -
2019-06-18 20:06:33 +00:00
martin
a2744edd0a FpDebug: clean up
git-svn-id: trunk@61420 -
2019-06-18 18:39:24 +00:00
martin
dc28cea48d FpDebug: Fix potential int-overflow.
git-svn-id: trunk@61419 -
2019-06-18 18:39:22 +00:00
martin
9341db12f7 FpDebug, test: fix test.
git-svn-id: trunk@61418 -
2019-06-18 18:39:20 +00:00
martin
f2698e4d03 FpDebug: make fpc wide/unicode-string workaround, depend on fpc-version
git-svn-id: trunk@61417 -
2019-06-18 18:39:19 +00:00
martin
970cf11642 FpDebug: DwarfClassMap (fpc specific classes), use instances.
git-svn-id: trunk@61416 -
2019-06-18 18:39:17 +00:00
martin
5d6b05e0c0 FpDebug: Move reading dwarf-2 length of dyn-array to fpc specific unit (fpdbgdwarffreepascal)
git-svn-id: trunk@61415 -
2019-06-18 18:39:15 +00:00
martin
5effef2a57 FpDebug: Refactor "AttribIdx". Reduce repeated calls.
git-svn-id: trunk@61414 -
2019-06-18 18:39:13 +00:00
martin
befba0c77b FpDebug: Fix mem leak in strings/dwarf-3
git-svn-id: trunk@61413 -
2019-06-18 18:39:11 +00:00
dmitry
23631ab836 cocoa: calling idle event for nativeloop
git-svn-id: trunk@61412 -
2019-06-18 17:27:49 +00:00
dmitry
d0da669311 cocoa: updating drawing styles of geometry patterns. Dots are finally dots! #34744
git-svn-id: trunk@61411 -
2019-06-18 13:47:39 +00:00
dmitry
38d6d9c018 cocoa: fixing random crashes when the application doesn't have a keyWindow
git-svn-id: trunk@61410 -
2019-06-17 19:16:04 +00:00
wp
900910e4c4 TAChart: Make sure that builtin ColorSource of TCustomColorMapSeries always provides at least one x value. Patch by Marcin Wiazowski, issue #35705.
git-svn-id: trunk@61409 -
2019-06-17 17:53:09 +00:00
dmitry
e1b1260935 cocoa: additional exception catching code for handling lclSyncCheck
git-svn-id: trunk@61408 -
2019-06-17 17:30:58 +00:00
dmitry
7e3857ceac cocoa: resolving event processing for modal loop application termination
git-svn-id: trunk@61407 -
2019-06-17 16:50:31 +00:00
dmitry
3cba1d3b82 cocoa: adding cocoaloopnative approach - use Cocoa natively and catch FPC exceptions within cocoa-ws
git-svn-id: trunk@61406 -
2019-06-17 15:14:59 +00:00
dmitry
55c5fcfd47 cocoa: updating hijack method to stop() the application, instead of termination. Gives an ability for FPC runtime to finalize units
git-svn-id: trunk@61405 -
2019-06-17 15:07:07 +00:00
wp
0d2a56d82b TAChart: Provide a mechanism which automatically detects when a ListChartSource is sorted. Slightly modified patch by Marcin Wiazowski, issue #35681.
git-svn-id: trunk@61404 -
2019-06-17 14:38:02 +00:00
mattias
d7a532cfc4 lcl: save some bytes TControl
git-svn-id: trunk@61403 -
2019-06-17 09:25:28 +00:00
dmitry
d969404679 ide: update startlazarus for darwin. Not to rely on the exit code returned by open utility. As it's not lazarus returned code
git-svn-id: trunk@61402 -
2019-06-17 03:27:15 +00:00
dmitry
3123d5b440 cocoa: update focus notification to run during SetFocus, if current event is processed for another window
git-svn-id: trunk@61401 -
2019-06-16 13:23:22 +00:00
dmitry
bc2d633fdc ide: restoring carbon specific code as cocoa specific code to bring About menu under the Mac application menu
git-svn-id: trunk@61400 -
2019-06-16 02:45:21 +00:00
dmitry
04d6641daf cocoa: update the proper tab control placement and client dimensions for ShowTabs set to false. #35565
git-svn-id: trunk@61399 -
2019-06-15 21:38:34 +00:00
dmitry
2d8ade5a97 cocoa: initial (out of event loop) focus setting
git-svn-id: trunk@61398 -
2019-06-15 18:52:15 +00:00
dmitry
6f8ac4d6a1 cocoa: restoring windows order after reactivating the application #34630
git-svn-id: trunk@61397 -
2019-06-14 23:49:27 +00:00