summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Use markup for linksWilliam Jon McCann2014-02-071-2/+2
* GtkTreeViewColumn: fix critical warningClaudio Saavedra2014-02-061-2/+2
* docs: use proper quotesWilliam Jon McCann2014-02-051-5/+5
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: don't use <emphasis>William Jon McCann2014-01-281-1/+1
* docs: fix dnd docs linksWilliam Jon McCann2014-01-211-2/+3
* GtkTreeViewColumn: start padding at 0Ryan Lortie2013-09-301-1/+1
* Improve struct packing in various placesMatthias Clasen2013-09-211-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* Deprecate gtk_widget_push_composite_child & friendsTristan Van Berkom2013-04-081-2/+0
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-2/+2
* docs: Update docs for recent treeviewcolumn changesJohn Lindgren2013-01-171-21/+30
* docs: Don't mark up numbersBenjamin Otte2013-01-171-1/+1
* treeviewcolumn: always hide button widget if the header is not shownCarl-Anton Ingmarsson2013-01-171-3/+3
* Use minimum/natural size semanticsJohn Lindgren2013-01-151-31/+31
* Use fixed width for resizingJohn Lindgren2013-01-151-51/+8
* treeviewcolumn: Show button if we're visibleBenjamin Otte2013-01-081-0/+2
* Make accessible implementations publicMatthias Clasen2012-12-271-1/+1
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* docs: fix typos in functions' descriptionsJiří Klimeš2012-02-201-2/+2
* gtktreeviewcolumn: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-1/+1
* treeview: Call a11y functions for culmn changes directlyBenjamin Otte2011-11-161-1/+6
* Remove one instance of gdk_window_get_pointerMatthias Clasen2011-11-021-4/+5
* GtkTreeViewColumn: dispose: Remove from the treeviewKjell Ahlstedt2011-10-061-0/+6
* GtkTreeViewColumn: initialize a variableCosimo Cecchi2011-09-281-1/+1
* Documentation fixesMatthias Clasen2011-09-251-10/+10
* GtkTreeViewColumn: fix x_offset returned by cell_get_position()Michael Natterer2011-09-251-6/+1
* GtkTreeViewColumn: fix return value of gtk_tree_view_column_cell_get_position()Michael Natterer2011-09-251-0/+3
* More include cleanupsMatthias Clasen2011-08-281-1/+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/+37
* Don't size-allocate invisible headersMatthias Clasen2011-06-091-5/+8
* treeview: Do not unconditionally set width_changed to TRUE, which redrawsKristian Rietveld2011-04-171-0/+3
* Added documentation to "cell-area" construct-only properties.Tristan Van Berkom2011-02-241-0/+3
* Minor documentation improvementsMurray Cumming2011-02-231-1/+1
* Don't leak a cell area contextMatthias Clasen2011-02-051-2/+0
* Protect against tree_view being NULLMatthias Clasen2011-02-031-4/+5
* Bandaid fix for icon view subclassingMatthias Clasen2011-01-311-28/+58
* Make GtkTreeView use GtkStyleContextCarlos Garnacho2011-01-271-0/+2
* Make GtkCellArea use GtkStyleContextCarlos Garnacho2011-01-271-2/+0
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-7/+8
* [GI] Add missing (allow-none) annotationsPavel Holejsovsky2011-01-181-1/+1
* Introduce gtk_tree_view_is_blank_at_pos()Kristian Rietveld2011-01-071-0/+39
* Fix gtk_tree_view_column_cell_get_position()Kristian Rietveld2011-01-071-4/+12
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Hide GtkTreeViewColumn buttons when header_window is not visibleKristian Rietveld2010-12-231-4/+3
* gtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-1/+1
* Revisit "Handle clicks in indentation area"Kristian Rietveld2010-12-151-6/+24
* Handle clicks in indentation areaKristian Rietveld2010-12-121-0/+8