]> Pileus Git - ~andy/gtk/history - gtk/gtktreeview.c
Deprecate widget flag: GTK_WIDGET_MAPPED
[~andy/gtk] / gtk / gtktreeview.c
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-02-23 Matthias ClasenCorrect annotations for gtk_tree_view_get_path_at_pos
2010-02-19 Johan Dahlin[annotations] Add allow-none
2010-02-06 Michael Natterergtk: fix crash in _gtk_rbtree_find_offset() called...
2010-01-22 Claudio SaavedraGtkTreeView: plug a leaking GtkTreeRowReference
2010-01-18 Kristian RietveldBug 607322 - Double-click doesn't work if the item...
2010-01-07 Javier JardónDeprecate widget flag: GTK_WIDGET_CAN_FOCUS
2010-01-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2009-12-28 Kristian RietveldUnset expander_column when expander column is removed...
2009-12-23 Kristian RietveldFix call to update_prelight()
2009-12-21 Kristian RietveldCorrect problems with earlier fix for bug #480065
2009-12-21 Kristian RietveldBug 480065 - wrong tree collapsed (or expanded) after...
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-12-16 Benjamin OtteRevert dd511e825aef9edada30107b3d891d496cc39fd8
2009-11-27 Kristian RietveldBug 596473 - Second double-click of GtkTreeView row...
2009-11-27 Kristian RietveldBug 480065 - wrong tree collapsed (or expanded) after...
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-25 Yevgen MuntyanUse standard mac shortcuts
2009-09-06 Kristian RietveldAvoid recursive calls to gtk_tree_view_top_row_to_dy()
2009-09-04 Kristian RietveldRecalculate heights when a (new) separator func is...
2009-09-04 Kristian RietveldHave tree view process exposes after adjustments have...
2009-08-28 Kristian RietveldMake gtk_tree_view_real_set_cursor() handle non-existin...
2009-08-27 Kristian RietveldBug 543310 - set_enable_tree_lines doesn't work when...
2009-08-27 Kristian RietveldBug 588199 - GtkTreeView rendering glitch while using...
2009-08-23 Kristian RietveldRemove broken logic in backwards walks in validate_visi...
2009-08-23 Kristian RietveldBug 528283 - Problems when using PageUp & PageDown...
2009-07-30 Kristian RietveldBug 555109 – selection broken when typeahead active
2009-07-30 Kristian RietveldBug 539377 – Unnecessary warnings when GtkTreeView...
2009-07-30 Kristian RietveldBug 498010, 546005 - fix assertion in gtk_tree_view_set...
2009-07-30 Kristian RietveldRemove unused dirty iter discovery functions
2009-07-20 Paolo BorelliMicrooptimization in interactive search handling
2009-07-20 Paolo BorelliBug 588943 – set correct selection before emitting...
2009-07-17 Benjamin OtteBug 588273 - Make number of validated rows depend on...
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-06-27 Benjamin Ottecheck for allowed NULL inside g_return_if_fail() statements
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-17 Benjamin Ottefix compile warnings
2009-06-15 Federico Mena Quinterobgo#580560 - Make Backspace work in the file chooser...
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-03 Matthias ClasenForward-port a GtkAdjustment compatibility fix
2009-05-03 Matthias ClasenUpdate to explain the situation.
2009-02-11 Matthias Clasen Bug 570824 – [a11y] TreeView is not keyboard...
2009-01-28 Philip WithnallSmall documentation fix.
2009-01-24 Claudio SaavedraUse gtk-doc syntax to refer to properties in the docstr...
2009-01-24 Claudio Saavedraimprove ::search-column property description.
2009-01-23 Matthias ClasenFix typos
2008-12-11 Sven HerzbergDocument the "set-scroll-adjustments" signal
2008-11-30 Matthias ClasenBug 554453 – "typeahead find" widget of GtkTreeView...
2008-11-29 Federico Mena Quinterobnc447004 - Flip tree lines around in the right-to...
2008-10-20 Murray Cumminggtk_icon_view_set_tooltip_row(), gtk_icon_view_set_tool...
2008-09-24 Christian DywanBug 541391 – Unfocussable Treeview swallows focus
2008-08-21 Michael Natterersmall formatting fix.
2008-08-13 Michael Nattererget rid of the deprecated aliases NONE and BOOL.
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 Neumannsome more signals I missed in my last commit
2008-08-08 Sven Neumanngtk/gtktree.c gtk/gtktreemodel.c gtk/gtktreesortable...
2008-08-08 Sven Neumanngtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel...
2008-08-07 Michael Natterergtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbut...
2008-08-06 Michael Natterergtk/gtkcombobox.c gtk/gtkiconview.c gtk/gtkrange.c...
2008-08-03 Björn LindqvistBug 540379 – gtk_tree_view_enable_model_drag_dest and
2008-08-02 Matthias ClasenBug 539733 – No way to control treeview separator height
2008-07-21 Kristian RietveldBug 543989 - Crash in gtk_tree_view_size_allocate_columns
2008-07-11 Kristian RietveldFix #316087.
2008-07-07 Matthias ClasenDoc improvement
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-19 Johan Dahlingdk_gc_set_dashes expects a list of gint8, not guint8.
2008-06-18 Michael Nattererdeprecate GtkDestroyNotify.
2008-06-10 Christian PerschMake gtk_tree_view_enable_model_drag_[source|dest]...
2008-06-10 Christian PerschUse GSlice. Patch from bug #506853.
2008-06-08 Kristian RietveldBug 536730 - memory corruption in gtktreeview
2008-06-08 Kristian RietveldBug 488119 - critical warnings from gtk_tree_view_get_v...
2008-05-30 Kristian RietveldBug 530146 - Setting non-string tooltip with
2008-05-28 Kristian RietveldBug 449625 - crash in gtk_tree_view_real_move_cursor...
2008-05-28 Kristian RietveldBug 498010 - gtk_tree_view_set_cursor fails if model...
2008-05-28 Kristian RietveldRefactor expand/collapse timeout handling (amendment...
2008-05-28 Matthias Clasen Bug 511217 - potential memory corruption after...
2008-05-27 Matthias ClasenFixes
2008-05-25 Matthias Clasen Bug 523930 – sort -> search in gtktreeview.c
2008-03-15 Matthias ClasenSet window type hint on the search popup. (#522279...
2008-02-27 Michael Natterergtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk...
2008-02-13 Kristian Rietveldonly queue a redraw if the rubber banding has actually...
2008-02-12 Kristian Rietveldguard against people deleting the row in question in...
2008-02-12 Matthias ClasenUnify the handling of various "Enter" keysyms all over...
2008-01-25 Michael Natterergtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext...
2008-01-10 Kristian Rietveldfully initialize GdkWindowAttr to avoid valgrind warnin...
2008-01-10 Kristian RietveldFix #477175, reported by Juri Pakaste.
2008-01-06 Johan DahlinUse G_OBJECT_WARN_INVALID_PROPERTY_ID consistently...
2007-12-28 Matthias ClasenMore default property value fixes
2007-12-23 Xan Lopezpass correct argument to g_signal_emit for TEST_EXPAND_...
2007-11-25 Matthias ClasenFix a typo
2007-10-09 Kristian Rietveldmake sure the new cursor node is visible when we are...
2007-10-09 Kristian Rietveldwe should only "don't move the cursor, but just select...
2007-09-13 Kristian Rietveldthe tooltip-column property getter needs to set an...
2007-09-13 Kristian Rietveldif cell is set, always pass in path to gtk_tree_view_ge...
2007-09-10 Kristian Rietveldonly start typeahead search if tree_view has focus...
next