Releases: elementary/gala
Releases · elementary/gala
Gala 7.0.3 Released!
What's Changed
- WM: Add laters via compositor by @davidmhewitt in #1619
- maskcorners: Scale corner masks per-monitor by @davidmhewitt in #1620
- Utils: Remove bell by @davidmhewitt in #1621
- Enable
Alt + ~
to switch between windows of the same application by @lenemter in #1602 - DwellClickTimer: Support non-integer, monitor specific scales by @davidmhewitt in #1618
- ScreenshotManager: Support non-integer scaling factors by @davidmhewitt in #1623
- WM: Init things that depend on GTK later by @davidmhewitt in #1622
- KeyboardManager: Set keyboard layout on startup by @lenemter in #1626
- HotCorners: Support floating point scale factors by @davidmhewitt in #1627
- WM: Drop Meta.ShadowFactory by @lenemter in #1625
- IconGroup: Support floating scale factors by @davidmhewitt in #1628
- WorkspaceInsertThumb: Support floating point scale factors by @davidmhewitt in #1629
- Support floating point scale for resize button by @davidmhewitt in #1630
- NotificationStack: Support floating point scale factors by @davidmhewitt in #1631
- WindowSwitcher: Support floating point scale factors by @davidmhewitt in #1632
- InternalUtils: Remove pixel_align method, and just round by @davidmhewitt in #1633
- PiP PopupWindow: Support floating point scale factor by @davidmhewitt in #1634
- WorkspaceClone: Handle floating point scaling factors by @davidmhewitt in #1635
- WindowSwitcher: Fix rounded corners by @lenemter in #1638
- WindowIconActor: Support setting floating point scale on placement by @davidmhewitt in #1636
- MultitaskingView: Ensure MonitorClones are visible on other monitors by @davidmhewitt in #1640
- WindowSwitcher: Merge icon and indicator by @lenemter in #1637
- WindowSwitcher: Respect animations key by @lenemter in #1643
- IconGroup: Correctly set highlight opacity on start by @lenemter in #1642
- WindowSwitcher: Update caption width before opening by @lenemter in #1645
- MultitaskingView: Stack docks on top of workspace clones by @davidmhewitt in #1646
- MultitaskingView: Support floating point scale factors by @davidmhewitt in #1647
- MultitaskingView: Allow making screenshots of the screen by @lenemter in #1644
- BackgroundManager: dark dim effect by @danirabbit in #1651
- BackgroundManager: Update Wingpanel color after dimming wallpaper by @lenemter in #1652
- IconGroup: Improve animation by @lenemter in #1653
- Handle cancel action in IconGroup animation by @lenemter in #1654
- Avoid to use Gdk constants when Clutter should be used by @tintou in #1596
- Multitasking view: Respect animations key by @lenemter in #1656
- Window Dim: Use
get_transient_for
by @lenemter in #1659 - Add support for Mutter 44 by @tintou in #1570
- WindowSwitcher: Fix issues on first use and after minimize by @lenemter in #1662
- WindowSwitcherIcon: Correctly set scale factor by @lenemter in #1664
- WindowSwitcher: Improve keyboard navigation by @lenemter in #1663
- WindowSwitcher: Scale shadow by @lenemter in #1665
- Update appdata by @lenemter in #1671
- Fix double icon when crossing icon group by @lenemter in #1670
Full Changelog: 7.0.2...7.0.3
Gala 7.0.2 Released!
What's Changed
- vapi: Sync with greeter by @bobby285271 in #1565
- Meson: Always add DwellClickTimer and PointerLocator by @lenemter in #1568
- Switch to GHCR containers by @davidmhewitt in #1576
- WindowClone: Don't calculate offset by @lenemter in #1567
- Map notification windows manually while switching workspace by @lenemter in #1577
- Use ClickAction for FramedBackground and close buttons by @lenemter in #1579
- Update gala.appdata.xml.in by @danirabbit in #1581
- Remove texture.png by @lenemter in #1582
- Ignore autorepeat for some keybindings by @lenemter in #1583
- Minimze: Don't restore actor properties by @lenemter in #1585
- Daemon: Workaround broken window menu for some apps by @lenemter in #1574
- WindowOverview and WindowCloneContainer: Cleanup by @lenemter in #1587
- Don't connect to Meta.Display.restacked by @lenemter in #1588
- WindowSwitcher: Select a window on button release by @lenemter in #1590
- Set keyboard layout using
lock_layout_group
by @lenemter in #1589 - WindowTracker: Remove unused connection to notify["focus-window"] by @lenemter in #1592
- WindowOverview: Use
button_release_event
by @lenemter in #1593 - Use separate
notification_group
for notifications by @lenemter in #1598 - Avoid connecting multiple times to
window_created
by @lenemter in #1599 - Add keybindings for switching input source by @lenemter in #1600
- Get MonitorManager from context by @davidmhewitt in #1604
- KeyboardManager: get backend from context by @davidmhewitt in #1605
- WindowClone: optimize ActiveShape by @lenemter in #1603
- Check if window can maximize before performing action by @lenemter in #1613
- PointerLocator: Support floating, monitor specific scale by @davidmhewitt in #1606
- DragDropAction: Check that actor was actually clicked by @lenemter in #1591
- DnD: Don't disable reactivity by @lenemter in #1610
- Add previous/next workspace to available actions by @lenemter in #1614
- Don't manually map notifications while nudge animation is playing by @lenemter in #1611
- PiP: Use constraints by @lenemter in #1608
- Use translation-x for nudge animation by @lenemter in #1612
Full Changelog: 7.0.1...7.0.2
Gala 7.0.1 Released
What's Changed
- WindowClone: Fix shadows by @lenemter in #1503
- Allow KeyBindingAction.NONE in Multitasking View by @lenemter in #1514
- Dialogs: Remove DBus Timeout From AccessDialog Call by @Marukesu in #1515
- WindowManager:
confirm_display_change()
Fixes by @Marukesu in #1516 - Fix IconGroup close button animation by @lenemter in #1522
- Better super key filter in multitasking view by @lenemter in #1523
- ShadowEffect: inline namespace, copy to PIP by @lenemter in #1520
- WindowClone: Remove custom WindowShadowEffect class by @lenemter in #1531
- WindowClone: Cleanup by @lenemter in #1532
- Extend list of allowed keybindings in multitasking view by @lenemter in #1530
- WorkspaceInsertThumb: Code style fixes by @lenemter in #1533
- Allow zoom keybindings in multitasking view by @lenemter in #1535
- Explicit Clutter and Meta namespaces by @lenemter in #1537
- PIP: Fix log spam by @lenemter in #1521
- Dialogs: Improve force quit string by @davidmhewitt in #1540
- Always use
private
keyword by @lenemter in #1543 - WindowClone: Add click action only in overview mode by @lenemter in #1542
- Fix multitasking view animations by @lenemter in #1529
- Fix PiP positioning offset by @GranPC in #1507
- WindowClone: Fix warnings in window overview by @lenemter in #1549
- WindowOverview: Cleanup by @lenemter in #1548
- PiP: Respect animations key by @lenemter in #1546
- Update appdata with fixed issues by @lenemter in #1556
- build: require mutter 42 by @bobby285271 in #1496
- Fix window maximize and unmaximize animations by @lenemter in #1557
- Remove some deprecations and fix compile warnings by @lenemter in #1544
- WindowClone: Make close button and title respect animations key by @lenemter in #1551
- IconGroup: Make close button respect animations key by @lenemter in #1554
- Cleanup after #1557 by @lenemter in #1559
- DragDropAction: Activate click signal on release by @lenemter in #1560
- WindowIcon: Cleanup by @lenemter in #1561
- Unify move to workspace behaviour by @lenemter in #1562
Full Changelog: 7.0.0...7.0.1
Gala 7.0.0 Released!
What's Changed
- Reload animated wallpapers when timezone changes by @lenemter in #1461
- Work around crash when receiving notifications by @GranPC in #1497
- ShadowEffect: let Clutter know the shadow's size by @GranPC in #1500
- Fix awkward two-finger scroll in multitasking view by @GranPC in #1499
- Fix crash when monitor is turned off by @sryze in #1491
- Fix quick zooming by @lenemter in #1501
- Improve multitasking view animation performance by @GranPC in #1498
- Fix workspace switching animation in multitasking view by @lenemter in #1502
New Contributors
Full Changelog: 6.3.3...7.0.0
gala 6.3.3 Released
Improvements:
- Updated translations
gala 6.3.2 Released
Fixes:
- Fix regressions for OS 7
Improvements:
- Use access portal for force quit
- Updated translations
gala 6.3.1 Released
Fixes:
- Properly update accent color in the window switcher
- Fix selecting windows underneath the window switcher
- Prevent potential crashes
- Resize workspaces when displays change
- Handle windows with no title
Improvements:
- Use access portal for display settings confirmation and force quit
- Allow closing multitasking view with Super
- Updated translations
gala 6.3.0 Released
Fixes:
- Fix shadow clipping on server-side decorated windows
Improvements:
- Support for high-resolution scroll events
- Redesigned Alt + Tab switcher
- Dim the parents of modal dialogs
- Dialogs fall down on parents instead of shooting out
- Updated translations
Gala 6.2.1 Released
Improvements:
- Fix a potential crash when taking screenshots
- Updated translations
Gala 6.2.0 Released
New features:
- Stash the picture-in-picture window by pushing it off screen
Improvements:
- Fix a potential crash while changing wallpapers
- Updated translations