]> 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
2004-04-13 Jonathan Blandfordremove unused variable. (gtk_tree_view_button_press...
2004-04-12 Matthias ClasenTypo fix.
2004-04-11 Jonathan BlandfordMoved search entries into priv data.
2004-04-02 Jonathan Blandfordset the height correctly for fixed height when insertin...
2004-03-15 Owen TaylorMention GtkTreeViewSearchEqualFunc return value oddity...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-05 Jonathan Blandfordscroll to the new path.
2004-03-05 Matthias ClasenClarify the doc comment. (#118602)
2004-02-24 Jonathan Blandfordonly draw the sort column as different if there are...
2004-02-15 Matthias ClasenDocument the tree DND API.
2004-02-12 Matthias ClasenCall gtk_drag_source_set(), so that things like gtk_dra...
2004-02-02 Matthias ClasenAdd init_hadjust_value and prev_width. Initialize them...
2004-02-02 Federico Mena QuinteroFix #130846, reported by R. McFarland <rwmcfa1@neces...
2004-01-30 Not ZedFixes #132929.
2004-01-23 Jonathan BlandfordDon't crash when there are no columns, or all columns...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2004-01-15 Jonathan Blandfordmove grab_focus to after handling the button presses...
2003-12-21 Matthias ClasenFix memory leaks caused by the failure to free the...
2003-12-20 Kristian Rietvelddo not invalidate all of treeview when resizing (#11007...
2003-12-19 Kristian Rietvelduse strstr instead of strcmp (#117127, suggestion from...
2003-12-18 Kristian Rietveldadd key bindings for "*" and "/" (expand/collapse all...
2003-12-18 Kristian RietveldJonathan got the logical flag backwards in the expand_c...
2003-12-18 Kristian Rietveldonly start editing when activated by the left mouse...
2003-12-17 Kristian Rietveldonly try to strcmp or strlen if we managed to normalize...
2003-12-17 Kristian Rietveldfix compile warning. (#122727, patch from Kjartan Maraas).
2003-12-17 Kristian RietveldYay! Fixed height mode! Hooray! (Part 2 of #80868).
2003-12-13 Kristian RietveldA trick for a faster treeview, step 1. Patch to short...
2003-11-29 Jonathan BlandfordPatch from <chinen@jp.ibm.com> to handle RTL support...
2003-10-21 Kristian Rietveldset ctrl_pressed and shift_pressed according to the...
2003-10-13 Federico Mena QuinteroDon't do operations on windows if the tree view is...
2003-09-19 Soeren SandmannImprove documentation. (#117306, Steve Chaplin)
2003-09-12 Jonathan BlandfordMerge from stable.
2003-09-09 Kristian RietveldBig TreeView DnD fixage, makes drops on empty models...
2003-09-02 Kristian RietveldMerge from stable.
2003-08-25 Kristian RietveldMerge from stable.
2003-08-21 Kristian RietveldSlightly modified patch from Yann Rouillard to improve...
2003-08-15 Kristian RietveldMerged from stable.
2003-08-15 Kristian Rietveld(Note: This is not exactly the same as the patch which...
2003-07-17 Kristian RietveldMerged from stable.
2003-07-17 Kristian RietveldMerged from stable.
2003-07-17 Kristian RietveldMerged from stable.
2003-07-12 Kristian RietveldMerged from stable.
2003-07-12 Kristian RietveldMerged from stable.
2003-07-12 Kristian RietveldMerged from stable.
2003-07-12 Kristian RietveldMerged from stable.
2003-06-06 Kristian RietveldMerged from stable.
2003-06-04 Kristian RietveldMerged from stable.
2003-05-29 Kristian RietveldMerged from stable.
2003-05-29 Kristian RietveldMerged from stable.
2003-05-29 Kristian RietveldMerged from stable.
2003-05-29 Kristian RietveldMerged from stable.
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 !...
next