summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/hypertext.c
Commit message (Expand)AuthorAgeFilesLines
* 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