summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-2/+2
* Fixes #74206.Kristian Rietveld2002-04-251-3/+31
* This commit adds a cell_background property for cell renderers. With thisKristian Rietveld2002-04-231-2/+15
* add _gtk_tree_view_column_autosizeKristian Rietveld2002-04-191-0/+8
* s/<!>/<!-- -->/g throughout the documentation to bring the producedMatthias Clasen2002-04-181-12/+12
* add _gtk_tree_view_column_get_editable_cell andKristian Rietveld2002-04-141-0/+68
* Fixes #78110Kristian Rietveld2002-04-091-0/+13
* free anchor row reference after unselecting the selection (fixes #76272)Kristian Rietveld2002-04-051-1/+1
* implement. (gtk_tree_view_move_cursor_up_down): check for focusJonathan Blandford2002-04-051-13/+8
* add example to docs, as people are seeming to have trouble with thisJonathan Blandford2002-03-151-0/+16
* make args const, 74159 (gtk_tree_view_insert_column_with_attributes):Jonathan Blandford2002-03-151-1/+0
* get rid of really bad focus loop. (gtk_tree_view_clamp_node_visible): onlyJonathan Blandford2002-03-081-4/+3
* move event handling to the process_action function so we can have theJonathan Blandford2002-03-061-71/+138
* remove sizing == AUTOSIZE check. Update docs.Jonathan Blandford2002-03-051-6/+4
* doc fix proposed by tvv@sparc.spb.su (Vitaly Tishkov), #73567.Jonathan Blandford2002-03-051-3/+3
* added compile time switch to put the tree views into a hpaned for owen toTim Janik2002-03-031-8/+14
* set first_cell to FALSE after first iterationKristian Rietveld2002-03-011-1/+1
* take into account that a path from a rowref can be NULL. (#72623 andKristian Rietveld2002-02-261-4/+2
* call _gtk_tree_view_column_cell_set_dirty when visible, so this columnKristian Rietveld2002-02-251-0/+3
* Documented undocumented functions.Jonathan Blandford2002-02-231-1/+56
* new function (gtk_tree_view_column_create_button): use g_signal_* insteadKristian Rietveld2002-02-191-12/+43
* change gtk_tree_view_column_cell_render, gtk_tree_view_column_cell_focus,Kristian Rietveld2002-02-191-21/+27
* Changes to gtktreeview to better support thicker focus lines,Bill Haneman2002-01-281-18/+33
* General property notification cleanup.Matthias Clasen2002-01-281-0/+6
* fix column reordering fully. (gtk_tree_view_size_allocate): fix evil bug.Jonathan Blandford2002-01-241-0/+4
* Update top_row. Remove extraneous print statements.Jonathan Blandford2002-01-211-10/+0
* only resize the window.Jonathan Blandford2002-01-211-11/+11
* For some reason, I was activating a row while just selecting it. ReportedJonathan Blandford2002-01-181-0/+6
* Doc markup fix.Matthias Clasen2001-12-081-33/+35
* Minor fix.Jonathan Blandford2001-12-041-92/+75
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-4/+6
* if we use pointers, we should free the previous pointer first (if itKristian Rietveld2001-12-031-1/+2
* Add a "resizable" property, to get rid of theJonathan Blandford2001-11-191-2/+47
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* Fix docs for gtk_tree_view_column_set_sort_order. (#62647)Matthias Clasen2001-11-101-7/+8
* don't know why this didn't commitJonathan Blandford2001-10-311-1/+3
* Add note about width having to be greater than 0. This fixes #55574.Anders Carlsson2001-10-271-1/+1
* fix broken code.Jonathan Blandford2001-10-091-0/+4
* improve warning.Jonathan Blandford2001-10-061-25/+30
* s/width/fixed_width/ in order to get things to compile.James Henstridge2001-10-031-4/+4
* docsJonathan Blandford2001-10-031-2/+3
* typo fix: s/Wether/Whether/ in reorderable property descriptionManish Singh2001-09-291-1/+1
* Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0,Jonathan Blandford2001-09-251-18/+4
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-47/+150
* centralize all the editing codeJonathan Blandford2001-09-181-0/+16
* Get rid of broken "can_edit" and "can_activate" properties in favor ofJonathan Blandford2001-09-181-5/+4
* Add put for use with editable widgets. This function is private, andJonathan Blandford2001-09-181-21/+20
* Add editable interface. This should be the last big GtkTreeView APIJonathan Blandford2001-09-171-56/+30
* put GtkPacker back in here so it won't be in gtk-unused.txt, but don't putHavoc Pennington2001-09-081-7/+13
* remove g_print.Jonathan Blandford2001-09-081-54/+0