]> Pileus Git - ~andy/gtk/history - gdk
Fix DSO link issues
[~andy/gtk] / gdk /
2010-12-21 Matthias ClasenFix a blunder in grab handling
2010-12-21 Mike GorseFix inclusion of gdkconfig.h
2010-12-21 Matthias ClasenDrop no-longer-existing header from Makefile
2010-12-21 Matthias ClasenDon't install headers twice
2010-12-21 Matthias ClasenAdd gdk_disable_multidevice to headers
2010-12-21 Matthias ClasenImplement some more vfuncs in GdkOffscreenWindow
2010-12-21 Matthias ClasenMore include shuffling; keep X extension headers to...
2010-12-21 Matthias ClasenFix another typo
2010-12-21 Matthias ClasenFix a silly typo
2010-12-21 Matthias ClasenDetangle includes for GdkDeviceManager subclasses
2010-12-21 Matthias ClasenDetangle includes for device subclasses
2010-12-21 Matthias ClasenForgotten file
2010-12-21 Matthias ClasenRename GdkAppLaunchContextX11 to GdkX11AppLaunchContext
2010-12-21 Matthias ClasenRename GdkDragContextX11 to GdkX11DragContext
2010-12-21 Matthias ClasenDon't export gdk_x11_cursor_finalize
2010-12-21 Matthias ClasenGet abicheck to almost pass again
2010-12-21 Matthias ClasenRename x11-specific GdkDevice[Manager] implementations
2010-12-21 Matthias ClasenRename GdkDevice[Manager]Core to GdkX11Device[Manager...
2010-12-21 Matthias ClasenRename GdkKeymapX11 to GdkX11Keymap
2010-12-21 Matthias ClasenRename GdkDisplayManagerX11 to GdkX11DisplayManager
2010-12-21 Benjamin Ottegdk: Make GdkWindow abstract
2010-12-21 Benjamin Ottegdk: Use G_DEFINE_TYPE for GdkWindow
2010-12-21 Benjamin Ottex11: Add a GdkX11Window class for X11 windows
2010-12-21 Benjamin Ottegdk: Allow display subclasses to override the type...
2010-12-21 Benjamin Ottegdk: Create windows via _gdk_display_create_window()
2010-12-21 Benjamin Ottex11: Export GdkX11Screen
2010-12-21 Benjamin Ottex11: Rename GdkScreenX11 to GdkX11Screen
2010-12-21 Benjamin Ottex11: Export GdkX11Visual
2010-12-21 Benjamin Ottex11: Rename GdkVisualX11 to GdkX11Visual
2010-12-21 Benjamin Ottex11: Have a proper GdkVisualX11Class struct
2010-12-21 Benjamin Ottex11: Export GdkX11Cursor
2010-12-21 Benjamin Ottex11: typedef GdkX11Display to GdkDisplay
2010-12-21 Benjamin Ottex11: Export GdkX11Display
2010-12-21 Benjamin Ottex11: Rename GdkDisplayX11 to GdkX11Display
2010-12-21 Benjamin Ottex11: Rename GdkDisplayX11 to GdkX11Display
2010-12-21 Benjamin OtteAPI: gdk: GDK_DISPLAY_OBJECT() => GDK_DISPLAY()
2010-12-21 Benjamin Ottex11: Move remaining APIs into gdkx11utils.h
2010-12-21 Benjamin Ottex11: Move atom API into gdkx11property.h
2010-12-21 Benjamin Ottex11: Move selection-specific API into gdkx11selection.h
2010-12-21 Benjamin Ottex11: Move display-specific APIs into gdkx11display.h
2010-12-21 Benjamin Ottex11: Move screen-specific API into gdkx11screen.h
2010-12-21 Benjamin Ottex11: Move visual-specific API into gdkx11visual.h
2010-12-21 Benjamin Ottex11: Move cursor API into gdkx11cursor.h
2010-12-21 Benjamin Ottex11: Split out public window API into gdkx11window.h
2010-12-21 Benjamin OtteAPI: gdk: gdk_display_warp_device() => gdk_device_warp()
2010-12-21 Benjamin Ottegdk: Move gdk_cursor_get_image() to the base class
2010-12-21 Benjamin Ottex11: Remove duplicated docs
2010-12-21 Benjamin Ottex11: Don't keep the display around anymore
2010-12-21 Benjamin Ottegdk: Move gdk_cursor_get_display() out of the backends
2010-12-21 Benjamin Ottegdk: Make display a property of GdkCursor
2010-12-21 Benjamin Ottegdk: Make cursor-type a property of the cursor
2010-12-21 Benjamin OtteAPI: gdk: Deprecate gdk_cursor_ref() and gdk_cursor_unref()
2010-12-21 Benjamin Ottegdk: Use g_object_(un)ref instead of gdk_cursor_(un)ref
2010-12-21 Benjamin Ottex11: Use g_object_(un)ref instead of gdk_cursor_(un)ref
2010-12-21 Benjamin Ottegdk: Make GdkCursor a GObject
2010-12-21 Benjamin Ottegdk: Move GdkCursor definition into a private header
2010-12-21 Benjamin Ottex11: Move GdkCursorPrivate into the C file
2010-12-21 Benjamin Ottex11: Use public API to access cursor's xcursor
2010-12-21 Matthias ClasenDowngrade some Since tags
2010-12-21 Matthias ClasenAdd win32 implementation for foreign window functions
2010-12-21 Matthias ClasenDrop sm_client_id implementation for Quartz
2010-12-21 Matthias ClasenDrop sm_client_id win32 implementation
2010-12-21 Matthias ClasenReinstate the correct field value
2010-12-21 Matthias ClasenDeal with property encoding functions
2010-12-21 Matthias ClasenAdd a vfunc for gdk_selection_convert
2010-12-21 Matthias ClasenAdd a vfunc for gdk_selection_property_get
2010-12-21 Matthias ClasenAdd a vfunc for gdk_selection_send_notify_for_display
2010-12-21 Matthias ClasenRename some private x11 backend functions to _gdk_x11
2010-12-21 Matthias ClasenAdd vfuncs for get/set_selection_owner
2010-12-21 Matthias ClasenAdd vfuncs for keyval and window property functions
2010-12-21 Matthias ClasenDrop g[dt]k_set_locale
2010-12-21 Matthias ClasenAdd vfuncs for gdk_test apis
2010-12-21 Matthias ClasenAdd vfuncs for atoms
2010-12-21 Matthias ClasenAdd a vfunc for gdk_keymap_get_for_display
2010-12-21 Matthias ClasenRename private keymap symbols to _gdk_x11_keymap...
2010-12-21 Matthias ClasenRename the _gdk_xid_table functions
2010-12-21 Matthias ClasenRemove gdk_net_wm_supports
2010-12-21 Matthias ClasenRemove the --sync commandline option
2010-12-21 Matthias ClasenRemove unused _gdk_use_xshm global
2010-12-21 Matthias ClasenRename _gdk_window_move_resize_child
2010-12-21 Matthias ClasenClean up gdkx.h a bit
2010-12-21 Matthias Clasendrop dead function
2010-12-21 Matthias ClasenAdd a vfunc for _gdk_window_impl_new
2010-12-21 Matthias ClasenGet rid of the _gdk_selection_property global
2010-12-21 Matthias ClasenRename _gdk_moveresize functions to _gdk_x11_moveresize
2010-12-21 Matthias ClasenDrop gdkx_visual_get
2010-12-21 Matthias ClasenRename _gdk_xgrab_ apis to _gdk_x11_window_
2010-12-21 Matthias ClasenRename _gdk_send_xevent to _gdk_x11_display_send_xevent
2010-12-21 Matthias ClasenRename _gdk_event_mask_table to _gdk_x11_event_mask_table
2010-12-21 Matthias ClasenMultiple changes to reduce the amount of unprefixed...
2010-12-21 Matthias ClasenMove event source apis to gdk_x11
2010-12-21 Matthias ClasenRemove gdk_spawn functions
2010-12-21 Matthias ClasenWork around issues with events without screens
2010-12-21 Matthias ClasenMake GdkAppLaunchContext work again
2010-12-21 Matthias ClasenConsistently use per-display error traps in the X11...
2010-12-21 Matthias ClasenMake gdk_window_{lookup,foreign_new}_for_display backen...
2010-12-21 Matthias ClasenAdd vfuncs for _gdk_windowing_event_data_{copy,free}
2010-12-21 Matthias ClasenGo back to installing libgdk.so
2010-12-21 Matthias ClasenDrop the --screen cmdline argument
2010-12-21 Matthias ClasenAdd a vfunc for gdk_notify_startup_complete
next