summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/drawingarea.c
Commit message (Expand)AuthorAgeFilesLines
* Allow all mouse buttons to be used for the drawingarea demoArjan Molenaar2023-02-021-1/+1
* gtk-demo: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-1/+1
* gtk-demo: Set default size for drawingarea demoMatthias Clasen2020-11-091-0/+1
* gtk-demo: Use typographic style classesMatthias Clasen2020-11-021-6/+4
* gtk-demo: Add keywords to demosMatthias Clasen2020-09-131-0/+1
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-2/+2
* tests: Move testcairo into gtk4-demoMatthias Clasen2020-05-121-39/+153
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-4/+4
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
* gtk-demo: Use GtkDrawingArea::resizeMatthias Clasen2020-05-061-3/+5
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_frame_set_child throughoutMatthias Clasen2020-05-041-2/+2
* frame: Drop shadow-typeMatthias Clasen2020-04-171-2/+0
* Drop the margin propertyMatthias Clasen2020-02-251-1/+4
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* box: Remove gtk_box_pack_startTimm Bäder2019-01-231-4/+4
* draggesture: Port to new API modelBenjamin Otte2018-04-261-2/+3
* gtk: Remove gtk_widget_queue_draw_region()Benjamin Otte2018-04-051-1/+1
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-1/+1
* demo: Remove an expose_event mentionTimm Bäder2018-02-061-2/+2
* examples, gtk-demo: Fix copy-pasta in signal nameKrzesimir Nowak2018-01-031-1/+1
* gtk-demo: Port the drawingarea demo to a gestureMatthias Clasen2018-01-021-34/+33
* gtk-demo: Don't use get_allocation()Benjamin Otte2017-11-051-6/+4
* window: Turn gtk_window_set_screen() into gtk_window_set_display()Benjamin Otte2017-10-311-2/+2
* gtk-demo: Fix up the drawingarea exampleMatthias Clasen2017-10-061-40/+23
* gtk-demo: Use GdkEvent APIMatthias Clasen2017-09-191-3/+11
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-11/+0
* box: Remove fill child propertyTimm Bäder2017-04-251-4/+4
* box: Remove expand child propertyTimm Bäder2017-04-251-4/+4
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* gtk-demo: Update drawing area usage to new APIsBenjamin Otte2016-11-181-29/+19
* More gtk-demo spacing fixesMatthias Clasen2016-10-261-0/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-3/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-4/+4
* gtk-demo: Cosmetic changesMatthias Clasen2015-06-281-1/+2
* gtk-demo: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-1/+1
* gtk-demo: Don't use deprecated codeBenjamin Otte2011-11-021-1/+1
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Use cairo_surface_destroy instead of g_object_unrefKristian Rietveld2010-10-171-1/+1
* gtk-demo: Connet to draw signal in drawingarea exampleBenjamin Otte2010-09-261-35/+19
* demos/gtk-demo/drawingarea.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-8/+12
* gtk-demo: update drawingarea exampleBenjamin Otte2010-08-121-20/+22
* gtk-demo: Blit backing pixmap using CairoBenjamin Otte2010-07-261-13/+8
* gtk-demo: Convert drawingarea example to CairoBenjamin Otte2010-07-261-38/+22
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* demos/gtk-demo/changedisplay.c demos/gtk-demo/clipboard.cSven Neumann2008-08-111-26/+26
* Fix up highlightingMatthias Clasen2008-07-061-70/+70
* Fix some leaks. (#348108, Chris Wilson)Matthias Clasen2006-12-231-6/+11