labwc/include/config
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
..
keybind.h keybind: s/add/create/ 2020-09-02 21:05:28 +01:00
mousebind.h First implemenation of <mouse> in rc.xml 2021-09-01 07:05:37 +01:00
rcxml.h First implemenation of <mouse> in rc.xml 2021-09-01 07:05:37 +01:00
session.h session.h: update session_environment_init() comment 2021-03-18 19:39:08 +00:00