Commit Graph

10440 Commits

Author SHA1 Message Date
tombo
3c64282e95 LCL Carbon: fixed TPageControl with hidden tabs (use GroupBox instead of Tabs control)
git-svn-id: trunk@21245 -
2009-08-16 15:07:33 +00:00
sekelsenmat
deead46265 Fixes FileUtil.FileSize for wince and adds unicode filename support in win32
git-svn-id: trunk@21243 -
2009-08-16 12:51:59 +00:00
mattias
8cb3925298 LCL: defaulttranslator: using property path, bug #12964, thanks to Klaus Reimer
git-svn-id: trunk@21242 -
2009-08-16 09:57:14 +00:00
sekelsenmat
8792aaa7cd Added more debug info to wince and shellctrls
git-svn-id: trunk@21241 -
2009-08-16 01:50:00 +00:00
mattias
82a1c68921 LCL: autosize: fixed ignoring invsisible childs, bug #14259
git-svn-id: trunk@21237 -
2009-08-15 21:04:23 +00:00
mattias
3f4099eb7b LCL: autosize: ignore invisible childs with alCustom
git-svn-id: trunk@21236 -
2009-08-15 20:52:35 +00:00
martin
944b8b028b LCL: cleanup
git-svn-id: trunk@21233 -
2009-08-15 20:07:06 +00:00
jesus
5ec4dadaec LCL, fix regresion adding custom columns in inactive dataset, issue #14239
git-svn-id: trunk@21231 -
2009-08-15 19:16:28 +00:00
sekelsenmat
3478d0c10b Patch from zaher dirkey: fixes combobox height under wince
git-svn-id: trunk@21228 -
2009-08-14 23:54:07 +00:00
mattias
5a2c69fa37 gtk1 intf: fixed compilation
git-svn-id: trunk@21220 -
2009-08-14 09:21:16 +00:00
jesus
e993b0b561 LCL, fix AV in dbgrid AutoSizeColumns when dataset is inactive, issue #14239
git-svn-id: trunk@21218 -
2009-08-13 19:22:41 +00:00
martin
0599dc51aa LCL: small optimization to WM_SETCURSOR, avoid unnecessary calculations, if screen.cursor is set
git-svn-id: trunk@21217 -
2009-08-13 14:10:09 +00:00
martin
af0b5a9727 LLCL: Fixes to SetCursor (Windows) for Edit/Comboboxes controls, part of issue #14336
git-svn-id: trunk@21216 -
2009-08-13 13:27:54 +00:00
martin
edaea50d9b LCL: Fixes to SetCursor (Windows) for tabbed controls, one part of issue #14336
git-svn-id: trunk@21214 -
2009-08-13 10:33:26 +00:00
mattias
7dbec45e6d gtk2 intf: fixed slow down when mouse outside bug #11740, fixed crash when WindowFromPoint widget destroyed
git-svn-id: trunk@21213 -
2009-08-13 06:53:35 +00:00
marc
6185c6ab60 * reverted r21200 #16af7e11b4, the removed functionality is essential when running lcl apps remote
git-svn-id: trunk@21207 -
2009-08-12 21:43:56 +00:00
jesus
3058684e23 LCL, fix dbgrid editor show on pressing RETURN, issue #14325
git-svn-id: trunk@21204 -
2009-08-12 18:03:29 +00:00
mattias
3e9f4bda8d LCL: published TCalendar.AutoSize
git-svn-id: trunk@21203 -
2009-08-12 15:44:16 +00:00
mattias
4e41553208 gtk2 intf: calendar: implemented GetPreferredSize
git-svn-id: trunk@21202 -
2009-08-12 15:43:30 +00:00
mattias
365837b53b gtk2 intf: clean up
git-svn-id: trunk@21201 -
2009-08-12 15:24:07 +00:00
mattias
16af7e11b4 gtk intf: removed cache for windowfrompoint, it crashes if widget was destroyed
git-svn-id: trunk@21200 -
2009-08-12 15:10:44 +00:00
mattias
898ed6eb2d LCL: fixed typo
git-svn-id: trunk@21199 -
2009-08-12 14:05:50 +00:00
mattias
1c5875ccfe gtk2 intf: removed auto mouse capture on mouse btn press fixing X locks with modal forms, LCL: fixed some typos
git-svn-id: trunk@21198 -
2009-08-12 14:04:52 +00:00
martin
7a30d2fdae Fixes to SetCursor (Windows) / Cleanup
git-svn-id: trunk@21197 -
2009-08-12 13:54:59 +00:00
mattias
d4eeeafe50 LCL: added flag EnableAsyncDeactivate for possible workaround for too early/many deactivate events
git-svn-id: trunk@21188 -
2009-08-12 11:38:37 +00:00
mattias
236c316138 LCL: calendarpopup: missing semicolon
git-svn-id: trunk@21187 -
2009-08-12 11:33:53 +00:00
vincents
c794009801 added svn properties
git-svn-id: trunk@21168 -
2009-08-11 11:14:49 +00:00
jesus
d43265773b LCL, fix exception caused by dblookup controls opening dataset, from Leslie Kaye, issue #14197
git-svn-id: trunk@21161 -
2009-08-10 18:10:51 +00:00
mattias
e23b9f69c4 gtk1: clean up
git-svn-id: trunk@21152 -
2009-08-10 12:01:22 +00:00
dmitry
e3afed50e8 carbon: fixed windows deactivation. LM_DEACTIVATE is now sending
git-svn-id: trunk@21151 -
2009-08-10 09:56:27 +00:00
dmitry
d536bc8912 carbon: fix modalstate regression for windows with bsDialog border style
git-svn-id: trunk@21150 -
2009-08-10 07:08:52 +00:00
martin
aa1e9cf44b Gtk2: Tweak ScrollWindowEx (used by SynEdit vertical scrolling), apparently gdk_window_move_region does not always invalidate the "scrolled-in" area. See issue #14297
Fixed added invalidation, if no previous invalidation did exist

