Commit Graph

16339 Commits

Author SHA1 Message Date
mattias
fe0a06d109 LCL: fixed check for unicode widestring, patch from FPK
git-svn-id: trunk@42308 -
2013-08-04 10:06:07 +00:00
mattias
533ea4f496 LCL: getmousecapture: check if handleallocated
git-svn-id: trunk@42305 -
2013-08-04 09:52:54 +00:00
mattias
b538b89c23 lcl: gtk2: less hints
git-svn-id: trunk@42290 -
2013-08-03 16:14:22 +00:00
mattias
61c1298df5 LCL: dialogs: allow defining own messagedlg overloads
git-svn-id: trunk@42222 -
2013-07-28 21:48:45 +00:00
mattias
283c25bf98 LCL: inline
git-svn-id: trunk@42207 -
2013-07-25 21:21:58 +00:00
bart
24dd7801d7 ValEdit: fix crash in ValueListEditor.AdjustColumnWidths.
Patch by Cyrax. Issue #0024779.

git-svn-id: trunk@42205 -
2013-07-25 17:01:20 +00:00
jesus
3e9f8d11d5 LCL, grids, added ActiveControl property to TCompositeCellEditor
git-svn-id: trunk@42198 -
2013-07-24 20:42:19 +00:00
bart
52faf04b92 ValEdit: use Strings.NameValueSeparator instead of hardcoded '='.
Patch by Cyrax (slightly adapted).

