gtk/gdk/quartz
Anders Carlsson 6b1510bf23 Add the GDK part of the DND implementation.
2006-03-21  Anders Carlsson  <andersca@imendio.com>

        * gdk/quartz/GdkQuartzWindow.c:
        (drag_operation_to_drag_action):
        (drag_action_to_drag_operation):
        (update_context_from_dragging_info):
        (-[GdkQuartzWindow draggingEntered:]):
        (-[GdkQuartzWindow draggingEnded:]):
        (-[GdkQuartzWindow draggingExited:]):
        (-[GdkQuartzWindow draggingUpdated:]):
        (-[GdkQuartzWindow performDragOperation:]):
        (-[GdkQuartzWindow wantsPeriodicDraggingUpdates]):
        (-[GdkQuartzWindow draggedImage:endedAt:operation:]):
        * gdk/quartz/gdkdnd-quartz.c:
        (gdk_drag_context_finalize):
        (gdk_drag_context_init):
        (gdk_drag_context_class_init):
        (gdk_drag_begin):
        (gdk_drag_status):
        Add the GDK part of the DND implementation.

        * gdk/quartz/Makefile.am:
        Add some missing headers.

        * gdk/quartz/gdkdrawable-quartz.h:
        * gdk/quartz/gdkprivate-quartz.h:
        * gdk/quartz/gdkquartz.h:
        * gdk/quartz/gdkwindow-quartz.c:
        (gdk_quartz_window_get_nsview):
        New function, for use by the GTK part of the DND implementation
2006-03-21 08:02:17 +00:00
..
.cvsignore Add cvsignore 2006-01-09 19:25:35 +00:00
gdkcolor-quartz.c Add quartz backend. 2005-11-22 10:03:32 +00:00
gdkcursor-quartz.c Add quartz backend. 2005-11-22 10:03:32 +00:00
gdkdisplay-quartz.c Add stubs for input shape functions. 2006-02-20 11:57:12 +00:00
gdkdnd-quartz.c Add the GDK part of the DND implementation. 2006-03-21 08:02:17 +00:00
gdkdrawable-quartz.c Offset coordinates by 0.5 pixels to get consistant results for both image 2006-03-21 07:49:05 +00:00
gdkdrawable-quartz.h Add the GDK part of the DND implementation. 2006-03-21 08:02:17 +00:00
gdkevents-quartz.c Fix typo so ctrl gets passed on to the gdk event. 2006-02-20 11:07:25 +00:00
gdkfont-quartz.c Add quartz backend. 2005-11-22 10:03:32 +00:00
gdkgc-quartz.c Have these return TRUE 2006-01-02 16:34:21 +00:00
gdkgeometry-quartz.c Add quartz backend. 2005-11-22 10:03:32 +00:00
gdkglobals-quartz.c Add quartz backend. 2005-11-22 10:03:32 +00:00
gdkim-quartz.c Add quartz backend. 2005-11-22 10:03:32 +00:00
gdkimage-quartz.c Add quartz backend. 2005-11-22 10:03:32 +00:00
gdkinput-old.c Add quartz backend. 2005-11-22 10:03:32 +00:00
gdkinput.c Add quartz backend. 2005-11-22 10:03:32 +00:00
gdkinputprivate.h Add quartz backend. 2005-11-22 10:03:32 +00:00
gdkkeys-quartz.c Support non-MacRoman keyboard layouts. (#322585, Wolfgang Thaller) 2006-01-18 09:30:00 +00:00
gdkmain-quartz.c Make the process a foreground application. (#322481, Wolfgang Thaller) 2006-01-18 09:17:39 +00:00
gdkpixmap-quartz.c Add quartz backend. 2005-11-22 10:03:32 +00:00
gdkpixmap-quartz.h Add quartz backend. 2005-11-22 10:03:32 +00:00
gdkprivate-quartz.h Add the GDK part of the DND implementation. 2006-03-21 08:02:17 +00:00
gdkproperty-quartz.c Fix typo so ctrl gets passed on to the gdk event. 2006-02-20 11:07:25 +00:00
gdkquartz.h Add the GDK part of the DND implementation. 2006-03-21 08:02:17 +00:00
GdkQuartzView.c Add quartz backend. 2005-11-22 10:03:32 +00:00
GdkQuartzView.h Add quartz backend. 2005-11-22 10:03:32 +00:00
GdkQuartzWindow.c Add the GDK part of the DND implementation. 2006-03-21 08:02:17 +00:00
GdkQuartzWindow.h Add quartz backend. 2005-11-22 10:03:32 +00:00
gdkscreen-quartz.c gdk/gdkscreen.h gdk/x11/gdkscreen-x11.c added 2006-03-08 17:02:34 +00:00
gdkselection-quartz.c Add these from the win32 backend. 2006-02-21 08:32:28 +00:00
gdkvisual-quartz.c Add quartz backend. 2005-11-22 10:03:32 +00:00
gdkwindow-quartz.c Add the GDK part of the DND implementation. 2006-03-21 08:02:17 +00:00
gdkwindow-quartz.h Add quartz backend. 2005-11-22 10:03:32 +00:00
Makefile.am Add the GDK part of the DND implementation. 2006-03-21 08:02:17 +00:00