labwc/src
bi4k8 92a98164c3 src/config/rcxml.c: distinguish no and unknown font places
Currently, the `rc.xml` parser applies font settings in a `<font>` tag with an
unknown value for its `place` attribute to all fonts. This means that whatever
the final unknown-`place` `<font>` tag is in a user's `rc.xml` applies to all
text drawn by labwc.

Instead, only treat `<font>` tags with an empty or missing `place` attribute as
applying globally, and warn when encountering unknown `place` attribute values
(which will help us find font places to support).
2022-11-11 22:45:47 +01:00
..
common Fix coding style 2022-11-03 23:01:52 +01:00
config src/config/rcxml.c: distinguish no and unknown font places 2022-11-11 22:45:47 +01:00
menu Fix coding style 2022-11-03 23:01:52 +01:00
ssd s/wl_list_insert(list.prev...)/wl_list_append(list...)/ 2022-10-05 19:50:36 +01:00
xbm common: Add znew/znew_n() macros 2022-09-18 15:25:19 -04:00
action.c s/wl_list_insert(list.prev...)/wl_list_append(list...)/ 2022-10-05 19:50:36 +01:00
buffer.c common: Add znew/znew_n() macros 2022-09-18 15:25:19 -04:00
cursor.c fix typo 2022-11-10 20:32:50 +01:00
debug.c Fix minor coding-style violations 2022-09-22 22:39:44 +01:00
desktop.c Fix coding style 2022-11-03 23:01:52 +01:00
dnd.c cursor: Restore drag icon after the move to scene-graph 2022-10-17 21:22:12 +01:00
foreign.c workspaces: Switch workspace when activating via panel 2022-06-15 22:49:39 +02:00
interactive.c Fix minor coding-style violations 2022-09-22 22:39:44 +01:00
key-state.c key-state: Prevent array overflow 2022-11-02 21:52:33 +00:00
keyboard.c keyboard: use 1000/rate msecs for keybind repeat event source delay 2022-11-11 22:19:34 +01:00
layers.c Fix coding style 2022-11-03 23:01:52 +01:00
main.c Add --exit and --reconfigure 2022-10-15 00:19:18 +02:00
meson.build cursor: Restore drag icon after the move to scene-graph 2022-10-17 21:22:12 +01:00
node.c common: Add znew/znew_n() macros 2022-09-18 15:25:19 -04:00
osd.c src/osd.c: Ensure destroying views are not used as preview anchors 2022-09-27 17:35:10 +01:00
output.c Fix coding style 2022-11-03 23:01:52 +01:00
resistance.c resistance: Do not consider edges of disabled outputs 2022-07-18 22:06:12 +01:00
seat.c keyboard: Implement key repeat for keybindings 2022-11-02 21:52:33 +00:00
server.c Fix coding style 2022-11-03 23:01:52 +01:00
theme.c common: Add additional memory utilities (xzalloc() etc.) 2022-09-17 10:57:30 -04:00
touch.c Chase wlroots: wlr_scene is now a tree node 2022-06-07 07:13:37 +01:00
view-impl.c Remove src/damage.c 2022-03-01 20:54:52 +00:00
view.c view: no gap for top/left align big window 2022-09-27 17:26:51 +01:00
workspaces.c s/wl_list_insert(list.prev...)/wl_list_append(list...)/ 2022-10-05 19:50:36 +01:00
xdg-deco.c common: Add znew/znew_n() macros 2022-09-18 15:25:19 -04:00
xdg-popup.c common: Add znew/znew_n() macros 2022-09-18 15:25:19 -04:00
xdg.c Fix coding style 2022-11-03 23:01:52 +01:00
xwayland-unmanaged.c Fix coding style 2022-11-03 23:01:52 +01:00
xwayland.c Fix coding style 2022-11-03 23:01:52 +01:00