| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -2/+2 |
* | Fixes #74206. | Kristian Rietveld | 2002-04-25 | 1 | -3/+31 |
* | This commit adds a cell_background property for cell renderers. With this | Kristian Rietveld | 2002-04-23 | 1 | -2/+15 |
* | add _gtk_tree_view_column_autosize | Kristian Rietveld | 2002-04-19 | 1 | -0/+8 |
* | s/<!>/<!-- -->/g throughout the documentation to bring the produced | Matthias Clasen | 2002-04-18 | 1 | -12/+12 |
* | add _gtk_tree_view_column_get_editable_cell and | Kristian Rietveld | 2002-04-14 | 1 | -0/+68 |
* | Fixes #78110 | Kristian Rietveld | 2002-04-09 | 1 | -0/+13 |
* | free anchor row reference after unselecting the selection (fixes #76272) | Kristian Rietveld | 2002-04-05 | 1 | -1/+1 |
* | implement. (gtk_tree_view_move_cursor_up_down): check for focus | Jonathan Blandford | 2002-04-05 | 1 | -13/+8 |
* | add example to docs, as people are seeming to have trouble with this | Jonathan Blandford | 2002-03-15 | 1 | -0/+16 |
* | make args const, 74159 (gtk_tree_view_insert_column_with_attributes): | Jonathan Blandford | 2002-03-15 | 1 | -1/+0 |
* | get rid of really bad focus loop. (gtk_tree_view_clamp_node_visible): only | Jonathan Blandford | 2002-03-08 | 1 | -4/+3 |
* | move event handling to the process_action function so we can have the | Jonathan Blandford | 2002-03-06 | 1 | -71/+138 |
* | remove sizing == AUTOSIZE check. Update docs. | Jonathan Blandford | 2002-03-05 | 1 | -6/+4 |
* | doc fix proposed by tvv@sparc.spb.su (Vitaly Tishkov), #73567. | Jonathan Blandford | 2002-03-05 | 1 | -3/+3 |
* | added compile time switch to put the tree views into a hpaned for owen to | Tim Janik | 2002-03-03 | 1 | -8/+14 |
* | set first_cell to FALSE after first iteration | Kristian Rietveld | 2002-03-01 | 1 | -1/+1 |
* | take into account that a path from a rowref can be NULL. (#72623 and | Kristian Rietveld | 2002-02-26 | 1 | -4/+2 |
* | call _gtk_tree_view_column_cell_set_dirty when visible, so this column | Kristian Rietveld | 2002-02-25 | 1 | -0/+3 |
* | Documented undocumented functions. | Jonathan Blandford | 2002-02-23 | 1 | -1/+56 |
* | new function (gtk_tree_view_column_create_button): use g_signal_* instead | Kristian Rietveld | 2002-02-19 | 1 | -12/+43 |
* | change gtk_tree_view_column_cell_render, gtk_tree_view_column_cell_focus, | Kristian Rietveld | 2002-02-19 | 1 | -21/+27 |
* | Changes to gtktreeview to better support thicker focus lines, | Bill Haneman | 2002-01-28 | 1 | -18/+33 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -0/+6 |
* | fix column reordering fully. (gtk_tree_view_size_allocate): fix evil bug. | Jonathan Blandford | 2002-01-24 | 1 | -0/+4 |
* | Update top_row. Remove extraneous print statements. | Jonathan Blandford | 2002-01-21 | 1 | -10/+0 |
* | only resize the window. | Jonathan Blandford | 2002-01-21 | 1 | -11/+11 |
* | For some reason, I was activating a row while just selecting it. Reported | Jonathan Blandford | 2002-01-18 | 1 | -0/+6 |
* | Doc markup fix. | Matthias Clasen | 2001-12-08 | 1 | -33/+35 |
* | Minor fix. | Jonathan Blandford | 2001-12-04 | 1 | -92/+75 |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 1 | -4/+6 |
* | if we use pointers, we should free the previous pointer first (if it | Kristian Rietveld | 2001-12-03 | 1 | -1/+2 |
* | Add a "resizable" property, to get rid of the | Jonathan Blandford | 2001-11-19 | 1 | -2/+47 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -1/+2 |
* | Fix docs for gtk_tree_view_column_set_sort_order. (#62647) | Matthias Clasen | 2001-11-10 | 1 | -7/+8 |
* | don't know why this didn't commit | Jonathan Blandford | 2001-10-31 | 1 | -1/+3 |
* | Add note about width having to be greater than 0. This fixes #55574. | Anders Carlsson | 2001-10-27 | 1 | -1/+1 |
* | fix broken code. | Jonathan Blandford | 2001-10-09 | 1 | -0/+4 |
* | improve warning. | Jonathan Blandford | 2001-10-06 | 1 | -25/+30 |
* | s/width/fixed_width/ in order to get things to compile. | James Henstridge | 2001-10-03 | 1 | -4/+4 |
* | docs | Jonathan Blandford | 2001-10-03 | 1 | -2/+3 |
* | typo fix: s/Wether/Whether/ in reorderable property description | Manish Singh | 2001-09-29 | 1 | -1/+1 |
* | Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, | Jonathan Blandford | 2001-09-25 | 1 | -18/+4 |
* | Make a GtkCellEditable (get_widget_window_size): Change to let it honor | Jonathan Blandford | 2001-09-25 | 1 | -47/+150 |
* | centralize all the editing code | Jonathan Blandford | 2001-09-18 | 1 | -0/+16 |
* | Get rid of broken "can_edit" and "can_activate" properties in favor of | Jonathan Blandford | 2001-09-18 | 1 | -5/+4 |
* | Add put for use with editable widgets. This function is private, and | Jonathan Blandford | 2001-09-18 | 1 | -21/+20 |
* | Add editable interface. This should be the last big GtkTreeView API | Jonathan Blandford | 2001-09-17 | 1 | -56/+30 |
* | put GtkPacker back in here so it won't be in gtk-unused.txt, but don't put | Havoc Pennington | 2001-09-08 | 1 | -7/+13 |
* | remove g_print. | Jonathan Blandford | 2001-09-08 | 1 | -54/+0 |