labwc/include/common
Johan Malm 881d788bee action: do not expand env vars in Exec action
...<command> argument (but still resolve tilde).

This makes it easier to write sh -c '' constructs without turning labwc
into a shell parser in order to expand environment variables, whilst
respecting single quotes and escaped characters as well as ignoring
subshells syntax like $(foo) and backticks.

Also, fix bug where buffer length+alloc get out-of-sync
2023-09-23 14:52:59 +01:00
..
array-size.h Add ARRAY_SIZE() macro 2023-09-19 22:03:59 +01:00
array.h Add common/array.h with wl_array_len() 2023-08-20 13:08:45 +02:00
border.h Move border-struct to common/border.h for sharing 2023-06-26 06:04:07 +01:00
buf.h action: do not expand env vars in Exec action 2023-09-23 14:52:59 +01:00
dir.h includes: identifier consistency in include guards 2023-05-13 22:29:21 +01:00
fd_util.h includes: identifier consistency in include guards 2023-05-13 22:29:21 +01:00
file-helpers.h common/file-helpers.c: share file_exists() to reduce duplication 2023-09-17 19:26:41 +01:00
font.h includes: identifier consistency in include guards 2023-05-13 22:29:21 +01:00
grab-file.h includes: identifier consistency in include guards 2023-05-13 22:29:21 +01:00
graphic-helpers.h osd: use theme->osd_border_width for focused item 2023-06-29 19:14:08 +01:00
list.h includes: identifier consistency in include guards 2023-05-13 22:29:21 +01:00
match.h includes: identifier consistency in include guards 2023-05-13 22:29:21 +01:00
mem.h includes: identifier consistency in include guards 2023-05-13 22:29:21 +01:00
nodename.h includes: identifier consistency in include guards 2023-05-13 22:29:21 +01:00
parse-bool.h includes: identifier consistency in include guards 2023-05-13 22:29:21 +01:00
scaled_font_buffer.h includes: identifier consistency in include guards 2023-05-13 22:29:21 +01:00
scaled_scene_buffer.h includes: identifier consistency in include guards 2023-05-13 22:29:21 +01:00
scene-helpers.h includes: identifier consistency in include guards 2023-05-13 22:29:21 +01:00
spawn.h includes: identifier consistency in include guards 2023-05-13 22:29:21 +01:00
string-helpers.h common/string-helpers.c: add strdup_printf() 2023-06-26 06:30:33 +01:00