summaryrefslogtreecommitdiff
path: root/openbox/client_menu.c
AgeCommit message (Collapse)Author
2003-09-07little bit of an actions overhaul, added action_run* so that duplicated code ↵Dana Jansens
can all be in the same place now woot. allow actions to specify when they can be used (ShowMenu cant in the OB_USER_ACTION_MENU_SELECTION case) remove KeyboardMove ad KeyboardResize. Instead, just use Move and Resize and determine if it should be a keyboard move/resize in the code
2003-09-02use new menu.bullet.selected.imageColor. use the text colors for the menu ↵Dana Jansens
mask icons instead of teh bullet color, and set it based on selected/disabled/normal like the text.
2003-08-30add masks from the titlebar buttons to the client menu's optionsDana Jansens
2003-08-29fix includesDana Jansens
2003-08-29move the client and client-list menus into the 'kernel'Dana Jansens