]> Pileus Git - ~andy/gtk/history - gdk/x11
gdk: Fix typo
[~andy/gtk] / gdk / x11 /
2011-01-05 Matthias ClasenDecouple GdkWindowCache life-cycle from GdkX11DragContext
2011-01-03 Julien Cristaugdk/x11: don't select RANDR events if the extension...
2011-01-03 Nguyễn Thái Ngọc Duygdkdnd-x11.c: fix building without HAVE_XCOMPOSITE
2011-01-03 Nguyễn Thái Ngọc Duygdkcursor-x11.c: fix building without HAVE_XCURSOR
2011-01-03 Matthias ClasenFix list handling in gdk_x1_display_init_input
2010-12-27 Matthias ClasenFix some issues with initial setup of GdkX11DisplayManager
2010-12-25 Matthias ClasenFix up GDK docs
2010-12-24 Matthias ClasenFix gdk_x11_display_text_property_to_text_list
2010-12-22 Matthias ClasenRemove a duplicate doc comment
2010-12-21 Matthias ClasenFix a blunder in grab handling
2010-12-21 Matthias ClasenDon't install headers twice
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 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 Ottex11: Add a GdkX11Window class for X11 windows
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 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 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 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 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 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 ClasenDrop the --screen cmdline argument
2010-12-21 Matthias ClasenAdd a vfunc for gdk_notify_startup_complete
2010-12-21 Matthias ClasenRemove unused get_offsets functions from headers
2010-12-21 Matthias ClasenRemove gdk_windowing_{get_device_state,window_at_device...
2010-12-21 Matthias ClasenAdd a vfunc for _gdk_windowing_window_get_next_serial
2010-12-21 Matthias ClasenMove warp functions to the frontend
2010-12-21 Matthias ClasenMake gdk_set_sm_client_id X11-specific
2010-12-21 Matthias ClasenAdd vfuncs for process_updates_recurse and the before...
2010-12-21 Matthias ClasenAdd vfuncs for a bunch of cursor functionality to GdkDi...
2010-12-21 Javier JardónDon't access GdkDisplay fields directly
next