summaryrefslogtreecommitdiff
path: root/app/cwm/menu.c
AgeCommit message (Expand)Author
2011-05-11tag and comment cleanup; ok oga@Okan Demirmen
2011-05-05make the menu window aware of xinerama info; this makes the menu stayOkan Demirmen
2011-03-22warp the pointer back, iff we don't move the mouse, once we are doneOkan Demirmen
2011-03-22we should re-focus the client and ungrab the ptr even if we don't have aOkan Demirmen
2011-03-22fix nousance of always highlighting the first entry even when there isOkan Demirmen
2011-03-22move the default case to the end.Okan Demirmen
2011-03-22move the single keycode function directly into the menu code.Okan Demirmen
2010-02-10preserve labels after an edit action is aborted; extending the menuOkan Demirmen
2009-12-15pull all non-X11 headers from calmwm.h and place them only where theyOkan Demirmen
2009-12-15merge the 2 common header files; specific includes to be pulled out asOkan Demirmen
2009-12-10finish unfucking the screen_ctx handling.Owain Ainsworth
2009-12-08start fixing screen_ctx usage, for it is utterly broken. bring fontOkan Demirmen
2009-12-07fix off-by-one where a mere click would select the first item inside a menuOkan Demirmen
2009-11-28style (whitespaces)Tobias Stoeckmann
2009-09-05styleTobias Stoeckmann
2009-06-26static local functions and data; almost identical diff from Thomas PfaffOkan Demirmen
2009-06-20unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theOkan Demirmen
2009-06-17move like defines to a central, logical location; no binary change.Okan Demirmen
2009-05-30revert the 1.4 change - causes a double free noticed by grange@ a whileOkan Demirmen
2009-05-17a long time coming - re-work the way we deal with colors: since we'reOkan Demirmen
2009-03-28- avoid shadowed Mask declaration in menu_filterMartynas Venckus
2008-07-11spacing, declaration lineup to be consistent throughout cwm,Okan Demirmen
2008-06-15Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.Owain Ainsworth
2008-06-05prevent trying to exec a null char; could potentially happen with aOkan Demirmen
2008-05-23Grab the keyboard when we initialise the menu. This stops the keyboardOwain Ainsworth
2008-05-21Make menu_filter handle mouse movement too. This enables the keyboardOwain Ainsworth
2008-05-20Pull out the behaviour in grab_label and search_start into one utilityOwain Ainsworth