]> icculus.org git repositories - dana/openbox.git/history - openbox/client_set.c
Make warnings about parse problems in .desktop files "debug" messages. Most people...
[dana/openbox.git] / openbox / client_set.c
2012-09-30 Dana JansensProvide operations to get the size of a ObClientSet...
2012-09-30 Dana JansensAdd functions to ObClientSet to run a function on each...
2012-09-30 Dana JansensAdd action_list_run.c/h with action_list_run() and...
2012-09-30 Dana JansensAdd a means to duplicate ObClientSet
2012-09-30 Dana JansensAdd the minus and contains() operations to ObClientSet...
2012-09-30 Dana JansensFix expand/reduce in the full or empty set cases.
2012-09-30 Dana JansensMake empty ObClientSet objects not hold a hash table.
2012-09-30 Dana Jansensmake a special "ALL" ObClientSet which contains all...
2012-09-30 Dana JansensPass a user data to the client_set_reduce/expand functi...
2012-09-30 Dana Jansensmake empty sets still a ObClientSet* structure and...
2012-09-30 Dana JansensAdd ObClientSet data type. It holds a set of clients !