]> Pileus Git - ~andy/gtk/history - gtk/gtktreeview.c
remove unused variable. (gtk_tree_view_button_press): If we activated the
[~andy/gtk] / gtk / gtktreeview.c
2002-04-19 Kristian Rietveldsubtract TREE_VIEW_HEADER_HEIGHT from allocation->heigh...
2002-04-19 Kristian Rietveldrename last_single_clicked{,_2} to last_button_press...
2002-04-16 Kristian Rietveldcheck ->priv->cursor and ->priv->anchor rowrefs before...
2002-04-14 Kristian Rietveldadd _gtk_tree_view_column_get_editable_cell and
2002-04-13 Kristian RietveldFixes #75510
2002-04-12 Kristian Rietveldadd clamp_node argument (toplevel): update usages of
2002-04-09 Kristian RietveldFixes #78110
2002-04-05 Kristian Rietveldfree anchor row reference after unselecting the selecti...
2002-04-05 Jonathan Blandfordimplement. (gtk_tree_view_move_cursor_up_down): check...
2002-04-01 Kristian Rietveldadd check for y > tree_view->priv->height (fixes #76974)
2002-03-28 Dave CampDon't install the handler if the widget isn't realized.
2002-03-27 Murray CummingCorrected registered return type of move-cursor signal...
2002-03-26 Dave CampFree the path after calling gtk_tree_view_row_activated...
2002-03-25 Jonathan BlandfordMake path arg const, #75653
2002-03-20 Kristian Rietveldfix logic (fixes #74235, #73593)
2002-03-20 Kristian Rietveldadd _gtk_rbtree_set_fixed_height()
2002-03-20 Owen TaylorPatch from Erwann Chenede, #73900 fixing a lot of warni...
2002-03-17 Kristian Rietvelduse do_validate_rows instead of validate_rows_handler...
2002-03-16 Kristian Rietveldjust return when we have an input_only window (fix...
2002-03-15 Jonathan Blandfordmake args const, 74159 (gtk_tree_view_insert_column_wit...
2002-03-11 Jonathan Blandfordfinally get the right behavior.
2002-03-11 Kristian Rietveldcompare path with cursor path and not with the selected...
2002-03-08 Jonathan Blandfordget rid of really bad focus loop. (gtk_tree_view_clamp_...
2002-03-07 Jonathan Blandfordstart implementing
2002-03-07 Darin AdlerUpdate offsets before finding where to insert the new...
2002-03-05 Matthias ClasenFix docs.
2002-03-05 Owen TaylorDon't use this same functions as idle callbacks and...
2002-03-03 Kristian Rietveldmove edit ifs above _set_cursor code, don't collapse...
2002-03-01 Kristian Rietveldset first_cell to FALSE after first iteration
2002-02-26 Kristian Rietveldtake into account that a path from a rowref can be...
2002-02-26 Richard HultFix #72586. Silently accept empty tree. (gtk_tree_view_...
2002-02-25 Kristian Rietveldfree iter before going to done
2002-02-24 Jonathan Blandfordat Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redha...
2002-02-24 Jonathan BlandfordDidn't refind node when it was NULL. Bug found by Tor...
2002-02-23 Jonathan Blandforddelay scrolling until we try to draw the window.
2002-02-23 Kristian Rietveldhonor min_width and max_width while resizing columns...
2002-02-23 Owen TaylorFixes for AIX compilation from Miroslaw Dobrzanski...
2002-02-22 Kristian Rietveldleave threads before returning
2002-02-22 Kristian Rietveldadd last_single_clicked and last_single_clicked_2 rowre...
2002-02-22 Matthias Clasens/columns/rows/ in docs. (#70199)
2002-02-21 Kristian Rietveldadd keynav handling for unselect all, focus column...
2002-02-19 Kristian Rietveldnew function (gtk_tree_view_column_create_button):...
2002-02-19 Kristian Rietveldchange gtk_tree_view_column_cell_render, gtk_tree_view_...
2002-02-18 Owen Taylorgtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.c
2002-02-16 Kristian RietveldThis commit lands the 'dy patch'.
2002-02-11 Kristian RietveldImplements DnD scrolling and fixes #71139
2002-02-11 Kristian Rietveldset upper member of hadjustment correct, so the hscroll...
2002-02-11 Kristian Rietveldinstall presize handler, so the validate_rows_handler...
2002-02-09 Darin AdlerRemove a tiny bit more dead code.
2002-02-08 Darin AdlerFix stale pointer bug.
2002-02-07 Kristian RietveldFixes #70782 and some drag dest rectangle/line issues
2002-02-06 Kristian RietveldFixes #70708
2002-02-02 Kristian Rietveldset upper member of vadjustment correct, so the vscroll...
2002-02-01 Kristian Rietvelduse y coordinate relative to the tree and not the treev...
2002-02-01 Kristian Rietveldadjust cell_area and background_area for possible treev...
2002-02-01 Kristian Rietveld(committed this again -- broken pipe and ChangeLog...
2002-02-01 Kristian Rietveldset tree to NULL if tree_view->priv->tree is NULL ...
2002-01-30 Jonathan Blandfordonly emit the signal if an interesting column changes.
2002-01-29 Owen TaylorPatch from Jacob Berkman to fix problem when the height...
2002-01-29 Kristian Rietveldfree cursor_path after usage
2002-01-28 Jonathan Blandfordno longer g_assert.
2002-01-28 Jon TrowbridgeWhen setting the GtkTreeView's model, set prelight_node...
2002-01-28 Bill HanemanChanges to gtktreeview to better support thicker focus...
2002-01-28 Jonathan BlandfordOnly activate/edit the row if shift is not pressed...
2002-01-28 Matthias ClasenGeneral property notification cleanup.
2002-01-28 Jonathan BlandfordForgot to commit this last week.
2002-01-27 Kristian RietveldFix for bug #69586
2002-01-24 Kristian Rietveldupdate docs, return current FALSE if x is smaller than...
2002-01-24 Jonathan Blandfordfix column reordering fully. (gtk_tree_view_size_alloca...
2002-01-24 Owen TaylorDon't clear the model until we clean up all the other...
2002-01-23 Jonathan BlandfordOops. Minor fix
2002-01-22 Jonathan BlandfordFix sizing bug I introduced accidentally, #69358
2002-01-21 Jonathan BlandfordUpdate top_row. Remove extraneous print statements.
2002-01-21 Jonathan Blandfordonly resize the window.
2002-01-18 Jonathan BlandfordFor some reason, I was activating a row while just...
2002-01-14 Jonathan Blandfordallow cancel to happen.
2002-01-12 Kristian Rietveldrevert Owen's change (using a strdupped string as objec...
2002-01-09 Tim Janikdon't cast a possible NULL pointer.
2002-01-02 Anders CarlssonRename gtk_tree_view_queue_draw_node to _gtk_tree_view_...
2001-12-26 Kristian Rietveldensure we are unprelighted before reordering
2001-12-20 Anders CarlssonDon't call map here.
2001-12-18 Padraig O'BriainFix typo (list->data becomes list->next)
2001-12-13 Kristian Rietveldfree path at the end
2001-12-13 Kristian Rietvelddo not try to find the clicked node in the tree when...
2001-12-13 Anders CarlssonCompare event->state with the default mod mask.
2001-12-12 Jonathan BlandfordRemove validate_rows_timer in unrealize. Reported by...
2001-12-11 Jonathan BlandfordChange bin_window to be located at y=TREE_VIEW_HEADER_H...
2001-12-11 Jonathan Blandfordstupid bug where I didn't reset the timer.
2001-12-10 Anders CarlssonReturn if edited_column is NULL, also grab focus before...
2001-12-08 Jonathan Blandfordremove g_return_if_fail.
2001-12-08 Jonathan Blandfordget logic right, #66249
2001-12-04 Jonathan BlandfordMinor fix.
2001-12-04 Owen TaylorPatch from Bill Haneman (with many modifications) to...
2001-12-03 Alex LarssonReturn FALSE from expose handlers.
2001-12-03 Kristian Rietveldif we use pointers, we should free the previous pointer...
2001-11-19 Jonathan BlandfordAdd a "resizable" property, to get rid of the
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-15 Jonathan BlandfordNew function to get a GdkWindow to compare event->windo...
2001-11-15 Owen TaylorCal gdk_window_invalidate_maybe_recurse() for recursion...
2001-11-14 Jonathan BlandfordReturn the currently selected column when we get the...
next