summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Notebook: Don’t show raw underline/markup in popupDaniel Boles2018-03-161-2/+2
* selection: Remove surface APIsBenjamin Otte2018-03-162-43/+1
* cellrendererpixbuf: Store the texture in the iconhelper paintableBenjamin Otte2018-03-168-103/+6
* image: Remove gtk_image_set_texture()Benjamin Otte2018-03-167-118/+14
* image: Add gtk_image_set_can_shrink()Benjamin Otte2018-03-162-0/+77
* image: Add gtk_image_set_keep_aspect_ratio()Benjamin Otte2018-03-163-13/+130
* iconhelper: Implement GdkPaintableBenjamin Otte2018-03-164-139/+248
* icontheme: Remove surface supportBenjamin Otte2018-03-162-119/+0
* image: Don't handle surfaces anymoreBenjamin Otte2018-03-1610-303/+9
* dragsource: Replace gtk_drag_source_set_icon_surface()Benjamin Otte2018-03-163-28/+28
* 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-168-20/+233
* 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
* tooltips: Make icon a paintableBenjamin Otte2018-03-164-11/+11
* entry: Make icons a paintableBenjamin Otte2018-03-162-63/+63
* dnd: Make dnd icon API take a paintableBenjamin Otte2018-03-162-10/+10
* 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
* image: Implement support for paintablesBenjamin Otte2018-03-168-13/+270
* iconhelper: transition to GdkPaintableBenjamin Otte2018-03-164-78/+86
* snapshot: "Inherit" from GdkSnapshotBenjamin Otte2018-03-162-2/+2
* css: Implement support for dynamic valuesBenjamin Otte2018-03-164-0/+174
* cssimage: Implement dynamic valuesBenjamin Otte2018-03-163-2/+81
* css: Introduce the idea of dynamic valuesBenjamin Otte2018-03-1628-4/+154
* css: Remove ability to query css images as cairo patternsBenjamin Otte2018-03-161-40/+4
* aboutdialog: The default icons are textures these daysBenjamin Otte2018-03-161-1/+1
* css: Fix compiler warningBenjamin Otte2018-03-161-1/+1
* Improve the scale handlingMatthias Clasen2018-03-151-11/+15
* Merge branch 'css-image-scaled' into 'master'Matthias Clasen2018-03-152-21/+73
|\
| * Make GtkCssImageScaled handle scales properlyMatthias Clasen2018-03-152-11/+64
| * Trivial formatting fixesMatthias Clasen2018-03-141-10/+9
* | Merge branch 'wip/filechooser-non-default-display-gtk4' into 'master'Matthias Clasen2018-03-151-2/+2
|\ \
| * | entrycompletion: Realize popup after setting screenJonas Ådahl2018-03-141-2/+2
* | | spinbutton: Remove an unnecessary queue_draw callTimm Bäder2018-03-151-2/+0
* | | fixed: Remove snapshot implementationTimm Bäder2018-03-141-25/+0
* | | snapshot: Ignore 0 sized clip nodesTimm Bäder2018-03-141-0/+4
* | | gtkmenu: Remove unused constantCarlos Soriano2018-03-141-1/+0
|/ /
* | snapshot: Add missing (nullable) annotationTimm Bäder2018-03-131-1/+1
* | widget: Simplify setting a default directionTimm Bäder2018-03-131-5/+4