summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/hypertext.c
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo: Spruce up the hypertext demoMatthias Clasen2021-08-071-24/+51
* gtk-demo: Beef up the hypertext demoMatthias Clasen2020-09-161-22/+117
* gtk-demo: Add keywords to demosMatthias Clasen2020-09-131-0/+1
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-4/+4
* Replace "gint" with "int"Benjamin Otte2020-07-251-8/+8
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-1/+1
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
* Stop using gtk_widget_destroyedMatthias Clasen2020-05-111-3/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* demos/gtk-demo: Add common_cflags to buildTimm Bäder2020-03-071-1/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* gtk-demo: set irreversable actions for textview demosChristian Hergert2019-11-051-0/+3
* Rename GtkGestureMultiPress to GtkGestureClickMatthias Clasen2019-05-291-6/+6
* demos: Update hypertext demo to use controllersCarlos Garnacho2018-07-301-34/+29
* eventcontrollerkey: Port to new API modelCarlos Garnacho2018-04-261-2/+2
* gtk-demo: Stop using ::key-press-event in font explorerMatthias Clasen2018-04-051-8/+10
* gtk-demo: Stop using ::motion-notify-event in the hypertext demoMatthias Clasen2018-01-161-30/+17
* gtk-demo: Drop a use of ::event-afterMatthias Clasen2018-01-161-1/+1
* textview: Remove GdkWindow usage from the public APIBenjamin Otte2017-11-041-7/+2
* gdk: Cursors no longer have a displayBenjamin Otte2017-11-041-4/+2
* window: Turn gtk_window_set_screen() into gtk_window_set_display()Benjamin Otte2017-10-311-2/+2
* gtk-demo: Use GdkEvent APIMatthias Clasen2017-09-191-17/+18
* Remove gtk_widget_show_allTimm Bäder2017-01-201-2/+0
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-2/+0
* gtk-demo: Improve the tag implementationMatthias Clasen2016-02-101-14/+16
* gtk-demo: Rename textview demos to "Text View"Matthias Clasen2015-07-291-1/+1
* Use standard cursor namesMatthias Clasen2015-07-261-2/+4
* gtk-demo: Cosmetic changesMatthias Clasen2015-06-281-10/+4
* gtk-demo: Make hypertext demo work with touchMatthias Clasen2015-06-091-8/+23
* gtk-demo: Drop uses of gdk_cursor_new()Matthias Clasen2014-10-281-2/+2
* gtk-demo: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-1/+1
* demos: Remove non-working codeBenjamin Otte2011-11-091-23/+0
* gtk-demo: Remove excessive pointer queryingBenjamin Otte2011-11-091-2/+0
* Formatting cleanupsMatthias Clasen2011-09-011-40/+39
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-2/+2
* demos/gtk-demo/hypertext.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-4/+6
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Fix up highlightingMatthias Clasen2008-07-061-33/+33
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-6/+3
* Don't include config.h in the examples.Matthias Clasen2004-11-161-1/+0
* demos/testpixbuf-save.c Get rid of some unnecessary casts.Manish Singh2004-08-191-4/+4
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Call the do_ functions with the toplevel as argument.Matthias Clasen2003-11-081-4/+7
* Add a "Hypertext" demo.Matthias Clasen2003-08-051-0/+315