summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* x11: Move visual-specific API into gdkx11visual.hBenjamin Otte2010-12-214-6/+53
* x11: Move cursor API into gdkx11cursor.hBenjamin Otte2010-12-214-22/+69
* x11: Split out public window API into gdkx11window.hBenjamin Otte2010-12-214-34/+87
* API: gdk: gdk_display_warp_device() => gdk_device_warp()Benjamin Otte2010-12-218-53/+49
* gdk: Move gdk_cursor_get_image() to the base classBenjamin Otte2010-12-213-25/+35
* x11: Remove duplicated docsBenjamin Otte2010-12-211-11/+0
* x11: Don't keep the display around anymoreBenjamin Otte2010-12-211-13/+10
* gdk: Move gdk_cursor_get_display() out of the backendsBenjamin Otte2010-12-214-33/+20
* gdk: Make display a property of GdkCursorBenjamin Otte2010-12-213-1/+23
* gdk: Make cursor-type a property of the cursorBenjamin Otte2010-12-212-23/+72
* API: gdk: Deprecate gdk_cursor_ref() and gdk_cursor_unref()Benjamin Otte2010-12-212-2/+8
* testgtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-3/+3
* gtk-demo: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-1/+1
* gtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-2116-29/+29
* gdk: Use g_object_(un)ref instead of gdk_cursor_(un)refBenjamin Otte2010-12-211-6/+6
* x11: Use g_object_(un)ref instead of gdk_cursor_(un)refBenjamin Otte2010-12-212-6/+6
* gdk: Make GdkCursor a GObjectBenjamin Otte2010-12-215-63/+101
* gdk: Move GdkCursor definition into a private headerBenjamin Otte2010-12-215-12/+51
* x11: Move GdkCursorPrivate into the C fileBenjamin Otte2010-12-212-11/+11
* x11: Use public API to access cursor's xcursorBenjamin Otte2010-12-212-10/+4
* Downgrade some Since tagsMatthias Clasen2010-12-214-6/+10
* Add win32 implementation for foreign window functionsMatthias Clasen2010-12-212-5/+9
* Drop sm_client_id implementation for QuartzMatthias Clasen2010-12-211-6/+0
* Drop sm_client_id win32 implementationMatthias Clasen2010-12-211-7/+0
* Reinstate the correct field valueMatthias Clasen2010-12-211-1/+1
* Deal with property encoding functionsMatthias Clasen2010-12-2110-546/+459
* Avoid unnecessary use of gdk conversion routinesMatthias Clasen2010-12-211-18/+5
* Add a vfunc for gdk_selection_convertMatthias Clasen2010-12-215-8/+33
* Add a vfunc for gdk_selection_property_getMatthias Clasen2010-12-215-32/+53
* Add a vfunc for gdk_selection_send_notify_for_displayMatthias Clasen2010-12-215-30/+55
* Rename some private x11 backend functions to _gdk_x11Matthias Clasen2010-12-214-6/+6
* Add vfuncs for get/set_selection_ownerMatthias Clasen2010-12-215-54/+93
* Add vfuncs for keyval and window property functionsMatthias Clasen2010-12-219-246/+372
* Drop g[dt]k_set_localeMatthias Clasen2010-12-2114-178/+6
* Don't use gtk_set_localeMatthias Clasen2010-12-211-1/+0
* Add vfuncs for gdk_test apisMatthias Clasen2010-12-219-224/+307
* Add vfuncs for atomsMatthias Clasen2010-12-215-76/+104
* Add a vfunc for gdk_keymap_get_for_displayMatthias Clasen2010-12-215-29/+41
* Rename private keymap symbols to _gdk_x11_keymap...Matthias Clasen2010-12-215-339/+336
* Rename the _gdk_xid_table functionsMatthias Clasen2010-12-214-53/+45
* Remove gdk_net_wm_supportsMatthias Clasen2010-12-214-20/+0
* Remove the --sync commandline optionMatthias Clasen2010-12-219-123/+76
* Remove unused _gdk_use_xshm globalMatthias Clasen2010-12-212-3/+0
* Rename _gdk_window_move_resize_childMatthias Clasen2010-12-214-73/+73
* Clean up gdkx.h a bitMatthias Clasen2010-12-2131-161/+116
* drop dead functionMatthias Clasen2010-12-211-6/+0
* Add a vfunc for _gdk_window_impl_newMatthias Clasen2010-12-216-54/+101
* Get rid of the _gdk_selection_property globalMatthias Clasen2010-12-214-15/+13
* Rename _gdk_moveresize functions to _gdk_x11_moveresizeMatthias Clasen2010-12-215-43/+43
* Drop gdkx_visual_getMatthias Clasen2010-12-212-18/+1