Commit Graph

1288 Commits

Author SHA1 Message Date
11e1c4791f XwaylandUnmanaged: remove dead code 2021-01-07 21:48:55 +01:00
e7442e53c1 XdgPopup: fix unconstrainFromBox coordinates 2021-01-07 21:22:11 +01:00
a672738603 render: iterate subsurfaces of popups manually
wlr_xdg_surface_for_each_popup() fails to do this and
wlr_xdg_surface_for_each_popup_surface() is not yet merged, so implement
a workaround for now.
2021-01-07 16:11:48 +01:00
faca330bd0 docs: fix typo in example init script 2021-01-07 11:33:40 +01:00
b468f0aa85 cursor: fix down mode motion event coords
These are required to be surface local and we need to take the output's
layout coords into account as the cursor itself is in layout coords.
2021-01-07 11:19:22 +01:00
751b63f6fa render: pass Output by constant pointer
This is semantically what we want as we store a pointer to the output in
the SurfaceRenderData struct.
2021-01-06 17:53:04 +01:00
b73cb7bb69 render: draw popups over borders 2021-01-05 20:05:35 +01:00
9d76709713 docs: update stance on line length 2021-01-02 12:07:21 +01:00
30ba87fa15 command: Implement spawn-tagmask 2021-01-02 11:39:09 +01:00
75588a553c build: derive default config path from install prefix
- Add `default_config_path` build option for the river executable
2021-01-01 23:23:44 +01:00
d2e2dad09c view: fix build with xwayland disabled 2021-01-01 13:34:19 +01:00
a2ef687e51 view: fix handling of title/app_id change 2021-01-01 13:29:57 +01:00
0b4f7779f2 gitignore: remove outdated ignores
These are no longer need since switching to zig-wayland
2020-12-31 18:02:44 +01:00
4984944c60 Config: move opacity settings to sub struct 2020-12-31 15:52:03 +01:00
cc08be2dee code: clean up listener initialization 2020-12-31 15:35:35 +01:00
3985b89d62 docs: use less noisy build option forms 2020-12-31 02:59:40 +01:00
c143864f3e docs: fix riverctl man page syntax 2020-12-30 23:24:57 +01:00
0b2b736e5b docs: fix syntax in riverctl man page 2020-12-30 23:14:23 +01:00
397f40e405 docs: Improve clarity of river/riverctl man pages 2020-12-30 23:10:41 +01:00
53d4c12d41 docs: improve startup and config information 2020-12-30 20:29:45 +01:00
c7bc47d6d4 build: install example config to /etc/river/init 2020-12-30 20:29:28 +01:00
ba9df86472 command: s/master/main/g (breaking change)
main is a better term to use here for several reasons:

1. It is more accurate: "master" implies that the designated views have
some kind of control over the other views, which is not the case. "main"
better expresses that the difference between the "main" view and others
is one of importance/focus.

2. It is a shorter word. 2 whole characters saved!

3. It reduces the chance of future development time being lost to
good-intentioned people complaining about usage of the word master as
has recently happened with regards to the default git branch name.
2020-12-30 18:15:47 +01:00
5f4ba06566 docs: improve explanation of tags
"tagmask" is a misleading term as the arguments are used much more like
a set of tags than a mask.
2020-12-30 14:25:37 +01:00
ac20f5aa1d root: improve handling of 0 -> 1 output transition
Recover more gracefully from being hotplugged down to 0 outputs and then
gaining a new one. Move all views to the new output and restore the
focused output tags of the last output to be removed.
2020-12-30 13:19:40 +01:00
a098bbe03a root: stop tracking xwayland views in transactions
Frame perfection for xwayland views would require too much complexity
to support and would bleed all over the codebase.
2020-12-29 20:38:30 +01:00
055fba5c3c cursor: fix motion coords sent in down mode
We need to subtract the coords of the actual surface as they may not
alingn with the current box if using CSD.
2020-12-27 16:11:52 +01:00
4be1d59861 OutputManager: delete
Somehow I failed to do this in the previous commit.
2020-12-27 15:27:28 +01:00
3438c05332 root: merge in OutputManager
These two files were primarily dealing with the same things. Merging
them removes some indirection from the code and keeps things simpler.
2020-12-27 15:24:20 +01:00
c51f2176b3 view: unify clamped move logic, fix overflow 2020-12-27 01:06:18 +01:00
1732c69442 keyboard: set repeat_info to config values on creation 2020-12-26 19:17:24 +01:00
760c88b094 foreign-toplevel-management: basic implementation
We do no yet set the parent of toplevels. We also only honor activate
requests if the target view is already visible on the focused output.
2020-12-24 13:07:59 +01:00
386316bdbd output: get rid of active field
The less state that needs to be maintained, the better
2020-12-21 16:19:44 +01:00
518fb96604 xwayland: handle hinted dimension < View.min_size
This avoids an assertion failure in std.math.clamp() when applying the
constraints.
2020-12-18 18:59:13 +01:00
6cf01f3624 OutputManager: get rid of output_config_pending 2020-12-14 16:25:16 +01:00
20d804cdb5 code: switch to custom wlroots/libwayland bindings
This is a big step up over @cImport() for ergonomics and type safety.
Nearly all void pointer casts have been eliminated!
2020-12-13 22:53:33 +01:00
0c5e5a7b4a doc: Remove outdated configuration instructions 2020-12-13 01:19:27 +01:00
58d9bfc766 contrib: Unify style
Unify indentation and variables and add link to non-standard programs
called.
2020-12-13 01:19:27 +01:00
f08d37ab28 doc: unify scdoc style
This unifies the style of the man page source files. Most noticable are
the now consistent line endings at 80 chars (assuming a tabwidth of 8).
2020-12-13 01:19:27 +01:00
b2b1a1f5e1 render: remove unnecessary call to wlr_output_effective_resolution 2020-12-12 16:35:33 +01:00
d099b167d2 config: free filter list items 2020-12-10 19:42:53 +01:00
49bf0e679f focus-follow-cursor: Change output focus when needed 2020-12-07 13:51:06 +01:00
0fecdf60cb Ignore custom mode requests 2020-12-07 11:47:55 +01:00
c3b8986054 Implement wlr_output_management_unstable_v1 2020-12-07 11:47:55 +01:00
4b7246685f code: Fix render call width and height 2020-12-07 11:47:55 +01:00
157dccbbbb code: Add Root.all_outputs 2020-12-07 11:47:55 +01:00
10373da634 code: Add Root.removeOutput 2020-12-07 11:47:55 +01:00
fc549d6249 code: Refactor Root.addOutput 2020-12-07 11:47:55 +01:00
0dd8197f03 code: Introduce OutputManager 2020-12-07 11:47:55 +01:00
342b2e5fa7 ci: check fmt of build.zig 2020-12-05 22:54:53 +01:00
dae6c06e0c screencopy: add workaround for wlroots bug
Currently screencopy's copy_with_damage request is broken for
compositors not submitting damage. As a workaround simply damage
the whole output each frame.
2020-12-05 01:10:06 +01:00