summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Use accessor functions to access GtkButtonJavier Jardón2010-10-261-1/+1
* gtktreeviewcolumn: Move documentation to inline commentsJavier Jardón2010-10-231-0/+18
* Remove GtkObject completelyMatthias Clasen2010-09-261-1/+1
* cellrenderer: Merge GtkCellSizeRequest into GtkCellRendererBenjamin Otte2010-09-261-10/+9
* API: gtk_cell_renderer_render_cairo() => gtk_cell_renderer_render()Benjamin Otte2010-09-261-12/+12
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-1/+0
* treeview: Convert GtkTreeViewColumn rendering to CairoBenjamin Otte2010-09-261-41/+36
* Tons of transfer annotationsMatthias Clasen2010-09-211-9/+10
* Do not use deprecated gtk_cell_renderer_get_size()Javier Jardón2010-09-171-36/+43
* gtk/gtktreeviewcolumn.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-2/+4
* Use GtkBin accessorsJavier Jardón2010-07-131-2/+2
* Use accessor functions to access GtkCellRendererJavier Jardón2010-07-131-15/+25
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-1/+2
* Remove deprecated GtkTreeViewColumn functionsJavier Jardón2010-05-031-17/+0
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-9/+9
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-2/+2
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-191-5/+5
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-01-071-1/+1
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-2/+2
* Bug 589336 – Add GtkTreeViewColumn:sort-column-id propertyPhilip Withnall2009-07-261-2/+32
* Move get_cells implementation from deprecated functionAlexander Larsson2009-07-081-16/+17
* Deprecate get_cell_renderers implementationsMatthias Clasen2009-06-151-0/+2
* gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.cSven Neumann2008-08-081-2/+2
* Fix #316087.Kristian Rietveld2008-07-111-0/+7
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-3/+3
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-27/+27
* always determine what arrow to show if show_sort_indicator is true.Kristian Rietveld2007-12-171-2/+1
* Plug leak: When reordering the info in the list the old node is removedXan Lopez2007-12-151-1/+1
* Require gtk-doc 1.8Matthias Clasen2007-11-251-3/+3
* fix up if-condition to only set the true arrow type if show_sort_indicatorKristian Rietveld2007-10-011-1/+1
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-1/+1
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+14
* use GTK_IS_TREE_VIEW_COLUMN() in g_return_if_fail here.Kristian Rietveld2007-06-061-1/+1
* new function. (#342471, Lorenzo Gil Sanchez).Kristian Rietveld2007-06-061-0/+21
* calculate the depth with the corrected real_cell_area and don't subtractKristian Rietveld2007-03-241-5/+5
* add _gtk_tree_view_column_get_focus_area().Kristian Rietveld2007-03-201-0/+18
* use TREE_VIEW_DRAG_WIDTH/2 when calculating the drag window positionKristian Rietveld2007-02-141-1/+1
* New function to get the cell renderers of a cell layout.Matthias Clasen2006-12-291-0/+8
* Support inverting arrows via XSetting. (#377979, Yevgen Muntyan).Kristian Rietveld2006-12-271-2/+8
* draw the indicator if the column has a sort column id (and the model isKristian Rietveld2006-09-241-21/+22
* take the cell spacing into account when calculating the available extraKristian Rietveld2006-08-161-1/+6