]> icculus.org git repositories - dana/openbox.git/history - openbox/client_set.c
Load and save the margins stuff from the cache config file
[dana/openbox.git] / openbox / client_set.c
2011-08-03 Dana JansensProvide operations to get the size of a ObClientSet...
2011-08-03 Dana JansensAdd functions to ObClientSet to run a function on each...
2011-08-03 Dana JansensAdd action_list_run.c/h with action_list_run() and...
2011-08-03 Dana JansensAdd a means to duplicate ObClientSet
2011-08-03 Dana JansensAdd the minus and contains() operations to ObClientSet...
2011-08-03 Dana JansensFix expand/reduce in the full or empty set cases.
2011-08-03 Dana JansensMake empty ObClientSet objects not hold a hash table.
2011-08-03 Dana Jansensmake a special "ALL" ObClientSet which contains all...
2011-08-03 Dana JansensPass a user data to the client_set_reduce/expand functi...
2011-08-03 Dana Jansensmake empty sets still a ObClientSet* structure and...
2011-08-03 Dana JansensAdd ObClientSet data type. It holds a set of clients !