labwc/include/common
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
..
array.h
border.h Move border-struct to common/border.h for sharing 2023-06-26 06:04:07 +01:00
box.h
buf.h
dir.h
edge.h
fd-util.h
file-helpers.h
font.h
graphic-helpers.h include: add missing header dependencies 2025-07-29 21:51:56 +01:00
lab-scene-rect.h
list.h
macros.h Disable all output leasing due to a wlroots UAF 2025-07-06 19:59:43 +01:00
match.h
mem.h
node-type.h
nodename.h include: reduce unnecessary #includes 2025-09-07 19:34:30 +09:00
parse-bool.h
parse-double.h
scene-helpers.h
set.h
spawn.h
string-helpers.h Remove unused function trim_last_field() 2025-09-26 10:41:21 -04:00
xml.h