]> Pileus Git - ~andy/gtk/history - gtk/gtktreeviewcolumn.c
centralize all the editing code
[~andy/gtk] / gtk / gtktreeviewcolumn.c
2001-09-18 Jonathan Blandfordcentralize all the editing code
2001-09-18 Jonathan BlandfordGet rid of broken "can_edit" and "can_activate" propert...
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-08 Havoc Penningtonput GtkPacker back in here so it won't be in gtk-unused...
2001-09-08 Jonathan Blandfordremove g_print.
2001-09-08 Jonathan BlandfordRemoved 'fill' attribute. It was silly b/c that was...
2001-08-24 Jonathan BlandfordAdd "use_align" to give people the option to just make...
2001-08-23 Kristian Rietvelduse GtkSortType instead of GtkTreeSortOrder. (#59173).
2001-08-23 Tim Janikchain parent class handlers, pointed out by Joshua...
2001-08-21 Jonathan BlandfordGrr... Get it right.
2001-08-21 Jonathan Blandford*** empty log message ***
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-07-19 Owen TaylorEnforce the widget/child realization/mapping invariants.
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-09 Jonathan Blandfordremove gtk_tree_model_get_first in favor of gtk_tree_mo...
2001-07-05 Owen TaylorCheck GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel ...
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-28 Tim Janikup version to 1.3.7, interface age 0, binary age 0...
2001-06-27 Jonathan BlandfordNew function to reflect that you can (hypothetically...
2001-06-27 Kjartan MaraasFix a typo.
2001-06-25 Havoc Penningtons/RESIZEABLE/RESIZABLE/
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-05 Jonathan BlandfordFix bug #55573
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-22 Jonathan BlandfordAdded patch from Jeff Franks <jcf@tpg.com.au> to add...
2001-05-22 Jonathan BlandfordEvil function to deal with very large (TM) amounts...
2001-05-16 Jonathan BlandfordYou can now set all sorts of properties in any order...
2001-04-12 Jonathan Blandfordfix a fixme.
2001-03-29 Jonathan BlandfordMassive reordering/sorting work. Now pretty much works.
2001-03-28 Jonathan BlandfordMore work on implementing sortable interface.
2001-03-23 Jonathan BlandfordForgot to namespace this.
2001-03-16 Jonathan Blandfords/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
2001-03-15 Jonathan BlandfordChanged prototype to allow for getting the location...
2001-03-08 Tim Janikadded accumulator data argument to g_signal_newc()...
2001-03-07 Tim Janikmarshaller fixes.
2001-03-06 Jonathan BlandfordAdd "clicked" signal back to columns.
2001-03-05 Jonathan Blandfordrenamed "child_toggled" to "has_child_toggled".
2001-03-02 Jonathan BlandfordMove handling of buttons fully in gtktreeviewcolumn...
2001-02-23 Jonathan BlandfordOnly draw the column that is exposed.
2001-02-21 Jonathan BlandfordChanged name to be set_cell_data_func to make it clear...
2001-02-19 Hans Breuerupdated for win32 msvc build
2001-02-17 Jonathan Blandfordremoved gtk_*_store_get, and moved to GtkTreeModel.
2001-02-08 Havoc Penningtonremove validation idle
2001-01-26 Havoc Penningtonadapt to handle PangoColor
2001-01-19 Havoc Penningtonsync to tree changes
2001-01-11 Havoc Penningtonadd this function, bug 40251
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-08 Jonathan BlandfordShow menu items before adding to option menu.
2001-01-04 Havoc Penningtonadd this
2001-01-04 Havoc PenningtonRename some stuff:
2001-01-01 Havoc PenningtonAdapt to GtkTreeSelection changes
2000-12-17 Havoc PenningtonPort to GObject, can go back in gdk-pixbuf after settin...
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-12 Tim Janikget rid of object_signal:: GtkObject argument uses...
2000-11-09 Jonathan Blandfordadded more fields to allow more interesting iterators...
2000-10-30 Jonathan BlandfordNew function.
2000-10-27 Jonathan BlandfordNot sure how this ever worked. Fixed it to use new...
2000-10-26 Jonathan BlandfordGot rid of GtkTreeNode, and changed it to GtkTreeIter...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-16 Havoc Pennington#include gtklabel.h, fixing compilation
2000-10-16 Jonathan BlandfordAdded API documentation to all public functions.
2000-10-05 4Checked in initial draft of the new tree widget.