summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.c
Commit message (Expand)AuthorAgeFilesLines
* only check sort column id if connected to sortable model.Kristian Rietveld2006-05-301-4/+11
* refactor to work correctly in RTL mode.Kristian Rietveld2006-05-281-9/+42
* add GTK_ARROW_NONE.Kristian Rietveld2006-05-281-15/+25
* broken pipeKristian Rietveld2006-05-271-11/+13
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-45/+4
* Reorganize to avoid a possible NULL pointer dereference. (Coverity)Matthias Clasen2006-04-131-52/+27
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-8/+3
* Fix some issues with background drawing in RTL. (#318781, Eric Cazeaux)Matthias Clasen2005-10-261-3/+19
* Make drag reordering work properly for columns other than the first.Matthias Clasen2005-09-091-5/+1
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* new function (fixes #169961, reported by Morten Welinder).Kristian Rietveld2005-07-141-0/+18
* paint a flat box on the area the treeview got allocated extra verticallyKristian Rietveld2005-07-131-9/+7
* This commit includes a fix for #169463, Stefan Kost.Kristian Rietveld2005-06-191-0/+2
* 2005-06-10 Matthias Clasen <mclasen@redhat.com>Matthias Clasen2005-06-101-2/+2
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-9/+9
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-16/+17
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* xMatthias Clasen2005-03-091-5/+5
* only reorder on button 1, part of #141937Jonathan Blandford2005-01-041-1/+2
* Don't mess up the column header state if the button release event isMatthias Clasen2004-12-081-4/+4
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-1/+1
* somehow this got missed mid-commitJonathan Blandford2004-11-151-1/+0
* Set sort_indicator to FALSE when appropriate. (#153714, Reinout vanMatthias Clasen2004-10-031-3/+6
* Silently ignore info being NULL. This is unavoidable with the currentMatthias Clasen2004-10-011-1/+2
* constrain cell area to passed in cell_area, #147867Jonathan Blandford2004-08-311-2/+27
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Make spacing a property, correct the declared default values of severalMatthias Clasen2004-07-151-3/+27
* Make this work in RTL context.Matthias Clasen2004-07-131-15/+27
* 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