Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-11-02 | Fix formatting of options/arguments in man page | Alan Coopersmith | 1 | -11/+11 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-10-19 | Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS | Alan Coopersmith | 2 | -8/+8 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-10-01 | Add README with pointers to mailing lists, bugzilla, & git | Alan Coopersmith | 1 | -0/+27 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-04-14 | Try to report current composite manager name | Yann Droneaud | 1 | -3/+27 | |
Try to read NET_WM_CM_Sn owner's NET_WM_NAME (or WM_NAME) property, otherwise report it's window id. Remarks: metacity and kwin currently don't set a window name for NET_WM_CM_Sn owner, but xcompmgr and compiz do. This should be added to wm-spec. | |||||
2009-04-14 | Check for _NET_WM_CM_Sn before trying to install ourself as composite manager | Yann Droneaud | 1 | -2/+13 | |
Check for a selection owner of _NET_WM_CM_Sn is the first thing to do before taking ownership on it, so clients watching for selection ownership changes won't be disturbed. | |||||
2009-04-14 | Don't hard code the screen number | Yann Droneaud | 1 | -4/+5 | |
2009-04-14 | Fix error reporting | Yann Droneaud | 1 | -3/+12 | |
Use the 'name' looked up for extension errors If 'name' is NULL, use XGetErrorText(). Report error on stderr. | |||||
2009-01-19 | Ansification and compile warning fixes. | Paulo Cesar Pereira de Andrade | 4 | -94/+104 | |
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings. | |||||
2008-04-02 | Make usage() report the current version. | James Cloos | 1 | -1/+1 | |
2008-03-06 | xcompmgr 1.1.4 | Adam Jackson | 1 | -1/+1 | |
2008-02-13 | Fix a server resource leak on destroying windows. | Dana Jansens | 1 | -0/+5 | |
2007-11-05 | Bug #13073: Fix broken word-wrapping in ChangeLog generation. | Jamey Sharp | 1 | -2/+1 | |
Thanks to Peter Dyballa <Peter_Dyballa@Freenet.DE> for pointing out the bug. | |||||
2007-09-03 | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | 1 | -0/+1 | |
2007-08-23 | Remove deprecated .cvsignore | James Cloos | 2 | -16/+0 | |
The repo already has a .gitignore, so just rm the old .cvsignore. Also removed a blank line from .gitignore. | |||||
2007-03-12 | Make this loop slightly easier to read. | Tilman Sauerbeck | 1 | -2/+4 | |
2007-03-12 | Constified some variables. | Tilman Sauerbeck | 1 | -2/+2 | |
2007-03-12 | Include getopt.h for getopt(). | Tilman Sauerbeck | 1 | -0/+1 | |
I think this should be portable. If it isn't, please yell at me and I'll add the necessary autoconf magic. |