summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.h
Commit message (Expand)AuthorAgeFilesLines
* gtk: fix many callback annotations to include closure informationEvan Nemerson2014-05-271-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-2/+2
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+53
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: Use versioned deprecationsMatthias Clasen2012-02-271-0/+1
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* Add API to get x position of treeview columnsMatthias Clasen2011-06-101-0/+1
* Adding gtk_tree_view_column_new_with_area().Tristan Van Berkom2010-12-061-0/+1
* Clarify start_pos parameter gtk_tree_view_column_cell_get_positionKristian Rietveld2010-12-051-1/+1
* Removed all variables from GtkTreeViewColumn and created GtkTreeViewColumnPri...Tristan Van Berkom2010-12-051-52/+5
* Removed cell_layout implementation details in GtkTreeViewColumn in favor of c...Tristan Van Berkom2010-11-291-0/+1
* First go at migrating GtkTreeView(Column) to GtkCellAreaKristian Rietveld2010-11-281-3/+8
* gtktreeviewcolumn: Move documentation to inline commentsJavier Jardón2010-10-231-3/+28
* Assign all g_signal_connect() and friends to gulong variablesAlberto Garcia2010-10-221-3/+3
* Move classes that currently derive from GtkObject to GInitiallyUnownedJavier Jardón2010-09-261-5/+2
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Remove deprecated GtkTreeViewColumn functionsJavier Jardón2010-05-031-3/+0
* Deprecate get_cell_renderers implementationsMatthias Clasen2009-06-151-0/+2
* gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.hMichael Natterer2008-06-231-1/+0
* Switch to "guint GSEAL (foo) : width;" when packing fields in guints.Tim Janik2008-06-201-9/+9
* Seal GtkTreeViewColumn.Tim Janik2008-06-201-35/+35
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-1/+1
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-3/+2
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-1/+1
* new function. (#342471, Lorenzo Gil Sanchez).Kristian Rietveld2007-06-061-0/+1
* new function (fixes #169961, reported by Morten Welinder).Kristian Rietveld2005-07-141-0/+1
* Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, BenoitMatthias Clasen2005-06-211-6/+5
* Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner)Matthias Clasen2005-03-081-2/+2
* Mark as const.Matthias Clasen2004-11-231-1/+1
* handle rtl code.Jonathan Blandford2003-03-031-0/+4
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-0/+5
* Deprecation cleanupManish Singh2002-10-131-7/+10
* The "big treeview focus patch". Fixes several issues and adds someKristian Rietveld2002-05-051-0/+2
* Massive padding addition to class structures.Owen Taylor2002-02-231-0/+6
* change gtk_tree_view_column_cell_render, gtk_tree_view_column_cell_focus,Kristian Rietveld2002-02-191-16/+0
* s/obj/klass/ where appropriatejacob berkman2001-12-121-1/+1
* get logic right, #66249Jonathan Blandford2001-12-081-6/+0
* Minor fix.Jonathan Blandford2001-12-041-4/+9
* Add a "resizable" property, to get rid of theJonathan Blandford2001-11-191-1/+4
* Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0,Jonathan Blandford2001-09-251-2/+0
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-2/+1
* centralize all the editing codeJonathan Blandford2001-09-181-0/+1
* Add editable interface. This should be the last big GtkTreeView APIJonathan Blandford2001-09-171-1/+6
* Removed 'fill' attribute. It was silly b/c that was a property of the cellJonathan Blandford2001-09-081-9/+11
* Add "use_align" to give people the option to just make a cell visible.Jonathan Blandford2001-08-241-12/+12
* use GtkSortType instead of GtkTreeSortOrder. (#59173).Kristian Rietveld2001-08-231-3/+3
* 2 new signals; is_expander/is_expanded.Jonathan Blandford2001-08-191-1/+3