Commit Graph
1144 Commits
Author SHA1 Message Date
Tor Hedin Brønner 33db8b137b Fix typo 2018-12-19 13:03:38 +01:00
Tor Hedin Brønner 57cbc3f586 focus_handler: raise the first window in a space too
Starting on the first window in a space, creating a new window and then closing
it would leave the user with the second window active instead of the first as
expected. This happened because we would never fix the stack order of the first
window.
2018-12-18 17:40:22 +01:00
Tor Hedin Brønner 99e15f3a53 Remove any clips on WindowActors when floating 2018-12-18 15:24:14 +01:00
Tor Hedin Brønner 7a9548bbba fix typo 2018-12-17 22:21:57 +01:00
Tor Hedin Brønner d198a2a088 Don't use utils in extension.js
If utils fails to load we're not getting proper error messages as we're using it
outside a try block. Use `log` instead.

SyntaxErrors still doesn't return a proper trace unfortunately, though that's
perhaps better fixed in tooling. The alternative would be to run `Reflect.parse`
on the module file in the catch block returning that error instead...
2018-12-17 22:21:57 +01:00
Tor Hedin Brønner 8c086081a0 Get rid of pointer.get_position
pointer.get_position can report the wrong coordinates, use the simpler
global.get_pointer() instead.
2018-12-17 22:21:57 +01:00
Tor Hedin Brønner 529102add1 Add animation-time setting 2018-12-17 22:21:57 +01:00
Tor Hedin Brønner 74dd4bd068 Remove stray log 2018-12-17 20:54:49 +01:00
Tor Hedin Brønner 42f1c7e83e space.removeWindow: update space.visible 2018-12-16 13:56:05 +01:00
Tor Hedin Brønner a11b0cd5f3 fixup! Revert "moveDone: only move reactive windows"
Lost the tween guard in the previous revert.
2018-12-15 21:53:23 +01:00
Tor Hedin Brønner 39965a2d42 Revert "moveDone: only move reactive windows"
This reverts commit b138e9083e.

Revert "Fix fullscreen reactivity again"

This reverts commit d5bd0cf023.

This would've made it likely to trigger the mouse «freeze» on x11.
2018-12-15 21:43:16 +01:00
Tor Hedin Brønner d5bd0cf023 Fix fullscreen reactivity again
`unMovable` windows would never become reactive.

fixes b138e9083e
2018-12-14 21:12:55 +01:00
Tor Hedin Brønner c36cdebc99 Window clones: only allocate when WindowActor is allocated
Before we fixed the clone's position everytime it was allocated, eg. whenever we
would scroll a pixel.

Insetad we listen on the WindowActors allocation signal, which happens far less
as we don't move the WindowActor around much.
2018-12-14 17:51:22 +01:00
Tor Hedin Brønner b138e9083e moveDone: only move reactive windows 2018-12-14 16:44:46 +01:00
Tor Hedin Brønner fbd8f439b0 moveDone: record placeable tweening windows as visible
If we start animating before the window's tween is done we're suddenly in an
invalid state.
2018-12-14 16:42:44 +01:00
Tor Hedin Brønner 8ab7e79820 print_stacktrace: adapt to gnome-shell-mode's log handling 2018-12-14 13:14:53 +01:00
Tor Hedin Brønner e5938191e1 gestures: don't force edge alignment when selected is visible
If the selected window is still visible we don't forc alignment with the monitor
edges, making it possible to eg. center the first/last window with a touchpad.
2018-12-14 10:36:50 +01:00
Tor Hedin Brønner 48ac0268f6 Mark windows as unmapped while changing between monitors
This should fix moving windows between monitors again, and might solve the
scaling issue too.
2018-12-11 15:24:56 +01:00
Tor Hedin Brønner e7c0dd6b15 shell.sh: don't die on input from terminal 2018-12-10 22:30:39 +01:00
Tor Hedin Brønner 2d9332b283 Horizontal swipe: never end up in a offscreen window
In the case of overshooting the last/first window we could end up not having a
window under the pointer, resulting in going back to the starting window.

