labwc/src/config
tokyo4j 7f67b9c866 Don't remove newlines when parsing config, menu and XBM
Removing newlines in rc.xml and menu.xml caused parser error with
following content:

<!--
 -
 - Some comments
 -
-->

...though it is a valid XML.

Let's not do that. I moved `grab_file()` to `buf.c` and renamed it to
`buf_from_file()`, because it now directly touches `struct buf` and
I don't like having a source file only for one function.
2025-10-17 22:08:41 +09:00
..
keybind.c src: remove unused #includes (via include-what-you-use) 2025-09-07 19:34:30 +09:00
libinput.c seat: improve debug logging when configuring input devices 2025-08-27 13:07:01 -04:00
meson.build config: add configuration for tablet tool motion 2024-07-19 22:45:41 +01:00
mousebind.c src: remove unused #includes (via include-what-you-use) 2025-09-07 19:34:30 +09:00
rcxml.c Don't remove newlines when parsing config, menu and XBM 2025-10-17 22:08:41 +09:00
session.c src: remove unused #includes (via include-what-you-use) 2025-09-07 19:34:30 +09:00
tablet-tool.c include: add config/types.h 2025-08-21 16:55:25 +09:00
tablet.c include: add config/types.h 2025-08-21 16:55:25 +09:00
touch.c src: remove unused #includes (via include-what-you-use) 2025-09-07 19:34:30 +09:00