]> Pileus Git - ~andy/gtk/history - gtk/gtktreeview.c
Merged from stable.
[~andy/gtk] / gtk / gtktreeview.c
2003-05-29 Kristian RietveldMerged from stable.
2003-05-29 Kristian RietveldMerged from stable.
2003-05-29 Kristian Rietveldcheck if tree/node are still the same after _internal_s...
2003-05-29 Kristian RietveldFixes #75745, reported by Richard Hult. Merged from...
2003-04-28 Jonathan Blandforddestroy the search data iff the destroy func isn't...
2003-04-17 Jonathan Blandfordremove infinite loop caused by not clearing the scroll_...
2003-04-07 Matthias ClasenFix numerous misspellings of possessive "its". (#11002...
2003-03-26 Sven Neumannrewrote the function that does node and arrow prelighti...
2003-03-11 Jonathan BlandfordCtrl/Shift [left/right] expands/collapses the tree...
2003-03-03 Jonathan Blandfordhandle rtl code.
2003-02-05 Matthias ClasenReplace uses of gtk_timeout_* and gtk_idle_* by their...
2003-01-27 Kristian RietveldChangeLog too long to mention here. Bugs fixed: #100973...
2003-01-14 Kristian Rietveldfix compiler warning.
2003-01-14 Kristian RietveldThe full changelog for this commit is too long to paste...
2002-12-19 Kristian Rietveldthe rand variable should be static to avoid conflicts...
2002-12-10 Kristian Rietveldx can be in the range [0, upper], which can be bigger...
2002-12-10 Kristian Rietveldimplement a working use_align = FALSE implementation...
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-26 Kristian Rietveldadd a gtk_list_store_sort_iter_changed line for some...
2002-11-21 Matthias ClasenFix doc comment typos. (#97432, Vitaly Tishkov)
2002-11-20 Kristian Rietveldreturn a value in the range of [-1, 1] instead [0, 1],
2002-11-18 Kristian Rietveldmodify and free tmp instead of path ... (patch from...
2002-10-27 Kristian RietveldThis fixes a scrolling bug. Shouldn't cause problems...
2002-10-22 Kristian RietveldAnother feature to create truly ugly TreeViews!: style...
2002-10-13 Manish SinghDeprecation cleanup
2002-10-07 Owen Taylor- Replace GdkPointerHooks with a multihead-safe GdkDisp...
2002-10-05 Soeren Sandmanndocs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwind...
2002-10-03 Owen TaylorAdd a 'type' parameter, make public.
2002-08-10 Soren SandmannMinor documentation fixes
2002-07-26 Kristian RietveldAPI additions: _move, _reorder and _swap for stores...
2002-07-05 Jonathan Blandfordfix warning. (gtk_tree_view_search_iter): fix warning...
2002-07-02 Jonathan Blandfordonly validate the visible area if we've ever been requi...
2002-07-01 Jonathan Blandfordsync up white space/variable names to match tree_store...
2002-06-18 Owen TaylorTypo fix.
2002-06-18 Owen TaylorMake the core pointer object per-display. (#85698)
2002-06-14 Jonathan BlandfordFix bug #84268, where validate_rows sometimes didn...
2002-06-14 Jonathan Blandforddisconnect_by_func instead of disconnect_by_data. Someo...
2002-06-08 Jonathan BlandfordFix sizing bug.
2002-06-04 Kristian Rietveldadded gtk_tree_view_expand_to_path.
2002-05-08 Soeren Sandmannset_redraw_on_allocate (FALSE); (gtk_tree_view_size_all...
2002-05-06 Kristian Rietveldcall func on current node before the child nodes.
2002-05-06 Kristian Rietveldunset user_data before destroying the window. (fixes...
2002-05-05 Kristian RietveldThe "big treeview focus patch". Fixes several issues...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-04-25 Kristian Rietveldmake the search dialog not scroll horizontally (prolly...
2002-04-24 Matthias ClasenRemove GTK_OBJECT_CONNECTED.
2002-04-24 Kristian Rietveldtemporarily set ->priv->edited_column to NULL. Pleas...
2002-04-19 Kristian Rietveldadd _gtk_tree_view_column_autosize
2002-04-19 Kristian Rietveldcancel editing if tree_view->priv->edited_column !...
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
next