summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* Remove handle_box from App demo.Jonathan Blandford2001-10-221-56/+70
* PROP_MODEL and PROP_EXPANDER_COLUMN can be NULL, so don't do a object caseManish Singh2001-10-211-3/+3
* correct docs for use_alignManish Singh2001-10-191-3/+3
* Fix to work on empty models.Joshua N Pritikin2001-10-121-1/+3
* Remove stale gdk backend includes.Matthias Clasen2001-10-111-8/+0
* should destroy the search dialogKristian Rietveld2001-10-051-5/+23
* change scroll_to_cell delayed code to happen in size_allocate.Jonathan Blandford2001-10-011-24/+24
* only start editing when you select with a keyboard.Jonathan Blandford2001-09-271-102/+80
* Stop being stupid and emitting the signal every time.Jonathan Blandford2001-09-271-9/+22
* Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0,Jonathan Blandford2001-09-251-3/+34
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-347/+440
* configure.in gdk/Makefile.am gtk/Makefile.am gtk/gtkselection.cSven Neumann2001-09-201-2/+0
* Small warning cleanups.Owen Taylor2001-09-201-4/+0
* Patch from Frank Belew #59037 for Solaris compilation.Owen Taylor2001-09-191-2/+2
* centralize all the editing codeJonathan Blandford2001-09-181-7/+92
* Add put for use with editable widgets. This function is private, andJonathan Blandford2001-09-181-10/+58
* Add editable interface. This should be the last big GtkTreeView APIJonathan Blandford2001-09-171-104/+43
* Rename interface signals to make them more clear. Also, changeJonathan Blandford2001-09-121-42/+38
* minor fixesJoshua N Pritikin2001-09-111-0/+3
* remove g_print.Jonathan Blandford2001-09-081-0/+2
* Removed 'fill' attribute. It was silly b/c that was a property of the cellJonathan Blandford2001-09-081-67/+120
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-1/+1
* patch from vishnu@pobox.com (Joshua N Pritikin) to fix math and anJonathan Blandford2001-09-031-9/+10
* Patch from vishnu@pobox.com (Joshua N Pritikin) to emit signal at theJonathan Blandford2001-09-031-2/+5
* code cleaup, fix for bug #59222.Kristian Rietveld2001-09-021-57/+89
* pass in user data.Jonathan Blandford2001-09-011-2/+7
* change color when the GtkTreeView loses focus.Jonathan Blandford2001-08-291-2/+7
* Use the GTK selection types rather than GtkTreeSelectionMode.Jonathan Blandford2001-08-271-3/+3
* Add "use_align" to give people the option to just make a cell visible.Jonathan Blandford2001-08-241-19/+41
* clean up selection when changing models.Jonathan Blandford2001-08-221-5/+7
* Fix selection. I think it's all dandy now. We check the current event forJonathan Blandford2001-08-221-102/+21
* Tue Aug 21 02:57:13 2001 Jonathan Blandford <jrb@redhat.com>>Jonathan Blandford2001-08-211-2/+15
* Grr... Get it right.Jonathan Blandford2001-08-211-4/+9
* *** empty log message ***Jonathan Blandford2001-08-211-12/+12
* Fix up warnings, #58928.Jonathan Blandford2001-08-191-26/+88
* Sun Aug 19 01:44:44 2001 Jonathan Blandford <jrb@redhat.com>>Jonathan Blandford2001-08-191-5/+9
* 2 new signals; is_expander/is_expanded.Jonathan Blandford2001-08-191-11/+33
* Add missing parameters to utf8 functions to make it compile.Darin Adler2001-08-181-4/+4
* Add heavily modified patch from Kristian Rietveld to handle interactiveJonathan Blandford2001-08-171-93/+703
* const correct string parameter.Tim Janik2001-08-171-98/+63
* Whoops. Stupid scoping error pointed out by matthiasc@poet.de.Jonathan Blandford2001-07-311-3/+5
* Fix part of #57714.Jonathan Blandford2001-07-301-1/+5
* Add support for animating expanders.Anders Carlsson2001-07-221-51/+212
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-1/+0
* Fix idles and timeouts to be properly surrounded byOwen Taylor2001-07-181-4/+15
* remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root.Jonathan Blandford2001-07-091-11/+10
* New function for language bindings.Jonathan Blandford2001-06-301-4/+2
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-14/+17
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-131/+126
* Patch Thomas Broyer from <tbroyer@ltgt.net>. Expander arrows are nowJonathan Blandford2001-06-291-56/+69