]> Pileus Git - ~andy/gtk/history - gtk/gtktreeview.c
don't animate the expander arrows if gtk-enable-animations is FALSE (bug
[~andy/gtk] / gtk / gtktreeview.c
2006-01-13 Michael Nattererdon't animate the expander arrows if gtk-enable-animati...
2006-01-04 Matthias ClasenUse the slice allocator for many small allocations.
2005-12-14 Matthias ClasenAdd docs for the row-activated signal. (#324044, Davyd...
2005-12-07 Matthias ClasenUse the correct window when synthesizing the key event...
2005-12-06 Matthias ClasenFix refcounting issues with new_event and its window.
2005-12-05 Matthias ClasenFree new_event after sending it to the search entry...
2005-11-29 Matthias ClasenProperly handle model changes in GtkTreeSelection:...
2005-11-27 Matthias ClasenFix two memory handling problems in GtkTreeView: (...
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-11-10 Matthias ClasenAnother erroneous semicolon.
2005-11-10 Matthias ClasenImplement a getter for headers-clickable. (#163851...
2005-10-28 Matthias ClasenHandle Shift-G to go to the previous match, like firefo...
2005-10-28 Matthias ClasenReturn FALSE, so we don't flush repeatedly. (#319151...
2005-10-27 Matthias ClasenBe more careful about initializing cell_area. (#319382...
2005-10-26 Matthias ClasenDon't crash on duplicate destroy. (#318953, Gustavo...
2005-10-22 Michael Natterercheck for the widget being realized, in addition to...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-13 Matthias ClasenSilently return NULL if the widget is not realized...
2005-09-11 Matthias ClasenUse gdk_atom_intern_static_string() where appropriate.
2005-09-09 Matthias ClasenDocument memory handling. (#314975, Torsten Schoenfeld)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-20 Jonathan Blandfordclear scroll_to_path if the model changes.
2005-08-19 Matthias ClasenReturn FALSE if the tree is empty. (#313891, Guillaume...
2005-08-11 Kristian Rietveldqueue a draw for the entire widget if any column change...
2005-07-13 Kristian Rietveldnew function. (fixes #105252, suggestion from Mikael...
2005-07-13 Kristian Rietveldpaint a flat box on the area the treeview got allocated...
2005-07-13 Kristian Rietveldlet's take the MIN of width and max_width here, not...
2005-07-13 Kristian Rietveldwhen !separator, don't add the focus_line_width to...
2005-07-11 Kristian Rietveldadd binding entry for ctrl + backspace (move focus...
2005-07-10 Kristian Rietveldremove unneeded check for negative window_y.
2005-07-10 Kristian Rietveldalso move to the next match when ctrl+g is pressed...
2005-07-10 Kristian Rietveldrework function to make page up/down behave the same...
2005-07-09 Kristian Rietveldwhen open_all is TRUE, traverse the newly built tree...
2005-07-08 Kristian RietveldFixes #165034, reported by Jorn Baayen.
2005-07-05 Kristian Rietveldin the 'main' expose loop, add back the calls to _set_c...
2005-06-26 Matthias ClasenStop column header drag operations if the grab is broken.
2005-06-23 Matthias ClasenChange the keynav for header reordering and resizing...
2005-06-19 Kristian Rietveldadded a check which avoids processing updates on bin_wi...
2005-06-19 Kristian Rietveldonly keep the row at the same position if the full...
2005-06-19 Kristian Rietveldset dy to zero if treeview's height is smaller than...
2005-06-19 Kristian RietveldMake mousewheel scrolling possible in typeahead mode...
2005-06-19 Kristian Rietveldpass the event on to treeview, so it has a change of...
2005-06-19 Kristian RietveldThis commit includes a fix for #169463, Stefan Kost.
2005-06-18 Kristian Rietveldundo merging of the separate loop setting cell data...
2005-06-18 Manish Singhremove unused variable height_old.
2005-06-18 Matthias ClasenTypo fixes
2005-06-17 Kristian RietveldFix #160281, testcase from Peter Bloomfield.
2005-06-17 Kristian Rietveldmake sure the row above 'above_path' is always in a...
2005-06-17 Kristian Rietvelddon't try to update the top_row rowref ourselves here...
2005-06-17 Kristian RietveldFixes #307914 (Alexander Larsson), fixing some breakage...
2005-06-14 Kristian RietveldPatch for #163214 (reported by Tommi Komulainen) and...
2005-06-12 Matthias ClasenCheck start_button_mask before starting a drag. (#14905...
2005-06-08 Matthias ClasenDon't crash if search_window is NULL. (#304914, Victor...
2005-05-25 Matthias ClasenDraw the background of rows insensitive when the treevi...
2005-05-23 Matthias ClasenRemove an unused variable. (#305130, Jaap A. Haitsma)
2005-05-18 Matthias ClasenFix some errors in the handling of drop columns. (...
2005-05-06 Matthias ClasenAlways initialize child-visible to FALSE, otherwise...
2005-05-06 Matthias ClasenAnother one
2005-05-06 Matthias Clasentypo fix
2005-04-29 Matthias ClasenSet background upon state changes. (#301651, Billy...
2005-04-29 Matthias ClasenSet background upon state changes. (#301651, Billy...
2005-04-08 Matthias ClasenFix double-click to autosize treeview columns. This...
2005-04-07 Matthias ClasenAdd a hint about hiding expanders.
2005-04-07 Matthias ClasenPass the target list to the underlying dnd implementati...
2005-04-07 Matthias ClasenDocument -1 as possible value.
2005-04-06 Matthias ClasenAvoid a few unnecessary calls to gdk_window_get_pointer...
2005-04-05 Matthias ClasenAdd some more docs on interactive search.
2005-04-04 Jonathan Blandfordchange to use gtk_tree_view_real_expand_row() instead...
2005-03-30 Federico Mena QuinteroMerged from gtk-2-6:
2005-03-30 Matthias ClasenMake enable_search control only typeahead, not C-f...
2005-03-28 Matthias ClasenDon't pop up the context menu of the search entry if...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias Clasenx
2005-02-23 Jonathan BlandfordPatch from jorn@nl.linux.org (Jorn Baayen) to notice...
2005-02-16 Matthias ClasenFixes for #143829, Tommi Komulainen, Christian Persch:
2005-02-01 Matthias ClasenFix many instances of "the the" in docs and comments...
2005-01-23 Matthias ClasenAvoid spurious drags. (#164884)
2005-01-20 Matthias ClasenDon't crash if the tree is empty. (#164669, Priit Laes)
2005-01-15 Matthias ClasenAllow to reset the property to its default value -1.
2005-01-13 Matthias ClasenMake the headers-visible property readwrite instead...
2004-12-27 Matthias ClasenFix a typo. (#162339, Alessio Dessi)
2004-12-16 Matthias ClasenDon't crash if enable_search is FALSE. (#161267, Jorn...
2004-12-09 Matthias ClasenFix #145463, reported by Michael Natterer.
2004-12-08 Matthias ClasenUse button->event_window for the fake leave event,...
2004-11-03 Matthias ClasenTiny cleanup
2004-11-03 Matthias ClasenDon't try to activate a node if the cursor is not valid.
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-10-28 Matthias ClasenDisconnect from the remove-widget signal after removing...
2004-10-24 Matthias ClasenInvalidate the window if the tree is empty, to avoid...
2004-10-08 Matthias ClasenDon't start a drag if we loose the grab.
2004-10-08 Matthias ClasenSet cell data unconditionally. (#152562, Federico Mena...
2004-10-06 Matthias ClasenSet the cursor before changing the selection to make...
2004-10-03 Matthias ClasenFix positioning near the monitor boundaries. (#154341...
2004-09-27 Matthias ClasenFix typo in docs. (#153811, Billy Biggs)
2004-09-22 Matthias ClasenDon't leak old_text. (#153467, Christian Persch)
2004-09-14 Matthias ClasenSet the cursor to the first selected row instead of...
next