yambar/particles
Leonardo Gibrowski Faé 4a41d4296a
Implement '&&' and '||' operators on map
'-' is a valid character for tags.

Commit 03e1c7d (module/network: Add link stats, 2022-04-30) introduced
two new tags for the network module: `ul-speed` and `dl-speed`. These
use the `-` character, that was previously never used in any tag.

We had two options: either change those tags to use `_` instead, or just
accept `-`s as a valid character. Going forward, I can see many people
deciding to name their tags with `-` instead of `_`, so I believe it is
better to just accept it once and for all.

Note that `-` cannot be used as the first character of a tag (e.g.
`-tag1`) since the `-` has a special meaning in `.yml` files. I don't
believe this will happen often, however, and should be easy to both
detect and correct if it does.
2022-12-10 22:53:30 -03:00
..
dynlist.c particle/dynlist: don’t adjust spacing if all sub-items are zero-width 2021-08-25 18:48:15 +02:00
dynlist.h particle/dynlist: link particle-sdk PRIVATE:ly 2019-01-13 21:45:49 +01:00
empty.c Add support binding on-click handlers to other buttons than LEFT 2021-07-01 17:15:53 +02:00
list.c config: add inheritable option “font-shaping” 2022-02-23 18:43:13 +01:00
map.c Implement '&&' and '||' operators on map 2022-12-10 22:53:30 -03:00
map.h Implement '&&' and '||' operators on map 2022-12-10 22:53:30 -03:00
map.l Implement '&&' and '||' operators on map 2022-12-10 22:53:30 -03:00
map.y Implement '&&' and '||' operators on map 2022-12-10 22:53:30 -03:00
meson.build Implement '&&' and '||' operators on map 2022-12-10 22:53:30 -03:00
progress-bar.c config: add inheritable option “font-shaping” 2022-02-23 18:43:13 +01:00
ramp.c config: add inheritable option “font-shaping” 2022-02-23 18:43:13 +01:00
string.c particle/string: don’t try to call c32len() on a NULL string 2022-06-13 12:07:24 +02:00