summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-06Include <sys/select.h> for fd_set and related macros to fix compilationJon Turney1-0/+1
2016-03-23Invert to make blur the default, since that works in more placesXtoW-20160323Jon Turney1-3/+3
2016-03-15Use SetWindowCompositionAttribute for alpha-awareness on W10Jon Turney1-5/+47
2013-07-06Add -verbose optionJon TURNEY1-2/+10
2013-07-06Update for removed XCWM_EVENT_WINDOW_EXPOSEJon TURNEY1-3/+0
2013-07-06Remove bogus leading space from icon atom namesJon TURNEY1-2/+2
2013-07-06Implement XCWM_EVENT_WINDOW_STATEJon TURNEY1-0/+3
2013-07-06Add -noshm command line option to turn off SHMJon TURNEY1-2/+15
2013-07-03Handle XCWM_EVENT_WINDOW_CONFIGUREJon TURNEY1-0/+4
2013-07-02Report defaulting to $DISPLAY even more clearlyJon TURNEY1-1/+1
2013-07-01Use select() on /dev/windows rather than GetMessage()Jon TURNEY1-16/+43
2013-07-01Handle WM_XCWM_EXITJon TURNEY1-1/+8
2013-06-30Handle NULL return from xcwm_context_open() as an errorJon TURNEY1-0/+5
2012-12-19Report defaulting to $DISPLAY more clearlyXtoW-20121220Jon TURNEY1-1/+1
2012-12-19Add a check that X screen size isn't smaller than Windows virtual desktop sizeJon TURNEY1-1/+38
2012-12-19Set the root window cursor to left pointing arrowJon TURNEY1-0/+27
2012-12-17Add --version optionJon TURNEY1-1/+13
2012-12-17Add cursor conversion using libXWinWMUtilJon TURNEY1-0/+13
2012-12-17Add icon conversion using libXWinWMUtilJon TURNEY1-0/+9
2012-11-30Add shaped window supportJon TURNEY1-0/+4
2012-11-30Update for less dynamic allocation and opaque datatypes in API changesJon TURNEY1-2/+0
2012-11-30Debug tweakJon TURNEY1-1/+1
2012-11-30Use xcwm_atom_register() to register interest appearance atomsJon TURNEY1-0/+6
2012-11-30Make window creation and destruction be synchronousJon TURNEY1-2/+18
2012-11-30Use new XCWM_EVENT_WINDOW_APPEARANCE event to update window appearanceJon TURNEY1-0/+4
2012-11-30Don't statically link with dwmapiJon TURNEY1-3/+23
2012-11-30First attempt at using alpha with DWMJon TURNEY1-0/+5
2012-11-30Add layered windows opacity and fix mouse button numbersJon TURNEY1-4/+5
2012-11-30Create window in message pump thread, so we can process it's messsagesJon TURNEY1-6/+32
2012-11-30XtoWJon TURNEY1-0/+124