[gtk] (134 commits) Non-fast-forward update to branch wip/baedert/icontheme2
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (134 commits) Non-fast-forward update to branch wip/baedert/icontheme2
- Date: Sun, 8 Sep 2019 08:26:28 +0000 (UTC)
The branch 'wip/baedert/icontheme2' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
bcee0a2... snapshot: Stop exporting _append_node_internal
5e2f4e0... gsktransform: Fix documentation comment
724a2f2... label: Remove "line" from wrap properties
d5b9731... menubutton: Remove unused member
aac7566... menubutton: Add a create_popup_func
57b3507... spinbutton: Use a box layout
0d39702... widget-factory: Add a spinbutton in a list
d19c48f... Adwaita: Hack around list button styling
2d22ca0... bitmask: Add _gtk_allocated_bitmask_to_string
4d21aaf... cssanimatedstyle: Remove some casts in hot paths
9bf7e2f... csspalettevalue: Use simple arrays instead of a hashtable
c5ba8be... css: Avoid more type checks in hot paths
aa2797f... cssstaticstyle: Make set_value (transfer-full)
440a471... cssdimensionvalue: Create a few more common singletons
d326dc0... cssrgbavalue: Add a singleton for transparent colors
5c60257... cssrgbavalue: Add an opaque white singleton
5a4a42c... cssrgbavalue: Add & use new_white()
5dfc82e... cssanimatedstyle: Avoid unnecessary transition work
8a61bdb... cssanimatedstyle: Avoid type check in loop
3f2af8f... cssanimatedstyle: Save animation in array
ef1c0d9... gtkprivate: Only define gtk_internal_return_if* for consist
c76be32... cssimage: Use gtk_internal_return_val_*
3784acf... cssanimatedstyle: Make set_animated_value transfer-full
88fbc1c... cssmatcher: Inline node values into matcher
8f51e9e... cssprovider: Fix compilation wth VERIFY_TREE set
0e41e41... cssstaticstyle: Avoid ref'ing specified value in compute_va
2c16b36... csslookup: Remove tautological if expression
d4953e5... cssanimatedstyle: Keep transition_info_add from recursing
cfb5cc9... csslookup: Remove 'missing' bitmask
7ff415e... csslookup: Remove 'relevant' parameter from _init
2360387... cssinitialvalue: Make _compute public
9486cf3... cssstaticstyle: Compute initial/inherit values directly
e4e4748... csscolorvalue: Remove unused new_from_rgba()
ea4ea2b... csscolorvalue: return the initial color value directly
347630d... stylecontext: Stop exporting _resolve_color
f9aba33... stylecontext: Remove leftover function prototypes
d3714c5... cssstyle: Remove unused _add_difference
d23aae7... cssnode: Remove unused struct
fa5b794... gtksettings: Remove unused functions & prototypes
6da0cb9... cssnode: GtkCssAnimatedStyle->style is always a static styl
7c8dd63... cssprovider: Don't lookup on empty css providers
135cf28... cssprovider: Remove unused member from GtkCssScanner
8756fbd... window: Remove useless deprecation guards
3bcd8ab... widget: Add some missing annotations to gtk_widget_class_qu
5dc9520... widget: Remove reference to non-existent function
065d040... widget: Clear up gtk_widget_class_install_property_action d
7068dc3... docs: Remove widget_geometry.txt
f62850c... docs: Remove widget_system.txt
f2e1ae5... docs: Remove styles.txt
05b96ef... magnifier: Remove some unused members
c640607... menubutton: Control sensitivity of child button
725c34d... linkbutton: Use proper action name for right-click menu
c923654... linkbutton: Use widget API to set has-toolip
1512688... fixedlayout: Don't call the child transform position
f81f354... fixed: x/y passed to get_child_position are not optional
a77fdcc... fixed: Documentation clarifications
b6e3ff8... gl renderer: Remove unused matrix
af200d2... scale: Use top/left/bottom/right style classes on value lab
b278138... scale: Allocate value close to slider
70d1631... layoutoverlay: Fix everything
f160a0e... textview: Remove useless warning
e122753... text: Fix a crash when retrieving the selected text
79b88ad... infobar: Inherit from GtkContainer
ebcb6a2... box: Don't do casts before preconditions
4e868d0... glarea: Fix buffer initialization
1759e6d... filechooserwidget: Properly watch for different display
486e536... inspect-button: Inline some functions into only caller
82dd69b... inspect-button: Inline deemphasize_window() into only calle
26fdc0b... widget: Queue an allocate on native widgets when changing o
c0e02de... icontheme: Remove outdated comment
0962bfa... gtkicontheme: Avoid a get_icon_flags call
9e53d4a... icontheme: Optimize icon_name_is_symbolic
89450d0... icontheme: Remove paramter from get_icon_suffix
560f50f... icontheme: Remove use_builtin parameter from theme_lookup_i
ab012fa... icontheme: Save the min_suffix for the min_dir
7b1545b... main: Check if any debug flags are set in gtk_get_debug_fla
ea5932f... icontheme: optimize icon_uri_is_symbolic as well
1ab5073... icontheme: Add error argument to _load_texture
633a9f1... icontheme: Annotate return value of load_icon as nullable
8a85ae5... widget-factory: Use proper setter to set has-arrow
37224a4... recentmanager: Indentation
1be8e6e... filechooserwidget: Load recent files synchronously
e3dce0a... filechooser: Move extract_recent_folders to filechooserwidg
b62feab... filechooserwidget: Inline come functions into only callers
ab22940... filechooserwidget: Remove custom recent_info_has_applicatio
07b5903... filechooserwidget: Create recent manager when setting opera
fd0525a... recentmanager: Stop using linked lists
bc13cb1... icontheme: Don't try to scale pixbufs to same size
24ddc42... gdk: Add gtk_pixbuf_get_from_texture
9a4a519... icontheme: Return textures from load_icon{,_for_scale}
3a3d0dd... icontheme: Return paintables from more API
f09448f... icontheme: Return a paintable from gtk_icon_info_load_icon
c9f101d... icontheme: Remove gtk_icon_info_load_texture
81e91f2... icontheme: Annotate return value as nullable
11c7c30... icontheme: Remove lru cache
ed3c429... icontheme: Remove proxy pixbufs
97875a3... icontheme: Inline scan_resources into only caller
41b5294... icontheme: Avoid creating useless IconThemeDirs
8d798c7... icontheme: Optimize suffix_from_name
91a3799... icontheme: Remove icon_info_load_pixbuf
c47a49e... icontheme: Remove GtkIconInfo->pixbuf
eb53641... icontheme: Add LRU cache back
853edb0... icontheme: Remove symbolic pixbuf cache
ca5911c... pixbufutils: Only get icon size once
59c6653... pixbufutils: Pass colors as string to load_symbolic_svg
8413817... pixbufutils: Escape file data only once
Commits added to the branch:
f43d344... gdk: x11: Fill GdkMonitor manufacturer with PNP id from EDI (*)
0ed5f93... Updated Lithuanian translation (*)
56c2431... Update Romanian translation (*)
2b12370... Update Romanian translation (*)
5329ac6... Updated Spanish translation (*)
7b0af75... Remove NEED_XIPROTO_H_FOR_XREPLY check (*)
d940d80... Merge branch 'build-remove-xiproto-xreply-check-gtk4' into (*)
a3f13f9... Update Swedish translation (*)
25644aa... Update Hungarian translation (*)
4fa1f45... Merge branch 'gdkmonitor-x11-manufacturer' into 'master' (*)
6ded38d... Minor typos in the Documentation (a/an) (*)
e4904f6... Merge branch 'doc-typos' into 'master' (*)
8a734f9... Update Korean translation (*)
c0b8eb3... Fix a crash in gtk-builder-tool (*)
9bb58c3... Merge branch 'office-runner-crash' into 'master' (*)
5504c62... gsk: Add missing 'transfer full' annotations of instance pa (*)
6905935... Merge branch 'wip/ricotz/issue2107' into 'master' (*)
df68320... Update Catalan translation (*)
ca996e0... Updated Danish translation of gtk (*)
27fa7ea... Updated Danish translation of gtk-properties (*)
88b6176... popover: fix typo in schema string (*)
0e35e50... Update French translation (*)
1b32f5c... Merge branch 'typo' into 'master' (*)
9018ce1... Update Korean translation (*)
57d762d... Update Japanese translation (*)
9c0e9e4... Update Japanese translation (*)
98bc899... Update Japanese translation (*)
848a19a... Update Catalan translation (*)
a43c08e... snapshot: Stop exporting _append_node_internal
974ab72... gsktransform: Fix documentation comment
452f8b1... label: Remove "line" from wrap properties
02d37e2... menubutton: Remove unused member
c3c5193... menubutton: Add a create_popup_func
5b6286a... spinbutton: Use a box layout
590b038... widget-factory: Add a spinbutton in a list
b5f3f85... Adwaita: Hack around list button styling
990f8cb... bitmask: Add _gtk_allocated_bitmask_to_string
ffebb02... cssanimatedstyle: Remove some casts in hot paths
560119d... csspalettevalue: Use simple arrays instead of a hashtable
804c78e... css: Avoid more type checks in hot paths
f1d1dd9... cssstaticstyle: Make set_value (transfer-full)
37cecb0... cssdimensionvalue: Create a few more common singletons
d18563e... cssrgbavalue: Add a singleton for transparent colors
ba9bd37... cssrgbavalue: Add an opaque white singleton
187994c... cssrgbavalue: Add & use new_white()
2f74c9d... cssanimatedstyle: Avoid unnecessary transition work
72c38c4... cssanimatedstyle: Avoid type check in loop
cb310bc... cssanimatedstyle: Save animation in array
d518b9b... gtkprivate: Only define gtk_internal_return_if* for consist
499e357... cssimage: Use gtk_internal_return_val_*
b13391b... cssanimatedstyle: Make set_animated_value transfer-full
5886e65... cssmatcher: Inline node values into matcher
37ab48e... cssprovider: Fix compilation wth VERIFY_TREE set
21d9800... cssstaticstyle: Avoid ref'ing specified value in compute_va
2e5ea6c... csslookup: Remove tautological if expression
7a2bfc4... cssanimatedstyle: Keep transition_info_add from recursing
f64e255... csslookup: Remove 'missing' bitmask
7cccfaa... csslookup: Remove 'relevant' parameter from _init
487e9df... cssinitialvalue: Make _compute public
3169fad... cssstaticstyle: Compute initial/inherit values directly
4bc9eb6... csscolorvalue: Remove unused new_from_rgba()
46bb5f5... csscolorvalue: return the initial color value directly
6f04055... stylecontext: Stop exporting _resolve_color
a4ddbcc... stylecontext: Remove leftover function prototypes
7672eaa... cssstyle: Remove unused _add_difference
105abd5... cssnode: Remove unused struct
beae7df... gtksettings: Remove unused functions & prototypes
08f7592... cssnode: GtkCssAnimatedStyle->style is always a static styl
990f02c... cssprovider: Don't lookup on empty css providers
b723e38... cssprovider: Remove unused member from GtkCssScanner
24e7aeb... window: Remove useless deprecation guards
98efef5... widget: Add some missing annotations to gtk_widget_class_qu
d83e46b... widget: Remove reference to non-existent function
5c33954... widget: Clear up gtk_widget_class_install_property_action d
819928c... docs: Remove widget_geometry.txt
29aae94... docs: Remove widget_system.txt
8095242... docs: Remove styles.txt
4805ebd... magnifier: Remove some unused members
6729fd9... menubutton: Control sensitivity of child button
dda4b39... linkbutton: Use proper action name for right-click menu
747034b... linkbutton: Use widget API to set has-toolip
895d58f... fixedlayout: Don't call the child transform position
414c0ab... fixed: x/y passed to get_child_position are not optional
0cdc9c3... fixed: Documentation clarifications
203262a... gl renderer: Remove unused matrix
3779383... scale: Use top/left/bottom/right style classes on value lab
99c519e... scale: Allocate value close to slider
62d0fa2... layoutoverlay: Fix everything
78adaf4... textview: Remove useless warning
1c83149... text: Fix a crash when retrieving the selected text
8fd6e61... infobar: Inherit from GtkContainer
46b9c80... box: Don't do casts before preconditions
210a497... glarea: Fix buffer initialization
5e70a76... filechooserwidget: Properly watch for different display
86cc81f... inspect-button: Inline some functions into only caller
6ab1cff... inspect-button: Inline deemphasize_window() into only calle
8740cd2... widget: Queue an allocate on native widgets when changing o
25e6c20... icontheme: Remove outdated comment
b568b4f... gtkicontheme: Avoid a get_icon_flags call
d3925bc... icontheme: Optimize icon_name_is_symbolic
bf34bdf... icontheme: Remove paramter from get_icon_suffix
f75215c... icontheme: Remove use_builtin parameter from theme_lookup_i
c55fdec... icontheme: Save the min_suffix for the min_dir
b0406e3... main: Check if any debug flags are set in gtk_get_debug_fla
2a75314... icontheme: optimize icon_uri_is_symbolic as well
48b2bc3... icontheme: Add error argument to _load_texture
f3983f6... icontheme: Annotate return value of load_icon as nullable
2ba06dd... widget-factory: Use proper setter to set has-arrow
555643d... recentmanager: Indentation
8f87b4d... filechooserwidget: Load recent files synchronously
7011f0d... filechooser: Move extract_recent_folders to filechooserwidg
168886e... filechooserwidget: Inline come functions into only callers
7db30dd... filechooserwidget: Remove custom recent_info_has_applicatio
728db0c... filechooserwidget: Create recent manager when setting opera
241229f... recentmanager: Stop using linked lists
9f659df... icontheme: Don't try to scale pixbufs to same size
4795784... gdk: Add gtk_pixbuf_get_from_texture
955eff5... icontheme: Return textures from load_icon{,_for_scale}
089c569... icontheme: Return paintables from more API
cb8406d... icontheme: Return a paintable from gtk_icon_info_load_icon
96a6fb6... icontheme: Remove gtk_icon_info_load_texture
d42480d... icontheme: Annotate return value as nullable
4782053... icontheme: Remove lru cache
e0fa9a0... icontheme: Remove proxy pixbufs
e78b6dd... icontheme: Inline scan_resources into only caller
f611261... icontheme: Avoid creating useless IconThemeDirs
c1de180... icontheme: Optimize suffix_from_name
e10bfac... icontheme: Remove icon_info_load_pixbuf
3cfe06f... icontheme: Remove GtkIconInfo->pixbuf
5f0f17a... icontheme: Add LRU cache back
146a643... icontheme: Remove symbolic pixbuf cache
3cb4001... pixbufutils: Only get icon size once
3beb6bf... pixbufutils: Pass colors as string to load_symbolic_svg
cbf7419... pixbufutils: Escape file data only once
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]