]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkwindow-x11.c
GdkWindowX11: Only start a frame when we emit damage
[~andy/gtk] / gdk / x11 / gdkwindow-x11.c
2013-02-14 Owen W. TaylorGdkWindowX11: Only start a frame when we emit damage
2013-02-14 Owen W. TaylorGdkWindowX11: start off with an odd frame-counter value
2013-02-14 Owen W. TaylorFreeze the update counter for unmapped windows
2013-02-14 Owen W. TaylorUse _NET_WM_FRAME_DRAWN to synchronize frame drawing
2013-02-14 Owen W. TaylorSwitch to an extended form of _NET_WM_SYNC_REQUEST_COUNTER
2013-02-14 Owen W. TaylorGdkFrameClock: add freeze/thaw
2013-01-25 Olivier Fourdanx11: implement gdk_window_apply_fullscreen_mode()
2013-01-12 Geoff Reedyx11: add missing checks that a hint is supported
2012-10-06 Benjamin Ottex11: Put function in header, don't declare them extern
2012-10-02 Alexander LarssonMake process_all_updates draw synchronously
2012-04-05 Rui Matosx11: Don't ignore button releases after a wmspec move...
2012-04-04 Rui Matosx11: Set GdkToplevelX11.have_focused on creation
2012-03-02 Mikael MagnussonIconification using _NET_WM_STATE_HIDDEN hint if suppor...
2012-02-27 Javier JardónChange FSF Address
2012-02-09 Rui Matosx11: Cancel _NET_WM_MOVERESIZE if we get a matching...
2012-01-16 Alexandre RostovtsevAdd Since: to gdk_x11_device_get_id(), gdk_x11_device_m...
2012-01-10 Patrick WelcheNon-XInput2 build fix
2012-01-03 Matthias ClasenFix problems with DND on some X servers
2011-12-28 Matthias ClasenUpdate various EWMH interactions
2011-12-19 Colin Waltersx11: Add gdk_x11_window_set_utf8_property
2011-12-15 Florian Müllnerwindow: Add hide-titlebar-when-maximized property
2011-12-10 Matthias ClasenFix move-resize emulation with XI2
2011-11-05 Matthias ClasenAdd device-taking variants of begin_resize/move_drag
2011-11-02 Benjamin Ottex11: Do fallback resize without deprecated functions
2011-10-15 Michael Natterergdk: s/gdk_cursor_unref/g_object_unref/
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-01 Pavel HolejsovskyAdd annotations so that methods are properly paired...
2011-08-01 Pavel HolejsovskyEnable introspection of X11-specific functions and...
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-04-03 Matthias ClasenMake gdk_x11_window_set_theme_variant do nothing for...
2011-03-21 Florian Müllnerwindow: Export theme variant to X11
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-02-27 Matthias ClasenDrop _gdk_x11_set_input_focus_safe
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-01 Benjamin OtteAPI: gdk: Change get_drag_window() API
2011-02-01 Benjamin OtteAPI: gdk: Make GdkEventSelection.requestor a GdkWindow
2011-01-20 Johan DahlinMark api with xlib types as skipped
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2010-12-27 Matthias ClasenFix some issues with initial setup of 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: Rename GdkScreenX11 to GdkX11Screen
2010-12-21 Benjamin Ottex11: Rename GdkDisplayX11 to GdkX11Display
2010-12-21 Benjamin Ottex11: Rename GdkDisplayX11 to GdkX11Display
2010-12-21 Benjamin Ottex11: Use g_object_(un)ref instead of gdk_cursor_(un)ref
2010-12-21 Matthias ClasenDowngrade some Since tags
2010-12-21 Matthias ClasenDeal with property encoding functions
2010-12-21 Matthias ClasenRename some private x11 backend functions to _gdk_x11
2010-12-21 Matthias ClasenAdd vfuncs for keyval and window property functions
2010-12-21 Matthias ClasenAdd vfuncs for gdk_test apis
2010-12-21 Matthias ClasenRename the _gdk_xid_table functions
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 ClasenRename _gdk_moveresize functions to _gdk_x11_moveresize
2010-12-21 Matthias ClasenRename _gdk_xgrab_ apis to _gdk_x11_window_
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 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 ClasenRemove gdk_windowing_{get_device_state,window_at_device...
2010-12-21 Matthias ClasenMove warp functions to the frontend
2010-12-21 Matthias ClasenAdd vfuncs for process_updates_recurse and the before...
2010-12-21 Javier JardónDon't access GdkDisplay fields directly
2010-12-21 Matthias ClasenExplode gdkinternals.h into per-class private headers
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 ClasenMove gdk_window_lookup to common code
2010-12-21 Alexander LarssonConvert all gdk_window methods to vtable calls
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
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 Alexander LarssonMerge branch 'master' into broadway
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
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: Make GdkWindow->impl a GdkWindowImpl
2010-12-02 Benjamin Ottegdk: Pass the GdkWindow to resize_cairo_surface vfunc
2010-12-02 Benjamin Ottegdk: Move ref_cairo_surface from GdkDrawable to GdkWind...
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 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: Remove screen member from GdkDrawableImplX11
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 Ottex11: Use window macros instead of drawable macros
2010-12-02 Benjamin OtteAPI: x11: gdk_drawable_get_xid => gdk_window_get_xid
2010-11-30 Cosimo CecchiMerge branch 'master' into open-with-dialog
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
next