Commit Graph

125 Commits

Author SHA1 Message Date
Cassidy James Blaede
94740b5c81
Release 3.3.2 (#787)
* Update gala.appdata.xml.in

* Update meson.build

* AppData: Fix copypaste oops
2020-04-30 15:23:37 -07:00
Keli Grubb
be212f122e
Release 3.3.1 2020-04-25 10:27:44 -07:00
Daniel Foré
d659157b65
Release 3.3.0 (#762)
* Release 3.3.0

* Update meson.build
2020-04-03 12:45:09 -06:00
Daniel Foré
45035ea35b
Update gala.appdata.xml.in 2020-04-02 11:33:46 -07:00
Daniel Foré
488f9f5ebb
Install gala daemon desktop to autostart, not apps (#726) 2020-02-27 16:42:26 +00:00
Daniel Foré
de0e1240f7
MenuDaemon: Add accel labels to menuitems (#679)
* MenuDaemon: Add accel labels to menuitems

* bump granite dep

* Update items, but only if visible

* Update gala.appdata.xml.in

* Update daemon/MenuDaemon.vala

Co-authored-by: Corentin Noël <corentin@elementary.io>
2020-01-15 07:06:13 -08:00
Cassidy James Blaede
a127d09a22 Optionally support native notification windows (#552) 2020-01-14 13:59:01 -08:00
Daniel Foré
548ec08d89
Release 3.2.0 (#676) 2020-01-07 09:58:30 -08:00
Daniel Foré
4f5ecdb2d9
Don't localize gsettings strings (#663) 2020-01-07 09:40:48 -08:00
Daniel Foré
a016adf68c Add AppData (#654)
* Add AppData

* fix amp and downgrade version number

* Update gala.appdata.xml.in
2019-12-10 10:59:24 -07:00
Tireg
70cfe7e6c8 Fix mutter 3.3x crashes (#635)
* Make gala build against Mutter 3.32

* Add schemas override for Mutter 3.3x

* Fix Gala.WorkspaceManager.workspace_removed callback that cause a SIGABRT

* Fix Gala.WorkspaceManager.cleanup method which causes SIGABRT by trying to get non-existing workspaces

* Fix Gala.WorkspaceManager.cleanup method which deletes all workspace instead of keeping at least the last workspace

* Fix Multitasking-View remove_workspace callback which has an incorrect algorithm to remove destroyed workspaces

* Add missing manager.workspace_reordered callback for Mutter 3.34
2019-11-13 21:55:15 +01:00
Alexander Mikhaylenko
8540e84549 Make legacy shadows more subtle (#629) 2019-11-04 11:30:08 -08:00
Adam Bieńkowski
8b2afe3123 Move maximized windows to their own workspace (#578) 2019-10-22 09:19:57 -07:00
Corentin Noël
50694796d4 Remove duration settings and use constants (#513) 2019-07-21 10:55:23 +02:00
Corentin Noël
fe52fb1288 data: Add gala.css and texture.png to GResource 2019-01-23 21:58:01 +01:00
Allan Nordhøy
be16d4a0cb gschema.xml: remove trailing period from key description (#265) 2018-10-25 09:53:13 -07:00
Daniel Foré
9747bd6173 Update multitasking-view icons to latest elementary palette (#336) 2018-09-17 16:54:34 -06:00
Daniel Foré
331404ebb4 Make close and resize buttons darker (#337) 2018-09-17 16:54:21 -06:00
David Hewitt
1970bac81e Use separate daemon to display GTK window menus (#179)
* Use separate process to create window menus

* Reduce line count with code style changes

* Fix some formatting

* Code style fixes

* Prevent menu closing instantly after open

* Resolve warnings in new code

* Remove GLib namespace prefix from exceptions

* Update main.vala

* Remove timeout by positioning the menu outside of the mouse pos

* daemon: Use lambda as popup callback

* io.elementary.gala -> org.pantheon.gala

* org.pantheon.gala.daemon -> gala-daemon

* Clean up

* Fix daemon object path

* Some cleaning
2018-09-10 16:16:52 -06:00
Corentin Noël
15f722ac8f Render shadows using Gtk (#250)
* Render shadows using Gtk

* Do only apply shadow on fullscreen/maximized windows

* Add per-workspace style-class

* update shadow values

* Disconnect signals
2018-07-28 19:59:03 -06:00
Allan Nordhøy
f20e8c4a89 Fix some grammar and spelling issues 2018-06-03 10:14:13 +02:00
Adam Bieńkowski
f02b776d95 Provide action to switch to the last workspace (#229) 2018-05-01 19:59:11 +02:00
Rico Tzschichholz
95aa47d8f4 Drop autotools buildsystem 2018-03-18 16:11:11 +01:00
Corentin Noël
42e7617554 meson: Add support for valadoc 2018-03-11 19:26:03 +01:00
Rico Tzschichholz
ded8fd9345 Initial meson support 2018-03-11 19:26:03 +01:00
Adam Bieńkowski
f74a4c8b05 gsettings: make window close duration shorter (#176) 2018-03-05 11:22:10 -07:00
Adam Bieńkowski
43134b56f0 windowswitcher: Dim background while alt-tabbing (#53)
Darken the background when entering the window switcher (155 value for 
opacity seems to give a good contrast between the background and the
current choosen window)

The background opacity animation is set to match the one from the dock actor
(250ms animation duration as well as the animation mode EASE_OUT_CUBIC)

When switching to the next window, other windows now don't disappear, but
instead, they are changing their z_position to -100 (a more subtle effect
from the previous -200 Z value) and faded with BrightnessContrastEffect
supplied with the brightness matching the brightness of the background
(-BACKGROUND_OPACITY / 255.0f).
2017-08-13 00:32:49 +02:00
Cassidy James Blaede
87f5a43a05 Add OnlyShowIn=Pantheon to multitasking .desktop (#48) 2017-08-01 10:05:48 -07:00
Blake Kostner
c7d590cd05 pip: Change the default shortcut to Super+F (#43) 2017-07-26 09:38:05 +02:00
Rico Tzschichholz
b839b2f356 lib: Add GResource support and load close/resize button images from it 2017-07-18 19:13:47 +02:00
Adam Bieńkowski
123d9fc500 pip: Change the shortcut to Super+P (#37) 2017-07-18 09:53:55 -07:00
Adam Bieńkowski
52678172d3 pip: Add Picture In Picture plugin (#32) 2017-07-16 22:00:23 +02:00
Rico Tzschichholz
3b064fa99e data: Add resize.svg 2017-07-16 22:00:23 +02:00
Dieter Debast
05b5a7ec2c Fix typo (#15) 2017-06-01 23:12:54 +02:00
Rico Tzschichholz
a236621d1e data: Do not translate Icon key of desktop-file 2017-02-20 09:46:40 +01:00
Rico Tzschichholz
3b5d7e7f13 data: Fix translation of gala-other.desktop 2017-02-20 08:11:19 +01:00
Rico Tzschichholz
9ddd14e9b8 Drop intltool requirement and use gettext >= 0.19.6 only 2017-02-17 14:15:46 +01:00
Corentin Noël
9665ae90d6 data: Replace png with svg files 2016-12-31 09:08:58 +01:00
felescoto95@hotmail.com
b8e1a694c1 NotifyServer: use app_id as key for notification settings with gala-other as the fallback
The included .desktop file allows switchboard-plug-notifications to control notifications from applications using the outdated method for sending them
2016-07-14 15:04:44 -05:00
Kirill Antonik
f9c3a52d6a keyboardmanager: Switch input-source on modifiers-accelerator-activated 2016-06-20 15:46:41 +02:00
Rico Tzschichholz
2f4de2308e gschema: Drop deprecated reference to "slingshot-launcher" binary
Set panel-main-menu-action to empty string and let the user/distro decide
what to set it to.
2016-02-14 19:07:18 +01:00
Daniel Foré
1ff85894e3 tell appstream to ignore the .desktop 2015-12-21 17:18:44 -08:00
Cody Garver
31a449a497 data: Use valid "Categories" in gala-multitaskingview.desktop 2015-09-27 12:45:07 +02:00
Marcus Wichelmann
f7f02e60dc notify: Improve readability and performance of notifications settings
Replaces the old string-splitting based workaround with child-schema
based settings to improve readability and performance.

The default values are stored inside the corresponding keys now.
2015-09-22 16:30:53 +00:00
Marcus Wichelmann
36ab48433a Notification backend updated 2015-09-22 15:58:21 +02:00
Cameron Norman
bf07f559d4 data: Add gala-wayland desktop file 2015-07-15 15:55:10 -07:00
Rico Tzschichholz
2294965136 data: Do not merge translations into gschema 2015-03-30 22:27:09 +02:00
Santiago Leon
eeda10eaaa Changing default keybinding to change input source to Alt+space 2015-03-19 12:27:41 -06:00
Santiago Leon O.
19e9aa69e5 Add keybindings to switch input-sources 2015-03-14 16:20:17 +01:00
Tom Beckmann
27b43cc32c improve flash prevent code, bump snap-duration to 250ms, actor-snapshot can be NULL 2015-03-11 14:23:10 +01:00