summaryrefslogtreecommitdiff
path: root/gtk/gtkdrawingarea.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few documentation issuesTimm Bäder2017-07-191-2/+1
* drawingarea: Remove useless line from code exampleTimm Bäder2017-07-191-4/+1
* Fix a few allocation coordinates & sizesTimm Bäder2017-07-191-4/+6
* snapshot: Rename append APIsBenjamin Otte2017-01-131-5/+7
* Use Graphene init macros for compound literalsEmmanuele Bassi2016-11-211-1/+1
* snapshot: Move GtkSnapshot declaration to gtypes.hBenjamin Otte2016-11-191-0/+1
* drawingarea: Add gtk_drawing_area_set_draw_func()Benjamin Otte2016-11-181-22/+111
* drawingarea: Add content-width and content-height propertiesBenjamin Otte2016-11-181-2/+231
* drawingarea: Clean upBenjamin Otte2016-11-181-76/+1
* Call gtk_widget_set_has_window for missing windowed widgetsTimm Bäder2016-11-121-0/+1
* drawingarea: Clarify docsBenjamin Otte2016-10-271-2/+2
* drawingarea: Use gdk_window_new_child()Benjamin Otte2016-10-181-14/+3
* API: Remove gdk_window_set_background()Benjamin Otte2016-10-161-31/+0
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-161-2/+1
* drawingarea: Update docs around background handlingMatthias Clasen2016-02-211-5/+12
* drawingarea: use same background approach as GtkLayoutCosimo Cecchi2015-07-201-2/+30
* Revert "drawingarea: don't call gtk_style_context_set_background()"Cosimo Cecchi2015-07-201-17/+4
* Revert "drawingarea: checks parent's draw() before call it"Cosimo Cecchi2015-07-201-4/+1
* drawingarea: checks parent's draw() before call itVíctor Manuel Jáquez Leal2015-07-031-1/+4
* drawingarea: don't call gtk_style_context_set_background()Cosimo Cecchi2015-07-011-4/+17
* colorplane: Don't connect to the configure-event signalJasper St. Pierre2014-06-281-1/+1
* Revert "colorplane: Don't connect to the configure-event signal"Matthias Clasen2014-06-271-1/+1
* colorplane: Don't connect to the configure-event signalJasper St. Pierre2014-06-261-1/+1
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-1/+1
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-1/+1
* docs: use apostrophe in *'llWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-3/+3
* docs: Use markup for linksWilliam Jon McCann2014-02-071-2/+2
* docs: use proper quotesWilliam Jon McCann2014-02-051-2/+2
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-1/+1
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-3/+2
* Docs: Use markdown for listsMatthias Clasen2014-02-021-28/+13
* docs: don't escape entities in example codeWilliam Jon McCann2014-01-291-2/+2
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* GtkDrawingArea: Set an accessible roleMatthias Clasen2014-01-041-0/+2
* Fix compiler warningsAdel Gadllah2013-02-111-1/+0
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-1/+1
* types: Clean up gtkwidget.h includesBenjamin Otte2012-03-031-0/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Do not use old functions in the docs.Paolo Borelli2011-01-291-3/+3
* Move GtkDrawingArea docs inlineMatthias Clasen2011-01-041-5/+111
* Make GtkDrawingArea use GtkStyleContextCarlos Garnacho2011-01-041-2/+2
* Remove an unused pointer from GtkDrawingAreaMatthias Clasen2010-12-171-1/+0
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* gtk/gtkdrawingarea.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-16/+23
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Remove deprecated function from GtkDrawingAreaChristian Dywan2010-05-031-13/+0
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-1/+1