summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* css: Introduct -gtk-icon-paletteBenjamin Otte2015-12-037-54/+360
* Updated Spanish translationDaniel Mustieles2015-12-021-131/+135
* GtkRange: Return proper constants in signal handlersTimm Bäder2015-12-021-7/+6
* GtkRange: Remove recalc_marks fieldTimm Bäder2015-12-021-12/+2
* GtkRange: Use G_MININT as default mouse position, not -1Timm Bäder2015-12-021-5/+5
* GtkScale: Add missing nullable annotationsTimm Bäder2015-12-021-2/+2
* Adwaita: button.color fixLapo Calamandrei2015-12-023-9/+18
* Adwaita: vertically linked insensitive entriesLapo Calamandrei2015-12-023-649/+826
* dnd: Add gtk_image_set_from_definition()Benjamin Otte2015-12-023-51/+38
* dnd: No need to reset the iconBenjamin Otte2015-12-021-3/+0
* image: Remove unused codeBenjamin Otte2015-12-022-58/+0
* image: Split out a functionBenjamin Otte2015-12-021-13/+21
* imagedefinition: Assert when trying to free empty definitionKrzesimir Nowak2015-12-021-1/+1
* cssprovider: Pass NULL unconditionallyKrzesimir Nowak2015-12-021-4/+4
* gtkwindow: apply CSD in configure size requestOlivier Fourdan2015-12-021-6/+11
* popover: Make position property not CONSTRUCTMatthias Clasen2015-12-021-1/+2
* popover: Port to g_object_install_propertiesMatthias Clasen2015-12-021-53/+54
* dnd: Drop an unused argumentMatthias Clasen2015-12-021-12/+10
* dnd: Some simplificationsMatthias Clasen2015-12-021-49/+6
* Drop gdk_wayland_drag_context_get_dnd_windowMatthias Clasen2015-12-022-14/+0
* dnd: Prevent black background in iconsMatthias Clasen2015-12-021-1/+1
* DND: Drop support for using rgba cursors as iconsMatthias Clasen2015-12-011-213/+40
* dnd: Fix issues with drag icons under WaylandMatthias Clasen2015-12-011-56/+69
* Add gdk_drag_context_get_drag_windowMatthias Clasen2015-12-016-0/+76
* widget: Don't update pango context in state_flags_changedBenjamin Otte2015-12-021-1/+0
* Chain up in state_flags_changedBenjamin Otte2015-12-028-31/+12
* css: Add ability to specify icontheme in CSSBenjamin Otte2015-12-023-24/+55
* window: Listen to icon theme changes on CSSBenjamin Otte2015-12-021-24/+16
* css: Query icon theme from style, not from settingsBenjamin Otte2015-12-0211-38/+58
* spinner: Active spinners should be :checked, not :activeBenjamin Otte2015-12-026-1125/+957
* stylecontext: Don't emit state warning for transient nodesBenjamin Otte2015-12-021-1/+5
* css: Rename -gtk-image-effect to -gtk-icon-effectBenjamin Otte2015-12-0212-56/+56
* Stop using gtk_icon_size_lookup_for_settings()Benjamin Otte2015-12-022-11/+3
* iconhelper: Stop tracking stateBenjamin Otte2015-12-021-6/+0
* iconfactory: Make state depend on image-effectBenjamin Otte2015-12-021-20/+19
* iconhelper: Remove _gtk_icon_helper_ensure_pixbuf()Benjamin Otte2015-12-022-242/+0
* statusicon: Use gtk_icon_helper_load_surface()Benjamin Otte2015-12-021-1/+4
* dnd: Add gtk_drag_set_icon_definition()Benjamin Otte2015-12-024-8/+57
* imagedefinition: Remove icon-sizeBenjamin Otte2015-12-025-65/+24
* dnd: Rewrite iconhelper codeBenjamin Otte2015-12-023-41/+50
* entry: Use gtk_icon_helper_load_surface()Benjamin Otte2015-12-021-26/+24
* iconhelper: Add a scale argument to gtk_icon_helper_load_surface()Benjamin Otte2015-12-023-16/+29
* iconhelper: Refactor ensure_surface()Benjamin Otte2015-12-023-22/+26
* iconhelper: Store surface in ensure_surface()Benjamin Otte2015-12-021-33/+32
* iconhelper: Don't store surface sizeBenjamin Otte2015-12-021-20/+1
* iconhelper: Move invalidation checkBenjamin Otte2015-12-021-18/+3
* dnd: Use surface for dnd icon instead of pixbufBenjamin Otte2015-12-021-12/+8
* iconhelper: Move invalidation checkBenjamin Otte2015-12-021-19/+3
* iconhelper: Improve size determination for surfacesBenjamin Otte2015-12-025-12/+103
* iconhelper: Move size computationBenjamin Otte2015-12-021-7/+8