dmitry
|
fb8098cc47
|
cocoa: update detecting combobox to take readonly mode
git-svn-id: trunk@58945 -
|
2018-09-11 03:43:25 +00:00 |
|
martin
|
28d95f19a0
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58944 -
|
2018-09-10 22:52:30 +00:00 |
|
martin
|
6a118ae674
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58943 -
|
2018-09-10 22:48:59 +00:00 |
|
martin
|
abb0c6ee62
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58942 -
|
2018-09-10 22:38:29 +00:00 |
|
martin
|
92a49470c8
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58941 -
|
2018-09-10 22:28:16 +00:00 |
|
juha
|
7183dd5d0b
|
MenuDesigner: Rename a MenuItem when it is changed into a separator.
git-svn-id: trunk@58940 -
|
2018-09-10 22:27:57 +00:00 |
|
juha
|
508a89d4af
|
LCL: Rename function NewLine -> NewLineMI to avoid name clashes and confusion.
git-svn-id: trunk@58939 -
|
2018-09-10 22:27:55 +00:00 |
|
juha
|
49e55e3acf
|
LCL: Copy TMenuItem's Name to its Caption after renaming if they were identical. TControl does the same already.
git-svn-id: trunk@58938 -
|
2018-09-10 22:27:49 +00:00 |
|
martin
|
df5198c067
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58937 -
|
2018-09-10 22:17:51 +00:00 |
|
maxim
|
de9dc6c952
|
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34247
git-svn-id: trunk@58936 -
|
2018-09-10 21:47:12 +00:00 |
|
martin
|
39230ec8a5
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58935 -
|
2018-09-10 18:51:10 +00:00 |
|
martin
|
2215afacf5
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58934 -
|
2018-09-10 18:47:45 +00:00 |
|
martin
|
d2951e053c
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58933 -
|
2018-09-10 18:36:24 +00:00 |
|
martin
|
1f0e5653f1
|
git-svn-id: trunk@58932 -
|
2018-09-10 18:09:22 +00:00 |
|
martin
|
a588c248ff
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58931 -
|
2018-09-10 15:54:21 +00:00 |
|
juha
|
aaed728310
|
IDE: Remove a useless form OnResize handler from PathEditor.
git-svn-id: trunk@58930 -
|
2018-09-10 07:50:59 +00:00 |
|
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 |
|