]> Pileus Git - ~andy/gtk/history - gtk/gtktreeview.c
Remove G_DISABLE_CONST_RETURNS.
[~andy/gtk] / gtk / gtktreeview.c
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...
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
next