]> Pileus Git - ~andy/gtk/history - gtk/gtkselection.c
Remove GtkObject completely
[~andy/gtk] / gtk / gtkselection.c
2010-09-27 Matthias ClasenRemove GtkObject completely
2010-09-26 Benjamin Ottegtk: gdk_drawable_get_display() => gdk_window_get_display()
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-19 Matthias ClasenUse gdk_error_trap_pop_ignore() where appropriate
2010-09-09 Tor LillqvistUse accessor functions in Win32-only code
2010-08-22 Javier Jardóngtk/gtkselection.c: use accessor functions to access...
2010-08-18 Christian PerschUse G_DEFINE_BOXED_TYPE
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Christian DywanPrefix gtk_selection_clear with an underscore
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-02-19 Johan Dahlin[annotations] Add allow-none
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-11-28 Matthias ClasenRework a broken workaround for a Java bug
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-21 Javier JardónFix a compilation warning: use NULL instead ""
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-18 Davyd MadeleyFix broken compile: s/gtk_selection_atom/gtk_selection_...
2009-05-18 Matthias ClasenAvoid a warning when persisting clipboards
2009-03-25 Christian DywanTypo correction, s/hilding/holding
2009-01-19 Matthias ClasenAccept a type of TARGETS instead of ATOM, too. Based...
2008-11-29 Christian PerschTypo fix.
2008-11-29 Matthias ClasenMore of the same
2008-10-01 Torsten SchönfeldAdd gtk_selection_data_get_selection to retrieve the...
2008-09-01 Wouter BolsterleeUpdate documentation for gtk_selection_data_get_data...
2008-08-29 Matthias ClasenSplit gtk_selection_data_get_data into gtk_selection_da...
2008-08-28 Christian DywanBug 549734 – gtk_selection_data_get_data prototype...
2008-08-12 Sven Neumanngtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c...
2008-07-22 Matthias Clasen2.13.5
2008-07-18 Federico Mena QuinteroDon't do funny casts to avoid compiler warnings
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-20 Johan DahlinAdd missing Since: gtk-doc markup for newly added GSEAL...
2008-06-20 Tim JanikRemove superflous gtkselection accessors and merge...
2008-06-20 Tim JanikImplement gtk_selection_get_display, style fixes
2008-06-20 Tim JanikSeal GtkSelectionData
2008-05-25 Matthias ClasenBug 479384 – gtk_selection_data_targets_include_uri...
2008-04-21 Michael Nattereradd tons of g_return_if_fail() instead of crashing...
2008-02-16 Matthias ClasenDon't add the same target atom twice. (#516087, Christi...
2008-02-12 Matthias ClasenUse GSlice for GtkSelectionData. (#515060, Christian...
2007-09-17 Hans Breuersvn path=/trunk/; revision=18842
2007-09-15 Michael Nattererdon't simply crash if any of the pointer args are NULL...
2007-07-09 Matthias ClasenDon't ignore the passed-in len parameter. (#430049...
2007-04-14 Yevgen Muntyanfixed wrong g_convert_with_fallback() call which caused
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-01-14 Matthias ClasenPlug memory leaks. (#396160, Carlos Garcia Campos)
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-14 Matthias ClasenFix 344743
2006-03-07 Michael NattererAdd infrastructure for copy/paste and DND of rich text...
2005-12-20 Matthias ClasenDoc updates
2005-12-09 Matthias ClasenDon't leak list[0]. (#323629, Markku Vire)
2005-11-15 Matthias ClasenPlug a leak
2005-10-27 Matthias ClasenOnly set the text if it is not NULL. (#319930, Thomas...
2005-09-28 Matthias ClasenFree mult_atoms here. (#317039, Paolo Borelli)
2005-09-11 Matthias ClasenUse gdk_atom_intern_static_string() where appropriate.
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-30 Matthias ClasenAdd functions which look for text, image or uri targets...
2005-08-30 Matthias ClasenAdd gtk_window_[sg]et_deletable. Add
2005-06-12 Matthias ClasenDon't leak the format names. (#307190, Morten Welinder)
2005-05-26 Sven Neumannuse a less aggressive PNG compression level (bug #305340).
2005-05-25 Matthias ClasenMake sure png comes first, otherwise dnd may use bmp...
2005-05-02 Matthias ClasenFix the build
2005-05-02 Matthias ClasenDoc fixups
2005-04-04 Tor LillqvistNew debugging function, to log a clipboard format name...
2005-04-01 Matthias ClasenMove documentation inline, document if add_target funct...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-12-28 Matthias ClasenMake the clipboard image API more robust (#162357,...
2004-11-16 Matthias ClasenReduce the clipboard timeout from 300 seconds to 30...
2004-10-31 Matthias ClasenAdd api for image transfer via copy-and-paste (#156408)
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-10-22 Matthias ClasenUse the new file DND api.
2004-10-22 Matthias ClasenDocument how to use info with text/image targets.
2004-10-21 Matthias ClasenAdd convenience api for image dnd (#150165):
2004-09-17 Matthias ClasenWarn if a UTF8_STRING or text/plain;charset=utf-8 roper...
2004-08-26 Manish Singhinitialize path so we don't potentially use an undefine...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-17 Matthias ClasenSupport text/plain selection target (#55117, Owen Taylor)
2004-06-22 Matthias ClasenMake sure this gets defined for all backends, so linux...
2004-06-02 Matthias ClasenRemove leftover debug code.
2004-05-08 Hans Breuerfinally also create the correct mask for 'pseudo mime...
2004-05-04 Matthias ClasenDisable debug logging again.
2004-05-03 Matthias ClasenMake the chunk size for incremental transfers depend...
2004-05-03 Matthias Clasenu2004-05-03 Matthias Clasen <mclasen@redhat.com>
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...
2004-02-12 Manish SinghAssign xtype using gdk_x11_atom_to_xatom_for_display...
2004-01-29 Owen Taylornul-terminate the target atoms. (#132656, Christian...
2003-12-17 Matthias ClasenAdd missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(...
2003-05-20 Owen TaylorComprehensively zero all unused parts of client message...
2003-02-05 Matthias ClasenReplace uses of gtk_timeout_* and gtk_idle_* by their...
next