Add a parser for the action command language.
authorDana Jansens <danakj@orodu.net>
Tue, 26 Jul 2011 22:06:42 +0000 (18:06 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 16 Oct 2011 22:54:05 +0000 (18:54 -0400)
commitb6afecf70ea5490b04bcb57058bfd61032d274fc
tree07348d82e5446aa59dcddb9a8f92e18f474f8f3a
parent46a6124832ed1286b5af2b882a74704809467405
Add a parser for the action command language.

The parser generates list of actions (complete with filters).  The parser isn't
called anywhere yet, and uses the incomplete actions_act_new() function.

TODO:
The filters now are just text string key:value pairs. But they should
  become intelligent objects like actions are.
The actions need to change their option parsing from XML to the new key:value
  pair lists.
Makefile.am
openbox/actions.c
openbox/actions.h
openbox/actions_list.c [new file with mode: 0644]
openbox/actions_list.h [new file with mode: 0644]
openbox/actions_parser.c [new file with mode: 0644]
openbox/actions_parser.h [new file with mode: 0644]