Commit Graph

7539 Commits

Author SHA1 Message Date
paul
8e8ae63a6d gtk:
- dont send notification message to lcl when page of notebook is switching from no-page state
- AllowChange = False now has effect
qt:
- send notification message to lcl when notebook page want to switch
and look at AllowChange result
(fix part of 0008338)

git-svn-id: trunk@13744 -
2008-01-14 07:48:25 +00:00
paul
73343131f6 wince: reformatting
git-svn-id: trunk@13741 -
2008-01-13 16:05:32 +00:00
paul
df6de142fe TWinControl.DoUnDock: result = true by default
git-svn-id: trunk@13740 -
2008-01-13 15:47:00 +00:00
paul
b3dfe03d52 wince: copy few resize fixes from win32 widgetset
git-svn-id: trunk@13739 -
2008-01-13 15:33:22 +00:00
paul
f895295167 qt:
- install global event filter on all systems (not only win) to catch release events
- fix crash in RawImage_FromBitmap

git-svn-id: trunk@13738 -
2008-01-13 13:31:01 +00:00
paul
b1c2ed3d9b typo
git-svn-id: trunk@13737 -
2008-01-13 11:44:16 +00:00
paul
3a3a47ada3 fix qt 4.2 compilation
git-svn-id: trunk@13736 -
2008-01-13 11:42:22 +00:00
sekelsenmat
123be10231 Fixes setting the application title on windows unicode.
git-svn-id: trunk@13735 -
2008-01-12 21:08:45 +00:00
sekelsenmat
ecd8376f68 Initial implementation for setting unicode strings on the clipboard on windows.
git-svn-id: trunk@13731 -
2008-01-12 10:27:36 +00:00
sekelsenmat
214c8287f7 Initial implementation of a unicode clipboard on windows.
git-svn-id: trunk@13730 -
2008-01-12 09:46:39 +00:00
sekelsenmat
dd204c8080 Patch from Paul Michell, which implements showing popup menus from mouse gestures on wince.
git-svn-id: trunk@13728 -
2008-01-11 17:30:37 +00:00
paul
39dd581366 wince:
- copy missed TListBox code from win32
- copy win32 fix to CallDefaultWindowProc
- some formatting

git-svn-id: trunk@13723 -
2008-01-11 03:47:56 +00:00
paul
b6ebd55696 wince: more winapi functions: Prop, Capture, Caret
git-svn-id: trunk@13722 -
2008-01-11 02:47:11 +00:00
paul
a0d75ad39c wince: decapitalize keywords (more)
git-svn-id: trunk@13721 -
2008-01-11 01:42:39 +00:00
paul
23c001efde wince: decapitalize keywords
git-svn-id: trunk@13720 -
2008-01-11 01:40:59 +00:00
paul
453f44cad7 wince: copy win32 CriticalSection code to wince
git-svn-id: trunk@13719 -
2008-01-11 01:36:23 +00:00
paul
e7d0fde1ac fix TCheckListBox.SetChecked by Damien Gerard
git-svn-id: trunk@13718 -
2008-01-11 01:17:39 +00:00
paul
99e1d60a76 wince: fix crash on GetBitmapBytes (merge me)
git-svn-id: trunk@13716 -
2008-01-10 15:08:13 +00:00
paul
dfebf63be4 change TWin32... to TWinCE... in comments, asserts and other possible places
git-svn-id: trunk@13712 -
2008-01-10 08:55:52 +00:00
paul
3ebf0dbd28 TGtkThemeServices.DrawPixmap: center pixmap in rect
git-svn-id: trunk@13711 -
2008-01-10 03:58:02 +00:00
paul
168a0ab623 move PainDockSite call to better place
git-svn-id: trunk@13710 -
2008-01-10 03:47:06 +00:00
paul
62bc2eb101 qt: change some rules for TQtObject.Release (to fix crashes during some docking operations)
git-svn-id: trunk@13709 -
2008-01-10 03:39:49 +00:00
paul
c756a546fe fix qt compilation
git-svn-id: trunk@13708 -
2008-01-10 02:14:13 +00:00
paul
b4acdbf66f qt: restore qt 4.2 support (from Den)
git-svn-id: trunk@13707 -
2008-01-10 01:46:55 +00:00
paul
2540b48f08 use q_DrawWinPanel in TQtDeviceContext.qDrawWinPanel
git-svn-id: trunk@13706 -
2008-01-10 01:32:19 +00:00
mattias
4f6a0dcd48 gtk2 intf: shrink close buttons of TNoteBook tabs, bug #9856
git-svn-id: trunk@13699 -
2008-01-09 21:13:01 +00:00
mattias
41a2ef9338 LCL: reduced warnings
git-svn-id: trunk@13694 -
2008-01-09 20:07:34 +00:00
mattias
21bc42839b LCL: fixed compilation for fpc 2.3.1
git-svn-id: trunk@13692 -
2008-01-09 19:41:37 +00:00
marc
d7a1bde72a * forgot to checkin most importent part for r13663 #a174b6e889
git-svn-id: trunk@13691 -
2008-01-09 19:30:35 +00:00
paul
4236952246 qt bindings v 1.59
git-svn-id: trunk@13687 -
2008-01-09 14:59:57 +00:00
paul
20dee3aee0 + TCustomListbox.ClearSelection
git-svn-id: trunk@13682 -
2008-01-09 10:11:37 +00:00
paul
be879539ca - move OnGetDockCaption and friends to TWinControl
- some improvements to dock header drawing

