Lines Matching refs:_LtDebug

305 …DEBUGOUT(_LtDebug(__FILE__, NULL, "XGetWindowProperty failed in xdnd_is_dnd_aware - XdndAware = %l…  in xdnd_is_dnd_aware()
313 DEBUGOUT(_LtDebug(__FILE__, NULL,"Using XDND version %d", *version)); in xdnd_is_dnd_aware()
357 …DEBUGOUT(_LtDebug(__FILE__, NULL, "XGetWindowProperty failed in xdnd_get_type_list - dnd->XdndType… in xdnd_get_type_list()
630 DEBUGOUT(_LtDebug(__FILE__, NULL,"xdnd_convert_selection(): XGetSelectionOwner failed")); in xdnd_convert_selection()
642 DEBUGOUT(_LtDebug(__FILE__, NULL, "xdnd_set_selection_owner(): XSetSelectionOwner failed")); in xdnd_set_selection_owner()
651 DEBUGOUT(_LtDebug(__FILE__, NULL, " requestor = %ld", request->requestor)); in xdnd_selection_send()
652 DEBUGOUT(_LtDebug(__FILE__, NULL, " property = %ld", request->property)); in xdnd_selection_send()
653 DEBUGOUT(_LtDebug(__FILE__, NULL, " length = %d", length)); in xdnd_selection_send()
734 DEBUGOUT(_LtDebug(__FILE__, NULL, "button release - no motion")); in xdnd_drag()
757 DEBUGOUT(_LtDebug(__FILE__, NULL, "moved 5 pixels - going to drag")); in xdnd_drag()
778 DEBUGOUT(_LtDebug(__FILE__, NULL, "Unable to grab pointer")); in xdnd_drag()
796 DEBUGOUT(_LtDebug(__FILE__, NULL, "ButtonRelease - exiting event loop")); in xdnd_drag()
817 … DEBUGOUT(_LtDebug(__FILE__, NULL, "window crossing to %ld", xevent.xmotion.subwindow)); in xdnd_drag()
818 DEBUGOUT(_LtDebug(__FILE__, NULL, " current window is %ld", over_window)); in xdnd_drag()
832 DEBUGOUT(_LtDebug(__FILE__, NULL, "got leave at right stage")); in xdnd_drag()
835 DEBUGOUT(_LtDebug(__FILE__, NULL, " our own widget")); in xdnd_drag()
839 … DEBUGOUT(_LtDebug(__FILE__, NULL, " not our widget - sending XdndLeave")); in xdnd_drag()
846 DEBUGOUT(_LtDebug(__FILE__, NULL, "got leave at wrong stage - ignoring")); in xdnd_drag()
852 DEBUGOUT(_LtDebug(__FILE__, NULL, " is dnd aware")); in xdnd_drag()
857 DEBUGOUT(_LtDebug(__FILE__, NULL, " our own widget")); in xdnd_drag()
859 DEBUGOUT(_LtDebug(__FILE__, NULL, " not our widget - sending XdndEnter")); in xdnd_drag()
875 DEBUGOUT(_LtDebug(__FILE__, NULL, "got motion at right stage")); in xdnd_drag()
879 DEBUGOUT(_LtDebug(__FILE__, NULL, " want position and outside rectangle")); in xdnd_drag()
881 DEBUGOUT(_LtDebug(__FILE__, NULL, " our own widget")); in xdnd_drag()
890 DEBUGOUT(_LtDebug(__FILE__, NULL, " return action=%ld", dnd->supported_action)); in xdnd_drag()
892 DEBUGOUT(_LtDebug(__FILE__, NULL, " not our own widget - sending XdndPosition")); in xdnd_drag()
896 DEBUGOUT(_LtDebug(__FILE__, NULL, " doesn't want position or inside rectangle")); in xdnd_drag()
897 …DEBUGOUT(_LtDebug(__FILE__, NULL, " rectangle = (x=%d, y=%d, w=%d, h=%d), (x,y)=(%d,%d) want_po… in xdnd_drag()
904 DEBUGOUT(_LtDebug(__FILE__, NULL, "ClientMessage recieved")); in xdnd_drag()
906 DEBUGOUT(_LtDebug(__FILE__, NULL, " XdndStatus recieved")); in xdnd_drag()
908 DEBUGOUT(_LtDebug(__FILE__, NULL, " XdndStatus stage correct, dropper window correct")); in xdnd_drag()
918 DEBUGOUT(_LtDebug(__FILE__, NULL, " return action=%ld", dnd->supported_action)); in xdnd_drag()
924 …DEBUGOUT(_LtDebug(__FILE__, NULL, " rectangle = (x=%d, y=%d, w=%d, h=%d), want_position=%d\n"… in xdnd_drag()
926 … DEBUGOUT(_LtDebug(__FILE__, NULL, " XdndStatus stage incorrect or dropper window incorrect")); in xdnd_drag()
934 DEBUGOUT(_LtDebug(__FILE__, NULL, "SelectionRequest - getting widget data")); in xdnd_drag()
938 DEBUGOUT(_LtDebug(__FILE__, NULL, " sending selection")); in xdnd_drag()
949 DEBUGOUT(_LtDebug(__FILE__, NULL, "ready_to_drop - sending XdndDrop")); in xdnd_drag()
960 DEBUGOUT(_LtDebug(__FILE__, NULL, " inserted data into widget - success")); in xdnd_drag()
962 DEBUGOUT(_LtDebug(__FILE__, NULL, " inserted data into widget - failed")); in xdnd_drag()
966 DEBUGOUT(_LtDebug(__FILE__, NULL, " got data from widget, but data is null")); in xdnd_drag()
978 DEBUGOUT(_LtDebug(__FILE__, NULL, "XdndFinished")); in xdnd_drag()
980 …DEBUGOUT(_LtDebug(__FILE__, NULL, " source correct - exiting event loop, action=%ld", dnd->suppor… in xdnd_drag()
989 DEBUGOUT(_LtDebug(__FILE__, NULL, "timeout - exiting event loop")); in xdnd_drag()
997 DEBUGOUT(_LtDebug(__FILE__, NULL, "SelectionRequest - getting widget data")); in xdnd_drag()
1000 DEBUGOUT(_LtDebug(__FILE__, NULL, " sending selection")); in xdnd_drag()
1010 DEBUGOUT(_LtDebug(__FILE__, NULL, "not ready_to_drop - ungrabbing pointer")); in xdnd_drag()
1022 DEBUGOUT(_LtDebug(__FILE__, NULL, "got SelectionNotify")); in xdnd_handle_drop_events()
1025 DEBUGOUT(_LtDebug(__FILE__, NULL, " property is Xdnd_NON_PROTOCOL_ATOM - getting selection")); in xdnd_handle_drop_events()
1036 DEBUGOUT(_LtDebug(__FILE__, NULL, " property is not Xdnd_NON_PROTOCOL_ATOM - ignoring")); in xdnd_handle_drop_events()
1039 DEBUGOUT(_LtDebug(__FILE__, NULL, "got ClientMessage")); in xdnd_handle_drop_events()
1041 DEBUGOUT(_LtDebug(__FILE__, NULL, " message_type is XdndEnter")); in xdnd_handle_drop_events()
1047 DEBUGOUT(_LtDebug(__FILE__, NULL, " three types only")); in xdnd_handle_drop_events()
1050 DEBUGOUT(_LtDebug(__FILE__, NULL, " more than three types - getting list")); in xdnd_handle_drop_events()
1056 DEBUGOUT(_LtDebug(__FILE__, NULL, " typelist returned as zero!")); in xdnd_handle_drop_events()
1060 DEBUGOUT(_LtDebug(__FILE__, NULL, " message_type is XdndLeave")); in xdnd_handle_drop_events()
1062 DEBUGOUT(_LtDebug(__FILE__, NULL, " leaving")); in xdnd_handle_drop_events()
1069 DEBUGOUT(_LtDebug(__FILE__, NULL, " wrong stage or from wrong window")); in xdnd_handle_drop_events()
1072 DEBUGOUT(_LtDebug(__FILE__, NULL, " message_type is XdndPosition")); in xdnd_handle_drop_events()
1089 DEBUGOUT(_LtDebug(__FILE__, NULL, " will accept = %d", dnd->will_accept)); in xdnd_handle_drop_events()
1090 DEBUGOUT(_LtDebug(__FILE__, NULL, " sending status")); in xdnd_handle_drop_events()
1091 …DEBUGOUT(_LtDebug(__FILE__, NULL, " action=%ld, rectangle = (x=%d, y=%d, w=%d, h=%d), (x,y)=(… in xdnd_handle_drop_events()
1096 DEBUGOUT(_LtDebug(__FILE__, NULL, " wrong stage or from wrong window")); in xdnd_handle_drop_events()
1099 DEBUGOUT(_LtDebug(__FILE__, NULL, " message_type is XdndDrop")); in xdnd_handle_drop_events()
1105 DEBUGOUT(_LtDebug(__FILE__, NULL, " will_accept is true - converting selectiong")); in xdnd_handle_drop_events()
1106 DEBUGOUT(_LtDebug(__FILE__, NULL, " my window is %ld", dnd->dropper_window)); in xdnd_handle_drop_events()
1107 DEBUGOUT(_LtDebug(__FILE__, NULL, " source window is %ld", dnd->dragger_window)); in xdnd_handle_drop_events()
1111 DEBUGOUT(_LtDebug(__FILE__, NULL, " will_accept is false - sending finished")); in xdnd_handle_drop_events()
1120 DEBUGOUT(_LtDebug(__FILE__, NULL, " wrong stage or from wrong window")); in xdnd_handle_drop_events()