dmitry
0094808177
cocoa: releasing capture, if present on disabling or destroying a window. bug #36491
...
git-svn-id: trunk@62500 -
2020-01-05 07:54:22 +00:00
dmitry
eb427fedcf
cocoa: implementing GetTabRect for left and right tabs
...
git-svn-id: trunk@62498 -
2020-01-05 06:48:43 +00:00
dmitry
2c9df5c82a
cocoa: implementing TCocoaWSCustomTabControl.GetTabRect
...
git-svn-id: trunk@62497 -
2020-01-05 06:34:36 +00:00
martin
439be6f619
FpDebug: Linux, removed assert. Condition can occur when process terminates, as threads have not been restarted
...
git-svn-id: trunk@62496 -
2020-01-04 19:44:02 +00:00
martin
834a18b043
FpDebug: Fix Command.DoContinue. Do not read DbgThread.GetInstrPtr if the event is caused by another thread. On Linux the none-event thread (belonging to the command) may not be paused/readable.
...
git-svn-id: trunk@62495 -
2020-01-04 19:44:01 +00:00
juha
653dca44e0
IDE: Make sure temp dir exists before starting IPC server. Issue #35838 .
...
git-svn-id: trunk@62494 -
2020-01-04 19:30:08 +00:00
juha
63cc527b35
LCL: Simplify code dealing with ampersands (&). Remove duplicate code.
...
git-svn-id: trunk@62493 -
2020-01-04 19:30:01 +00:00
martin
2282f707cf
FpDebug: Fix Command.DoContinue. Do not read DbgThread.GetInstrPtr if the event is caused by another thread. On Linux the none-event thread (belonging to the command) may not be paused/readable.
...
git-svn-id: trunk@62492 -
2020-01-04 19:02:04 +00:00
martin
6cc8e56bdc
FpDebug: Fixed IDE hang on linux. ExecuteInDebugThread can be called recursive (e.g., by MemReader)
...
git-svn-id: trunk@62491 -
2020-01-04 18:23:06 +00:00
dmitry
5301fa49cb
cocoa: ShowHide only activates non hint window. Hint window are brought to front, but not getting focus. bug #36516
...
git-svn-id: trunk@62490 -
2020-01-04 17:59:08 +00:00
martin
6739277749
Revert "FpDebug: Windows, remove unused code" / WinProcess.Interrupt is used by app/fpd
...
git-svn-id: trunk@62489 -
2020-01-04 15:00:40 +00:00
martin
5fb2dfc3ed
FpDebug: Fix Mem-leak, DefaultMap was not freed. Issue #0036498
...
git-svn-id: trunk@62488 -
2020-01-04 15:00:38 +00:00
martin
54bbd61a23
Updated project file information. Patch by ccrause
...
git-svn-id: trunk@62487 -
2020-01-04 15:00:36 +00:00
wp
ec8029f42d
LCL/FlowPanel: Fix AutoSize issue (issue #36514 ).
...
git-svn-id: trunk@62486 -
2020-01-04 14:26:03 +00:00
martin
16a4757fa3
Fixed fpd memory leak caused by dangling TFpDbgMemConvertorLittleEndian.Create instance. Patch by ccrause
...
git-svn-id: trunk@62485 -
2020-01-04 03:56:59 +00:00
martin
365888b1de
Fix fpd memory leak in TBreakPointIdMap. Patch by ccrause
...
git-svn-id: trunk@62484 -
2020-01-04 03:56:58 +00:00
martin
4e918eebdd
Updated macho.pas from compiler folder. Needed the CPU_TYPE_ constants to identify target information. Patch by ccrause
...
git-svn-id: trunk@62483 -
2020-01-04 03:56:56 +00:00
martin
61e8a903ce
FpDebug: FpdCommand, moved "uses fgl" outside ifdef
...
git-svn-id: trunk@62482 -
2020-01-04 03:36:22 +00:00
dmitry
11fb196904
cocoa: forcing focusing of the content view, if window gets focused
...
git-svn-id: trunk@62481 -
2020-01-04 03:21:34 +00:00
martin
8bdb3bfd79
FpDebug: fix mem leak / cross debug to win32 causes 2 load events for ntdll
...
git-svn-id: trunk@62480 -
2020-01-04 03:00:09 +00:00
bart
fd263834a1
SynEditExport: only raise an exception (and a make that verbose one) if critical conditions are not met.
...
git-svn-id: trunk@62479 -
2020-01-03 15:44:41 +00:00
ondrej
61ff6d46d1
Fix compilation with FPC trunk
...
git-svn-id: trunk@62477 -
2020-01-03 09:22:11 +00:00
ondrej
6f1497ade1
revert 61976 #ec34c3f2f1:
...
lazutils: lazutf8: fixed TStringList.LoadFromFile load UTF8 by default
* not needed any more because the latest FPC trunk has TEncoding.Default=SystemEncoding that is UTF-8 in Lazarus/LazUTF8
git-svn-id: trunk@62474 -
2020-01-02 19:05:58 +00:00
juha
d163f49c6b
LCL-GTK3: Implement Canvas.GetPixel. Issue #36472 , patch from CudaText man.
...
git-svn-id: trunk@62473 -
2019-12-31 10:52:52 +00:00
juha
593915c4b3
LCL-GTK3: Implement Canvas.Pixels[]. Issue #36472 , patch from CudaText man.
...
git-svn-id: trunk@62472 -
2019-12-30 15:36:49 +00:00
juha
2bc8095d8d
LazUtils: Fix spelling in LConvEncoding. Issue #36492 , patch from CudaText man.
...
git-svn-id: trunk@62471 -
2019-12-30 13:59:18 +00:00
juha
29d750ae6a
Codetools: Support Codecompletion inside "with begin end" block. May fix other cases, too. Issue #0023782 , patch from jefferywa.
...
git-svn-id: trunk@62470 -
2019-12-30 13:59:12 +00:00
juha
56b70571c9
LCL: Make result of ShortcutToText compatible with Delphi ("="). Issue #36489 , patch from Bart.
...
git-svn-id: trunk@62468 -
2019-12-29 23:18:59 +00:00
juha
dd0a4014b6
LazUtils: LConvEncoding fix for CP936 and other DBCS codepages. Issue #36492 , patch from CudaText man.
...
git-svn-id: trunk@62467 -
2019-12-29 23:18:57 +00:00
juha
f721c3bcc5
LCL-GTK2: Simplify function Ampersands2Underscore.
...
git-svn-id: trunk@62466 -
2019-12-29 23:18:55 +00:00
juha
7cac33cb8e
LCL-GTK2: Simplify function RemoveAmpersands and move it to LCLProc.
...
git-svn-id: trunk@62465 -
2019-12-29 23:18:53 +00:00
juha
ec99bd95e2
LCL-GTK2: Move function ComparePChar to LazStringUtils as SamePChar.
...
git-svn-id: trunk@62464 -
2019-12-29 23:18:51 +00:00
juha
a6e4bb8d92
LCL-GTK2: Remove {$IFDEF OldToolBar}
...
git-svn-id: trunk@62463 -
2019-12-29 23:18:39 +00:00
jesus
47248e1066
Printers: rulers sample page for dialogs sample
...
git-svn-id: trunk@62462 -
2019-12-29 22:35:48 +00:00
jesus
650b991e87
Printers: Cocoa: fallback to std 72x72 resolution (high resolution is currently unsupported)
...
git-svn-id: trunk@62461 -
2019-12-29 22:34:32 +00:00
jesus
8aae6bd0f3
Printers: Cocoa: fix reported paper dimensions (fix LazReport designer)
...
git-svn-id: trunk@62455 -
2019-12-29 19:13:34 +00:00
zeljko
f38e21c5ae
Qt5: make OpenGL compatibile with Mesa. Patch by Chris Rorden. issue #36473
...
git-svn-id: trunk@62454 -
2019-12-29 10:48:52 +00:00
zeljko
ae474d63cb
Qt,Qt5: fixed range check error with fpc trunk. Patch by CudaText man. issue #36238
...
git-svn-id: trunk@62453 -
2019-12-29 10:45:32 +00:00
dmitry
03d28dad0f
cocoa: properly cleaning up the callback interface for the calendar
...
git-svn-id: trunk@62452 -
2019-12-29 06:43:33 +00:00
wp
7b571df356
TAChart: Improved and scaled layout of TChartListbox demo.
...
git-svn-id: trunk@62451 -
2019-12-27 19:18:05 +00:00
michael
3841575ebf
* Removed fpreportdom
...
git-svn-id: trunk@62450 -
2019-12-26 23:12:08 +00:00
maxim
ce0447a6e0
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #36476
...
git-svn-id: trunk@62449 -
2019-12-25 22:11:09 +00:00
juha
bfee802bc9
LCL: Restore function MinimizeName which was deleted in r62444 #d0ca74aa06. Needed at least for Delphi compatibility.
...
git-svn-id: trunk@62448 -
2019-12-25 22:00:41 +00:00
jesus
0ff93d16af
LazReport: snap resizing object(s) to guides.
...
git-svn-id: trunk@62447 -
2019-12-25 19:04:40 +00:00
juha
aaed1a2696
Docs: Updated documentation for LCL unit Controls. Issue #36475 , patch from Don Siders.
...
git-svn-id: trunk@62446 -
2019-12-25 13:21:04 +00:00
juha
86dc1c8b72
LCL-GTK3: Show icons in ToolButton style tbsCheck. Issue #36465 , patch from Anton Kavalenka and CudaText man.
...
git-svn-id: trunk@62445 -
2019-12-25 11:26:33 +00:00
juha
d0ca74aa06
Move functions from IDEProcs to LazFileUtils. Remove unused function MiniMizeName.
...
git-svn-id: trunk@62444 -
2019-12-25 11:26:25 +00:00
jesus
7d87865122
LazReport: Snap to guide while drawing one inserted object.
...
git-svn-id: trunk@62443 -
2019-12-25 02:46:24 +00:00
jesus
f98cd17789
LazReport: When using helper guides, snap objects while moving them.
...
git-svn-id: trunk@62442 -
2019-12-24 23:57:48 +00:00
juha
dab82b8dae
Include "$(IDEBuildOptions)" macro in compiler options for some packages. Issue #36468 , patch from Cyrax.
...
git-svn-id: trunk@62441 -
2019-12-23 21:01:19 +00:00