Keith Bowes
|
adbf12b5e5
|
Added the somehow overlooked Galician translation
|
2020-03-10 19:33:11 -04:00 |
|
Keith Bowes
|
4ce1b20219
|
Restored a message that was somehow removed
|
2020-03-10 19:07:12 -04:00 |
|
Keith Bowes
|
6a5931bcb0
|
Simplified debug-level code a bit
|
2020-03-10 17:57:12 -04:00 |
|
Keith Bowes
|
73460ae133
|
More debugging messages
|
2020-03-10 15:57:57 -04:00 |
|
Keith Bowes
|
d19918e482
|
Proper translation notes and where to report bugs
|
2020-03-10 14:18:06 -04:00 |
|
Keith Bowes
|
273cfbebe5
|
Cleaned up the .po files
|
2020-03-10 14:13:44 -04:00 |
|
Keith Bowes
|
15289378fb
|
Removed the messages which make no sense in Wayland
|
2020-03-10 10:14:58 -04:00 |
|
Keith Bowes
|
6dab63841c
|
Cut down the blank lines in the debug logs
It seems that wlr_log already outputs an end-of-line character
|
2020-03-09 22:56:14 -04:00 |
|
Keith Bowes
|
7bb4e79256
|
Openbox-esque help
|
2020-03-09 21:20:04 -04:00 |
|
Keith Bowes
|
81887c631c
|
A hopefully acceptable solution
|
2020-03-09 19:40:42 -04:00 |
|
Keith Bowes
|
7bf6809122
|
Using wlr_log() instead of printf() for logging messages
|
2020-03-09 19:03:54 -04:00 |
|
Keith Bowes
|
09db837fcd
|
Prepared strings for translation
|
2020-03-09 17:42:15 -04:00 |
|
Keith Bowes
|
d8bb6cc1c2
|
Added building the .pot and .gmo files
|
2020-03-09 17:08:08 -04:00 |
|
Keith Bowes
|
30a54d8b01
|
Added gettext catalogs
Adapted from Openbox to hopefully give us a lot of mostly complete translations immediately.
|
2020-03-09 16:24:45 -04:00 |
|
Keith Bowes
|
ed9a89a915
|
Split up a couple insanely long lines
|
2020-03-09 15:23:06 -04:00 |
|
Keith Bowes
|
9eb57cf950
|
Naming improvements
|
2020-03-08 13:48:50 -04:00 |
|
Keith Bowes
|
97d08498e9
|
Name as well as version for --version
|
2020-03-08 12:47:58 -04:00 |
|
Keith Bowes
|
555b78e9ec
|
Removed unnecessary dependencies
|
2020-02-29 12:16:50 -05:00 |
|
Keith Bowes
|
30f471d8b4
|
Make protocol/meson.build identation more consistent with other meson.build files
|
2020-02-28 10:53:16 -05:00 |
|
Keith Bowes
|
1c7c069e72
|
Consistent use of _POSIX_C_SOURCE
|
2020-02-27 20:07:44 -05:00 |
|
Keith Bowes
|
ff54fecfe6
|
Replaced the obsolete, unofficial protocols with official ones
|
2020-02-27 20:07:44 -05:00 |
|
Keith Bowes
|
21de46fbcf
|
Fixed the 'Using "code" is deprecated' message in wayland-scanner 1.15+
|
2020-02-27 20:07:44 -05:00 |
|
Keith Bowes
|
744ec648f4
|
Properly casting the last argument to execl()
|
2020-02-27 20:07:44 -05:00 |
|
Keith Bowes
|
24a88ec13a
|
I've learned that atoi() is deprecated
I suppose that's what I get for not keeping track of new C standards
|
2020-02-27 20:07:35 -05:00 |
|
Keith Bowes
|
089f20980b
|
Simplify meson.build
For one thing, I get no complaints from clang
|
2020-02-27 20:07:18 -05:00 |
|
Keith Bowes
|
9435ebbfad
|
Require wlroots 0.9.0+
|
2020-02-27 17:20:45 -05:00 |
|
Keith Bowes
|
99f50dd19a
|
Fixed up the README a bit
|
2020-02-27 17:20:38 -05:00 |
|
Keith Bowes
|
ac8bea9ed3
|
Style nits
|
2020-02-27 15:32:19 -05:00 |
|
Keith Bowes
|
a495d1e8e9
|
Style nits
|
2020-02-26 10:42:10 -05:00 |
|
Keith Bowes
|
8e39503490
|
Removed unused parameters
|
2020-02-26 10:03:06 -05:00 |
|
Keith Bowes
|
a2835c8a64
|
Fixed new-output notifications in wlroots 0.6.0-0.8.1 with DRM backend
|
2020-02-26 08:18:56 -05:00 |
|
Keith Bowes
|
8679cf9aa4
|
Fixed refocus crash with the DRM backend
|
2020-02-25 23:37:23 -05:00 |
|
Keith Bowes
|
410b1e2ced
|
Resolved merge with upstream
|
2020-02-24 20:18:08 -05:00 |
|
Keith Bowes
|
a40ab2c309
|
Finally got weston-terminal to start again (it's been segfaulting since seat support was added)
|
2020-02-23 22:41:48 -05:00 |
|
Keith Bowes
|
810414caba
|
Actually use the user's preferred Xcursor theme/size
|
2020-02-23 22:33:06 -05:00 |
|
Keith Bowes
|
40dfbad423
|
More cleanup
|
2020-02-23 22:33:06 -05:00 |
|
Keith Bowes
|
83e87cd3de
|
Less flaky refocus code
|
2020-02-23 22:33:06 -05:00 |
|
Keith Bowes
|
cd96e1c124
|
More cleanups; added missing request_cursor functionality
|
2020-02-23 22:33:06 -05:00 |
|
Keith Bowes
|
8bc4352eb8
|
Cleanup
|
2020-02-23 22:33:06 -05:00 |
|
Keith Bowes
|
43fcf1ebf1
|
Mouse support
|
2020-02-23 22:33:06 -05:00 |
|
Keith Bowes
|
0bb5787a10
|
Focus previous view on close
|
2020-02-23 22:33:06 -05:00 |
|
Keith Bowes
|
7191191377
|
Let setting the keyboard layout through the XKB_DEFAULT_* environment variables
|
2020-02-23 22:33:06 -05:00 |
|
Keith Bowes
|
7570698224
|
Implemented Openbox-compatible command-line options; hard-coded Alt+F2 to an application launcher; indicated the real purpose of WL_HIDE_DEPRECATED
|
2020-02-23 22:33:06 -05:00 |
|
Keith Bowes
|
9f2ddc48ef
|
Some more keyboard support: no keyboard capability with no keyboards, ctrl+esc and alt+tab for more Openbox-esque behavior
|
2020-02-23 22:33:06 -05:00 |
|
Keith Bowes
|
874c844ce0
|
Replaced the old mcwayface rendering code with tinywl's xdg_shell code,
allowing it to compile with wlroots 0.9.0+
|
2020-02-23 22:32:09 -05:00 |
|
Keith Bowes
|
fe78796f7f
|
Updated README.md; moved the keyboard code from server.c to seat.c
|
2020-02-23 22:21:32 -05:00 |
|
Keith Bowes
|
7d76b9ef76
|
Don't segfault on termination
|
2020-02-23 22:21:02 -05:00 |
|
Keith Bowes
|
f805499487
|
Basic data manager (wterm now shows, but input is still not working)
|
2020-02-18 15:56:03 -05:00 |
|
Keith Bowes
|
64db394085
|
Lifted support for keys from tinywl; TODO: don't have all the code in server.c
|
2020-02-18 15:48:26 -05:00 |
|
Keith Bowes
|
1cd178e9ce
|
Basic seat support
|
2020-02-18 08:10:24 -05:00 |
|