]> Pileus Git - ~andy/gtk/history - gtk/gtktreeview.c
Minor doc cleanup
[~andy/gtk] / gtk / gtktreeview.c
2013-03-13 John Lindgrentreeview: Don't emit cursor-changed in destruction
2013-03-09 Cosimo Cecchitreeview: fix a critical warning
2013-03-01 Cosimo Cecchitreeview: center expander allocated space
2013-03-01 Cosimo Cecchitreeview: properly calculate the treeview expander...
2013-03-01 Cosimo Cecchitreeview: remove extra padding handling
2013-02-18 Alexander LarssonAdd a few missing gtk_widget_unregister_window calls
2013-02-07 Alexander LarssonAdd gtk_widget_(un)register_window
2013-02-02 Matthias ClasenFix a few parameter mismatches in the symbols
2013-02-01 Cosimo Cecchitree-view: add back gtk_style_context_set_background()
2013-01-23 Chun-wei Fangtk/gtktreeview: Avoid a C99ism
2013-01-20 William Jon McCannAdd an optional single click activation mode to treeview
2013-01-18 John LindgrenMore or less revert 91949934 which broke the regression...
2013-01-15 John LindgrenBetter resize of expandable columns
2013-01-15 John LindgrenUse minimum/natural size semantics
2013-01-15 John LindgrenMinor refactoring
2013-01-15 John LindgrenUse fixed width for resizing
2013-01-15 John LindgrenKill gtk_tree_view_size_request
2013-01-15 John LindgrenRemove extraneous size request
2012-12-27 Matthias ClasenMake accessible implementations public
2012-12-07 Cosimo Cecchibuild: fix some GCC warnings
2012-12-06 Alexander Larssontreeview: Don't invalidate whole tree unless needed
2012-11-25 Benjamin Ottetreeview: Delay computing fixed height
2012-11-22 David Kingdocs: Fix typo in gtk_tree_view_set_tooltip_column...
2012-11-20 Cosimo Cecchitree-view: don't use gtk_style_context_set_background()
2012-11-02 Federico Mena QuinteroMerge branch 'bgo687196-filesystemmodel-crash'
2012-10-22 Matthias ClasenForgotten fixup
2012-10-22 Stefano Facchinitreeview: Add support for styling the dragged header
2012-10-22 Stefano Facchinitreeview: Move the dragged header in the headers window
2012-10-01 Benjamin Ottetreeview: Invalidate children properly
2012-10-01 Benjamin Ottetreeview: Fix computing child paths
2012-09-27 Stefano Facchinitreeview: fix size of the dragged column header
2012-09-27 Alexander LarssonDon't create GdkWindows with NULL parents
2012-07-30 Matthias Clasengtk: Don't use GDK_THREADS_ENTER/LEAVE macros internally
2012-07-02 Cosimo Cecchidocs: fix a number of typos and obsolete references
2012-04-17 Benjamin Ottecss: Remove old animation code
2012-04-17 Benjamin Ottegtk: Make widget only invalidate widget positions
2012-04-13 Matthias ClasenFix malformed doc comments
2012-04-07 Benjamin Ottetreeview: Don't cache expander size
2012-04-05 Benjamin Ottegtk: Don't call gdk_window_process_updates() when scrolling
2012-04-04 Nelson Benitez Leongtktreeview: don't handle extra mouse buttons
2012-03-27 Cosimo Cecchitreeview: filter out invisible columns in get_path_for_...
2012-03-19 Benjamin Ottegtk: Get gtkwidgetpath.h includes out of the public...
2012-03-03 Benjamin Ottetypes: Move GtkAdustment declaration to gtktypes.h
2012-03-03 Benjamin Ottetypes: Clean up gtkwidget.h includes
2012-03-01 Carlos Garnachotreeview: set GDK_SMOOTH_SCROLL_MASK
2012-02-27 Javier JardónChange FSF Address
2012-02-24 Carlos Garnachotreeview: Set background on the widget's window
2012-02-21 Sebastian KellerBug 650693 - Drawing errors in column headers when...
2012-02-20 Jiří Klimešdocs: fix typos in functions' descriptions
2012-02-14 Cosimo Cecchitreeview: don't use gtk_render_focus() for dnd indicator
2012-02-14 Cosimo Cecchitreeview: set "dnd" style class when drawing drag and...
2012-02-11 Benjamin Ottetreeview: Add internal get_cursor_node() API
2012-02-11 Benjamin Ottetreeview: Add private get_focus_column() API
2012-02-11 Benjamin Ottetreeview: Notify accessible about focus changes
2012-02-11 Benjamin Ottetreeview: Tell accessible about focus column changes
2012-01-27 Carlos Garcia Camposgtktreeview: Use symbolic names for button numbers
2012-01-24 Benjamin Ottetreeview: Fix comparison to catch all cases
2012-01-14 Paolo BorelliDo not leak tree path when setting the model.
2012-01-12 Benjamin Ottetreeview: Do not focus a path on model change
2012-01-09 Rui Matostreeview: Use the widget state flags as a base for...
2012-01-09 Rui Matostreeview: Stop setting state flags on the style context...
2012-01-05 Javier Jardóngtk/*: Use g_list_free_full() convenience function
2012-01-03 Federico Mena Quinterotreeview: bgo#666685 - Crash when toggling the selected...
2011-12-20 Cosimo Cecchitreeview: fix an uninitialised variable warning
2011-12-19 Benjamin Ottetreeview: Only set focus column in setter function
2011-12-18 Matthias ClasenUse the workarea when placing popups
2011-12-16 Benjamin Ottetreeview: Run unref helper for all rows
2011-12-16 Benjamin Ottetreeview: Send changed signal directly to a11y code
2011-12-16 Benjamin Ottetreeview: Emit cursor-changed signal when new model...
2011-12-16 Benjamin Ottetreeview: Remove unnecessary accessible_expanded()
2011-12-16 Benjamin Ottetreeview: Add add() function to accessible
2011-12-16 Benjamin Ottetreeview: Set expandable flag from treeview
2011-12-16 Benjamin Ottetreeview: Set EXPANDED state directly on a11y elements
2011-12-16 Benjamin Ottetreeview: Deprecate gtk_tree_view_set_destroy_count_func()
2011-12-16 Benjamin Ottetreeview: Don't use signals in a11y row expansion
2011-12-16 Benjamin Ottetreeview: Set the new flags when rendering the cell
2011-12-10 Benjamin Ottetreeview: Ensure selection's changed signal
2011-12-10 Benjamin Ottetreeview: Don't try to optimize away selection_changed...
2011-12-10 Benjamin Ottetreeview: Add a CURSOR_INVALID flag to set_cursor_row()
2011-12-10 Benjamin Ottetreeview: Replace lots of boolean args with flags
2011-12-10 Benjamin Ottetreeview: Handle the case where the cursor row gets...
2011-12-10 Benjamin Ottetreeview: Replace cursor handling by keeping the node
2011-12-07 Benjamin Ottetreeview: Fix crash when scrolling to end
2011-11-29 Benjamin Ottetreeview: Properly change cursor when row is collapsed
2011-11-29 Benjamin Ottetreeview: Reorder code a bit
2011-11-29 Benjamin Ottetreeview: Simplify code
2011-11-29 Benjamin Ottetreeview: Rename function
2011-11-24 Benjamin Ottetreeview: Notify a11y about reordered rows
2011-11-22 Benjamin Otterbtree: Introduce _gtk_rbtree_is_nil()
2011-11-22 Benjamin Otterbtree: Introduce _gtk_rbtree_first()
2011-11-21 Alexander LarssonMerge branch 'win32-theme2'
2011-11-20 Rui MatosBug 653676 - Expand/Collapse doesn't respond after...
2011-11-20 Kristian RietveldDon't call scroll to cell if the tree view is empty
2011-11-20 Kristian RietveldBug 660554 - gtk_tree_view_drag_begin: assertion `path...
2011-11-16 Xan Lopeztreeview: fix the build
2011-11-16 Cosimo Cecchitreeview: use gtk_tree_view_ensure_background() consist...
2011-11-16 Cosimo Cecchitreeview: factor out gtk_tree_view_ensure_background()
2011-11-16 Benjamin Ottetreeview: Call a11y functions for culmn changes directly
2011-11-16 Benjamin OtteAPI: treeview: Add gtk_tree_view_get_n_columns()
2011-11-16 Benjamin Ottetreeview: Simplify a check
next