lazarus/lcl/interfaces/customdrawn
ondrej 5334de92de merge r51019 #bbb3a9aa1d,r51022,r51023,r51032,r51036,r51044,r51046,r51047,r51049: PopupParent/PopupMode bug fixes:
r51019: Qt: fixed segfault inside setPopupParent.related to issue #29247
r51022: lcl: gtk2: fix PopupMode/PopupParent for non-modal windows. Issue #29247
r51023: lcl: qt: fix PopupMode/PopupParent for non-modal windows. Issue #29247. Modified patch by Zeljko
r51032: lcl: rewrite PopupMode/PopupParent
- unify code for PopupMode/PopupParent in one function TCustomForm.GetRealPopupParent for all WS.
- change TWSCustomFormClass.SetPopupParent to TWSCustomFormClass.SetRealPopupParent without PopupMode parameter.
- Fix TPopupMode documentation.
Issue #29247
r51036: lcl: qt: revert wrong change for modal windows from r51032 #81733b2e74
r51044: Qt: fixed Qt compilation after r51036 #0703a58eca
r51046: Qt: added pure X11 function for transient hint. Related to issue #29253
r51047: Qt: use direct X11 call for transient hint since Qt's QtTool flag is buggy. issue #29253
r51049: lcl: fix TCustomForm.SetPopupMode: remove PopupParent for both pmAuto and pmNone

git-svn-id: branches/fixes_1_6@51056 -
2015-12-27 20:27:38 +00:00
..
android
alllclintfunits.pas
cocoagdiobjects.pas
cocoautils.pas lcl: less with-blocks for FPC 3.1.1 2015-11-11 13:39:42 +00:00
customdrawn_androidproc.pas
customdrawn_cocoaproc.pas
customdrawn_winextra.pas CustomDrawn-Windows: Fixes endless loop in PromptUser 2015-04-24 11:18:58 +00:00
customdrawn_winproc.pas
customdrawn_x11proc.pas
customdrawndefines.inc
customdrawnint.pas LCL: customdrawn: fixed compilation 2015-12-06 16:00:06 +00:00
customdrawnlclintf_android.inc customdrawn: Implements minimally functional popup menu and combobox item selection 2015-04-30 08:34:13 +00:00
customdrawnlclintf_cocoa.inc
customdrawnlclintf_win.inc CustomDrawn-Windows: Fixes endless loop in PromptUser 2015-04-24 11:18:58 +00:00
customdrawnlclintf_x11.inc
customdrawnlclintf.inc customdrawn: Implements minimally functional popup menu and combobox item selection 2015-04-30 08:34:13 +00:00
customdrawnlclintfh.inc customdrawn: Implements minimally functional popup menu and combobox item selection 2015-04-30 08:34:13 +00:00
customdrawnobject_android.inc
customdrawnobject_cocoa.inc
customdrawnobject_win.inc
customdrawnobject_x11.inc
customdrawnobject.inc customdrawn: Starts mac toolbar arrow and starts customdrawn ws theme 2015-04-24 08:36:08 +00:00
customdrawnprivate.pas
customdrawnproc.pas LCL: customdrawn: fixed compilation 2015-12-06 16:00:06 +00:00
customdrawnthemes.pas customdrawn: Forgot to commit customdrawnthemes.pas 2015-04-24 11:11:29 +00:00
customdrawntrayicon_android.inc
customdrawntrayicon_cocoa.inc
customdrawntrayicon_win.inc
customdrawntrayicon_x11.inc
customdrawnwinapi_android.inc
customdrawnwinapi_cocoa.inc
customdrawnwinapi_win.inc lcl: less with-blocks for FPC 3.1.1 2015-11-11 13:39:48 +00:00
customdrawnwinapi_x11.inc LCL: customdrawn: fixed compilation 2015-12-06 16:00:06 +00:00
customdrawnwinapi.inc lcl: customdrawn: fixed compilation 2015-12-06 23:02:30 +00:00
customdrawnwinapih.inc
customdrawnwsbuttons.pas
customdrawnwscomctrls.pas
customdrawnwscontrols.pp lcl-customdrawn: Finally fixes the combobox height in non-Android platforms, which was due to lack of a proper PreferredHeight 2015-04-28 15:05:25 +00:00
customdrawnwsdialogs.pas
customdrawnwsextctrls.pas
customdrawnwsfactory.pas customdrawn: Implements minimally functional popup menu and combobox item selection 2015-04-30 08:34:13 +00:00
customdrawnwsforms_android.inc
customdrawnwsforms_cocoa.inc
customdrawnwsforms_win.inc
customdrawnwsforms_x11.inc
customdrawnwsforms.pp merge r51019 #bbb3a9aa1d,r51022,r51023,r51032,r51036,r51044,r51046,r51047,r51049: PopupParent/PopupMode bug fixes: 2015-12-27 20:27:38 +00:00
customdrawnwslazdeviceapis.pas
customdrawnwsmenus_cocoa.inc
customdrawnwsmenus.pas customdrawn: Implements minimally functional popup menu and combobox item selection 2015-04-30 08:34:13 +00:00
customdrawnwsspin.pas
customdrawnwsstdctrls.pas customdrawn: Implements minimally functional popup menu and combobox item selection 2015-04-30 08:34:13 +00:00
interfaces.pas
Makefile IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
Makefile.compiled
Makefile.fpc IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
wincallback.inc