summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.h
Commit message (Expand)AuthorAgeFilesLines
* handle rtl code.Jonathan Blandford2003-03-031-0/+4
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-0/+5
* Deprecation cleanupManish Singh2002-10-131-7/+10
* The "big treeview focus patch". Fixes several issues and adds someKristian Rietveld2002-05-051-0/+2
* Massive padding addition to class structures.Owen Taylor2002-02-231-0/+6
* change gtk_tree_view_column_cell_render, gtk_tree_view_column_cell_focus,Kristian Rietveld2002-02-191-16/+0
* s/obj/klass/ where appropriatejacob berkman2001-12-121-1/+1
* get logic right, #66249Jonathan Blandford2001-12-081-6/+0
* Minor fix.Jonathan Blandford2001-12-041-4/+9
* Add a "resizable" property, to get rid of theJonathan Blandford2001-11-191-1/+4
* Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0,Jonathan Blandford2001-09-251-2/+0
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-2/+1
* centralize all the editing codeJonathan Blandford2001-09-181-0/+1
* Add editable interface. This should be the last big GtkTreeView APIJonathan Blandford2001-09-171-1/+6
* Removed 'fill' attribute. It was silly b/c that was a property of the cellJonathan Blandford2001-09-081-9/+11
* Add "use_align" to give people the option to just make a cell visible.Jonathan Blandford2001-08-241-12/+12
* use GtkSortType instead of GtkTreeSortOrder. (#59173).Kristian Rietveld2001-08-231-3/+3
* 2 new signals; is_expander/is_expanded.Jonathan Blandford2001-08-191-1/+3
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-0/+4
* New function to reflect that you can (hypothetically) pack cell renderersJonathan Blandford2001-06-271-11/+25
* s/RESIZEABLE/RESIZABLE/Havoc Pennington2001-06-251-1/+1
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+1
* Docs fixups, and:Havoc Pennington2001-06-151-1/+1
* further justify gtk_tree_model_get_flags by adding a second flag for atk.Jonathan Blandford2001-06-121-2/+0
* Now it's a GObject instead of a GtkObject. TheJonathan Blandford2001-06-071-3/+0
* Fix bug #55573Jonathan Blandford2001-06-051-78/+81
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-011-7/+7
* Remove almost all instances of GtkCellRenderer in code (all but dnd iconJonathan Blandford2001-05-251-62/+83
* Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros toJonathan Blandford2001-05-221-1/+1
* You can now set all sorts of properties in any order you wan, whether orJonathan Blandford2001-05-161-7/+11
* fix a fixme.Jonathan Blandford2001-04-121-0/+6
* Massive reordering/sorting work. Now pretty much works.Jonathan Blandford2001-03-291-2/+3
* More work on implementing sortable interface.Jonathan Blandford2001-03-281-2/+14
* Forgot to namespace this.Jonathan Blandford2001-03-231-7/+7
* s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMNJonathan Blandford2001-03-161-5/+5
* Changed prototype to allow for getting the location of the cell relativeJonathan Blandford2001-03-151-2/+3
* Only draw the column that is exposed.Jonathan Blandford2001-02-231-1/+1
* Changed name to be set_cell_data_func to make it clear what the functinoJonathan Blandford2001-02-211-8/+10
* updated for win32 msvc buildHans Breuer2001-02-191-1/+1
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-171-6/+12
* remove validation idleHavoc Pennington2001-02-081-14/+28
* sync to tree changesHavoc Pennington2001-01-191-0/+1
* add this function, bug 40251Havoc Pennington2001-01-111-0/+1
* don't draw if label->layout is NULL due to a pending resizeHavoc Pennington2001-01-091-7/+8
* handle case where there are no rows in the modelHavoc Pennington2001-01-091-1/+1
* add thisHavoc Pennington2001-01-041-2/+2
* Rename some stuff:Havoc Pennington2001-01-041-6/+7
* Port to GObject, can go back in gdk-pixbuf after setting up aHavoc Pennington2000-12-171-0/+1
* added more fields to allow more interesting iterators. Also, made theJonathan Blandford2000-11-091-41/+43
* New function.Jonathan Blandford2000-10-301-1/+1