]> Pileus Git - ~andy/gtk/history - gtk/gtkiconview.c
Include "config.h" instead of <config.h> Command used: find -name
[~andy/gtk] / gtk / gtkiconview.c
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...
2005-09-11 Matthias ClasenUse gdk_atom_intern_static_string() where appropriate.
2005-09-09 Matthias ClasenStylistic improvements and clarifications for some...
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-20 Jonathan Blandfordclear scroll_to_path if the model changes.
2005-08-15 Matthias ClasenHandle paths of depth 0 gracefully. (#312796, Jonathan...
2005-07-11 Matthias ClasenDocumentation improvements. (#309946, Torsten Schoenfeld)
2005-06-28 Matthias ClasenMake sure that cell boxes are always completely inside...
2005-06-11 Matthias ClasenAdd a function to determine what parts of the model...
2005-06-10 Matthias ClasenMore doc fixes.
2005-06-10 Matthias ClasenDoc fixes.
2005-06-09 Matthias ClasenNew function to scroll to a path. (#306838, Jonathan...
2005-06-08 Matthias ClasenScroll to the item. (#306839, Jonathan Blandford)
2005-05-14 Manish Singhgdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create...
2005-05-11 Owen TaylorUse a GtkAlignment rather than a GtkDrawingArea to...
2005-05-08 Matthias ClasenFix a copy-and-paste accident
2005-05-06 Matthias ClasenTest DND.
2005-05-02 Matthias ClasenTest cell renderers.
2005-04-29 Matthias ClasenGet rid of this function, instead show the bin_window...
2005-04-29 Matthias ClasenUse the internal unselect_all function, since we need...
2005-04-29 Matthias ClasenAlso scroll horizontally when necessary, and keep the...
2005-04-29 Matthias ClasenAdd some more tests.
2005-04-29 Matthias ClasenDon't crash if the path does not point to a row in...
2005-04-18 Owen Taylorgtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkic...
2005-03-31 Sven NeumannMerged from gtk-2-6:
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-17 Matthias ClasenClamp adjustment values on resize. (#170567, Tomislav...
2005-03-17 Matthias ClasenTypo fix in the docs.
2005-03-17 Owen TaylorSwitch set_cairo_target() virtual function to ref_cairo...
2005-03-09 Matthias ClasenQueue a resize when the model is unset. (#169528, Tomis...
2005-03-09 Matthias ClasenMore canonical property names.
2005-03-01 Matthias Clasengdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb...
2005-01-18 Matthias ClasenRemove debug output. (#164376, Jens Finke)
2005-01-06 Matthias ClasenMake markup_column work, and fix some layout issues...
2004-12-22 Matthias ClasenFix sorting of list stores. (#161886, Marcin Krzyzanowski)
2004-12-14 Matthias ClasenAdd new symbols.
2004-12-08 Matthias ClasenMake this work, no need to invert the array.
2004-12-02 Matthias ClasenHandle the fact the the changed row may also be moved...
2004-11-26 Matthias ClasenQueue a layout. (#159436, Olivier Andrieu)
2004-11-26 Matthias ClasenCheck column types on the new model, and check them...
2004-11-09 Matthias ClasenMake it work with *big* icon views. (#154466)
2004-10-28 Matthias ClasenFix many sparse warnings.
next