summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/textview.c
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-2/+2
* gtk-demo: Remove deprecation from textview demoMatthias Clasen2022-10-211-5/+4
* demos and examples: Ignore deprecationsMatthias Clasen2022-10-111-0/+2
* gtk-demo: CosmeticsMatthias Clasen2022-06-231-4/+3
* Fix compiler warningsMatthias Clasen2020-10-151-2/+2
* gtk-demo: Fix some issues with the multi view demoMatthias Clasen2020-10-151-0/+3
* gtk-demo: Tweak the animated paintableMatthias Clasen2020-09-111-1/+1
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-3/+3
* paned: Redo the apiMatthias Clasen2020-05-111-2/+6
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
* Stop using gtk_widget_destroyedMatthias Clasen2020-05-111-5/+2
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-2/+2
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-3/+3
* Use gtk_frame_set_child throughoutMatthias Clasen2020-05-041-1/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-2/+2
* textview: Use paintables instead of textures, and fix the supportAlexander Larsson2020-02-061-9/+11
* IconTheme: Never fail a lookup or icon loadAlexander Larsson2020-02-061-1/+1
* Rename GtkIcon to GtkIconPaintableAlexander Larsson2020-02-041-2/+2
* icontheme: Remove GENERIC_FALLBACKSBenjamin Otte2020-02-041-1/+1
* icontheme: Pass fallbacks as optional argument to lookup_icon()Benjamin Otte2020-02-041-0/+1
* icontheme: Make text direction a lookup argumentBenjamin Otte2020-02-041-1/+3
* icontheme: Remove gtk_icon_theme_get_default()Benjamin Otte2020-02-041-3/+4
* icon-theme: Drop the _for_scale() versions and always take scaleAlexander Larsson2020-01-301-1/+1
* icon-theme: Rename GtkIconInfo to GtkIconAlexander Larsson2020-01-301-2/+2
* icons: Convert use of load() to download_texture()Alexander Larsson2020-01-291-5/+7
* gtk-demo: set irreversable actions for textview demosChristian Hergert2019-11-051-0/+3
* icontheme: Return textures from load_icon{,_for_scale}Timm Bäder2019-09-091-9/+6
* demos: Drop the '+' from GTKEmmanuele Bassi2019-02-051-1/+1
* textview: Replace pixbufs by texturesMatthias Clasen2017-11-291-3/+6
* window: Turn gtk_window_set_screen() into gtk_window_set_display()Benjamin Otte2017-10-311-2/+2
* Drop all uses of GdkPixbufAnimation in the gtk APIsAlexander Larsson2017-10-231-6/+0
* Remove gtk_widget_show_allTimm Bäder2017-01-201-5/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-2/+0
* gtk-demo: Rename textview demos to "Text View"Matthias Clasen2015-07-291-1/+1
* gtk-demo: Many cosmetic fixesMatthias Clasen2015-06-191-1/+1
* gtk-demo: Replace old codeBenjamin Otte2014-10-031-13/+5
* demo: use the installed named iconWilliam Jon McCann2013-11-051-7/+8
* gtk-demo: Replace logo with a transparent oneBenjamin Otte2013-02-011-1/+1
* gtk-demo: Remove demo_find_file() functionBenjamin Otte2013-02-011-2/+0
* gtk-demo: Port textview example to resourcesBenjamin Otte2013-02-011-21/+3
* Formatting cleanupsMatthias Clasen2011-09-011-1/+0
* gtk-demo: Drop uses of GtkAlignmentMatthias Clasen2011-09-011-5/+3
* gtk-demo: Don't store anchor in an unused variableBenjamin Otte2011-05-271-6/+5
* Port gtk3-demo to GtkStyleContextMatthias Clasen2010-12-041-3/+3
* Rewrap text in gtk-demoMatthias Clasen2010-11-091-169/+238
* Use gtk_scale_new() instead gtk_[v|h]scale_new()Javier Jardón2010-10-301-1/+1
* Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-10-301-1/+1
* Use the new GtkComboBoxText APIJavier Jardón2010-10-151-4/+4
* gtk-demo: Adapt textview example for stipple removalBenjamin Otte2010-08-101-29/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1