labwc/include
alex dfdb4e4b0e First implemenation of <mouse> in rc.xml
Can successfully parse the following XML and and implement the action:

<mouse>
    <context name="TitleBar">
        <mousebind button="Left" action="DoubleClick">
            <action name="ToggleMaximize"/>
        </mousebind>
    </context>
</mouse>

The XML parsing code for this looks A LOT different than the already
existing XML parsing code. It may have to be reworked
2021-09-01 07:05:37 +01:00
..
common font: font_texture_create() support font size argument 2021-08-20 20:20:49 +01:00
config First implemenation of <mouse> in rc.xml 2021-09-01 07:05:37 +01:00
menu menu: fix breakage caused by f857aea8 2021-08-09 17:28:39 +01:00
xbm Un-global theme variable 2021-02-21 21:54:40 +00:00
labwc.h Fix coding style following 824282dd 2021-08-25 19:59:49 +01:00
layers.h layers: handle top layer unmap/destroy better 2020-10-31 15:09:13 +00:00
meson.build Make xwayland support optional 2020-12-30 10:29:21 +00:00
ssd.h ssd: refactor in preparation for making ssd_visible_box() private 2021-08-22 14:12:05 +01:00
theme.h theme: support different colored buttons 2021-08-11 20:58:35 +01:00