]> Pileus Git - ~andy/gtk/history - gtk/gtktreeview.c
Convert input to filename encoding and construct an URI from that. Add
[~andy/gtk] / gtk / gtktreeview.c
2006-06-20 Matthias ClasenBetter fix.
2006-06-20 Matthias Clasen (gtk_tree_view_set_column_drag_info): Don't crash...
2006-06-20 Matthias ClasenDon't leak dash_list.
2006-06-14 Matthias ClasenFix 344838
2006-06-12 Kristian RietveldIntroduce grid and tree lines in GtkTreeView. (#106406...
2006-06-02 Kristian RietveldRubber banding for GtkTreeView, #80127. Uses same metho...
2006-06-02 Kristian Rietveldrevert fix of #164884 because it's not a problem in...
2006-06-02 Kristian RietveldSeparate sensitive/selectable properties.
2006-05-31 Matthias ClasenDocument signals. (#302556, Stefan Kost)
2006-05-29 Johan DahlinAdd a space
2006-05-28 Kristian Rietveldselect the current focus row if nothing is selected...
2006-05-28 Kristian Rietveldrefactor to work correctly in RTL mode.
2006-05-28 Kristian Rietveldbroken pipe
2006-05-27 Kristian Rietveldset the sizing type of the new column to FIXED,
2006-05-27 Kristian Rietveldreally fix #333284.
2006-05-27 Kristian Rietveldbroken pipe
2006-05-26 Kristian Rietveldqueue a redraw for the full width of the row, not just...
2006-05-26 Kristian Rietveldset dy to page_size + height in the event dy + page_siz...
2006-05-16 Matthias ClasenFix an RTL problem with toggles in expander columns...
2006-05-15 Søren Sandmanngtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-05-02 Kristian Rietveldset tmpnode to the return value of the _gtk_rbtree_inse...
2006-04-30 Kristian RietveldFix for #340200, spotted by Torsten Schoenfeld.
2006-04-28 Matthias ClasenDon't force the standard DND icon if the user has a...
2006-04-26 Kristian Rietveldnew function, (validate_visible_area): when a node...
2006-04-26 Kristian RietveldIf this new "row-ending-details" property is turned...
2006-04-26 Kristian Rietveld(broken pipe)
2006-04-24 Matthias ClasenMatch parameter names with the headers.
2006-04-13 Matthias ClasenReorganize slightly to avoid a possible NULL dereferenc...
2006-04-13 Matthias ClasenDon't allow passing NULL for x1 or x2, adjust callers.
2006-04-12 Matthias ClasenRemove some unused variables.
2006-03-22 Matthias ClasenRemove some accidentally committed stuff
2006-03-22 Matthias ClasenUse fg_gc to draw the inter-row drop highlight. Also...
2006-03-10 Federico Mena QuinteroMake Shift-P and Shift-N activate typeahead in GtkTreeV...
2006-03-01 Kristian Rietveldrename to _gtk_tree_selection_row_is_selectable and...
2006-02-06 Kristian Rietveldfix compiler warning.
2006-01-24 Kristian Rietveld#322591, Jonathan Blandford.
2006-01-22 Kristian RietveldRevert previous commit after more searching in the...
2006-01-22 Kristian RietveldRemove second call to gtk_tree_view_column_cell_set_cel...
2006-01-14 Kristian Rietveldfixup adjustments and top_row if the current dy + page_...
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...
next