git-svn-id: trunk@13681 -
2008-01-09 09:08:12 +00:00
paul
d76c114093 qt:
- qDrawWinPanel: temporary use own implementation
- complete Frame3D

git-svn-id: trunk@13678 -
2008-01-09 04:40:54 +00:00
paul
d7db50ece5 qt: fix CreatePenIndirect declaration
git-svn-id: trunk@13677 -
2008-01-09 03:36:58 +00:00
paul
a4c149115d qt:
- add qDrawPlainRect, qDrawShadeRect to TQtDeviceContext
- improve Frame3D (not finished) and FrameRect

git-svn-id: trunk@13676 -
2008-01-09 03:35:30 +00:00
mattias
6d8157c7f3 LCL: replaced comment with IFDEF VER2_0
git-svn-id: trunk@13674 -
2008-01-08 23:58:40 +00:00
mattias
0da528ffe8 LCL: TLazDockTree: implemented RemoveControl, refactored: TDragManager ancestor to TComponent, fixed undocking
git-svn-id: trunk@13673 -
2008-01-08 23:38:14 +00:00
paul
3d7ced274c qt bindings v 1.58
git-svn-id: trunk@13672 -
2008-01-08 23:33:10 +00:00
paul
b56d496934 fix fpc 2.0.4 compilation by Giuliano request
git-svn-id: trunk@13668 -
2008-01-08 15:11:21 +00:00
paul
3a02d78daa gtk: implement DrawDefaultDockImage (as blue rectangle)
git-svn-id: trunk@13666 -
2008-01-08 11:15:07 +00:00
paul
bdb8aa451e gtk:
- added some missed function to extra
- correct GetWindowRect

git-svn-id: trunk@13665 -
2008-01-08 09:33:43 +00:00
laurent
a1153ebae0 Update french languages for LCL and IDE
git-svn-id: trunk@13664 -
2008-01-08 07:59:19 +00:00
marc
a174b6e889 * fixed crash in checklistbox
* fixed overwrite of privateclass on inherited update
* fixed overwrite of privateclass with a "lower" class

git-svn-id: trunk@13663 -
2008-01-07 23:58:16 +00:00
paul
24b1794ec1 forgotten "var"
git-svn-id: trunk@13661 -
2008-01-07 18:45:22 +00:00
paul
213353b06d - publish some docking related properties for TPageControl
- implement docking into TPageControl (tested with TPanel dock into TPageControl)

git-svn-id: trunk@13660 -
2008-01-07 18:40:31 +00:00
paul
227562b0dd improve TDockTree.DeleteZone
git-svn-id: trunk@13659 -
2008-01-07 16:46:22 +00:00
paul
464160182d add missing DFCS_TRANSPARENT const
git-svn-id: trunk@13657 -
2008-01-06 17:31:56 +00:00
paul
338c38e8ce fix problematic xpms (they did not work with gtk1 reader)
git-svn-id: trunk@13656 -
2008-01-06 17:28:49 +00:00
paul
483a34bcfc default theme engine: draw MDI title buttons flat
git-svn-id: trunk@13655 -
2008-01-06 17:16:55 +00:00
paul
13f1d93308 fix gtk1 compilation
git-svn-id: trunk@13654 -
2008-01-06 17:13:45 +00:00