summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-09Bump version.20130209Michael Cardell Widerkrantz
2013-02-09Include hidden.man in DISTFILES.Michael Cardell Widerkrantz
Bump version.
2013-02-08Added hidden.c to SRC.20130208-2Michael Cardell Widerkrantz
Bumped version.
2013-02-08New user visible changes documented. Bump version.20130208Michael Cardell Widerkrantz
2013-02-08Tell git to ignore some files.Per Cederqvist
2013-02-08Don't include xcb_ewmh.Per Cederqvist
2013-02-08Linkfix. Accepted with changes. Thanks.Per Cederqvist
2013-02-08Added support for moving to previous and next workspace. Thanks ceder!Per Cederqvist
2013-02-07Added support for backtabbing. Thanks ceder!Per Cederqvist
2013-02-07Add example with -i.Michael Cardell Widerkrantz
2013-02-07Added FIXME.Michael Cardell Widerkrantz
2013-02-07Wording.Michael Cardell Widerkrantz
2012-10-30Small menu program using only XCB. Not finished.Michael Cardell Widerkrantz
2012-10-30Typo.Michael Cardell Widerkrantz
2012-04-30width should also be optional.Michael Cardell Widerkrantz
2012-03-25No point in printing that we don't have RANDR in production. Make it aMichael Cardell Widerkrantz
debug printout.
2012-03-09Remove hidden and its man page when deinstalling.Michael Cardell Widerkrantz
uninstall alias for deinstall.
2012-03-09Mention hidden and mcicon.Michael Cardell Widerkrantz
Use "monitor" instead of "physical screen". Mention $DISPLAY.
2012-03-09Install hidden and its man page.Michael Cardell Widerkrantz
2012-03-09Manual page for hidden.Michael Cardell Widerkrantz
2012-03-09Script to use hidden with 9menu.Michael Cardell Widerkrantz
2012-03-09Added option -c to print title:xdotool command. Useful for combiningMichael Cardell Widerkrantz
with 9menu and similar menu programs.
2012-03-06Added a lot about EWMH.Michael Cardell Widerkrantz
Removed stuff already done. Changed "physical screen" and all "screen" that refers to monitors to "monitor". Slightly less confusing.
2012-03-06Whitespace and indentation.Michael Cardell Widerkrantz
Removed superflous word from comment.
2012-03-06Declare variable iter at top of block.Michael Cardell Widerkrantz
Added comments.
2012-03-05Added news.Michael Cardell Widerkrantz
2012-03-05Only get the pointer position if we're going to use it when mapping aMichael Cardell Widerkrantz
new window. If we don't have the pointer position, use the window's coordinates to find the physical screen. Should have been used anyway.
2012-03-05US_POSITION should probably be set when hiding windows.Michael Cardell Widerkrantz
2012-03-05Obey display part of DISPLAY.Michael Cardell Widerkrantz
2012-03-05Added title shell function.Michael Cardell Widerkrantz
2012-03-05Quote the window name. It might contain spaces or shell glob symbols.Michael Cardell Widerkrantz
2012-02-28New program, hidden.Michael Cardell Widerkrantz
2012-02-16Added iconify/hide key, MODKEY + i.Michael Cardell Widerkrantz
Changed manual. Group together window operations in manual.
2012-02-15Added a feature request.Michael Cardell Widerkrantz
Removed feature done.
2012-02-15Added hide.Michael Cardell Widerkrantz
Removed superflous \ characters left from when the script was in the manual. Oops.
2012-02-15Use getatom() to get all the atoms we need instead of repeating code.Michael Cardell Widerkrantz
2012-02-15Added news.Michael Cardell Widerkrantz
2012-02-15Moved scripts out of manual.Michael Cardell Widerkrantz
2012-02-15Put the iconify functionality behind a command line option (-i) andMichael Cardell Widerkrantz
added the default (false) to config.h. Documented the iconfiy/hide windows functionality in the manual.
2012-02-15Respect IconifyWindow messages.Christian Neukirchen
WARNING! This will iconify/hide windows without any way of getting them back from within mcwm.
2012-02-07*** empty log message ***Michael Cardell Widerkrantz
2012-02-07Always check for unrecoverable errors when xcb_poll_for_event()Michael Cardell Widerkrantz
returns NULL. Our file descriptor *might* have become unreadable.
2012-01-24Another item.Michael Cardell Widerkrantz
2012-01-24Spelling.Michael Cardell Widerkrantz
2012-01-24Added more items.Michael Cardell Widerkrantz
Mod2 != MODKEY, so changed to MODKEY.
2012-01-24Bump copyright year.Michael Cardell Widerkrantz
2012-01-24Bump copyright year.Michael Cardell Widerkrantz
2012-01-24Indent and style.Michael Cardell Widerkrantz
2012-01-24Names of functions and constants updated to work with xcb-util 3.8.David Jacobs
Thanks David!
2011-11-24Bump.20111124-2Michael Cardell Widerkrantz