Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-12 | Superfluous comments. | Michael Cardell Widerkrantz | |
2015-09-12 | Indentation. There were some TABs. | Michael Cardell Widerkrantz | |
2015-09-12 | Add menu option "list hidden" which calls the mcicon script and lists | Michael Cardell Widerkrantz | |
all hidden windows in a 9menu. Select one and it's mapped. Lots of comments on the menu options. | |||
2015-09-12 | Indent. | Michael Cardell Widerkrantz | |
2014-02-22 | "and" -> "and/or" | Michael Cardell Widerkrantz | |
2014-02-22 | "and" -> "and/or". | Michael Cardell Widerkrantz | |
2014-02-22 | "and" -> "and/or" and bump copyright year. | Michael Cardell Widerkrantz | |
2014-02-22 | Updated license to revised ISC, the "and" to "and/or" thing. | Michael Cardell Widerkrantz | |
2013-08-19 | Added new snap option. | Michael Cardell Widerkrantz | |
2013-08-19 | snapwindow() should be static like all other functions. | Michael Cardell Widerkrantz | |
2013-08-11 | Support for window snapping to screen border and other windows. Turn | Simone Vellei | |
on with -s snap-margin. Contributed by Simone Vellei <henomis@gmail.com>. Committed with small changes. | |||
2013-04-23 | Removed done item. | Michael Cardell Widerkrantz | |
Spelling. | |||
2013-04-22 | Use setborders() in setupwin() instead of doing it by hand. This also | Michael Cardell Widerkrantz | |
means we flush directly after setting border width. Seems to fix that we didn't get a border right away for mplayer, for instance. Clarified some comments. | |||
2013-02-09 | Include scripts directory in distribution.20130209-2 | Michael Cardell Widerkrantz | |
2013-02-09 | Bump version.20130209 | Michael Cardell Widerkrantz | |
2013-02-09 | Include hidden.man in DISTFILES. | Michael Cardell Widerkrantz | |
Bump version. | |||
2013-02-08 | Added hidden.c to SRC.20130208-2 | Michael Cardell Widerkrantz | |
Bumped version. | |||
2013-02-08 | New user visible changes documented. Bump version.20130208 | Michael Cardell Widerkrantz | |
2013-02-08 | Tell git to ignore some files. | Per Cederqvist | |
2013-02-08 | Don't include xcb_ewmh. | Per Cederqvist | |
2013-02-08 | Linkfix. Accepted with changes. Thanks. | Per Cederqvist | |
2013-02-08 | Added support for moving to previous and next workspace. Thanks ceder! | Per Cederqvist | |
2013-02-07 | Added support for backtabbing. Thanks ceder! | Per Cederqvist | |
2013-02-07 | Add example with -i. | Michael Cardell Widerkrantz | |
2013-02-07 | Added FIXME. | Michael Cardell Widerkrantz | |
2013-02-07 | Wording. | Michael Cardell Widerkrantz | |
2012-10-30 | Small menu program using only XCB. Not finished. | Michael Cardell Widerkrantz | |
2012-10-30 | Typo. | Michael Cardell Widerkrantz | |
2012-04-30 | width should also be optional. | Michael Cardell Widerkrantz | |
2012-03-25 | No point in printing that we don't have RANDR in production. Make it a | Michael Cardell Widerkrantz | |
debug printout. | |||
2012-03-09 | Remove hidden and its man page when deinstalling. | Michael Cardell Widerkrantz | |
uninstall alias for deinstall. | |||
2012-03-09 | Mention hidden and mcicon. | Michael Cardell Widerkrantz | |
Use "monitor" instead of "physical screen". Mention $DISPLAY. | |||
2012-03-09 | Install hidden and its man page. | Michael Cardell Widerkrantz | |
2012-03-09 | Manual page for hidden. | Michael Cardell Widerkrantz | |
2012-03-09 | Script to use hidden with 9menu. | Michael Cardell Widerkrantz | |
2012-03-09 | Added option -c to print title:xdotool command. Useful for combining | Michael Cardell Widerkrantz | |
with 9menu and similar menu programs. | |||
2012-03-06 | Added 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-06 | Whitespace and indentation. | Michael Cardell Widerkrantz | |
Removed superflous word from comment. | |||
2012-03-06 | Declare variable iter at top of block. | Michael Cardell Widerkrantz | |
Added comments. | |||
2012-03-05 | Added news. | Michael Cardell Widerkrantz | |
2012-03-05 | Only get the pointer position if we're going to use it when mapping a | Michael 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-05 | US_POSITION should probably be set when hiding windows. | Michael Cardell Widerkrantz | |
2012-03-05 | Obey display part of DISPLAY. | Michael Cardell Widerkrantz | |
2012-03-05 | Added title shell function. | Michael Cardell Widerkrantz | |
2012-03-05 | Quote the window name. It might contain spaces or shell glob symbols. | Michael Cardell Widerkrantz | |
2012-02-28 | New program, hidden. | Michael Cardell Widerkrantz | |
2012-02-16 | Added iconify/hide key, MODKEY + i. | Michael Cardell Widerkrantz | |
Changed manual. Group together window operations in manual. | |||
2012-02-15 | Added a feature request. | Michael Cardell Widerkrantz | |
Removed feature done. | |||
2012-02-15 | Added hide. | Michael Cardell Widerkrantz | |
Removed superflous \ characters left from when the script was in the manual. Oops. | |||
2012-02-15 | Use getatom() to get all the atoms we need instead of repeating code. | Michael Cardell Widerkrantz | |