]> Pileus Git - ~andy/gtk/history - gtk/gtktreeview.c
Add heavily modified patch from Kristian Rietveld to handle interactive
[~andy/gtk] / gtk / gtktreeview.c
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...
2001-07-30 Jonathan BlandfordFix part of #57714.
2001-07-22 Anders CarlssonAdd support for animating expanders.
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-18 Owen TaylorFix idles and timeouts to be properly surrounded by
2001-07-09 Jonathan Blandfordremove gtk_tree_model_get_first in favor of gtk_tree_mo...
2001-06-30 Jonathan BlandfordNew function for language bindings.
2001-06-30 Jonathan Blandfordchanged new_with_types to just plain new, fixing the...
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-29 Jonathan BlandfordPatch Thomas Broyer from <tbroyer@ltgt.net>. Expander...
2001-06-27 Jonathan BlandfordNew function to reflect that you can (hypothetically...
2001-06-26 Jonathan Blandfordfix stupid missing statement
2001-06-25 Havoc Penningtons/RESIZEABLE/RESIZABLE/
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-22 Jonathan BlandfordFix bug noticed by Brian Cameron. (gtk_tree_view_real_e...
2001-06-20 Jonathan Blandfordclean up (gtk_tree_view_move_cursor_page_up_down):...
2001-06-19 Jonathan BlandfordNew function to test if a node is expanded.
2001-06-18 Jonathan BlandfordFix bug where collapsing a selected row would result...
2001-06-15 Jonathan BlandfordRename gtk_tree_sortable_sort_column_id_set_func. It...
2001-06-14 Jonathan BlandfordWhoops. Forgot this a couple months ago. Now GtkTreeSto...
2001-06-12 Jonathan Blandfordfurther justify gtk_tree_model_get_flags by adding...
2001-06-11 Jonathan Blandfordchanged expand_row/collapse_row to be 2 signals each...
2001-06-08 Jonathan BlandfordNew keybinding. (gtk_tree_view_focus): Fix merge conflict.
2001-06-08 Jonathan Blandfordnew function to clean up cursor handling.
2001-06-08 Havoc Penningtongeez, don't call g_list funcs on GSList
2001-06-07 Jonathan BlandfordNow it's a GObject instead of a GtkObject. The
2001-06-07 Jonathan Blandfordhook up arrow buttons. Fixes #55460 reported by matthia...
2001-06-07 Jonathan Blandfordcentralize expansion/collapsing so it only happens...
2001-06-07 Jonathan Blandfordfix silly bug reported by "Padraig O'Briain" <Padraig...
2001-06-07 Jonathan BlandfordHandle key bindings to expand and collapse rows.
2001-06-05 Jonathan BlandfordFix segfault found by Vitaly Tishkov <tvv@sparc.spb...
2001-06-01 Jonathan BlandfordInitial stab at getting the focus code to work.
2001-05-25 Jonathan BlandfordRemove almost all instances of GtkCellRenderer in code...
2001-05-25 Havoc Penningtonget sizes an icon set can render without falling back...
2001-05-16 Jonathan BlandfordYou can now set all sorts of properties in any order...
2001-05-09 Jonathan BlandfordNew function to let user control where columns are...
2001-05-09 Jonathan BlandfordNew "columns_changed" signal.
2001-05-05 Owen TaylorFix typo in filename.
2001-05-02 Jonathan Blandfordfix bug in dropping columns. Moving columns now basical...
2001-05-01 Jonathan BlandfordAdd autoscroll support. It mostly works, but could...
2001-04-30 Jonathan Blandfordnew function. (gtk_tree_view_move_column_after): Clean...
2001-04-28 James Henstridges/G_PARAM_WRITE/G_PARAM_WRITABLE/
2001-04-28 Jonathan BlandfordMassive reorder/cleanup of a lot of the code. Some...
2001-04-26 Jonathan Blandfordclean up column dragging code. Revealed some (potential...
2001-04-23 Jonathan Blandfordadd missing '}' that got munched by #endif.
2001-04-12 Tim Janikget this to compile.
2001-04-12 Jonathan Blandfordfix a fixme.
2001-04-02 Jonathan BlandfordBug fix to make trees work again when not sorted.
2001-04-02 Jonathan BlandfordBOXED,BOXED,BOXED,BOXED): new marshaller.
2001-03-30 Jonathan BlandfordNow we listen to the reorder signal.
2001-03-29 Jonathan BlandfordMassive reordering/sorting work. Now pretty much works.
2001-03-28 Jonathan Blandfordnew function to handle reordering of trees. Seems to...
2001-03-28 Jonathan BlandfordFix arguments to reordered signal.
2001-03-28 Jonathan BlandfordMore work on implementing sortable interface.
2001-03-24 Havoc Penningtonmake this somewhat key-navigable
2001-03-23 Jonathan Blandfordfix braino. New interface to add cleanup sortable support.
2001-03-19 Owen TaylorHandle quoting of / with \; properly handle __ in paths...
2001-03-16 Jonathan Blandfordmodified to use "row_activated" signal.
2001-03-16 Jonathan Blandfords/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
2001-03-16 Jonathan BlandfordFixed some braindeadness spotted by Jamie Strachan...
2001-03-15 Jonathan BlandfordChanged prototype to allow for getting the location...
2001-03-13 Jonathan BlandfordFix up focus code a lot.
2001-03-10 Jonathan BlandfordMake select_all not work if you're in SINGLE mode ...
2001-03-09 Jonathan BlandfordAdd destroy function.
2001-03-09 Jonathan BlandfordActually unref the nodes. Fixes bug #50058.
2001-03-08 Jonathan Blandfordadd support for invisible cells. (gtk_tree_view_bin_exp...
2001-03-08 Tim Janikadded accumulator data argument to g_signal_newc()...
2001-03-07 Tim Janikmarshaller fixes.
2001-03-06 Jonathan BlandfordUpdated docs to be sane
2001-03-05 Jonathan BlandfordApply patch from John Margaglione to add object properties.
2001-03-05 Jonathan Blandfordrenamed "child_toggled" to "has_child_toggled".
2001-03-02 Jonathan BlandfordMove handling of buttons fully in gtktreeviewcolumn...
2001-02-28 Jonathan BlandfordSanitize GtkRowReference.
2001-02-28 Havoc PenningtonRemove draw_focus and draw_default (gtk_widget_draw_foc...
2001-02-28 Jonathan BlandfordProxy out to _gtk_tree_row_reference_deleted. (inserted...
2001-02-23 Jonathan BlandfordOnly draw the column that is exposed.
2001-02-21 Jonathan Blandfordremoved signals. Moved to inherit from GObject instead...
2001-02-21 Jonathan BlandfordChanged name to be set_cell_data_func to make it clear...
2001-02-17 Tim Janikdefault initialize the generated ENTER_NOTIFY event...
2001-02-17 Jonathan Blandfordremoved gtk_*_store_get, and moved to GtkTreeModel.
2001-02-13 Havoc Penningtonfix bug where it always set the foreground, even if...
2001-02-08 Jonathan Blandfordmoved back to a sane value!
2001-02-08 Havoc Penningtonlet's darken colors, not lighten them.
2001-02-08 Havoc Penningtonremove validation idle
2001-01-31 Havoc Penningtonfix bug in here where prev pointer was set to the wrong...
2001-01-27 Havoc Penningtonadd GtkTreeRowReference which holds a handle to a speci...
2001-01-26 Havoc Penningtonadapt to handle PangoColor
2001-01-21 Jonathan BlandfordMake fail when not realized. (gtk_tree_view_scroll_to_c...
2001-01-19 Havoc Penningtonsync to tree changes
2001-01-09 Havoc Penningtondon't draw if label->layout is NULL due to a pending...
2001-01-09 Havoc Penningtonhandle case where there are no rows in the model
2001-01-09 Owen TaylorDoc fixups.
2001-01-08 Jonathan BlandfordSkip realizing buttons that have already been realized.
2001-01-08 Jonathan BlandfordShow menu items before adding to option menu.
2001-01-06 Havoc Penningtonhack on this a bit
2001-01-04 Havoc Penningtonadd this
2001-01-04 Havoc PenningtonRename some stuff:
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
next