summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the default value of ::sizing.Matthias Clasen2004-09-011-1/+1
* Remove an excessive g_return_if_fail().Matthias Clasen2004-04-231-1/+0
* Moved search entries into priv data.Jonathan Blandford2004-04-111-1/+0
* Keep the cell_list in a consistent state while iterating over it, sinceMatthias Clasen2004-03-121-7/+6
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Clip narrow columns in rtl-oriented tree views (#128089,Matthias Clasen2004-02-031-3/+4
* Correct the documentation for new_order. (#124790, Tim-Philipp Müller)Matthias Clasen2004-01-311-1/+2
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-30/+30
* Fixes #108458.Kristian Rietveld2003-12-191-0/+31
* Patch from <chinen@jp.ibm.com> to handle RTL support for column resizers,Jonathan Blandford2003-11-291-2/+3
* Make string setters safe for self-assignment. (#122745, Soeren Sandmann)Matthias Clasen2003-11-071-4/+4
* Some API doc comment fixes.Kristian Rietveld2003-09-301-6/+6
* Merged from stable.Kristian Rietveld2003-07-171-2/+2
* Landing GtkTreeModelFilter and the completion code. (Test program andKristian Rietveld2003-07-111-113/+219
* Make it compile with C89 compilers.Soeren Sandmann2003-06-271-1/+6
* silly typo fix. s/seperator/separator/. This gets rid of the assert spamKristian Rietveld2003-06-111-1/+1
* Merged from stable.Kristian Rietveld2003-06-091-1/+1
* Merged from stable.Kristian Rietveld2003-06-091-15/+15
* Fixes #75745, reported by Richard Hult. Merged from stable.Kristian Rietveld2003-05-291-2/+9
* Doc additions and fixes.Matthias Clasen2003-04-151-1/+1
* Document.Matthias Clasen2003-04-121-8/+27
* handle rtl code.Jonathan Blandford2003-03-031-33/+128
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-3/+3
* only count the special cell if it is also visible,Kristian Rietveld2003-01-301-6/+11
* ChangeLog too long to mention here. Bugs fixed: #100973, #83195, #87556,Kristian Rietveld2003-01-271-2/+5
* implement a working use_align = FALSE implementation (also mentioned inKristian Rietveld2002-12-101-3/+22
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+2
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-0/+34
* Behaviour change, apply changes if the entry of the editable gets a focusKristian Rietveld2002-10-141-0/+4
* Deprecation cleanupManish Singh2002-10-131-37/+40
* Documentation improvements.Matthias Clasen2002-10-101-1/+1
* docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c,Soeren Sandmann2002-10-051-2/+3
* Minor documentation fixes. (#80021, Yao Zhang; #75567, #75279, VitalySoeren Sandmann2002-09-281-6/+8
* Minor documentation fixesSoren Sandmann2002-08-101-2/+3
* API additions: _move, _reorder and _swap for stores, path constructor.Kristian Rietveld2002-07-261-2/+12
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-2/+2
* New function, split off from gtk_tree_view_column_clear_attributes.Matthias Clasen2002-06-071-6/+16
* The "big treeview focus patch". Fixes several issues and adds someKristian Rietveld2002-05-051-55/+476
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-2/+2
* Fixes #74206.Kristian Rietveld2002-04-251-3/+31
* This commit adds a cell_background property for cell renderers. With thisKristian Rietveld2002-04-231-2/+15
* add _gtk_tree_view_column_autosizeKristian Rietveld2002-04-191-0/+8
* s/<!>/<!-- -->/g throughout the documentation to bring the producedMatthias Clasen2002-04-181-12/+12
* add _gtk_tree_view_column_get_editable_cell andKristian Rietveld2002-04-141-0/+68
* Fixes #78110Kristian Rietveld2002-04-091-0/+13
* free anchor row reference after unselecting the selection (fixes #76272)Kristian Rietveld2002-04-051-1/+1
* implement. (gtk_tree_view_move_cursor_up_down): check for focusJonathan Blandford2002-04-051-13/+8
* add example to docs, as people are seeming to have trouble with thisJonathan Blandford2002-03-151-0/+16
* make args const, 74159 (gtk_tree_view_insert_column_with_attributes):Jonathan Blandford2002-03-151-1/+0
* get rid of really bad focus loop. (gtk_tree_view_clamp_node_visible): onlyJonathan Blandford2002-03-081-4/+3