summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* media: Add support for OpenGL to GtkGstMediaFilewip/otte/paintableBenjamin Otte2018-03-187-34/+379
* mediastream: Add gtk_media_stream_realize/unrealize()Benjamin Otte2018-03-183-8/+123
* build: Make GStreamer backend the defaultBenjamin Otte2018-03-181-2/+2
* THIS IS EVIL DEMO CODE, DO NOT LOOK AT IT.Benjamin Otte2018-03-181-0/+3
* css: Add initial support for Houdini-style paint() imagesBenjamin Otte2018-03-1811-7/+345
* gtk-demo: Add a simple video player exampleBenjamin Otte2018-03-183-0/+98
* gtk: Add a GStreamer implementation to GtkMediaFileBenjamin Otte2018-03-188-5/+954
* build: Add gstreamer dependencyBenjamin Otte2018-03-183-0/+12
* demos: Round up the paintable demos with a media streamBenjamin Otte2018-03-184-0/+315
* demos: Add an animated paintable demoBenjamin Otte2018-03-185-19/+274
* gtk-demo: Add paintable demoBenjamin Otte2018-03-183-0/+151
* demos: Add a video benchmark to widgetbowl demoBenjamin Otte2018-03-181-0/+13
* gtk-demo: Add a video example (with controls) to the images demoBenjamin Otte2018-03-183-5/+36
* gtk: Add GtkVideoBenjamin Otte2018-03-186-0/+742
* gtk: Add GtkMediaControlsBenjamin Otte2018-03-185-0/+613
* gtk: Add ffmpeg implementation of GtkMediaFileBenjamin Otte2018-03-184-0/+805
* build: Add ffmpeg requirementBenjamin Otte2018-03-183-0/+17
* mediafile: Turn into an extension pointMatthias Clasen2018-03-1811-3/+261
* gtk: Add GtkMediaFileBenjamin Otte2018-03-184-0/+613
* gtk: Add GtkMediaStreamBenjamin Otte2018-03-184-0/+1339
* texture: Expose subclasses as subclassesBenjamin Otte2018-03-187-21/+47
* gdk: Add GDK_MEMORY_DEFAULTBenjamin Otte2018-03-186-22/+27
* gdk: Remove gdk_texture_new_from_data()Benjamin Otte2018-03-186-56/+30
* Notebook: Don’t show raw underline/markup in popupDaniel Boles2018-03-161-2/+2
* selection: Remove surface APIsBenjamin Otte2018-03-163-45/+1
* cellrendererpixbuf: Store the texture in the iconhelper paintableBenjamin Otte2018-03-168-103/+6
* image: Remove gtk_image_set_texture()Benjamin Otte2018-03-1614-208/+106
* image: Add gtk_image_set_can_shrink()Benjamin Otte2018-03-163-0/+79
* image: Add gtk_image_set_keep_aspect_ratio()Benjamin Otte2018-03-164-13/+132
* iconhelper: Implement GdkPaintableBenjamin Otte2018-03-164-139/+248
* icontheme: Remove surface supportBenjamin Otte2018-03-163-121/+0
* image: Don't handle surfaces anymoreBenjamin Otte2018-03-1611-306/+9
* tests: Port from surface to textureBenjamin Otte2018-03-162-36/+48
* dragsource: Replace gtk_drag_source_set_icon_surface()Benjamin Otte2018-03-165-33/+33
* inspector: Use Textures for images in the property viewBenjamin Otte2018-03-162-43/+64
* cellrendererpixbuf: Put pixbufs into texturesBenjamin Otte2018-03-161-26/+13
* image: Load resources and files into texturesBenjamin Otte2018-03-169-21/+234
* iconhelper: Handle texture scale againBenjamin Otte2018-03-164-6/+11
* iconhelper: Turn into a GObjectBenjamin Otte2018-03-164-86/+109
* iconhelper: Rework to allow resizing of paintablesBenjamin Otte2018-03-164-27/+97
* iconhelper: Rename functionBenjamin Otte2018-03-161-19/+10
* paintable: Add gdk_paintable_compute_concrete_size()Benjamin Otte2018-03-163-0/+157
* tooltips: Make icon a paintableBenjamin Otte2018-03-164-11/+11
* entry: Make icons a paintableBenjamin Otte2018-03-164-66/+66
* dnd: Make dnd icon API take a paintableBenjamin Otte2018-03-164-12/+15
* aboutdialog: Make logo a paintableBenjamin Otte2018-03-162-17/+17
* cssimage: Implement dynamicity for cross-fadesBenjamin Otte2018-03-161-5/+50
* css: Implement dynamic values for array valuesBenjamin Otte2018-03-161-2/+52
* cssimage: Add GtkCssImagePaintableBenjamin Otte2018-03-168-174/+253
* cssimage: Add gtk_css_image_is_invalid()Benjamin Otte2018-03-167-7/+173