]> Pileus Git - ~andy/gtk/history - gtk/gtktreeview.c
(committed this again -- broken pipe and ChangeLog update)
[~andy/gtk] / gtk / gtktreeview.c
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...
2001-11-12 Matthias ClasenDocumentation fixes. (#64377)
2001-11-06 Owen TaylorAdd row_draggable() vfunc, and wrapper function.
2001-11-02 Jonathan BlandfordClean up height code a bit. I don't think it's complete...
2001-11-02 Jonathan BlandfordFix reorder_fixup, #59583
2001-11-01 Jonathan Blandfordit's amazing how well things work sometimes, even when...
2001-11-01 Jonathan BlandfordFix crash found by Matt Wilson.
2001-11-01 Jonathan BlandfordSupport Shift, Control, and Shift|Control L<->R, #63475
2001-10-31 Jonathan Blandfordrename gtk_selection_data_set_tree_row, #60218
2001-10-31 Jonathan BlandfordAdded a "cursor_changed" signal, #62850.
2001-10-29 Anders CarlssonCalculate the buttons size request before using it...
2001-10-26 Anders CarlssonCreate new "indent_expander" style property.
2001-10-25 Jonathan BlandfordAdd support for invalid nodes. (_gtk_rbnode_rotate_righ...
2001-10-25 Anders CarlssonThis ought to make msw happy since it fixes #62887.
2001-10-23 Owen TaylorRemove G_DISABLE_CONST_RETURNS.
2001-10-22 Jonathan BlandfordRemove handle_box from App demo.
2001-10-21 Manish SinghPROP_MODEL and PROP_EXPANDER_COLUMN can be NULL, so...
2001-10-19 Manish Singhcorrect docs for use_align
2001-10-12 Joshua N PritikinFix to work on empty models.
2001-10-11 Matthias ClasenRemove stale gdk backend includes.
2001-10-05 Kristian Rietveldshould destroy the search dialog
2001-10-01 Jonathan Blandfordchange scroll_to_cell delayed code to happen in size_al...
2001-09-27 Jonathan Blandfordonly start editing when you select with a keyboard.
2001-09-27 Jonathan BlandfordStop being stupid and emitting the signal every time.
2001-09-25 Jonathan BlandfordRemoved (gtk_tree_view_column_set_alignment): xalign...
2001-09-25 Jonathan BlandfordMake a GtkCellEditable (get_widget_window_size): Change...
2001-09-20 Sven Neumannconfigure.in gdk/Makefile.am gtk/Makefile.am gtk/gtksel...
2001-09-20 Owen TaylorSmall warning cleanups.
2001-09-19 Owen TaylorPatch from Frank Belew #59037 for Solaris compilation.
2001-09-18 Jonathan Blandfordcentralize all the editing code
2001-09-18 Jonathan BlandfordAdd put for use with editable widgets. This function...
2001-09-17 Jonathan BlandfordAdd editable interface. This should be the last big...
2001-09-12 Jonathan BlandfordRename interface signals to make them more clear. Also...
2001-09-11 Joshua N Pritikinminor fixes
2001-09-08 Jonathan Blandfordremove g_print.
2001-09-08 Jonathan BlandfordRemoved 'fill' attribute. It was silly b/c that was...
2001-09-07 Owen TaylorMake gdkx.h the only installed header from gdk/x11...
2001-09-03 Jonathan Blandfordpatch from vishnu@pobox.com (Joshua N Pritikin) to...
2001-09-03 Jonathan BlandfordPatch from vishnu@pobox.com (Joshua N Pritikin) to...
2001-09-02 Kristian Rietveldcode cleaup, fix for bug #59222.
2001-09-01 Jonathan Blandfordpass in user data.
2001-08-29 Jonathan Blandfordchange color when the GtkTreeView loses focus.
2001-08-27 Jonathan BlandfordUse the GTK selection types rather than GtkTreeSelectio...
2001-08-24 Jonathan BlandfordAdd "use_align" to give people the option to just make...
2001-08-22 Jonathan Blandfordclean up selection when changing models.
2001-08-22 Jonathan BlandfordFix selection. I think it's all dandy now. We check...
2001-08-21 Jonathan BlandfordTue Aug 21 02:57:13 2001 Jonathan Blandford <jrb...
2001-08-21 Jonathan BlandfordGrr... Get it right.
2001-08-21 Jonathan Blandford*** empty log message ***
2001-08-19 Jonathan BlandfordFix up warnings, #58928.
2001-08-19 Jonathan BlandfordSun Aug 19 01:44:44 2001 Jonathan Blandford <jrb...
2001-08-19 Jonathan Blandford2 new signals; is_expander/is_expanded.
2001-08-18 Darin AdlerAdd missing parameters to utf8 functions to make it...
2001-08-17 Jonathan BlandfordAdd heavily modified patch from Kristian Rietveld to...
2001-08-17 Tim Janikconst correct string parameter.
2001-07-31 Jonathan BlandfordWhoops. Stupid scoping error pointed out by matthiasc...
next