]> Pileus Git - ~andy/gtk/history - gdk/quartz
x11: Fix introspection build
[~andy/gtk] / gdk / quartz /
2010-12-23 Kristian Rietveldquartz: fix typo
2010-12-23 Kristian Rietveldquartz: move utils to gdkutils-quartz.c
2010-12-23 Kristian Rietveldquartz: remove gdkmain-quartz.c
2010-12-23 Kristian Rietveldquartz: Clean up header files, use same arrangement...
2010-12-22 Kristian Rietveldquartz: Make keyboard input work again
2010-12-22 Kristian Rietveldquartz: rename GdkDeviceManagerCore -> GdkQuartzDeviceM...
2010-12-22 Kristian Rietveldquartz: Rename GdkDeviceCore -> GdkQuartzDeviceCore
2010-12-22 Kristian Rietveldquartz: commit forgotten file
2010-12-22 Kristian Rietveldquartz: GdkDeviceCore: check for NULL pointer
2010-12-22 Kristian Rietveldquartz: register before/after process all updates
2010-12-22 Kristian Rietveldquartz: set all methods on window class, not root windo...
2010-12-22 Kristian Rietveldquartz: set window_type in display_class
2010-12-22 Kristian Rietveldquartz: introduce GdkQuartzWindow (as a subclass of...
2010-12-22 Kristian Rietveldquartz: rename GdkQuartzWindow to GdkQuartzNSWindow
2010-12-22 Kristian Rietveldquartz: fix typo
2010-12-22 Kristian Rietveldquartz: add new files to Makefile.am
2010-12-22 Kristian Rietveldquartz: create gdkdisplaymanager-quartz.h
2010-12-22 Kristian Rietveldquartz: gdkselection-quartz.c: fix typos
2010-12-22 Kristian Rietveldquartz: re-introduce _gdk_quartz_display_list_devices
2010-12-22 Kristian Rietveldgdkwindow-quartz: fix typo
2010-12-22 Kristian Rietveldquartz: remove duplicate definition of gdk_flush
2010-12-22 Kristian Rietveldquartz: gdkkeys-quartz.c: remove duplicate function
2010-12-22 Kristian Rietveldquartz: remove duplicate functions from gdkmain-quartz.c
2010-12-22 Kristian Rietveldquartz: make gdkwindow-quartz.c build again
2010-12-22 Kristian Rietveldquartz: adapt gdkdisplay-quartz.c to new function names
2010-12-22 Kristian Rietveldquartz: add prototype for _gdk_quartz_screen_new()
2010-12-22 Kristian Rietveldquartz: convert GdkVisual
2010-12-22 Kristian Rietveldquartz: Fix screen implementation, rename to GdkQuartzS...
2010-12-22 Kristian Rietveldquartz: Port gdkkeys-quartz.c to new API
2010-12-22 Kristian Rietveldquartz: Remove gdkinput code
2010-12-22 Kristian Rietveldquartz: gdkeventloop-quartz.c: fix
2010-12-22 Kristian Rietveldquartz: Fix gdkevents-quartz.c
2010-12-22 Kristian Rietveldquartz: Make GdkQuartzDisplay compile
2010-12-22 Kristian Rietveldquartz: Fix display manager, move over code from gdkmai...
2010-12-22 Kristian Rietveldquartz: gdkcursor-quartz.h: fix cut-n-paste error
2010-12-22 Kristian Rietveldquartz: gdkdevice-core: fix up
2010-12-22 Kristian Rietveldquartz: gdkdevice-core.c: use GdkQuartzCursor
2010-12-22 Kristian Rietveldquartz: add forgotten file (gdkdnd-quartz.h)
2010-12-22 Kristian Rietveldquartz: move bits into gdkcursor-quartz.h (private...
2010-12-22 Kristian Rietveldquartz: remove GdkCursorPrivate typedef
2010-12-22 Kristian Rietveldquartz: Remove API for extension checks
2010-12-22 Kristian Rietveldquartz: convert GdkQuartzWindow to new drag context API
2010-12-22 Kristian Rietveldquartz: fix up GdkDragContext conversion
2010-12-22 Kristian RietveldFix typo
2010-12-22 Kristian Rietveldquartz: turn quartz GdkCursor into GObject
2010-12-22 Matthias ClasenDeal with property encoding functions for quartz
2010-12-22 Matthias ClasenImplement selection related vfuncs for quartz
2010-12-22 Matthias ClasenImplement selection owner vfuncs for quartz
2010-12-22 Matthias ClasenImplement window property vfuncs for quartz
2010-12-22 Matthias ClasenImplement keyval vfuncs for quartz
2010-12-22 Matthias ClasenDrop gdk_set_locale from quartz
2010-12-22 Matthias ClasenImplement test vfuncs for quartz
2010-12-22 Matthias ClasenImplement atom-related vfuncs for quartz
2010-12-22 Matthias ClasenImplement get_keymap vfunc for quartz
2010-12-22 Matthias ClasenImplement create_window_impl vfunc for quartz
2010-12-22 Matthias ClasenDrop gdk_spawn functions
2010-12-22 Matthias ClasenDrop unimplemented foreign window functions
2010-12-22 Matthias ClasenImplement event_data_{copy,free} for quartz
2010-12-22 Matthias ClasenImplement notify_startup_complete vfunc for quartz
2010-12-22 Matthias ClasenImplement get_next_serial for quartz
2010-12-22 Matthias Clasengdk_display_warp_pointer is in the frontend now
2010-12-22 Matthias ClasenImplment process_updates_recurse vfunc for quartz
2010-12-22 Matthias ClasenImplement has_pending and queue_events vfuncs for quartz
2010-12-22 Matthias ClasenDerive GdkDisplayManager for quartz
2010-12-22 Matthias ClasenAdapt quartz device code to new ways
2010-12-22 Matthias ClasenAdapt quartz visual code to new ways
2010-12-22 Matthias ClasenRename _gdk_dnd_init
2010-12-22 Matthias ClasenImplement dnd vtables for quartz
2010-12-22 Matthias ClasenConvert a bunch of visual related calls to use the...
2010-12-22 Matthias ClasenConvert all GdkScreen methods to vtable calls, quartz...
2010-12-22 Matthias ClasenDerive GdkKeymap for Quartz
2010-12-22 Matthias ClasenMake display method vtable calls, quartz backend
2010-12-22 Matthias ClasenConvert all gdk_window methods to vtable calls in the...
2010-12-21 Benjamin Ottegdk: Create windows via _gdk_display_create_window()
2010-12-21 Benjamin Ottegdk: Move gdk_cursor_get_display() out of the backends
2010-12-21 Matthias ClasenDrop sm_client_id implementation for Quartz
2010-12-21 Matthias ClasenAdd a vfunc to replace _gdk_windowing_window_destroy_fo...
2010-12-21 Matthias ClasenAdd a vfunc for gdk_window_set_composited
2010-12-21 Matthias ClasenAdd vtables for DND
2010-12-21 Matthias ClasenMake GdkAppLaunchContext display-dependent
2010-12-21 Matthias ClasenMove gdk_window_lookup to common code
2010-12-21 Matthias ClasenMove gdk_add_client_message_filter to common code
2010-12-21 Matthias ClasenMove gdk_get_display to common code
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-06 Kristian RietveldPort Quartz backend to latest rendering-cleanup changes
2010-12-06 Benjamin Ottegdk: Remove depth argument from GdkWindowImpl->get_geom...
2010-12-04 Alexander LarssonMerge branch 'master' into broadway
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-02 Benjamin Ottegdk: Replace direct calls of _gdk_event_func with _gdk_...
2010-12-02 Benjamin Ottegdk: Move window beeps into GdkWindowImpl
2010-12-02 Benjamin Ottegdk: Make get_shape and get_input_shape vfuncs
2010-12-02 Benjamin Ottegdk: Pass the GdkWindow to resize_cairo_surface vfunc
2010-12-02 Benjamin Ottegdk: Remove _gdk_window_impl_get_type() function
2010-12-02 Benjamin Ottegdk: Pass Drawable as argument
2010-11-30 Cosimo CecchiMerge branch 'master' into open-with-dialog
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-24 John RallsReplace references to sealed GdkDevice private variable...
2010-11-22 William Jon McCannMake gdk_event_apply_filters safe against changes in...
2010-10-19 Michael Natterergdk: change signature of gdk_device_get_history() back...
2010-10-05 John RallsReplace GDK_Tab and GDK_ISO_Left_Tab with GDK_KEY equiv...
next