Commit graph

16 commits

Author SHA1 Message Date
Keith Bowes
ab16a76696
Merge pull request #19 from keithbowes/gettext
* Added gettext catalogs

* Adapted from Openbox to hopefully give us a lot of mostly complete translations immediately.

* Added building the .pot and .gmo files

* Prepared strings for translation

* Using wlr_log() instead of printf() for logging messages

* A hopefully acceptable solution

* Openbox-esque help

* Cut down the blank lines in the debug logs

* It seems that wlr_log already outputs an end-of-line character

* Removed the messages which make no sense in Wayland

* Cleaned up the .po files

* Proper translation notes and where to report bugs

* More debugging messages
2021-04-06 16:41:46 -04:00
Keith Bowes
af1a945c1c wl_display_destroy_clients() requires Wayland 1.15+ 2020-03-10 21:00:56 -04:00
Keith Bowes
d8bb6cc1c2 Added building the .pot and .gmo files 2020-03-09 17:08:08 -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
ff54fecfe6 Replaced the obsolete, unofficial protocols with official ones 2020-02-27 20:07:44 -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
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
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
91f3e542c4 Specify minimum requires wlroots version 2019-06-19 13:49:33 -04:00
wizbright
eb67042898 Fixed new errors 2018-10-04 11:42:24 -05:00
wizbright
782037f04c Changed src directory to a more relevant name 2018-06-27 15:41:51 -05:00
wizbright
ad1611e3ad Code Refactor 2018-06-19 10:26:54 -05:00
wizbright
0ed5d25538 Updated to newer wlroots and window finally renders 2018-06-15 13:16:15 -05:00
wizbright
4a04ba2237 fixing issues now 2018-02-21 13:19:27 -06:00