Commit Graph

55287 Commits

Author SHA1 Message Date
dmitry
05c1f5a34b cocoa: control size adjustement update. Checking selectors (to stay up to date). Revised sizes for push buttons
git-svn-id: trunk@58929 -
2018-09-10 02:13:42 +00:00
dmitry
664b822312 cocoa: update progress bar to recognize layout rectangles
git-svn-id: trunk@58928 -
2018-09-10 01:27:56 +00:00
dmitry
f2bcab26c2 cocoa: adding global autorelease pool for the whole cocoa widgetset
git-svn-id: trunk@58927 -
2018-09-09 22:30:19 +00:00
dmitry
3d462879e7 cocoa: fix lclClientFrame of LCLViewExtension to return the proper width/height for the rect
git-svn-id: trunk@58926 -
2018-09-09 22:23:02 +00:00
maxim
8256b48f72 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@58925 -
2018-09-09 22:14:12 +00:00
maxim
b8a456e163 IDE: fixed typo
git-svn-id: trunk@58924 -
2018-09-09 22:10:47 +00:00
dmitry
6614c82402 cocoa: preventing CocoaTextView from changing color by colordialog. #34198
git-svn-id: trunk@58923 -
2018-09-09 22:09:06 +00:00
dmitry
f19e657550 cocoa: changing the logic of lclFrame methods to return layout rectangle instead of physical frame. #34189
git-svn-id: trunk@58922 -
2018-09-09 21:38:43 +00:00
jesus
064a10f549 LCL: UpdateRecord on DbCombobox mousewheel selection, resolves issue #32383
git-svn-id: trunk@58921 -
2018-09-09 17:21:05 +00:00
juha
41ea7084a7 IDE: Add a form caption when editing templates in PathEditor. Cleanup.
git-svn-id: trunk@58920 -
2018-09-09 10:15:55 +00:00
dmitry
cbb9c40974 cocoa: code moving and cleaning up units use
git-svn-id: trunk@58919 -
2018-09-09 04:41:25 +00:00
dmitry
c2f1d4283e cocoa: refactoring statusbar implementation to callback based implementation. removed ComCtrls use in CocoaPrivate
git-svn-id: trunk@58918 -
2018-09-09 04:31:50 +00:00
dmitry
204f9108c1 cocoa: removing the direct use of stdctrls from cocoatextedits unit
git-svn-id: trunk@58917 -
2018-09-09 03:46:04 +00:00
dmitry
4bba77e385 cocoa: removing the code of repeat timer, using action triggered by NSScroller itself. Adding support for scroller arrows (used in older MacOSX)
git-svn-id: trunk@58916 -
2018-09-09 03:34:06 +00:00
dmitry
d206fddd76 cocoa: renaming unit extenstions for consistency (using .pas instead of .pp)
git-svn-id: trunk@58915 -
2018-09-09 02:03:48 +00:00
wp
6d06c805d5 TurboPower_ipro: Add text alignment support for some more html tags.
git-svn-id: trunk@58914 -
2018-09-08 21:39:04 +00:00
wp
92645dcf58 TurboPower_ipro: Avoid centering of text for style="text-align:justify"
git-svn-id: trunk@58913 -
2018-09-08 20:05:34 +00:00
michl
c17527dd30 LCL: Revert revision 58448 #9733fa84ab, 58497 #1a0431a7ad and follows: Set Enabled state after creation of handle, not in flags to ensure child windows have the correct state too.
git-svn-id: trunk@58912 -
2018-09-08 20:04:47 +00:00
wp
4572e78d45 TurboPower_ipro: Improved font detection. No hardLF around PRE node.
git-svn-id: trunk@58911 -
2018-09-08 17:49:38 +00:00
wp
88defc6a48 TurboPower_ipro: Add property "LinksUnderlined" to TIpHtmlPanel in order to underline hyperlinks or not.
git-svn-id: trunk@58910 -
2018-09-08 16:20:51 +00:00
wp
4c032af54f TurboPower_ipro: Some more improvements in line spacings.
git-svn-id: trunk@58909 -
2018-09-08 15:55:42 +00:00
wp
69221ae81d TurboPower_ipro: Improved rendering for consecutive <br> tags.
git-svn-id: trunk@58908 -
2018-09-08 11:24:34 +00:00
wp
1dc5b4578f TurboPower_ipro: Fix font selection.
git-svn-id: trunk@58907 -
2018-09-08 10:09:38 +00:00
jesus
a4bad60e2c LazReport: check for null in formatfloat function, issue #34213
git-svn-id: trunk@58906 -
2018-09-08 06:30:49 +00:00
wp
64b5cbf0b6 TurboPower_ipro: Fix line spacings when <br> tag is used.
git-svn-id: trunk@58905 -
2018-09-07 18:41:40 +00:00
juha
a37df13898 IDE: Remove a wrong resource string for publish module.
git-svn-id: trunk@58904 -
2018-09-07 11:03:47 +00:00
juha
9f252da8ea IDE: Move code related to many build modes to unit BuildModesManager. Make "Build many Modes" selection persistent.
git-svn-id: trunk@58903 -
2018-09-07 11:03:44 +00:00
juha
9c7329fca7 IDE: Remember the state of filter buttons in ProcedureList. Trigger filtering when they are clicked.
git-svn-id: trunk@58902 -
2018-09-07 11:03:31 +00:00
wp
c51224fbad lhelp: Extend the default count of MRU entries to 10
git-svn-id: trunk@58901 -
2018-09-07 10:11:34 +00:00
wp
813b5366b2 TAChart: Fix TChartColorMapSeries legend items when BuiltinPalette is used: Add new properties BuiltInPaletteMax and BuildInPaletteMin, remove property AutoMapColors. Update "func" demo.
git-svn-id: trunk@58900 -
2018-09-07 09:00:16 +00:00
jesus
0c95cf6607 LCL, Implements DBCombobox and DBLookupCombobox cancelling dataset edit state on ESC if it is the source of editing.
git-svn-id: trunk@58899 -
2018-09-07 01:20:37 +00:00
jesus
46263a6495 LCL: TDBLookupComboBox and csDropDown - restore correct ItemIndex, modified patch from Michal Gawrycki, issue #32943
git-svn-id: trunk@58898 -
2018-09-07 00:32:16 +00:00
martin
561246b1f9 LazDebugger, lldb: added asm step support / Issue #34227 Patch by David Jenkins
git-svn-id: trunk@58897 -
2018-09-06 21:52:19 +00:00
martin
d8030ed0be LazDebugger, fp-lldb: added dis-assembler support / Issue #34228 Patch by David Jenkins
git-svn-id: trunk@58896 -
2018-09-06 21:40:21 +00:00
wp
2a57c469be TurboPower_ipro: Fix relative font size.
git-svn-id: trunk@58895 -
2018-09-06 13:53:05 +00:00
martin
b65618119a fp-lldb debugger: fix hint evaluation / make sure registers are read first. Issue #034229
git-svn-id: trunk@58894 -
2018-09-06 12:15:32 +00:00
martin
7c2ce1cc23 fp-lldb, allow none external dbg info on mac 64bit
git-svn-id: trunk@58893 -
2018-09-06 11:42:47 +00:00
martin
ae279a0337 fpdebug: use TFPGMap instead of TStringList. Included in patch of Issue #34225 Patch by David Jenkins
git-svn-id: trunk@58892 -
2018-09-06 11:26:24 +00:00
martin
a44e814975 fpdebug / fp-lldb: runtime detection of 32/64bit arch. Issue #34225 Patch by David Jenkins
git-svn-id: trunk@58891 -
2018-09-06 11:24:43 +00:00
mattias
687059072b IDEIntf: added TProjectIntf.RemovePackageDependency
git-svn-id: trunk@58890 -
2018-09-06 08:31:26 +00:00
dmitry
5a3687fe08 cocoa: support for images for MenuItems (mainmenu, popupmenu). #33664
git-svn-id: trunk@58889 -
2018-09-06 04:44:43 +00:00
dmitry
b0e9ae1b0a cocoa. using Bitmap DC window ofs when rendering bitmaps. #34197. Based on the patch by Luiz Americo for #28689 (carbon)
git-svn-id: trunk@58888 -
2018-09-06 03:37:44 +00:00
dmitry
3797a72f85 cocoa: fixing ExcludeClipRect on Cocoa side. #34196
git-svn-id: trunk@58887 -
2018-09-06 02:53:29 +00:00
martin
d4437e704c LazDebugger, lldb: fix process launch
git-svn-id: trunk@58886 -
2018-09-06 01:45:03 +00:00
martin
362a579f9c LazDebugger, lldb: fix settings clear
git-svn-id: trunk@58885 -
2018-09-06 01:35:58 +00:00
martin
521b7017a7 LazDebugger, lldb: added step from raise to except/finally
git-svn-id: trunk@58884 -
2018-09-06 01:33:19 +00:00
martin
0ca9912dbf LazDebugger, lldb: fix settings cmd line args
git-svn-id: trunk@58883 -
2018-09-06 01:26:53 +00:00
martin
8e9344b351 LazDebugger, lldb: improved detecting arch discovery / Issue #34226 Patch by David Jenkins
git-svn-id: trunk@58882 -
2018-09-06 01:12:45 +00:00
martin
0d7386a502 LazDebugger, lldb: added step from raise to except/finally
git-svn-id: trunk@58881 -
2018-09-06 00:52:56 +00:00
maxim
8d3c097618 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@58880 -
2018-09-05 23:19:24 +00:00