summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SpinButton: Desensitise +/- buttons as appropriateDaniel Boles2018-03-171-4/+22
* snapshot: Fix some indentationTimm Bäder2018-03-172-8/+8
* container: Fix scroll adjustment coordinatesTimm Bäder2018-03-171-1/+1
* testgtk: Remove alpha widgets demoTimm Bäder2018-03-171-105/+0
* testgtk: GtkSpinButton is not a GtkEntry anymoreTimm Bäder2018-03-171-11/+12
* layout: Fix scrollingTimm Bäder2018-03-171-30/+20
* layout: remove map implementationTimm Bäder2018-03-171-25/+0
* container: Remove focus widget sorting codeTimm Bäder2018-03-172-442/+0
* window: Use widget facilities to sort focus menubarsTimm Bäder2018-03-171-8/+11
* menubar: Use GtkWidget focusing facilitiesTimm Bäder2018-03-171-17/+21
* radibutton: Use focusing facilities from GtkWidgetTimm Bäder2018-03-171-48/+34
* container: Only do custom focus management if a focus chain is setTimm Bäder2018-03-172-94/+51
* container: Rename parent_class to gtk_container_parent_classTimm Bäder2018-03-171-3/+3
* widget: Fix a few typos in cursor documentationTimm Bäder2018-03-171-3/+3
* popover: Remove an unneeded local variableTimm Bäder2018-03-171-6/+5
* magnifier: Clip child node to magnifier sizeTimm Bäder2018-03-171-0/+8
* Fix a few get_allocated_width/height usagesTimm Bäder2018-03-173-5/+5
* widgetbowl: Add a proper descriptionTimm Bäder2018-03-171-3/+3
* 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
* build: Switch order of subdirectoriesBenjamin Otte2018-03-161-4/+4
* image: Implement support for paintablesBenjamin Otte2018-03-168-13/+270
* iconhelper: transition to GdkPaintableBenjamin Otte2018-03-164-78/+86
* texture: Implement GdkPaintableBenjamin Otte2018-03-162-1/+56
* snapshot: "Inherit" from GdkSnapshotBenjamin Otte2018-03-162-2/+2