summaryrefslogtreecommitdiff
path: root/gtk/gtkcellview.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Move documentation to inline comments: GtkCellViewGarrett Regier2010-11-081-0/+13
* GtkCellView: Add gtk_cell_view_set_background_rgba()Carlos Garnacho2010-10-221-4/+68
* cellrenderer: Merge GtkCellSizeRequest into GtkCellRendererBenjamin Otte2010-09-261-10/+9
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-47/+39
* API: gtk_cell_renderer_render_cairo() => gtk_cell_renderer_render()Benjamin Otte2010-09-261-5/+5
* cellview: Port to draw vfuncBenjamin Otte2010-09-261-33/+16
* cellview: Port to Cairo renderingBenjamin Otte2010-09-261-11/+16
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* gtk/gtkcellview.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-7/+10
* Added height-for-width management for GtkComboBox/GtkCellViewTristan Van Berkom2010-08-181-113/+400
* gtkcellview: unseal private pointerJavier Jardón2010-07-131-3/+7
* Use accessor functions to access GtkCellRendererJavier Jardón2010-07-131-5/+5
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+1
* Remove deprecated GtkCellView functionChristian Dywan2010-05-031-20/+0
* Fix a misspelling in gtk_cell_view_new_with_markupChristian Dywan2010-03-281-1/+1
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-4/+4
* Propagate insensitive state to cell renderers in GtkCellViewKristian Rietveld2009-09-041-0/+2
* Move get_cells implementation from deprecated functionAlexander Larsson2009-07-081-20/+20
* Deprecate get_cell_renderers implementationsMatthias Clasen2009-06-151-1/+3
* Bug 539464 – gtk_cell_view_get_model is missing in GtkCellViewBjörn Lindqvist2008-10-061-0/+19
* Bug 548354 – Remove repeated code in gtk_cell_view_size_allocateBjörn Lindqvist2008-08-191-19/+2
* examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.cMichael Natterer2008-08-121-1/+1
* 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