Commit Graph

53115 Commits

Author SHA1 Message Date
michl
8cf176ad0c LCL: Win32: Prevent AV at closing form.
git-svn-id: trunk@56429 -
2017-11-17 20:11:20 +00:00
wp
fb71f9ddca IDE: Auto-column widths in charactermap (issue #32701).
git-svn-id: trunk@56428 -
2017-11-17 13:24:35 +00:00
juha
a3606b5a94 LCL: Formatting of Clipboard unit.
git-svn-id: trunk@56427 -
2017-11-17 12:07:54 +00:00
juha
de2332956c LCL: Scroll TreeView on drag-n-drop. Issue #19006, patch from AlexeyT.
git-svn-id: trunk@56426 -
2017-11-17 12:07:53 +00:00
juha
c645377b97 LCL: Unpublish TEdit.Action. Issue #31339, patch from AlexeyT.
git-svn-id: trunk@56425 -
2017-11-17 12:07:47 +00:00
balazs
f575803010 Opkman: Fixed package dependency bug.
git-svn-id: trunk@56424 -
2017-11-17 09:21:17 +00:00
juha
10b7f2d141 LCL: Fix CF_Text and CF_BITMAP for Clipboard. Issue #27194, patch from AlexeyT.
git-svn-id: trunk@56423 -
2017-11-17 08:17:14 +00:00
maxim
c67468c16a Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #32697
git-svn-id: trunk@56419 -
2017-11-16 22:31:52 +00:00
juha
21667253dc IdeIntf: Add a comment in PackageLinkIntf.
git-svn-id: trunk@56418 -
2017-11-16 17:27:48 +00:00
juha
93f48e1da6 LCL: Improve giving focus to docked windows from Windows menu. Issue #32659, patch from Pascal Riekenberg.
git-svn-id: trunk@56417 -
2017-11-16 11:19:00 +00:00
wp
4111fd882a TAChart: Add TLinearMarkPositions option lmpInsideCentered to center bar series marks inside the bars (issue #32693).
git-svn-id: trunk@56416 -
2017-11-15 14:50:37 +00:00
balazs
066730daf9 Opkman: Small GUI tweak.
git-svn-id: trunk@56415 -
2017-11-15 11:03:36 +00:00
balazs
2f06bf5238 Opkman: Sort private repository before saving to file.
git-svn-id: trunk@56414 -
2017-11-15 09:23:40 +00:00
jesus
41c3d6a8d6 LCL,Gtk2: fix Dialog modal windows go behind regular windows and won't come on top, issue #32635
git-svn-id: trunk@56413 -
2017-11-15 00:54:41 +00:00
maxim
0dfbf05613 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #32695
git-svn-id: trunk@56411 -
2017-11-14 23:01:39 +00:00
wp
173cef239a TAChart: More built-in colormap palettes
git-svn-id: trunk@56406 -
2017-11-14 14:49:55 +00:00
mattias
8928e14292 tests: added CreateRelativePath windows test
git-svn-id: trunk@56405 -
2017-11-14 11:29:39 +00:00
mattias
6e9b8ffbe3 tests: added CreateRelativePath windows test
git-svn-id: trunk@56404 -
2017-11-14 11:17:10 +00:00
mattias
77785eec5b tests: moved old fileprocs tests to lazfileutils
git-svn-id: trunk@56403 -
2017-11-14 11:15:07 +00:00
mattias
5b052ebd36 codetools: parse attributes
git-svn-id: trunk@56402 -
2017-11-14 11:01:14 +00:00
mattias
a9808b040a codetools: test parsing attributes
git-svn-id: trunk@56401 -
2017-11-14 10:59:46 +00:00
juha
c06635aeeb LazUtils: Fix the compare functions of lists for integer types in unit IntegerList.
git-svn-id: trunk@56400 -
2017-11-14 09:33:04 +00:00
juha
c7ba603d21 Reduce typecasts. Use TIntegerList and TByteList where appropriate.
git-svn-id: trunk@56399 -
2017-11-13 23:20:44 +00:00
juha
5071092ea6 SynEdit: Enable operations for an identifier also when caret is at its end. Patch from Dmitry D. Chernov.
git-svn-id: trunk@56398 -
2017-11-13 19:19:57 +00:00
juha
18f15c2e73 LazUtils: Add class TInt64List, a list of Int64.
git-svn-id: trunk@56397 -
2017-11-13 19:13:49 +00:00
juha
d2b1729095 LazUtils: Rename TArray -> TPointerPointerArray.
git-svn-id: trunk@56396 -
2017-11-13 17:33:36 +00:00
juha
2b76275fb8 LCL: Use IntegerList in TGridDataCache for AccumWidth and AccumHeight.
git-svn-id: trunk@56395 -
2017-11-13 17:33:35 +00:00
juha
08cbd1a2bc LCL: Use IntegerList in PostScriptCanvas.
git-svn-id: trunk@56394 -
2017-11-13 17:33:34 +00:00
juha
ce074563bb JCF2: Use IntegerList as a base for local TIntList.
git-svn-id: trunk@56393 -
2017-11-13 17:33:33 +00:00
juha
502dc198c0 SynEdit: Use IntegerList in unit SynEditRegexSearch.
git-svn-id: trunk@56392 -
2017-11-13 17:33:31 +00:00
juha
631f189a08 TurboPowerIPro: Use IntegerList in unit IpStrms for FLineIndex list.
git-svn-id: trunk@56391 -
2017-11-13 17:33:30 +00:00
juha
86aadcad56 LCL: Use IntegerList for FCols and FRows of TCustomGrid.
git-svn-id: trunk@56390 -
2017-11-13 17:33:29 +00:00
juha
ddec3eb450 LCL: Rename members in TVirtualGrid to avoid confusion with TGrid members. Eg. FCells -> FCellArr.
git-svn-id: trunk@56389 -
2017-11-13 17:33:28 +00:00
juha
04a49cc7ee LazUtils: Add a new unit IntegerList.
git-svn-id: trunk@56388 -
2017-11-13 17:33:23 +00:00
mattias
98be7f19c0 cody: identifier db: replaced speedbuttons with checkboxes, so that tabstop works
git-svn-id: trunk@56387 -
2017-11-13 12:39:50 +00:00
balazs
d539582687 Opkman: Prevent handpoint cursor for empty links.
git-svn-id: trunk@56386 -
2017-11-13 12:21:57 +00:00
balazs
2ded5bb2e7 Opkman: Handpoint cursor for links. Request by @tudi_x.
git-svn-id: trunk@56385 -
2017-11-13 12:11:20 +00:00
zeljko
8510bdc6fc LCL: TListView CustomSort. patch by AlexeyT. issue #8536
git-svn-id: trunk@56384 -
2017-11-13 12:00:42 +00:00
wp
0fd6977d46 TurboPower_IPro: Fix charset detection if there are several meta tags.
git-svn-id: trunk@56383 -
2017-11-12 22:49:47 +00:00
maxim
f074efb5ea LCL: regenerated translations and updated Russian translation
git-svn-id: trunk@56382 -
2017-11-12 22:43:27 +00:00
maxim
ff7f20dcd4 TAChart: regenerated translations and updated Russian translation
git-svn-id: trunk@56381 -
2017-11-12 22:41:08 +00:00
maxim
1258906f43 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@56380 -
2017-11-12 22:30:20 +00:00
wp
f33f7c642d IDE: Slightly improved versions of some component palette icons (by Roland Hahn)
git-svn-id: trunk@56379 -
2017-11-12 22:13:21 +00:00
juha
e5da480946 LCL: Improve TreeView.HotTrack with a color. Issue #32677, patch from AlexeyT.
git-svn-id: trunk@56378 -
2017-11-12 22:02:20 +00:00
wp
847397914f TurboPower_iPro: Fix charset attribute being ignored in meta tag.
git-svn-id: trunk@56377 -
2017-11-12 19:05:39 +00:00
juha
ba12198061 Codetools: Formatting. Add an assertion for issue #32340.
git-svn-id: trunk@56376 -
2017-11-12 17:50:29 +00:00
wp
dcc4e9ee25 TAChart: Rename property TCustomColorMapSeries.AutoscaleColors to .AutoMapColors (thanks to howardpc).
git-svn-id: trunk@56375 -
2017-11-12 16:57:11 +00:00
wp
e115139cde TAChart: Add built-in colorsource to TCustomColorMapSeries
git-svn-id: trunk@56374 -
2017-11-12 16:27:13 +00:00
wp
7da2064e99 lcl: Minor revision of HiRes images of lcl controls (by Roland Hahn)
git-svn-id: trunk@56373 -
2017-11-12 14:25:09 +00:00
juha
e9fdb75387 LCL: Implement TreeView.HotTrack. Issue #32677, patch from AlexeyT.
git-svn-id: trunk@56372 -
2017-11-12 13:07:11 +00:00