| Commit message (Expand) | Author | Age | Files | Lines |
* | fix warning. (gtk_tree_view_search_iter): fix warning, #85884 | Jonathan Blandford | 2002-07-05 | 1 | -4/+1 |
* | only validate the visible area if we've ever been requisitioned. | Jonathan Blandford | 2002-07-02 | 1 | -1/+4 |
* | sync up white space/variable names to match tree_store equiv. | Jonathan Blandford | 2002-07-01 | 1 | -2/+2 |
* | Typo fix. | Owen Taylor | 2002-06-18 | 1 | -1/+1 |
* | Make the core pointer object per-display. (#85698) | Owen Taylor | 2002-06-18 | 1 | -3/+4 |
* | Fix bug #84268, where validate_rows sometimes didn't remove itself | Jonathan Blandford | 2002-06-14 | 1 | -10/+24 |
* | disconnect_by_func instead of disconnect_by_data. Someone else could use | Jonathan Blandford | 2002-06-14 | 1 | -7/+32 |
* | Fix sizing bug. | Jonathan Blandford | 2002-06-08 | 1 | -2/+32 |
* | added gtk_tree_view_expand_to_path. | Kristian Rietveld | 2002-06-04 | 1 | -0/+34 |
* | set_redraw_on_allocate (FALSE); (gtk_tree_view_size_allocate): invalidate | Soeren Sandmann | 2002-05-08 | 1 | -11/+54 |
* | call func on current node before the child nodes. | Kristian Rietveld | 2002-05-06 | 1 | -1/+1 |
* | unset user_data before destroying the window. (fixes #80065). | Kristian Rietveld | 2002-05-06 | 1 | -4/+15 |
* | The "big treeview focus patch". Fixes several issues and adds some | Kristian Rietveld | 2002-05-05 | 1 | -18/+129 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -13/+18 |
* | make the search dialog not scroll horizontally (prolly fixes #74806). | Kristian Rietveld | 2002-04-25 | 1 | -2/+2 |
* | Remove GTK_OBJECT_CONNECTED. | Matthias Clasen | 2002-04-24 | 1 | -2/+2 |
* | temporarily set ->priv->edited_column to NULL. Pleas read the comment in | Kristian Rietveld | 2002-04-24 | 1 | -3/+19 |
* | add _gtk_tree_view_column_autosize | Kristian Rietveld | 2002-04-19 | 1 | -22/+25 |
* | cancel editing if tree_view->priv->edited_column != NULL (fixes #76066) | Kristian Rietveld | 2002-04-19 | 1 | -0/+3 |
* | subtract TREE_VIEW_HEADER_HEIGHT from allocation->height to get the real | Kristian Rietveld | 2002-04-19 | 1 | -1/+7 |
* | rename last_single_clicked{,_2} to last_button_press{,_2}, as the latterGTK_MULTIHEAD_MERGEPOINT_19_04_02 | Kristian Rietveld | 2002-04-19 | 1 | -39/+44 |
* | check ->priv->cursor and ->priv->anchor rowrefs before removing | Kristian Rietveld | 2002-04-16 | 1 | -26/+47 |
* | add _gtk_tree_view_column_get_editable_cell and | Kristian Rietveld | 2002-04-14 | 1 | -9/+19 |
* | Fixes #75510 | Kristian Rietveld | 2002-04-13 | 1 | -2/+6 |
* | add clamp_node argument (toplevel): update usages of | Kristian Rietveld | 2002-04-12 | 1 | -15/+20 |
* | Fixes #78110 | Kristian Rietveld | 2002-04-09 | 1 | -5/+9 |
* | 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 | -5/+49 |
* | add check for y > tree_view->priv->height (fixes #76974) | Kristian Rietveld | 2002-04-01 | 1 | -0/+3 |
* | Don't install the handler if the widget isn't realized.GTK_MULTIHEAD_MERGEPOINT_28_03_02 | Dave Camp | 2002-03-28 | 1 | -0/+3 |
* | Corrected registered return type of move-cursor signal. Had to add a | Murray Cumming | 2002-03-27 | 1 | -2/+2 |
* | Free the path after calling gtk_tree_view_row_activated() rather than | Dave Camp | 2002-03-26 | 1 | -1/+3 |
* | Make path arg const, #75653 | Jonathan Blandford | 2002-03-25 | 1 | -7/+16 |
* | fix logic (fixes #74235, #73593) | Kristian Rietveld | 2002-03-20 | 1 | -4/+4 |
* | add _gtk_rbtree_set_fixed_height() | Kristian Rietveld | 2002-03-20 | 1 | -1/+27 |
* | Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, | Owen Taylor | 2002-03-20 | 1 | -5/+5 |
* | use do_validate_rows instead of validate_rows_handler (fix by Mike Pieper, | Kristian Rietveld | 2002-03-17 | 1 | -1/+2 |
* | just return when we have an input_only window (fix by Owen Taylor) | Kristian Rietveld | 2002-03-16 | 1 | -5/+39 |
* | make args const, 74159 (gtk_tree_view_insert_column_with_attributes): | Jonathan Blandford | 2002-03-15 | 1 | -2/+2 |
* | 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 |