]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkwindow-x11.c
Add a vfunc to replace _gdk_windowing_window_destroy_foreign
[~andy/gtk] / gdk / x11 / gdkwindow-x11.c
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 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
2010-11-24 Milan Bouchet-ValatFix missing (transfer) annotations in GDK
2010-11-19 Owen W. TaylorCreate the icon pixmap with the system visual
2010-11-13 Matthias ClasenFix a crash in gnome-terminal when using a compositor
2010-11-13 Matthias ClasenFix a crash in gnome-terminal when using a compositor
2010-10-15 Benjamin Ottex11: Don't set ParentRelative if the parent's visual...
2010-10-15 Matthias ClasenInclusion cleanups in sources
2010-10-05 Kristian RietveldMake set_cairo_surface_size a vfunc on GdkWindowImpl
2010-09-29 Benjamin Ottex11: Don't set ParentRealtive if the parent's visual...
2010-09-26 Benjamin Ottex11: Get rid of gdk_drawable_get_size() usage
2010-09-26 Benjamin OtteAPI: Remove colormap handling from GdkScreen
2010-09-26 Benjamin OtteAPI: Remove gdk_drawable_get_colormap()
2010-09-26 Benjamin Ottex11: Keep a default X Colormap in every visual to const...
2010-09-26 Benjamin Ottex11: Use G_DEFINE_TYPE() to define GdkVisual
2010-09-26 Benjamin Ottex11: Set background color bypassing colormaps
2010-09-26 Benjamin OtteAPI: Remove colormap member from GdkWindowAttr
2010-09-26 Benjamin Ottegdk: gdk_drawable_get_display() => gdk_window_get_display()
2010-09-26 Benjamin Ottegdk: gdk_drawable_get_screen/visual => gdk_window_get_s...
2010-09-26 Benjamin Ottegdk: store the visual in the GdkWindowObject
2010-09-26 Benjamin OtteAPI: Remove gdk_drawable_set_colormap()
2010-09-26 Benjamin Ottex11: Make fallback cursor code not use pixmaps
2010-09-26 Benjamin Ottex11: Set the icon using Cairo
2010-09-26 Benjamin Ottegdk: Rewrite background handling
2010-09-26 Benjamin Ottegdk: Remove supports_native_bg on WindowImplIface
2010-09-26 Benjamin Ottegdk: Remove GdkWindowImpl->clear_region
2010-09-26 Benjamin Ottegdk: Remove _gdk_windowing_get_shape_for_mask()
2010-09-26 Benjamin OtteAPI: remove gdk_window_set_icon()
2010-09-26 Benjamin Ottex11: remove icon_window property, it's not used anymore
2010-09-26 Benjamin Ottex11: Set icon based on icon list
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Johan DahlinAdd a couple of missing transfer annotations
2010-09-20 Matthias ClasenMore error trap cleanups
2010-09-17 Matthias ClasenAdd annotations
2010-09-08 Javier JardónRemove deprecated gdk_window_get_deskrelative_origin...
2010-09-03 Benjamin Ottex11: Unused variable
2010-08-29 Matthias ClasenRemove the long deprecated GDK_WINDOW_DIALOG type.
2010-08-10 Benjamin Ottegdk: Don't require allocating window background colors...
2010-08-10 Benjamin Ottegdk: Make window moves a custom vfunc
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngdk/: fully remove gdkalias hacks
2010-06-29 Benjamin Ottes/GdkRegion/cairo_region_t/ in all of gtk
2010-06-29 Benjamin OtteDeprecate the GdkRegion API
2010-06-29 Benjamin OtteRemove _gdk_region_new_from_yxbanded_rects()
2010-05-27 Javier Jardón[docs] Use the correct gtk-doc notation
2010-05-25 Matthias ClasenMerge the xi2-for-master branch
2010-05-14 Tadej BorovšakMove documentation to inline comments: GdkWindow
2010-05-12 Javier JardónRemove some deprecated stuff from GdkWindow
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-19 Claudio SaavedraUse the proper screen in _gdk_windowing_get_shape_for_m...
2010-04-07 Matthias ClasenYet another fix for shape handling
2010-04-04 Matthias ClasenDon't crash in DND when the X server doesn't support...
2010-04-04 Matthias ClasenFix gdk_window_set_icon_name
2010-04-04 Matthias ClasenMake DND work better with shaped windows
2010-03-16 Matthias ClasenDon't crash in DND when the X server doesn't support...
2010-03-12 Matthias ClasenFix gdk_window_set_icon_name
2010-02-05 Matthias ClasenMake DND work better with shaped windows
2009-12-14 Johannes SchmidMerge branch 'master' into native-layout
2009-12-07 Alexander LarssonFix mouse pointer handling on multiple screens
2009-11-27 Matthias ClasenShort-circuit get_frame_extents for override-redirect...
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-05 Alexander LarssonAdd supports_native_bg to GdkWindowImpl
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-20 Javier JardónRemove some unnused variables
2009-10-05 Alexander LarssonFix up _gdk_windowing_window_at_pointer coordinate...
2009-10-01 Pascal TerjanCall XReconfigureWMWindow with proper screen
2009-09-28 Alexander LarssonExtend _gdk_windowing_window_at_pointer to be able...
2009-09-10 Matthias ClasenCleanups
2009-09-06 Matthias ClasenCorrect the initial event mask of the root window
2009-09-02 Alexander LarssonAdd gdk_window_restack
next