gala:prevent-pip-overlapping-wingpanel

Last commit made on 2018-10-27
Get this branch:
git clone -b prevent-pip-overlapping-wingpanel https://git.launchpad.net/gala

Branch merges

Branch information

Name:
prevent-pip-overlapping-wingpanel
Repository:
lp:gala

Recent commits

7d8aafb... by Peter Uithoven

Prevent PIP overlapping wingpanel

Fixes: #397

2be136c... by Peter Uithoven

Adjust sizes to dpi scale

Fixes: #395

f41007d... by Peter Uithoven

Create reusable Util.get_ui_scaling_factor

be16d4a... by =?utf-8?q?Allan_Nordh=C3=B8y?= <email address hidden>

gschema.xml: remove trailing period from key description (#265)

a1bad26... by Julian Raschke

Nvidia drivers: Refresh background and screen corners (#21) (#330)

* Nvidia drivers: Refresh background and screen corners (#21)

* Fix merge artifacts

* Remove unused GL_VENDOR constant

* Remove unused logind constants

* Cleanup: Turn refresh_backgrounds method into a closure

fe9f48a... by Felipe Escoto

Fix Multimonitor windows preventing workspaces from closing (#357)

Use on_all_workspaces instead of is_always_on_all_workspaces()

feffbf8... by Felipe Escoto

Fixed: closed windows being selectable with PIP (#355)

9747bd6... by Danielle Foré

Update multitasking-view icons to latest elementary palette (#336)

331404e... by Danielle Foré

Make close and resize buttons darker (#337)

1970bac... by David Hewitt <email address hidden>

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