The code indicates that the intention was always to ensure at the end :/
2018-12-10 22:02:29 +01:00
Tor Hedin Brønner 7a894a9044 remove_handler: run removWindow before cleaning dead windows
Last commit caused a bunch of issues when closing windows as
`removeWindow` accesses the clone which no longer was there.
2018-12-10 21:29:52 +01:00
Tor Hedin Brønner b38fb8c11f Clean up window clones
This might be unnecessary, as I assume the clones will get garbage collected
automatically, but that does assume it's not part of the scene graph (ie. it
dosen't have a parent). Just as well to do it explicit.
2018-12-10 20:52:54 +01:00
Tor Hedin Brønner f092bfe642 moveDone: guard against doing anything with tweening windows
On wayland `move_frame` right after a resize might kill the resize for some
reason. We therefor delay moving windows that are tweening.
2018-12-10 20:52:54 +01:00
Ole Jørgen Brønner 8d8591d3c1 Ignore override-redirect windows completely
After a99c151 the we caused lots of
  meta_window_make_above: assertion '!window->override_redirect' failed
warnings in the log.

Most likely best to leave such windows alone.
2018-12-10 19:28:29 +01:00
Tor Hedin Brønner f59508d69b Partly revert last commit
Selection highlight logic dosen't support setting selectedWindow outside
ensureViewport.
2018-12-10 10:02:21 +01:00
Tor Hedin Brønner 32459be4db removeWindow: cleanup
Let `layout` take of `ensureViewport`.
2018-12-10 09:32:05 +01:00
Tor Hedin Brønner 4b3ff3ac93 Premeptively remove dead windows on focus
`worspace:window-removed` runs after `focus` which means ensureViewport can get
us into a bad state. Remove any dead neighbours while we're fixing the correct
stacking order.

In particular when we had this setup, where the numbers is the stacking order,
and `2` isn't fully visible:
| 3 | 1 | 2 |

closing `1` would focus `2` and `ensureViewport` would start scrolling it into
the view. `layout` would then remove `1` resulting `2` moving further (the width
of `1`) to the left.
2018-12-10 09:23:44 +01:00
Tor Hedin Brønner 65420bf662 layout: don't count dead columns
If all the windows in a column is dead (ie. no WindowActor) we shouldn't update
the position for next column.
2018-12-10 09:12:24 +01:00
Ole Jørgen Brønner 43974ba50c Minor fixes keybinding system
- rebinding a schemaless binding lost it's implied options
- fix showNavigator example
- wrong documentaion in README
2018-12-09 14:53:53 +01:00
Tor Hedin Brønner 9c645bd6eb gestures: clean up logging 2018-12-09 12:06:32 +01:00
Tor Hedin Brønner 1222074722 Rename noAnimate -> inGrab which is what it actually is 2018-12-09 12:06:32 +01:00
Tor Hedin Brønner d580c3669c insertWindow: don't force animations 2018-12-09 11:56:53 +01:00
Tor Hedin Brønner 68081fa2a3 layout: give unchanged windows a chance to become reactive 2018-12-09 11:56:53 +01:00
Tor Hedin Brønner c3e0715f8a remove more forced ensureViewport 2018-12-09 11:56:53 +01:00
Tor Hedin Brønner d4b0022f2b removeWindow: don't force animate on all windows
There's no longer a reason to force `ensureViewport` here. In particular when
closing a window, the windows to the left won't wait for the windows on the
right before becoming reactive.
2018-12-09 11:56:53 +01:00
Ole Jørgen Brønner 2137dddfa0 Bugfix: SSD frame buttons (minimize, ...) stopped working after 5d0f037d3
button-press on these buttons trigger a grab (GrabOp.FRAME_BUTTON).

