summaryrefslogtreecommitdiff
path: root/gtk/gtkcellview.c
Commit message (Expand)AuthorAgeFilesLines
* Don't blindly chain up in the buildable implementation. Reported by KevinMatthias Clasen2008-07-071-2/+3
* Allocate with GSlice:Michael Natterer2008-07-041-3/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.cMichael Natterer2008-03-041-1/+0
* gtk/gtkcellview.c (gtk_cell_view_cell_layout_reorder) plug leak wrt. linkKristian Rietveld2008-02-111-1/+1
* gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.cMichael Natterer2008-02-071-21/+3
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-1/+1
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+62
* New function to get the cell renderers of a cell layout.Matthias Clasen2006-12-291-1/+9
* Accept NULL.Matthias Clasen2006-12-271-1/+1
* Undo bogus commit.Benjamin Berg2006-12-141-75/+2
* - Remove unused code/options from the code. Warn about their usage whileBenjamin Berg2006-12-131-2/+75
* Don't set the background of the window in a no-window widget. (#359581,Matthias Clasen2006-10-061-12/+0
* Add model property for GtkCellView, part of #172535.Henrique Romano2006-05-241-2/+24
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-44/+4
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-4/+2
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-15/+8
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-3/+3
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-3/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+16
* More canonical property names.Matthias Clasen2005-03-091-2/+2
* Use _gtk_menu_item_popup_submenu() to make keynav into submenus workMatthias Clasen2004-12-151-53/+8
* Fix a typo in last commitMarco Pesenti Gritti2004-12-071-1/+1
* Queue a redraw. (#160679, Damon Chaplin)Matthias Clasen2004-12-071-0/+2
* Don't call gtk_cell_view_set_cell_data() from here.Matthias Clasen2004-11-291-1/+4
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-7/+7
* Fix the doc formatting.Matthias Clasen2004-10-251-18/+18
* Unset GTK_REQUEST_NEEDED before emitting ::size-request, following thisMatthias Clasen2004-10-151-0/+1
* Restore the size info for the current row after measuring another row.Matthias Clasen2004-10-151-0/+3
* Add docs.Matthias Clasen2004-10-091-1/+115
* Silently ignore info being NULL. This is unavoidable with the currentMatthias Clasen2004-10-011-9/+10
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Don't crash if the displayed row is gone.Matthias Clasen2004-08-021-0/+3
* Remove unnecessary checks. (#148175, Morten Welinder)Matthias Clasen2004-07-231-2/+1
* Don't leak tree model and tree row reference. (#148125, Crispin Flowerday)Matthias Clasen2004-07-221-1/+9
* Support insensitive cells in tree views and combo boxes.Matthias Clasen2004-05-271-2/+18
* Add a missing cat. (#141070, Chris Sherlock)Matthias Clasen2004-04-291-1/+0
* Make the arrow and separator regular children of an hbox inside theMatthias Clasen2004-04-141-2/+8
* Align this function with gtk_tree_view_column_set_cell_data(); call theMatthias Clasen2004-03-141-13/+14
* Support the model-less use of GtkCellView shown in testcombo.c.Matthias Clasen2004-03-131-1/+1
* Don't do anything beyond clearing to the background if there is no activeMatthias Clasen2004-03-131-3/+5
* Keep the cell_list in a consistent state while iterating over it, sinceMatthias Clasen2004-03-101-5/+4
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Always connect to the changed signals on the model, update the active itemOwen Taylor2004-03-021-3/+19
* Ugh. Don't try to free ints, even if they're stored in pointers.Matthias Clasen2004-02-091-1/+8
* Actually free the lists. Pointed out by Morten Welinder.Matthias Clasen2004-02-061-10/+2
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-2/+2