git-svn-id: trunk@42197 -
2013-07-24 12:06:14 +00:00
mattias
eae2765bb9 LCL: TTextStrings: fixed uninitialized memory, bug #24773
git-svn-id: trunk@42187 -
2013-07-23 22:04:30 +00:00
mattias
31d427c439 LCL: TTextStrings: check Index out of bounds
git-svn-id: trunk@42186 -
2013-07-23 21:46:48 +00:00
juha
1552d8b462 LCL: define Windows compatible PInt in LCLType.
git-svn-id: trunk@42169 -
2013-07-21 19:46:33 +00:00
juha
ccd509acfc LCL: Add ColorRectWidth property to TCustomColorBox. Issue #24761, patch from Michael Fuchs
git-svn-id: trunk@42131 -
2013-07-18 13:04:41 +00:00
mattias
e483466b59 LCL: TTextStrings: handle TStrings where Text has less lines than Count, bug #24749
git-svn-id: trunk@42128 -
2013-07-18 08:41:28 +00:00
paul
0a3953816b win32: save/restore child windows state on minimze/restore (issue #0024055)
git-svn-id: trunk@42127 -
2013-07-18 07:12:33 +00:00
bart
44ab1aef23 TCustomTreeView: use Utf8CompareStr for default sorting instead of AnsiCompareStr.
Issue #0024740.

git-svn-id: trunk@42123 -
2013-07-17 21:22:58 +00:00
paul
c93aa0be7b win32: when we redirect an application.handle message check the window state of the handle window in case of minimize and the sate of the main window in other cases
git-svn-id: trunk@42112 -
2013-07-17 06:13:05 +00:00
paul
5a5a3e4448 win32: group a condition and write a comment why it is needed
git-svn-id: trunk@42111 -
2013-07-17 03:40:29 +00:00
paul
0286c2485a lcl:
- call resizing without checking for the state change
- don't all resizing when the change does not come from the interface

git-svn-id: trunk@42106 -
2013-07-16 09:19:07 +00:00
mattias
d63a40c020 LCL: fixed TTextSTrings.AddStrings with objects and multi lines, bug #24749
git-svn-id: trunk@42103 -
2013-07-16 07:37:44 +00:00
juha
de66005a39 LCL: Avoid duplicate accented chars with GTK2. Test with define "Gtk2LatinAccents". Issue #24750, patch from Éderson Cássio
git-svn-id: trunk@42102 -
2013-07-16 07:34:28 +00:00
paul
b467bd8f6f lcl: formatting
git-svn-id: trunk@42101 -
2013-07-16 07:24:16 +00:00
paul
ccc3d51ef0 lcl: introduce TCustomForm.Resize for compatibility with VCL, move window state change logic there
git-svn-id: trunk@42100 -
2013-07-16 07:14:06 +00:00
paul
e8dd57fb62 qt: fix DesktopLeft and DesktopTop requests
git-svn-id: trunk@42099 -
2013-07-16 03:43:04 +00:00
paul
4910e314df lcl: fix position of poDesktopCenter forms when desktop Left,Top <> (0,0)
git-svn-id: trunk@42098 -
2013-07-16 03:38:31 +00:00
paul
d9530e9613 qt: map more windows key codes (issue #0024748)
git-svn-id: trunk@42097 -
2013-07-16 03:25:36 +00:00
mattias
146442cbfb LCL: TTextStrings: clear always array entries
git-svn-id: trunk@42096 -
2013-07-15 23:00:00 +00:00
mattias
af129c07e4 LCL: TSpeedButton: do not eat DialogChar when disabled, bug #24742
git-svn-id: trunk@42086 -
2013-07-14 06:42:24 +00:00
mattias
5f1bb4c689 LCL: comment
git-svn-id: trunk@42085 -
2013-07-14 06:37:06 +00:00
mattias
5c16922af0 clean up
git-svn-id: trunk@42084 -
2013-07-14 06:36:50 +00:00
mattias
5508274faf cocoa: fixed compilation x86_64
git-svn-id: trunk@42071 -
2013-07-13 05:58:53 +00:00
sekelsenmat
ffc02673d7 Patch from bug #24264, fixes a problem in wince menus
git-svn-id: trunk@42070 -
2013-07-13 05:16:47 +00:00
sekelsenmat
a29c6d9dec Applies patch from bug #17519 to fix regression in WinCE menus
git-svn-id: trunk@42069 -
2013-07-13 05:12:09 +00:00
bart
f745a17097 TShellTreeView: publish OnAdvancedCustomDraw, OnAdvancedCustomDrawItem, OnCustomDraw, OnCustomDrawItem.
Issue #0024732.

git-svn-id: trunk@42066 -
2013-07-12 14:44:18 +00:00
mattias
e304d07dd7 LCL: fixed unit paths
git-svn-id: trunk@42061 -
2013-07-11 21:58:07 +00:00
mattias
d7840abebd LCL: TTextStrings: fixed TTextStrings.Insert
git-svn-id: trunk@42032 -
2013-07-08 21:21:57 +00:00
mattias
4d29b334e5 LCL: TTextStrings: optimized AddStrings
git-svn-id: trunk@42031 -
2013-07-08 20:56:10 +00:00
bart
2b0d38d8b6 TPromptDialog: handle Ctrl+C (copy MSG to clipboard).
Issue #0016295.

git-svn-id: trunk@42005 -
2013-07-06 12:57:26 +00:00
mattias
09ca2cdb5c LCL: clean up
git-svn-id: trunk@41996 -
2013-07-04 14:39:13 +00:00
mattias
ccc2a1903a LCL: comments
git-svn-id: trunk@41995 -
2013-07-04 14:37:02 +00:00
mattias
49eae20cfe LCL: dbgs for TContolStyle, comments
git-svn-id: trunk@41994 -
2013-07-04 14:34:51 +00:00
mattias
8e437bf7cd LCL: csReflector
git-svn-id: trunk@41993 -
2013-07-04 14:20:08 +00:00
mattias
36349a5eaa LCL: TTreeView: if custom drawn: let custom drawn decide wether to paint icon, and indent depending on ImageIndex
git-svn-id: trunk@41987 -
2013-07-03 22:36:27 +00:00
juha
2667dcf7f4 Converter: convert Windows WideString syntax (#xxx) to UTF8 in LFM files. Issue #23116
git-svn-id: trunk@41962 -
2013-07-01 23:33:50 +00:00
juha
86818186ba LCL: formatting
git-svn-id: trunk@41961 -
2013-07-01 23:33:45 +00:00
mattias
1d1e59dd74 LCL: TTreeView: if a node has no icon, do not indent, bug #24692
git-svn-id: trunk@41956 -
2013-07-01 13:23:44 +00:00
mattias
a415e1f9ac LCL: read dfm: check for characters in system codepage
git-svn-id: trunk@41955 -
2013-07-01 13:10:02 +00:00
mattias
3281fcd366 lcl: ReadLFMHeaderFromFile: using utf8
git-svn-id: trunk@41954 -
2013-07-01 12:58:33 +00:00
zeljko
558db885c8 carbon: fix titlebar button drawing by ThemeManager (paul)
git-svn-id: trunk@41875 -
2013-06-24 16:53:35 +00:00
zeljko
e4a431af6a carbon: implement titlebar button measuring by ThemeManager (paul)
git-svn-id: trunk@41874 -
2013-06-24 16:44:33 +00:00
zeljko
5300229d06 carbon: implement titlebar button drawing by ThemeManager (paul)
git-svn-id: trunk@41871 -
2013-06-24 15:51:25 +00:00