]> Pileus Git - ~andy/gtk/history - gtk/gtkiconview.c
Deprecate flag macros for toplevel, state, no window and composite child
[~andy/gtk] / gtk / gtkiconview.c
2010-01-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-12-08 Christian Dywan[doc] Fix the documentation of GtkIconEntry
2009-11-27 Matthias ClasenFix a doc comment
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-06 Nicola FontanaDo not use static GTypeInfo and GInterfaceInfo
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-23 Matthew BarnesBug 581150 - GtkIconView tries to paint items with...
2009-09-28 Matthias ClasenAlways initialize out params
2009-09-22 Mart RaudseppPack the struct better, should save four bytes per...
2009-08-13 Matthias ClasenDon't return uninitialized pointers
2009-08-11 Matthias ClasenFix make check
2009-08-07 Matthias ClasenAdd a GtkIconView::item-padding property
2009-07-17 Matthias ClasenFix DND onto an empty icon view
2009-07-01 Cody Russellfix wrap width calculations that caused item height...
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-17 Benjamin Ottefix compile warnings
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-13 Federico Mena QuinteroMerge fix for bgo#315462 - Make GtkLabel deal with...
2009-05-12 Federico Mena QuinteroMerge fix for bgo#463773 - Handle a NULL display in...
2009-05-03 Matthias ClasenForward-port a GtkAdjustment compatibility fix
2009-05-03 Matthias ClasenUpdate to explain the situation.
2009-04-18 Claudio SaavedraDeselect all other selected items when clicking a selec...
2009-02-28 Matthias ClasenCopy the right string. Pointed out by Tommi Rantala
2009-01-24 Claudio SaavedraMore docstrings improvements regarding reorderable...
2009-01-24 Claudio SaavedraBug 559420 – gtk_icon_view_enable_model_drag_[source...
2008-12-30 Matthias ClasenFix markup
2008-12-22 Li YuanBug #549251. No need to set name if there is no a11y...
2008-12-21 Yair HershkovitzBug 565203: RTL locales: icons are misplaced when horiz...
2008-12-13 Matthias ClasenHandle separate append/set for rows. Patch by Li Yuan
2008-12-13 Matthias ClasenUse the new order correctly. Patch by Li Yuan
2008-12-11 Sven HerzbergDocument the "set-scroll-adjustments" signal
2008-11-03 Christian PerschBug 558001 – gtk_icon_view_enable_model_drag_[source...
2008-10-20 Murray Cumminggtk_icon_view_set_tooltip_row(), gtk_icon_view_set_tool...
2008-09-27 Denis Washingtononly draw keyboard focus when keyboard navigation is...
2008-09-24 Denis Washingtondraw focus as a rectangle around the complete item...
2008-09-04 Matthias ClasenBug 550528 - IconView DND interface does not work if...
2008-08-12 Sven Neumanngtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c...
2008-08-12 Michael Natterergtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist...
2008-08-12 Michael Nattererconsistently chain up using GTK_FOO_CLASS(parent_class...
2008-08-11 Sven Neumanngtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.c
2008-08-08 Sven Neumanngtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel...
2008-08-06 Michael Natterergtk/gtkcombobox.c gtk/gtkiconview.c gtk/gtkrange.c...
2008-07-10 Matthias Clasenfix a segfault in the a11y code
2008-07-04 Matthias ClasenDoc updates
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-03-04 Michael Natterergtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycomp...
2008-03-03 Johan DahlinRemove left-over focus_pad variable. (#490892, Claudio...
2008-02-12 Matthias ClasenFix state change reporting for accessibility. (#499835...
2008-02-12 Matthias ClasenUnify the handling of various "Enter" keysyms all over...
2008-02-11 Kristian Rietveldgtk/gtkcellview.c (gtk_cell_view_cell_layout_reorder...
2008-02-07 Michael Natterergtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk...
2007-11-25 Matthias ClasenRequire gtk-doc 1.8
2007-09-10 Matthias ClasenAdd a bounding box test that will avoid getting the...
2007-07-23 Matthias ClasenFix some doc formatting errors
2007-07-20 Matthias ClasenRemove debug spew
2007-07-19 Matthias ClasenAdd new convenience api for tooltips on icon views
2007-07-16 Matthias ClasenConvenience functions to position tooltips on icon...
2007-07-11 Matthias ClasenNew function to convert widget coords to what is expect...
2007-06-19 Johan DahlinRename buildable methods to not clash with widget metho...
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535
2007-06-12 Michael Nattereruse PANGO_BREAK_WORD_CHAR instead of PANGO_BREAK_WORD...
2007-06-12 Kristian RietveldFix #410815, reported by Lucas Rocha.
2007-05-30 Matthias ClasenQueue a resize if the size changed. (#418047, Alex...
2007-05-25 Matthias ClasenDon't crash and don't leak. (#439565, Pedro Villavicencio)
2007-05-09 Kristian RietveldDisable key bindings during rubber banding, make pressi...
2007-04-27 Matthias ClasenInternalize some strings, pointed out by Damon Chaplin.
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-01-27 Matthias ClasenDocumentation fixes (#400530, Anders Brander)
2007-01-04 Matthias ClasenCross-compilation fixes. (#392646, Yevgen Muntyan)
2006-12-29 Matthias ClasenNew function to get the cell renderers of a cell layout.
2006-12-29 Matthias ClasenUse word wrapping by default, and center multiline...
2006-12-24 Behdad EsfahbodBug 340141 – Update to Pango 1.16 API
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-12-14 Christian PerschFix docs typo. Bug #385642.
2006-11-16 Michael NattererAdd new infrastructure for notifications of failed...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-10-03 Matthias ClasenApply a patch by Behdad Esfahbod to reduce relocations...
2006-08-16 Matthias ClasenUpdate background upon style-set and state-changed...
2006-07-21 Matthias ClasenFix a memleak
2006-07-10 Matthias ClasenFix some typos with inline property docs. (#347065...
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-20 Matthias ClasenSmall doc fix. (#345176, Claudio Saavedra)
2006-05-15 Søren Sandmanngtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-03-20 Matthias ClasenDocument that @cell must be one of the renderers of...
2006-03-06 Matthias ClasenApply some arbitrary lower limit for the guessed wrap...
2006-03-02 Matthias ClasenMake scroll_to_path work for newly inserted items,...
2006-02-11 Matthias ClasenFix row_spacing/column_spacing confusion. (#330732...
2005-12-21 Matthias ClasenAdjust the wrap-width also if an explicit item width...
2005-12-20 Matthias ClasenReset pressed_button to -1 after handling a double...
2005-11-28 Matthias ClasenCorrectly handle the cell list and indices into it...
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-09-19 Matthias ClasenMore typo fixes
2005-09-19 Matthias ClasenFix a typo in the docs. (#316419, Guillaume Cottenceau)
2005-09-19 Matthias ClasenUse g_list_nth_data() instead of g_list_nth()->data...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-13 Matthias ClasenFix typos in the docs. (#316008, #316027, #316121,...
2005-09-13 Matthias ClasenSilently return NULL if the widget is not realized...
next