]> Pileus Git - ~andy/gtk/history - gdk
GtkToolPalette: Change gtk_tool_palette_get_drop_group() return.
[~andy/gtk] / gdk /
2010-01-15 Alexander LarssonAvoid drawing implicit paints to destroyed windows
2010-01-11 Matthias ClasenPlug a pixmap leak
2010-01-11 Javier Jardón[docs] Add missing "Deprecated: 2.x" to the api doc...
2010-01-03 Javier Jardón[docs] Add documentation for GdkWindow 'cursor' property
2010-01-03 Hiroyuki IkezoeUse CAIRO_VERSION instead of CAIRO_VERSION_CODE
2009-12-31 Johan DahlinMake sure Gdk-2.0.gir is installed
2009-12-31 Johan DahlinAvoid warnings when introspetion is not available
2009-12-31 Johan DahlinFix build with system install of introspection
2009-12-30 Kristian RietveldRelease view after setting it as contentView
2009-12-30 Kristian RietveldFix memleak in get_nsscreen_for_point()
2009-12-30 Kristian RietveldFix memory leak in GdkQuartzView
2009-12-28 Kristian RietveldUse CGFLOAT_DEFINED, don't rely on NSINTEGER_DEFINED...
2009-12-28 Kristian RietveldAdd gdk_keymap_map_virtual_modifiers() to Quartz backend
2009-12-28 Kristian RietveldStart using CGFloat
2009-12-28 Kristian RietveldFix compile warning in gdk_cursor_new_from_pixmap
2009-12-28 Kristian RietveldinitWithContentRect: has a NSUInteger parameter now
2009-12-27 Kristian RietveldStart using NSInteger and NSUInteger
2009-12-21 Tor LillqvistAdd gdk_keymap_map_virtual_modifiers() implementation
2009-12-21 Matthias ClasenFix a think in the CSW input extension handling
2009-12-21 Matthias ClasenTry harder to handle accelerators involving virtual...
2009-12-20 Matthias ClasenProperly free damage events
2009-12-19 Matthias ClasenFix a thinko in computing damage for segments
2009-12-18 Matthias ClasenEnsure native windows in gdk_property_change
2009-12-18 Alexander LarssonActually send exposes from gdk_window_clear_area_e
2009-12-18 Javier JardónAdd 'Since: 2.18' tag
2009-12-16 Tor LillqvistMake the OLE2 DND code selectable at run-time instead...
2009-12-16 Johan DahlinUse Makefile.introspection
2009-12-16 Johan DahlinMake sure dist check works with introspection
2009-12-16 Johan DahlinRe-add accidentially removed gtkintl header
2009-12-16 Johan DahlinSeparate private from public gdk headers
2009-12-16 Colin WaltersMerge in Gdk-custom.c introspection annotations
2009-12-16 Colin WaltersBuild introspection data for gdk-pixbuf, gdk, and gtk
2009-12-16 Tor LillqvistAdd copyright note and comment for merged old code
2009-12-16 Tor LillqvistWork on OLE2-based generic DND
2009-12-16 Tor LillqvistMake more GdkAtom variables visible in all gdk/win32...
2009-12-16 Tor LillqvistMake the gdk/win32 event debug printing function non...
2009-12-16 Tor LillqvistRemove unused functions and variables
2009-12-14 Matthias ClasenImplement gdk_screen_get_primary_monitor in all GDK...
2009-12-10 Cody RussellAdd gdk_screen_get_primary_monitor to gdk.symbols
2009-12-08 Cody RussellAdd gdk_screen_get_primary_monitor(). This fixes bug...
2009-12-08 Matthias ClasenNever do implicit paints for foreign windows
2009-12-08 Matthias ClasenSet colormap of offscreen pixmaps
2009-12-08 Alexander LarssonFix up last commit
2009-12-08 Alexander LarssonHandle input extension events when making a window...
2009-12-07 Alexander LarssonFix damage report for lines drawn on offscreen windows
2009-12-07 Alexander LarssonFix mouse pointer handling on multiple screens
2009-12-02 Alexander LarssonDon't filter out BUTTON_MOTION event masks
2009-11-30 Javier Jardón[gdk/directfb] Made dfb_events_dispatch() thread save
2009-11-28 Matthias ClasenAdd a missing include
2009-11-27 Matthias ClasenBe a bit more forgiving about invalid monitor number
2009-11-27 Matthias ClasenShort-circuit get_frame_extents for override-redirect...
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-25 Matthias ClasenMake level3 keys work again
2009-11-15 Kristian RietveldDocument how Cocoa coordinate and monitor layout transf...
2009-11-14 Tor LillqvistAwful hack for problem in dnd of images from Firefox...
2009-11-11 Kjartan MaraasFix typo
2009-11-11 Javier JardónOnly use gdk_input_select_events() if XINPUT_NONE is...
2009-11-10 Javier Jardón[gdk] Added GDK_GPOINTER_TO_NATIVE_WINDOW() macro
2009-11-06 Javier Jardón[gdk/x11/gdkdnd-x11] Add missing "Deprecated: 2.x"...
2009-11-06 Javier Jardón[gdk/gdkimage] Add missing "Deprecated: 2.x" to the...
2009-11-06 Javier Jardón[gdk/gdkgc] Add missing "Deprecated: 2.x" to the api...
2009-11-06 Javier Jardón[gdk/gdkdraw] Add missing "Deprecated: 2.x" to the...
2009-11-06 Javier Jardón[gdk/gdkcolors] Add missing "Deprecated: 2.x" to the...
2009-11-06 Javier JardónUse "Deprecated:" gtk-doc symbol corrently
2009-11-06 Nicola FontanaDo not use static GTypeInfo and GInterfaceInfo
2009-11-05 Alexander LarssonDon't unnecessarily clear windows with no exposure...
2009-11-05 Alexander LarssonDocument clears_as_native and make the name more descri...
2009-11-05 Alexander LarssonAdd supports_native_bg to GdkWindowImpl
2009-11-05 Alexander LarssonDon't unnecessarily expose areas copied by native windo...
2009-11-05 Alexander LarssonOnly send exposes on unmap if window really was unmapped
2009-11-05 Alexander LarssonFlush outstanding stuff when clearing directly on a...
2009-10-30 Javier JardónFix some compilation warnings
2009-10-30 Javier JardónFix warning: cast to gchar*
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-26 Javier JardónUse G_STRLOC instead __LINE__
2009-10-26 Javier JardónUse G_STRFUNC instead __FUNCTION__
2009-10-26 Kristian RietveldUpdate copyright
2009-10-26 Kristian RietveldUpdate position of toplevels after display reconfiguration
2009-10-26 Kristian RietveldFixup get_nsscreen_for_x()
2009-10-26 Kristian RietveldRemove unused variable (fix compiler warning)
2009-10-26 Kristian RietveldUpdate size of root window after display reconfiguration
2009-10-26 Kristian RietveldSupport arbitrary screen layouts
2009-10-26 Kristian RietveldRework coordinate transformation to be based on root...
2009-10-26 Kristian RietveldBe consistent with X11: emit monitors-changed first...
2009-10-26 Kristian RietveldUpdate documentation for ::monitors-changed to mention...
2009-10-26 Kristian RietveldUse screen when emitting signal, not _gdk_screen
2009-10-26 Kristian RietveldEmit monitors-changed signal when appropriate
2009-10-26 Kristian RietveldMove screen resolution setup to GdkScreenQuartz initializer
2009-10-26 Kristian RietveldCreate a proper subclass of GdkScreen: GdkScreenQuartz
2009-10-26 Kristian RietveldRegister and handle a display reconfiguration callback
2009-10-26 Kristian RietveldSetup monitor rects during screen initialization and...
2009-10-26 Kristian RietveldMove screen initialization to gdkscreen-quartz.c
2009-10-24 Michael EmmelFix for position bug
2009-10-23 Kristian RietveldBug 598881 - Unimplemented GdkWindowImplIface methods...
2009-10-23 Tor LillqvistUse correct type text/uri-list for the dropped files...
2009-10-21 Javier JardonUse G_STRLOC instead __FILE__ and __LINE__
2009-10-20 Javier JardónRemove some unnused variables
2009-10-18 Tor LillqvistUse correct size for root window with multiple monitors
2009-10-18 Tor LillqvistDelete a couple of leftover commented-out lines
2009-10-18 Tor LillqvistAdd missing newline to debugging output
next