]> Pileus Git - ~andy/gtk/history - gdk/x11
Make GdkDevice parallel-implementable
[~andy/gtk] / gdk / x11 /
2010-12-21 Matthias ClasenMake GdkDevice parallel-implementable
2010-12-21 Matthias ClasenHide GdkDeviceManager and GdkDeviceManagerClass
2010-12-21 Matthias ClasenMove GdkVisual parallel-implementable
2010-12-21 Matthias ClasenFully initialize the ClientMessage struct
2010-12-21 Matthias ClasenRename _gdk_dnd_init
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_get_display to common code
2010-12-21 Alexander LarssonConvert a bunch of visual related calls to use the...
2010-12-21 Alexander LarssonConvert all GdkScreen methods to vtable calls
2010-12-21 Alexander LarssonConvert all gdk_keymap methods to vtable calls
2010-12-21 Alexander LarssonMake display method vtable calls
2010-12-21 Alexander LarssonConvert all gdk_window methods to vtable calls
2010-12-17 Colin Waltersgdk: Fix GdkWindowFilter internal refcounting
2010-12-17 Carlos GarnachoRemove *_set_extension_events() and old API to query...
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-15 Carlos Garnachoxi2: Improve device hierarchy handling
2010-12-15 Carlos GarnachoEmit GdkDevice::changed when the slave device being...
2010-12-15 Carlos GarnachoAdd gdk_event_[gs]et_source_device().
2010-12-15 Carlos GarnachoEnable XI2 by default
2010-12-08 Matthias ClasenAdd missing include
2010-12-08 Robert AncellAdd missing X11/Xlib.h include required for X11/extensi...
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-06 Colin Waltersintrospection: Fix (out) for gdk_screen_get_monitor_geo...
2010-12-06 Benjamin Ottegdk: Remove depth argument from GdkWindowImpl->get_geom...
2010-12-06 Benjamin OtteAPI: gdk: Remove depth argument from gdk_window_get_geo...
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-03 Matthias ClasenFix up parameter mismatches in the docs
2010-12-03 Matthias ClasenAdd annotation to gdk_screen_get_monitor_geometry
2010-12-02 Benjamin Ottegdk: Replace direct calls of _gdk_event_func with _gdk_...
2010-12-02 Benjamin Ottex11: Don't include gdkprivate.h in gdkx.h
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 OtteAPI: Remove GdkNoExposeEvent
2010-12-02 Benjamin Ottegdk: Make GdkWindow->impl a GdkWindowImpl
2010-12-02 Benjamin Ottegdk: Pass the GdkWindow to resize_cairo_surface vfunc
2010-12-02 Benjamin Ottex11: Remove unused GDK_DRAWABLE_XROOTWIN macro
2010-12-02 Benjamin Ottex11: Remove duplicate definition of GDK_WINDOW_XID
2010-12-02 Benjamin Ottegdk: Move ref_cairo_surface from GdkDrawable to GdkWind...
2010-12-02 Benjamin Ottex11: Remove outdated variable definition
2010-12-02 Benjamin Ottegdk: Remove GdkDrawable->create_cairo_surface vfunc
2010-12-02 Benjamin Ottegdk: Remove _gdk_window_impl_get_type() function
2010-12-02 Benjamin Ottex11: Fix in_rectangle computation
2010-12-02 Benjamin Ottegdk: Rename GdkWindowObject to GdkWindow
2010-12-02 Benjamin Ottegdk: Make GdkWindowImpl a class, not an interface
2010-12-02 Benjamin Ottegdk: Pass Drawable as argument
2010-12-02 Benjamin OtteAPI: Remove GDK_WINDOW_XWINDOW() macro
2010-12-02 Benjamin Ottex11: Make wrapper member a GdkDrawable
2010-12-02 Benjamin Ottex11: Remove GdkDrawableImplX11
2010-12-02 Benjamin Ottex11: _gdk_x11_drawable_update_size() => _gdk_x11_window...
2010-12-02 Benjamin Ottex11: Move cairo_surface and wrapper members to GdkWindo...
2010-12-02 Benjamin Ottex11: Move xid member from GdkDrawableImplX11 to GdkWind...
2010-12-02 Benjamin Ottex11: Use GDK_WINDOW_XID() instead of writing it out
2010-12-02 Benjamin Ottex11: Remove screen member from GdkDrawableImplX11
2010-12-02 Benjamin Ottex11: Get display from window, not from impl-drawable...
2010-12-02 Benjamin Ottex11: Get display from window, not from impl-drawable...
2010-12-02 Benjamin Ottex11: Change GDK_WINDOW_SCREEN macro
2010-12-02 Benjamin OtteAPI: x11: Remove GDK_DRAWABLE_XID and GDK_DRAWABLE_XDISPLAY
2010-12-02 Benjamin Ottex11: Use window macros instead of drawable macros
2010-12-02 Benjamin OtteAPI: Remove gdk_x11_drawable_get_xdisplay()
2010-12-02 Benjamin Ottex11: Use window macros in test code
2010-12-02 Benjamin OtteAPI: x11: Remove gdk_x11_window_get_drawable_impl()
2010-12-02 Benjamin OtteAPI: x11: Change GDK_WINDOW_XDISPLAY() macro
2010-12-02 Benjamin OtteAPI: x11: gdk_drawable_get_xid => gdk_window_get_xid
2010-12-02 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-30 Cosimo CecchiMerge branch 'master' into open-with-dialog
2010-11-28 Matthias ClasenAvoid delays in starting applications
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-24 Milan Bouchet-ValatFix missing (transfer) annotations in GDK
2010-11-23 Michael NattererMove all GdkDevice members to private and add one missi...
2010-11-22 William Jon McCannMake gdk_event_apply_filters safe against changes in...
2010-11-19 Owen W. TaylorCreate the icon pixmap with the system visual
2010-11-16 Javier Jardóndocs: Move documentation to inline comments: x_interaction
2010-11-16 Javier Jardóndocs: Move documentation to inline comments: properties
2010-11-16 Bastien Noceragdk: Add big fat warning about updating XSettings
2010-11-16 Bastien Noceragdk: Update gdk_settings_map for blink timeout to work
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: x_interaction
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: properties
2010-11-15 Bastien Noceragdk: Add big fat warning about updating XSettings
2010-11-15 Bastien Noceragdk: Update gdk_settings_map for blink timeout to work
2010-11-13 Matthias ClasenFix a crash in gnome-terminal when using a compositor
2010-11-13 Bastien Noceragdk: Add XSetting for "gtk-cursor-blink-timeout"
2010-11-13 John (J5) Palmieri[introspection] add transfer none annotation to gdk_key...
2010-11-13 Matthias ClasenFix a crash in gnome-terminal when using a compositor
2010-11-12 Bastien Noceragdk: Add XSetting for "gtk-cursor-blink-timeout"
2010-11-10 Chun-wei FanMerge ssh://git.gnome.org/git/gtk+
2010-11-10 John (J5) Palmieri[introspection] add transfer none annotation to gdk_key...
2010-10-19 Michael Natterergdk: change signature of gdk_device_get_history() back...
2010-10-18 Benjamin Ottex11: Set GDK_PIXBUF_ENABLE_BACKEND before including...
2010-10-18 Ryan LortieGdk X11: Add setter for startup notify ID
2010-10-15 Christian PerschTake cursor hotspot from pixbuf if available
2010-10-15 Benjamin Ottex11: Don't set ParentRelative if the parent's visual...
2010-10-15 Matthias ClasenInclusion cleanups in sources
2010-10-15 Matthias ClasenInclusion cleanups in headers
2010-10-15 Matthias ClasenDrop dead gxid_proto.h header
2010-10-05 John RallsReplace GDK_Tab and GDK_ISO_Left_Tab with GDK_KEY equiv...
2010-10-05 Kristian RietveldMake set_cairo_surface_size a vfunc on GdkWindowImpl
2010-10-02 Matthias ClasenMore distcheck fixes
2010-10-02 Matthias ClasenFix distcheck
next