Our grab handler run startAnimate which tracks the background -> the
button-press is stolen

Only happened for server-side-decorated windows (make sense that the grab is not
triggered for CSD windows)

Regression after: 5d0f037d3
2018-12-09 11:25:17 +01:00
Tor Hedin Brønner 36f21e480d Fix inserting existing windows 2nd take
Syncing clone positions to the frame on addWindow doesn't work for slurp/barf.
Do it in insertWindow before we `addWindow` and run layout.

fixes 6d51bc2c24
2018-12-09 06:02:17 +01:00
Ole Jørgen Brønner a99c1511dc Make windows not added to the space "always on top"
This avoids some ugly situations where dialog-type windows was very hard to
focus. Windows that lie below the tiling is usually not possible to click so one
would have to use alt-tab, the overview, etc..

Our own preference UI behaved like that :D (but only on X11)

Making them always on top isn't 100% ideal though - especially since transient
windows doesn't move when their parent move. (so they quickly end up above
other windows)

The search dialog of gedit is an example. Prior to this commit it would not stay
on top when gedit was moved away. It did "flash to the top" during animations
though..

Semirelated: #40
2018-12-08 20:29:12 +01:00
Ole Jørgen Brønner 0f7d5930f4 cycle-width: use gap and margin prefs when calculating available width
This ensures two windows of "compatible" width will have room regardless of the
gap and margin values.
2018-12-08 19:26:33 +01:00
Ole Jørgen Brønner acb9af0789 toggle-maximize-width: more robust detection of "is maximized"
Simply check if the window is currently wide enough to be considered maximized.

Before we used `unmaximizedRect` to track maximized status. That is of course
brittle since the window can change size in many way. We cleared
`unmaximizedRect` in cycle-width (but it has been buggy for along time :P)

Note: using the size-changed signal is not trivial for this purpose: the signal
doesn't provide the previous size and it is async in wayland and synchronous in
X11.. (after running move_resize_frame)
2018-12-08 18:57:58 +01:00
Tor Hedin Brønner 6d51bc2c24 Fix inserting existing windows
We silently relied on a tween being active after layout when inserting existing
windows. Set the clone's initial position in `space.addWindow` before layout to
fix this.
2018-12-08 18:09:26 +01:00
Tor Hedin Brønner 5815f0f3b9 clipping: fix clipping right after resize
Actors width/height aren't updated correctly on windows `size-changed`, use the
buffer rectangle instead which is correct.
2018-12-08 17:12:07 +01:00
Tor Hedin Brønner 9b29a2c1a8 resizeHandler: don't force ensure 2018-12-08 17:12:07 +01:00
Tor Hedin Brønner 7b29fa1c9b layout/moveDone: only resize/move windows when needed 2018-12-08 17:11:53 +01:00
Tor Hedin Brønner bcd84e5cc8 selectSpace: Improve move window animation 2018-12-08 16:18:51 +01:00
Tor Hedin Brønner b9afb700b1 Add tags to gitignore 2018-12-08 16:16:40 +01:00
Tor Hedin Brønner 33a04b4a9b Fix fullscreen reactivity
The tween could prevent the window getting activated properly.
2018-12-08 16:16:40 +01:00
Ole Jørgen Brønner 3927af08c3 Cleanup: remove bitrotted tile-visible action 2018-12-08 16:09:40 +01:00
Ole Jørgen Brønner 4b3e24d7ef Improve installConfig (remove annoying warning)
Don't display "Failed to install..." warning when a first-user already have a
user.js config

Still track has-installed-config-template so it's possible to remove the user
config dir without it reappearing on each extenstion init.
2018-12-08 15:45:05 +01:00
Tor Hedin Brønner 3675770c55 Allow X to select windows while animation is in progress
This should be done for wayland too, but we'll need to figure out the correct
interaction with swiping.
2018-12-08 12:11:51 +01:00