]> Pileus Git - ~andy/gtk/history - gtk/gtktreeviewcolumn.c
Moved search entries into priv data.
[~andy/gtk] / gtk / gtktreeviewcolumn.c
2004-04-11 Jonathan BlandfordMoved search entries into priv data.
2004-03-12 Matthias ClasenKeep the cell_list in a consistent state while iteratin...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-02-03 Matthias ClasenClip narrow columns in rtl-oriented tree views (#128089,
2004-01-31 Matthias ClasenCorrect the documentation for new_order. (#124790,...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-12-19 Kristian RietveldFixes #108458.
2003-11-29 Jonathan BlandfordPatch from <chinen@jp.ibm.com> to handle RTL support...
2003-11-07 Matthias ClasenMake string setters safe for self-assignment. (#122745...
2003-09-30 Kristian RietveldSome API doc comment fixes.
2003-07-17 Kristian RietveldMerged from stable.
2003-07-11 Kristian RietveldLanding GtkTreeModelFilter and the completion code...
2003-06-27 Soeren SandmannMake it compile with C89 compilers.
2003-06-11 Kristian Rietveldsilly typo fix. s/seperator/separator/. This gets rid...
2003-06-09 Kristian RietveldMerged from stable.
2003-06-09 Kristian RietveldMerged from stable.
2003-05-29 Kristian RietveldFixes #75745, reported by Richard Hult. Merged from...
2003-04-15 Matthias ClasenDoc additions and fixes.
2003-04-12 Matthias ClasenDocument.
2003-03-03 Jonathan Blandfordhandle rtl code.
2003-02-28 Manish Singhdemos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk...
2003-01-30 Kristian Rietveldonly count the special cell if it is also visible,
2003-01-27 Kristian RietveldChangeLog too long to mention here. Bugs fixed: #100973...
2002-12-10 Kristian Rietveldimplement a working use_align = FALSE implementation...
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-26 Kristian Rietveldadd a gtk_list_store_sort_iter_changed line for some...
2002-10-14 Kristian RietveldBehaviour change, apply changes if the entry of the...
2002-10-13 Manish SinghDeprecation cleanup
2002-10-10 Matthias ClasenDocumentation improvements.
2002-10-05 Soeren Sandmanndocs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwind...
2002-09-28 Soeren SandmannMinor documentation fixes. (#80021, Yao Zhang; #75567...
2002-08-10 Soren SandmannMinor documentation fixes
2002-07-26 Kristian RietveldAPI additions: _move, _reorder and _swap for stores...
2002-06-18 Owen TaylorReplace gdk_cursor_new_for_screen() with gdk_cursor_new...
2002-06-07 Matthias ClasenNew function, split off from gtk_tree_view_column_clear...
2002-05-05 Kristian RietveldThe "big treeview focus patch". Fixes several issues...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-04-25 Kristian RietveldFixes #74206.
2002-04-23 Kristian RietveldThis commit adds a cell_background property for cell...
2002-04-19 Kristian Rietveldadd _gtk_tree_view_column_autosize
2002-04-18 Matthias Clasens/<!>/<!-- -->/g throughout the documentation to bring...
2002-04-14 Kristian Rietveldadd _gtk_tree_view_column_get_editable_cell and
2002-04-09 Kristian RietveldFixes #78110
2002-04-05 Kristian Rietveldfree anchor row reference after unselecting the selecti...
2002-04-05 Jonathan Blandfordimplement. (gtk_tree_view_move_cursor_up_down): check...
2002-03-15 Jonathan Blandfordadd example to docs, as people are seeming to have...
2002-03-15 Jonathan Blandfordmake args const, 74159 (gtk_tree_view_insert_column_wit...
2002-03-08 Jonathan Blandfordget rid of really bad focus loop. (gtk_tree_view_clamp_...
2002-03-06 Jonathan Blandfordmove event handling to the process_action function...
2002-03-05 Jonathan Blandfordremove sizing == AUTOSIZE check. Update docs.
2002-03-05 Jonathan Blandforddoc fix proposed by tvv@sparc.spb.su (Vitaly Tishkov...
2002-03-03 Tim Janikadded compile time switch to put the tree views into...
2002-03-01 Kristian Rietveldset first_cell to FALSE after first iteration
2002-02-26 Kristian Rietveldtake into account that a path from a rowref can be...
2002-02-25 Kristian Rietveldcall _gtk_tree_view_column_cell_set_dirty when visible...
2002-02-23 Jonathan BlandfordDocumented undocumented functions.
2002-02-19 Kristian Rietveldnew function (gtk_tree_view_column_create_button):...
2002-02-19 Kristian Rietveldchange gtk_tree_view_column_cell_render, gtk_tree_view_...
2002-01-28 Bill HanemanChanges to gtktreeview to better support thicker focus...
2002-01-28 Matthias ClasenGeneral property notification cleanup.
2002-01-24 Jonathan Blandfordfix column reordering fully. (gtk_tree_view_size_alloca...
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...
2001-12-08 Matthias ClasenDoc markup fix.
2001-12-04 Jonathan BlandfordMinor fix.
2001-12-04 Owen TaylorPatch from Bill Haneman (with many modifications) to...
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-10 Matthias ClasenFix docs for gtk_tree_view_column_set_sort_order. ...
2001-10-31 Jonathan Blandforddon't know why this didn't commit
2001-10-27 Anders CarlssonAdd note about width having to be greater than 0. This...
2001-10-09 Jonathan Blandfordfix broken code.
2001-10-06 Jonathan Blandfordimprove warning.
2001-10-03 James Henstridges/width/fixed_width/ in order to get things to compile.
2001-10-03 Jonathan Blandforddocs
2001-09-29 Manish Singhtypo fix: s/Wether/Whether/ in reorderable property...
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-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
next