[libadwaita] Created tag 1.0.0.beta.1
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita] Created tag 1.0.0.beta.1
- Date: Mon, 6 Dec 2021 22:03:19 +0000 (UTC)
The unsigned tag '1.0.0.beta.1' was created.
Tagger: Alexander Mikhaylenko <alexm gnome org>
Date: 1638828217 +0500
Version 1.0.0.beta.1
Changes since the last tag '1.0.0.alpha.4':
Aleksandr Melman (1):
Add Russian translation
Alexander Mikhaylenko (156):
Revert "Revert "main: Make adw_init() call gtk_init()""
Revert "Revert "indicator-bin: Measure mask too""
Revert "Remove usage of meson.source/build_root()"
meson: Remove gmodule and rt deps
meson: Require glib 2.66
Bump GTK and GLib versions in adwaita.h
carousel: Clean up scroll timer
demo: Use g_file_peek_path()
swipe-tracker: Make swipeable a weak ref
animation: Don't leak widget and target
carousel: Unparent children in dispose()
leaflet: Prevent an infinite loop in dispose()
shadow-helper: Don't ref widget
tests: Use g_assert_finalize_object() across the board
carousel: Test child removal on dispose
tab-box: Use g_clear_list()
stylesheet: Support .navigation-sidebar.background
tests: Don't leak AdwViewStack
view-switcher-bar: Unset stack in dispose()
view-switcher-bar: Stop accessing GtkActionBar revealer
toast: Support mnemonics on the button
general: Depend on glib 2.66 for now
swipe-tracker: Split begin-swipe and prepare
stylesheet: Apply toolbar popover overrides for all popovers
demo: Bundle app icon in gresource
toast-overlay: Reduce scaling on hide transition
stylesheet: List/card style tweaks
stylesheet: Fix border-radius on boxed list rows
preferences-window: Use AdwPreferencesPage for search
preferences-window: Add a way to show toasts
demo: Add a prefrences window toast demo
tab-view: Remove shortcut-widget
ci: Update ABI break commit
leaflet: Rename can-swipe-* to can-navigate-*
preferences-window: can-swipe-back -> can-navigate-back
leaflet: Support back/forward mouse buttons
leaflet: Add back/forward shortcuts
doc: Mention navigation shortcuts in migration guides
ci: Update ABI break commit
preferences-window: Fix a docs typo
leaflet: Fix back/forward shortcuts for vertical orientation
demo: Update list button usage
flatpak: Bundle gtk
demo: Remove .outline from switches
stylesheet: Fix HC outlines for AdwViewSwitcher
stylesheet: Bump checked toggle button opacity
Revert "stylesheet: Apply toolbar popover overrides for all popovers"
stylesheet: Remove button.outline
demo: Bundle pango as well
stylesheet: Fix boxed list focus again
stylesheet: Clean up paned styles
demo: Set minimum width on the view switcher window
view-switcher-title: Hide switcher for narrow windows
action-row: Allow suffixes to expand
stylesheet: Simplify popover and messagedialog selectors
animation-target: Add destroy notify to callback target
animation-target: Swap value and data in the callback
animation: Remove adw_animation_set_status()
animation: Rename status to state
animation: Use weak ref for the widget
toast: Allow changing timeout
tab-box: Fix a memory leak
carousel-indicator-dots: Use a single AdwAnimation
carousel-indicator-lines: Use a single AdwAnimation
flap: Don't recreate animations
tab: Don't recreate AdwAnimation
carousel: Refactor animations
tab-box: Create drag icon resize animation once
tab-box: Only create resize animation once
tab-box: Only create scroll animation once
tab-box: Misc animation updates
timed-animation: Rename interpolator to easing
animation-target: Add docs
animation: Add docs
timed-animation: Add docs
animation-target: Add G_GNUC_WARN_UNUSED_RESULT to _new()
tests: Add animation tests
easing: Move to a separate file
demo: Add Manuel to authors
easing: Add adw_easing_ease()
easing: Move the easing functions from animation utils
animation-util: Make adw_lerp() public
easing: Add the remaining easing functions from Clutter
easing: Remove EASING_ from enum names
tests: Add a simple easing test
ci: Update ABI break commit
view-stack: Remove transitions
ci: Bump ABI break
timed-animation: Use G_DEFINE_FINAL_TYPE
animation-target: Use G_DEFINE_FINAL_TYPE
style-manager: Set gtk-application-prefer-dark-theme for dark
stylesheet: Fix menu check hover states
doc: .outline -> .list-button
view-stack: Fix a typo in set_visible_child()
stylesheet: Increase menu item height
stylesheet: Fix entry height
stylesheet: Fix spinbutton buttons
view-switcher: Add .wide and .narrow css classes
view-switcher-button: Make the stack non-homogeneous
stylesheet: Don't make wide view switcher edge to edge
view-switcher-button: Remove non-bold labels
stylesheet: Use tabular figures for calendar
Revert "action-row: Allow suffixes to expand"
action-row: Remove unnecessary haligns
preferences-group: Remove unnecessary haligns
preferences-window: Remove unnecessary haligns
tab: Remove an unnecessary halign
window-title: Remove unnecessary haligns
combo-row: Remove an unnecessary halign
demo: Remove unnecessary haligns
demo: Fix a typo
demo: Stop bundling gtk and pango
status-page: Use title-1 for title
demo: Update status page-like titles
demo: Fix avatar margin
stylesheet: Simplify window borders and outline
style-manager: Properly reset animations
doc: Mention content-view and related colors in migration guide
stylesheet: Redo selection mode checks
demo: Add a checkbutton.selection-mode demo
stylesheet: .osd refinements
stylesheet: Fix paned separators
demo: .content -> .boxed-list
stylesheet: Offer regular/bg/fg variants for error/success/warning colors
stylesheet: Refresh treeview and columnview headers
carousel: Animate in pixels rather than pages
squeezer: Port to AdwAnimation
leaflet: Port mode transition to AdwAnimation
leaflet: Port child transitions to AdwAnimation
leaflet: Stop using get_allocated_width()/height()
swipeable: Stop using get_allocated_width()/height()
Remove GtkProgressTracker
tab-view: Fix needs-attention with non-inline tab bars
stylesheet: Fix infobar colors
stylesheet: Consistently use accent_color for entry focus
stylesheet: Use accent_color for rubberband selection
stylesheet: Tweak tab needs-attention indicators
stylesheet: Use custom blue as accent_color in dark
stylesheet: Tweak check focus
stylesheet: Use small checks everywhere
stylesheet: Remove non-small check/radio assets
swipe-tracker: Add velocity param to end-swipe
leaflet: Remove unused params from set_visible_child()
leaflet: Use spring animation for child transitions
flap: Use spring animation for reveal
carousel: Use spring animations for scrolling
swipe-tracker: Remove the duration parameter from end-swipe
doc: Update migration guide
ci: Bump ABI break commit
docs: Fix subproject snippet in build-howto
inspector-page: Update title and make it translatable
meson: Require GTK 4.5.0
animation: Mention AdwSpringAnimation in docs
spring-animation: Fix clamp for in-place animations
Revert "flap: avoid hiding flap widget when revealing it"
Release 1.0.0.beta.1
Anders Jonsson (1):
Update Swedish translation
Benjamin Otte (4):
viewstack: Turn the homogenenous variables into an array
viewstack: Turn widget size into an array
viewstack: Index the homogeneous array by orientation
viewstack: Make sure to not under-measure children
Bilal Elmoussaoui (2):
animation-target: Make the user_data last param
ci: Bump ABI break commit
Christopher Davis (2):
_preferences.scss: Remove adaptive margins
general: Use G_DEFINE_FINAL_TYPE for final types
Ivan Molodetskikh (1):
toast-overlay: Set overflow=hidden
Leleat (1):
readme: Update demo path
Manuel Genovés (15):
leaflet: Remove an unused include
animation: Split AdwAnimationTarget into a separate file
animation-target: Split out AdwCallbackAnimationTarget
animation: Pass target into adw_animation_new()
animation: Reorder functions properly
animation: Overhaul the playback API
animation: Extract vfuncs
Use guint for duration across the board
animation: Split out AdwTimedAnimation
timed-animation: Add repeat-count
timed-animation: Add alternate and reverse
Make animations public
demo: add demo for AdwTimedAnimation
Add AdwSpringAnimation
demo: Add a spring animation demo
Maximiliano Sandoval R (6):
Add AdwToast
Add AdwToastWidget
Add AdwToastOverlay
demo: Add toast demo
doc: Annotate adw_init
docs: Fix some wrong annotations
Miguel Ángel Nieto (1):
Update Spanish translation
Mohammed Sadiq (2):
docs: Fix examples
version: Fix micro version documentation
Noëlle (1):
button-content: fix docs typo
Phillip Wood (1):
flap: avoid hiding flap widget when revealing it
Romain Vigier (1):
flap: Fix typo in doc
Sam Hewitt (1):
stylesheet: Tweak check style
Tobias Bernard (3):
stylesheet: Borderless entries
stylesheet: More spacing between list row title and description
stylesheet: Softer popover shadow
Tristan Partin (2):
Use only the basename of files in public types file
Use project_source_root() instead of source_root()
Yuri Chornoivan (1):
Update Ukrainian translation
Zander Brown (1):
enums: let mkenums use the standard template
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]