git-svn-id: trunk@21149 -
2009-08-09 21:04:11 +00:00
martin
1dd3dbe142 Gtk2: Tweak ScrollWindowEx (used by SynEdit vertical scrolling), apparently gdk_window_move_region does not always invalidate the "scrolled-in" area. See issue #14297
git-svn-id: trunk@21148 -
2009-08-09 19:21:00 +00:00
mattias
c82f1a8f34 LCL: lresources: warn for duplicates
git-svn-id: trunk@21143 -
2009-08-09 03:14:40 +00:00
mattias
475d5ee4a0 LCL: lresources: use #127 instead
git-svn-id: trunk@21142 -
2009-08-09 02:43:35 +00:00
dmitry
ddf84c3a6e carbon: TCarbonScrollBar.GetScrollInfo implementation
git-svn-id: trunk@21138 -
2009-08-08 11:24:09 +00:00
vincents
f2aa35fb07 win32 interface: destroy buttonlist when a bitbtn is destroyed, fixes gdi object leak (issue #14211)
git-svn-id: trunk@21137 -
2009-08-08 08:34:51 +00:00
dmitry
1d4cd359c5 carbon: make GetClipRGN safer
git-svn-id: trunk@21132 -
2009-08-07 10:47:16 +00:00
dmitry
d8f9601b24 carbon support for ExtSelectClipRGN, GetClipRGN, CombineRGN
git-svn-id: trunk@21129 -
2009-08-07 09:54:54 +00:00
vincents
f177bfa6c3 LCL: adjust font of label, when caption changes, if OptimalFill = true (issue #14088)
git-svn-id: trunk@21128 -
2009-08-07 09:23:09 +00:00
vincents
552c41ac04 LCL: property storage, initialize storage before reading and writing integers and booleans, like has been done for strings in r18793 and r19196 #e9adbdad62 (issue #14115)
git-svn-id: trunk@21127 -
2009-08-07 08:32:45 +00:00
vincents
6f343b79e0 LCL: maskedit, jump to dot by pressing the key from Ingo Steiniger (issue #14180)
git-svn-id: trunk@21118 -
2009-08-06 12:51:40 +00:00
vincents
8b7dbf4939 LCL: moved the creation of interface specific TCustomMemo.Lines from CreateHandle to InitializeWnd, so that Lines are interfaces specific in TCustomEdit.CreateWnd, a proper fix for r21115 #2a16a46258
git-svn-id: trunk@21116 -
2009-08-06 10:21:33 +00:00
vincents
2a16a46258 gtk2 interface: temporarily disabled Memo.SelStart and SelLength if the memo strings are not yet created, even if an handle exists.
git-svn-id: trunk@21115 -
2009-08-06 09:54:27 +00:00
vincents
60e6d7e7ad LCL, FindDialog, ReplaceDialog: Focus and select find edit when dialog is shown (issue #14261)
git-svn-id: trunk@21114 -
2009-08-06 08:02:14 +00:00
vincents
bc85f9b08e LCL: fixed setting TEdit.SelStart and SelLength before the handle has been created
git-svn-id: trunk@21113 -
2009-08-06 07:59:00 +00:00
jesus
83b97ddf94 LCL, implements cliping rect in postscriptcanvas from Anton Kavalenka, issue #13826
git-svn-id: trunk@21111 -
2009-08-05 20:15:33 +00:00
vincents
7279d43d78 LCL: make TCustomEdit.EditMask public again, it is used by the TMaskEditor. This change may be undone if the TMaskEditEditor only is a component editor for TMaskEditor and not TCustomMaskEditor.
git-svn-id: trunk@21107 -
2009-08-05 14:07:16 +00:00
vincents
bc5a67ad14 LCL: patch from Michael van Canneyt (issue #14113)
* make TCustomEditButton a descendant from TCustomMaskEdit.
* adds a mask to TDateEdit. The format of the mask can be set with the new DateOrder property.
* make some public TCustomMask properties protected.

git-svn-id: trunk@21106 -
2009-08-05 13:31:39 +00:00
vincents
808a2558b9 win32 interface: don't handle state changes in togglebox manually (issue #14252)
git-svn-id: trunk@21103 -
2009-08-05 09:47:25 +00:00