| Commit message (Expand) | Author | Age | Files | Lines |
* | finally get the right behavior. | Jonathan Blandford | 2002-03-11 | 1 | -39/+41 |
* | compare path with cursor path and not with the selected iter in the | Kristian Rietveld | 2002-03-11 | 1 | -3/+9 |
* | get rid of really bad focus loop. (gtk_tree_view_clamp_node_visible): only | Jonathan Blandford | 2002-03-08 | 1 | -47/+25 |
* | start implementing | Jonathan Blandford | 2002-03-07 | 1 | -101/+147 |
* | Update offsets before finding where to insert the new value. | Darin Adler | 2002-03-07 | 1 | -6/+7 |
* | Fix docs. | Matthias Clasen | 2002-03-05 | 1 | -1/+1 |
* | Don't use this same functions as idle callbacks and directly, to avoid | Owen Taylor | 2002-03-05 | 1 | -11/+25 |
* | move edit ifs above _set_cursor code, don't collapse/expand row on double | Kristian Rietveld | 2002-03-03 | 1 | -44/+37 |
* | set first_cell to FALSE after first iteration | Kristian Rietveld | 2002-03-01 | 1 | -5/+5 |
* | take into account that a path from a rowref can be NULL. (#72623 and | Kristian Rietveld | 2002-02-26 | 1 | -2/+8 |
* | Fix #72586. Silently accept empty tree. (gtk_tree_view_collapse_all): | Richard Hult | 2002-02-26 | 1 | -2/+6 |
* | free iter before going to done | Kristian Rietveld | 2002-02-25 | 1 | -0/+10 |
* | at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com> | Jonathan Blandford | 2002-02-24 | 1 | -7/+7 |
* | Didn't refind node when it was NULL. Bug found by Tor Lillqvist. | Jonathan Blandford | 2002-02-24 | 1 | -0/+1 |
* | delay scrolling until we try to draw the window. | Jonathan Blandford | 2002-02-23 | 1 | -74/+176 |
* | honor min_width and max_width while resizing columns (pointed out by Jorn | Kristian Rietveld | 2002-02-23 | 1 | -2/+13 |
* | Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. | Owen Taylor | 2002-02-23 | 1 | -1/+1 |
* | leave threads before returning | Kristian Rietveld | 2002-02-22 | 1 | -0/+1 |
* | add last_single_clicked and last_single_clicked_2 rowrefs and add | Kristian Rietveld | 2002-02-22 | 1 | -12/+96 |
* | s/columns/rows/ in docs. (#70199) | Matthias Clasen | 2002-02-22 | 1 | -28/+1 |
* | add keynav handling for unselect all, focus column header, change focus | Kristian Rietveld | 2002-02-21 | 1 | -18/+427 |
* | new function (gtk_tree_view_column_create_button): use g_signal_* instead | Kristian Rietveld | 2002-02-19 | 1 | -10/+2 |
* | change gtk_tree_view_column_cell_render, gtk_tree_view_column_cell_focus, | Kristian Rietveld | 2002-02-19 | 1 | -43/+69 |
* | gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.c | Owen Taylor | 2002-02-18 | 1 | -4/+4 |
* | This commit lands the 'dy patch'. | Kristian Rietveld | 2002-02-16 | 1 | -0/+58 |
* | Implements DnD scrolling and fixes #71139 | Kristian Rietveld | 2002-02-11 | 1 | -0/+46 |
* | set upper member of hadjustment correct, so the hscrollbars of lists | Kristian Rietveld | 2002-02-11 | 1 | -1/+1 |
* | install presize handler, so the validate_rows_handler will always be run | Kristian Rietveld | 2002-02-11 | 1 | -0/+1 |
* | Remove a tiny bit more dead code. | Darin Adler | 2002-02-09 | 1 | -2/+0 |
* | Fix stale pointer bug. | Darin Adler | 2002-02-08 | 1 | -12/+7 |
* | Fixes #70782 and some drag dest rectangle/line issues | Kristian Rietveld | 2002-02-07 | 1 | -15/+31 |
* | Fixes #70708 | Kristian Rietveld | 2002-02-06 | 1 | -10/+4 |
* | set upper member of vadjustment correct, so the vscrollbars of lists | Kristian Rietveld | 2002-02-02 | 1 | -1/+1 |
* | use y coordinate relative to the tree and not the treeview window (fixes | Kristian Rietveld | 2002-02-01 | 1 | -1/+1 |
* | adjust cell_area and background_area for possible treeview scroll (fixes | Kristian Rietveld | 2002-02-01 | 1 | -0/+14 |
* | (committed this again -- broken pipe and ChangeLog update) | Kristian Rietveld | 2002-02-01 | 1 | -1/+1 |
* | set tree to NULL if tree_view->priv->tree is NULL (#70152, patch by John | Kristian Rietveld | 2002-02-01 | 1 | -3/+6 |
* | only emit the signal if an interesting column changes. | Jonathan Blandford | 2002-01-30 | 1 | -4/+4 |
* | Patch from Jacob Berkman to fix problem when the height/width of a layout | Owen Taylor | 2002-01-29 | 1 | -21/+2 |
* | free cursor_path after usage | Kristian Rietveld | 2002-01-29 | 1 | -40/+70 |
* | no longer g_assert. | Jonathan Blandford | 2002-01-28 | 1 | -1/+9 |
* | When setting the GtkTreeView's model, set prelight_node, prelight_tree, | Jon Trowbridge | 2002-01-28 | 1 | -0/+6 |
* | Changes to gtktreeview to better support thicker focus lines, | Bill Haneman | 2002-01-28 | 1 | -3/+7 |
* | Only activate/edit the row if shift is not pressed, #69248 | Jonathan Blandford | 2002-01-28 | 1 | -1/+6 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -2/+8 |
* | Forgot to commit this last week. | Jonathan Blandford | 2002-01-28 | 1 | -0/+7 |
* | Fix for bug #69586 | Kristian Rietveld | 2002-01-27 | 1 | -51/+76 |
* | update docs, return current FALSE if x is smaller than the current visible | Kristian Rietveld | 2002-01-24 | 1 | -10/+11 |
* | fix column reordering fully. (gtk_tree_view_size_allocate): fix evil bug. | Jonathan Blandford | 2002-01-24 | 1 | -35/+65 |
* | Don't clear the model until we clean up all the other objects that might | Owen Taylor | 2002-01-24 | 1 | -8/+3 |