]> Pileus Git - ~andy/gtk/history - gdk/gdkwindow.c
Fix visibility notification event reporting
[~andy/gtk] / gdk / gdkwindow.c
2012-01-20 Alexander LarssonFix visibility notification event reporting
2012-01-05 Javier Jardóngdk/*: Use g_list_free_full convenience function
2011-12-22 Javier JardónDeprecate all the public API that is using GdkColor...
2011-12-19 Xan Lopezgdkwindow: plug memory leak
2011-12-07 Cosimo Cecchiwindow: copy back window surface data when the implicit...
2011-12-06 Cosimo Cecchiwindow: trivial cleanup
2011-12-06 Cosimo Cecchiwindow: remove unused arguments and variables
2011-12-05 Alexander LarssonMerge branch 'transparent-windows'
2011-12-05 Alexander Larssongdk: gdk_window_get_update_area don't remove alpha...
2011-12-05 Alexander Larssongdk: gdk_window_move_region
2011-12-05 Alexander Larssongdk: Fix alpha window background paintings on non-impli...
2011-12-05 Alexander Larssongdk: Remove unused _gdk_window_calculate_full_clip_region
2011-12-05 Alexander LarssonHandle has_alpha_background for parent-relative backgrounds
2011-12-01 Alexander Larssongdk: Fix repaint of layered region during move_region
2011-12-01 Alexander Larssongdk: Fix repaint of layered region during scroll
2011-12-01 Alexander Larssongdk: Fix repaint of layered region during raise
2011-12-01 Alexander Larssongdk: Make sure we don't copy to/from layered regions...
2011-12-01 Alexander Larssongdk: Track the layered area
2011-12-01 Alexander Larssongdk: Track wether windows have alpha in the background
2011-12-01 Alexander Larssongdk: Expose bottommost windows first
2011-12-01 Alexander Larssongdk: Remove now unused region tags completely
2011-11-10 Alexander Larssonwin32: Use right native_window for implicit grabs
2011-11-08 Rui Matosgdk: Add GDK_WINDOW_STATE_FOCUSED to GdkWindowState
2011-11-05 Matthias ClasenAdd device-taking variants of begin_resize/move_drag
2011-11-02 Benjamin Ottegdk: Move a bunch of deprecated code to a new file
2011-10-01 Rui Matosdocs: Delete duplicate line in gdkwindow.c
2011-09-29 Cosimo CecchiGdkWindow: fix conditional jump depends on uninitialize...
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-14 John (J5) Palmieri[gi] annotate gdk_container_set_user_data to take a...
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-17 Matthias ClasenDon't return a value from a void function
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-05 Joachim Breitnerdocs: Remove mention of client messages
2011-06-09 Benjamin Ottegdk: Make background changes queue a repaint
2011-06-09 Benjamin Ottegdk: Don't set backgrounds on input-only windows
2011-05-18 Carlos Garnachogdk: Document gdk_window_add_filter()+XGenericEvents...
2011-05-04 Kristian RietveldGdkWindow: remove unused variable
2011-05-03 Carlos GarnachoGdkWindow: Fix gdk_window_set_[device_]cursor() issues...
2011-05-03 Martin PittGdkWindow: Add missing (allow-none) annotations
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-21 Garrett RegierFix leaking calls to gdk_device_manager_list_devices()
2011-03-15 Alexander LarssonMerge branch 'broadway'
2011-03-11 Benjamin Ottegdk: Use CAIRO_OPERATOR_SOURCE when painting double...
2011-03-11 Benjamin Ottegdk: Add GDK_RENDERING environment variable
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-03-10 Tristan Van BerkomFixed gdk_window_beep() to pass the toplevel instance...
2011-03-08 Alexander LarssonRemove support for GDK_NATIVE_WINDOWS
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-23 Murray CummingMinor documentation improvements
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-09 Matthias ClasenMore GDK documentation tweaks
2011-02-09 Garrett RegierFix annotation that broke the docs
2011-02-09 Matthias ClasenRemove annotation that breaks the docs
2011-02-02 Martin Pitt[GI] Mark mis-detected constructors as such
2011-02-01 Benjamin OtteAPI: gdk: Change get_drag_window() API
2011-01-23 Matthias ClasenSilence new gcc warnings
2011-01-23 Benjamin Ottegdk: When reffing the impl surface, ref it from the...
2011-01-21 Tomeu Vizoso[gi] Return value of gdk_window_new should have transfe...
2011-01-20 Pavel Holejsovsky[GI] Mark unintrospectable constructs as (skip)
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2011-01-20 Pavel Holejsovsky[GI] Add missing (transfer) annotations
2011-01-20 Pavel Holejsovsky[GI] Add missing (scope) annotations
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-03 Benjamin Ottegdk: Simplify code
2011-01-03 Benjamin Ottegdk: Move window_get_device_position function out of...
2010-12-27 Benjamin OtteAPI: gdk: Make gdk_display_get_window_at_device_positio...
2010-12-25 Matthias ClasenFix a few typos
2010-12-25 Matthias ClasenFix up GDK docs
2010-12-21 Benjamin Ottegdk: Make GdkWindow abstract
2010-12-21 Benjamin Ottegdk: Use G_DEFINE_TYPE for GdkWindow
2010-12-21 Benjamin Ottegdk: Create windows via _gdk_display_create_window()
2010-12-21 Benjamin Ottegdk: Use g_object_(un)ref instead of gdk_cursor_(un)ref
2010-12-21 Benjamin Ottegdk: Make GdkCursor a GObject
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 ClasenClean up gdkx.h a bit
2010-12-21 Matthias ClasenAdd a vfunc for _gdk_window_impl_new
2010-12-21 Matthias ClasenMake gdk_window_{lookup,foreign_new}_for_display backen...
2010-12-21 Matthias ClasenAdd a vfunc for _gdk_windowing_window_get_next_serial
2010-12-21 Matthias ClasenAdd vfuncs for process_updates_recurse and the before...
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 a vfunc for gdk_window_set_composited
2010-12-21 Matthias ClasenMake GdkDevice parallel-implementable
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-20 Carlos GarnachoStrengthen checks in functions taking a GdkDevice
2010-12-17 Colin Waltersgdkwindow: Fix event unref iteration
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 Matthias ClasenOptimize gdk_window_set_shape_combine_region
2010-12-15 Carlos GarnachoAdd gdk_window_[gs]et_source_events()
2010-12-15 Carlos GarnachoAdd gdk_event_[gs]et_source_device().
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...
next