bart
|
1e8b391f35
|
TShellListView: don't ask the system again for filesize since we already stored it somewhere.
git-svn-id: trunk@61796 -
|
2019-09-01 13:32:06 +00:00 |
|
bart
|
0f5f2129da
|
ShellCtrls: implement OnAddItem event for TShellTreeView and TShellListView. Analogue to Delphi's OnAddFolder (but since paramters differ anway I choose another name). Based on a code example by wp.
git-svn-id: trunk@61795 -
|
2019-09-01 13:22:53 +00:00 |
|
juha
|
0024abb1af
|
LCL: Optimize TScreen.MonitorFromRect. Issue #36034, patch from Alexey Tor.
git-svn-id: trunk@61794 -
|
2019-09-01 06:54:14 +00:00 |
|
juha
|
03e52c7f5f
|
Docs: Updated documentation for LazCollections. Issue #36032, patch from Don Siders.
git-svn-id: trunk@61793 -
|
2019-09-01 06:27:10 +00:00 |
|
juha
|
6a27301326
|
LCL: Do not treat a number in edit control as accelerator key. Issue #34608, patch from C Western.
git-svn-id: trunk@61792 -
|
2019-09-01 06:07:29 +00:00 |
|
martin
|
538976df00
|
FpDebug: Implement DW_AT_allocated and DW_AT_associated
git-svn-id: trunk@61791 -
|
2019-08-31 20:59:09 +00:00 |
|
martin
|
6b65857351
|
FpDebug: Refactor cache for Address/DataAddress
git-svn-id: trunk@61790 -
|
2019-08-31 20:59:08 +00:00 |
|
martin
|
4b2740c97a
|
FpDebug: DW_AT_data_member_location now handles constant offset too. Moved to ComputeDataMemberAddress
git-svn-id: trunk@61789 -
|
2019-08-31 20:59:06 +00:00 |
|
martin
|
0d8b455ac6
|
FpDebug: rename one of the two LocationFromTag methods
git-svn-id: trunk@61788 -
|
2019-08-31 20:59:04 +00:00 |
|
maxim
|
1bc2b744e8
|
SynEdit: removed obsolete README.txt from languages directory
git-svn-id: trunk@61787 -
|
2019-08-29 23:20:43 +00:00 |
|
maxim
|
489168d083
|
SynEdit: Converted Unix Shell Script highligter name from resource string to constant and moved it to syneditstrconst.pp for symmetry with other highlighters. Removed now obsolete synhighlighterunixshellscript.*.po files. While at this, corrected the case of SYNS_LangPo constant value (didn't seem to cause any regressions).
git-svn-id: trunk@61786 -
|
2019-08-29 23:06:38 +00:00 |
|
maxim
|
b934a433bf
|
SynUniHighlighter: improved Russian translation
git-svn-id: trunk@61785 -
|
2019-08-29 22:20:37 +00:00 |
|
martin
|
6cabb6cc74
|
FpDebug: tests
git-svn-id: trunk@61784 -
|
2019-08-29 15:12:47 +00:00 |
|
martin
|
a8ec28c709
|
FpDebug: PascalParser, added = / <> operator for classes/interfaces
git-svn-id: trunk@61783 -
|
2019-08-29 15:12:45 +00:00 |
|
martin
|
aa7a4b709c
|
FpDebug: better detection of skInterface, skClass, skObject, skRecord. Added DW_TAG_interface_type.
git-svn-id: trunk@61782 -
|
2019-08-29 15:12:43 +00:00 |
|
martin
|
42a0598520
|
Gdbmi: Test helper package, missing file
git-svn-id: trunk@61781 -
|
2019-08-29 01:30:05 +00:00 |
|
maxim
|
7eea4a92e8
|
lazdebuggergdbmi: Moved resource strings from gdbmiserverdebugger.pas to gdbmistringconstants.pas, regenerated translations and updated Russian translation (gdbmiserverdebugger.*.po/.pot files are not needed anymore and removed).
git-svn-id: trunk@61780 -
|
2019-08-28 23:09:33 +00:00 |
|
martin
|
d18be77617
|
FpDebug: Move more fpc specific behaviour to fpdbgdwarffreepascal.pas
git-svn-id: trunk@61779 -
|
2019-08-28 15:36:18 +00:00 |
|
martin
|
530e705ee9
|
FpDebug: more tests
git-svn-id: trunk@61778 -
|
2019-08-28 15:36:17 +00:00 |
|
martin
|
94eaca854f
|
FpDebug: Rename TDbgSymbolForwarder to TFpSymbolForwarder
git-svn-id: trunk@61777 -
|
2019-08-28 15:36:15 +00:00 |
|
martin
|
3469cab38f
|
FpDebug: Rename FpSymbol.Member* to NestedSymbol* / Distinguish from FpValue.Member
git-svn-id: trunk@61776 -
|
2019-08-28 15:36:13 +00:00 |
|
dmitry
|
f435a7fd01
|
debugger: revert an accidental change of lazarus.res
git-svn-id: trunk@61775 -
|
2019-08-28 03:11:05 +00:00 |
|
dmitry
|
fc273b7540
|
debugger: .po files regenerated
git-svn-id: trunk@61774 -
|
2019-08-28 03:10:23 +00:00 |
|
dmitry
|
50b2c4921c
|
debugger: reusing the code of stopping the initialization process
git-svn-id: trunk@61773 -
|
2019-08-28 03:09:52 +00:00 |
|
dmitry
|
962dcfc053
|
cocoa: not sending onSelectionChange notification while clearing TListBox stringlist
git-svn-id: trunk@61772 -
|
2019-08-28 02:52:51 +00:00 |
|
dmitry
|
b3039aa65f
|
cocoa: preventing double scrollWheel message for the pair of manualHost+manualScrollView bug #36001
git-svn-id: trunk@61771 -
|
2019-08-28 02:27:10 +00:00 |
|
dmitry
|
ea3cda9791
|
cocoa: correct horizontal scrollWheel. macOS and LCL are using reversed delta values
git-svn-id: trunk@61770 -
|
2019-08-28 02:26:38 +00:00 |
|
dmitry
|
86a2871214
|
debugger; updating serverdebugger to allow initialization command to be executed prior to target remote call. (allow to trigger the gdbserver start) #36020
git-svn-id: trunk@61769 -
|
2019-08-27 23:45:55 +00:00 |
|
dmitry
|
462398fd23
|
cocoa: don't change buttons font, if a custom font has been selected
git-svn-id: trunk@61768 -
|
2019-08-27 22:37:28 +00:00 |
|
dmitry
|
159d5cc8cc
|
opengl: getting rid of cocoa GetNSObjectView
git-svn-id: trunk@61767 -
|
2019-08-27 19:25:49 +00:00 |
|
dmitry
|
6a0eef0c01
|
cocoa: getting rid of GetNSObjectView
git-svn-id: trunk@61766 -
|
2019-08-27 19:25:24 +00:00 |
|
dmitry
|
f4ad53c071
|
cocoa: replacing use of GetNSObjectView with lclContentView
git-svn-id: trunk@61765 -
|
2019-08-27 19:21:10 +00:00 |
|
dmitry
|
648d487f39
|
cocoa: replacing use of GetNSObjectView with lclContentView
git-svn-id: trunk@61764 -
|
2019-08-27 19:15:44 +00:00 |
|
dmitry
|
5e4157f40b
|
cocoa: replacing use of GetNSObjectView with lclContentView
git-svn-id: trunk@61763 -
|
2019-08-27 19:11:22 +00:00 |
|
dmitry
|
c369647805
|
cocoa: resolve the position corruption on bringToFront call. bug #35826
git-svn-id: trunk@61762 -
|
2019-08-27 19:04:23 +00:00 |
|
dmitry
|
0b60492e47
|
cocoa: restoring pen and brush states for DrawEdge call. bug #35998
git-svn-id: trunk@61761 -
|
2019-08-27 18:37:05 +00:00 |
|
dmitry
|
e768107d9c
|
cocoa: clearing selection of ListBox is itemIndex is set to negative index
git-svn-id: trunk@61760 -
|
2019-08-27 17:51:50 +00:00 |
|
maxim
|
5f10473e8d
|
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #36016
git-svn-id: trunk@61759 -
|
2019-08-26 22:35:04 +00:00 |
|
juha
|
6d2bdd67a7
|
LCL-GTK2: Make TrayIcon.OnClick work for non-Unity desktops. Issue #35983.
git-svn-id: trunk@61758 -
|
2019-08-25 19:44:39 +00:00 |
|
wp
|
6cbcc2951b
|
doc: Clarify help on TCustomStringGrid.Clean.
git-svn-id: trunk@61757 -
|
2019-08-25 15:11:24 +00:00 |
|
juha
|
b362e1d253
|
Docs: Updated documentation for LCL. Issue #35993, patch from Don Siders.
git-svn-id: trunk@61756 -
|
2019-08-24 21:52:20 +00:00 |
|
martin
|
7096bc4c00
|
FpDebug: pascal-builder improve tolerance for unknown types in classes
git-svn-id: trunk@61755 -
|
2019-08-24 20:39:57 +00:00 |
|
martin
|
b8f6c44020
|
FpDebug: test watches for Pointer
git-svn-id: trunk@61754 -
|
2019-08-24 20:39:56 +00:00 |
|
martin
|
280666f480
|
FpDebug: Fix watches for Pointer
git-svn-id: trunk@61753 -
|
2019-08-24 20:39:54 +00:00 |
|
martin
|
ee04ce523f
|
FpDebug: Refactor MemberCount for structures
git-svn-id: trunk@61752 -
|
2019-08-24 20:39:53 +00:00 |
|
martin
|
42ba3bfcc7
|
FpDebug: Refactor TFpSymbolDwarfTypeSubRange bound info
git-svn-id: trunk@61751 -
|
2019-08-24 20:39:51 +00:00 |
|
martin
|
fb065ad50b
|
FpDebug: Remove unused (and redundant) cache for Members
git-svn-id: trunk@61750 -
|
2019-08-24 20:39:50 +00:00 |
|
juha
|
39f7688443
|
LCL-Win32: Show images correctly in OwnerData Listview with property SubItemImages. Issue #35173, patch from Serge Anvarov.
git-svn-id: trunk@61749 -
|
2019-08-23 18:43:14 +00:00 |
|
martin
|
4c4fa5b667
|
FpDebug: Remove unused code HasDwarfDataAddress
git-svn-id: trunk@61748 -
|
2019-08-22 21:33:27 +00:00 |
|
martin
|
f92c11c44a
|
FpDebug: Remove some duplicate code for GetDataAddress
git-svn-id: trunk@61747 -
|
2019-08-22 21:33:25 +00:00 |
|