]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkselection-x11.c
Change GdkFrameClock from an interface to a class
[~andy/gtk] / gdk / x11 / gdkselection-x11.c
2012-02-27 Javier JardónChange FSF Address
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-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-01 Benjamin OtteAPI: gdk: Make GdkEventSelection.requestor a GdkWindow
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2010-12-24 Matthias ClasenFix gdk_x11_display_text_property_to_text_list
2010-12-21 Matthias ClasenDowngrade some Since tags
2010-12-21 Matthias ClasenDeal with property encoding functions
2010-12-21 Matthias ClasenAdd a vfunc for gdk_selection_convert
2010-12-21 Matthias ClasenAdd a vfunc for gdk_selection_property_get
2010-12-21 Matthias ClasenAdd a vfunc for gdk_selection_send_notify_for_display
2010-12-21 Matthias ClasenRename some private x11 backend functions to _gdk_x11
2010-12-21 Matthias ClasenAdd vfuncs for get/set_selection_owner
2010-12-21 Matthias ClasenClean up gdkx.h a bit
2010-12-21 Matthias ClasenGet rid of the _gdk_selection_property global
2010-12-21 Matthias ClasenRename _gdk_send_xevent to _gdk_x11_display_send_xevent
2010-12-21 Matthias ClasenMake gdk_window_{lookup,foreign_new}_for_display backen...
2010-12-21 Javier JardónDon't access GdkDisplay fields directly
2010-12-04 Alexander LarssonMerge branch 'master' into broadway
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-02 Benjamin Ottex11: Use window macros instead of drawable macros
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-16 Javier Jardóndocs: Move documentation to inline comments: properties
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: properties
2010-10-15 Matthias ClasenInclusion cleanups in sources
2010-09-26 Benjamin Ottegdk: gdk_drawable_get_display() => gdk_window_get_display()
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngdk/: fully remove gdkalias hacks
2009-07-10 Alexander LarssonEnsure that windows used for selections are native
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-04 Matthias ClasenFix handling of GDK_NONE
2009-05-04 Matthias ClasenFix handling of GDK_NONE
2009-04-02 Alexander LarssonInitial client-side-windows work
2009-01-23 Matthias Clasen Bug 567761 – Spellfixes in GTK+ documentation
2008-08-04 Tor LillqvistBug 544684 - Win64 issue, window handles are assumed...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2007-11-12 Alexander LarssonAvoid loading the ISO8859-1 iconv module. We're already...
2006-04-12 Matthias ClasenMake this work for list == NULL. (Coverity)
2005-09-11 Matthias ClasenBroken pipe
2005-03-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-01 Matthias ClasenFix many instances of "the the" in docs and comments...
2004-11-26 Matthias ClasenDon't crash if Xlib fails to return UTF-8. (#159373...
2004-09-17 Matthias ClasenWarn if a UTF8_STRING or text/plain;charset=utf-8 roper...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-02-25 Owen TaylorCall g_convert(), not g_convert() with fallback, since...
2002-12-04 Owen TaylorAlways look up and create the Motif drag window as...
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-08 Soeren Sandmanndocs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk...
2002-10-31 Owen TaylorAdd a --screen option for setting the default screen...
2002-10-22 Matthias ClasenGdk API doc updates.
2002-10-03 Owen TaylorFix error in computing length and a memory leak. (Fixes...
2002-08-14 Hidetoshi Tajimainitialize gtk_selection_atoms only once at the 1st...
2002-08-01 Owen TaylorStart implementing display/screen closing scheme; keep...
2002-06-20 Owen TaylorRenames:
2002-06-06 Owen TaylorChanges multihead reorganizing code for win32 support...
2002-04-30 Owen TaylorUpdate for multihead.
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...
2002-04-04 Tim Janikfix segfault upon NULL return from gdk_utf8_to_string_t...
2002-02-25 Owen TaylorConvert over to using an GtkInvisible - selections...
2002-02-21 Owen TaylorSet the property as type ATOM_PAIR, not ATOM. (#72074...
2002-02-13 Owen Taylorg_warning() if setting the local fails, like gdk_set_lo...
2002-01-14 Owen TaylorDon't mangle sequences of consecutive \n or \r.
2001-12-29 Matthias ClasenGDK instead of Gdk.
2001-10-22 Owen TaylorFix problem with g_return_if_fail return value.
2001-09-07 Owen TaylorMake gdkx.h the only installed header from gdk/x11...
2001-08-08 Hidetoshi Tajimaask apps for COMPOUND_TEXT instead of TEXT correctly...
2001-07-18 Darin AdlerIgnore the sgml directory made by gtkdoc. Use gtk_windo...
2000-11-12 Owen TaylorFix problem with using result of g_get_charset() backwa...
2000-10-04 0Move list pointer forwards before removing item from...
2000-09-14 Owen TaylorRemove g_convert (moved to glib) and now useless utf_to...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
2000-03-14 Owen TaylorMerges from gtk-1-2
1999-10-03 Owen TaylorFix a reference to window_private->destroyed.
1999-10-01 Owen TaylorStarted
1999-09-28 Federico Mena Quintero[ Merges from gtk-1-2 ]
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-01-26 Tim Janikadded a bunch of checks for window != NULL and private...
1997-11-27 Gnome CVS UserPatches to support internationalized input by:
1997-11-24 Elliot LeeInitial revision