summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-07Link with required xcb librariesHEADXtoW-20170106masterJon Turney1-1/+1
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 Turney3-7/+8
2016-03-15Use SetWindowCompositionAttribute for alpha-awareness on W10Jon Turney3-10/+86
2016-03-14Fix sometimes missing sysmenu icon on Vista and laterJon Turney1-8/+6
2016-03-13Remove ValidateRect on the rect we have just BitBltJon Turney1-8/+0
2013-08-02Fixes to types for 64 bit portabilityXtoW-20130802Jon TURNEY1-5/+5
2013-07-26Use AC_CONFIG_HEADERS instead of deprecated AM_CONFIG_HEADER, removed in auto...Jon TURNEY1-1/+1
2013-07-26Debug tweaksJon TURNEY2-15/+15
2013-07-26Update TODO and COMPLIANCEJon TURNEY2-22/+25
2013-07-06man page updatesJon TURNEY1-4/+11
2013-07-06Add -verbose optionJon TURNEY4-8/+44
2013-07-06Revise wndproc debug output, always report XID and make consistentJon TURNEY1-14/+13
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 TURNEY3-11/+50
2013-07-06Add -noshm command line option to turn off SHMJon TURNEY2-2/+17
2013-07-03Another attempt at avoiding creating windows which are not at the topJon TURNEY1-2/+3
2013-07-03Don't try to fetch image of damage if damage area is zeroJon TURNEY1-30/+34
2013-07-03Move Windows activated window to top of X window stackJon TURNEY1-0/+8
2013-07-03Use xcwm_image_copy_partial() in WM_PAINTJon TURNEY1-3/+9
2013-07-03Handle XCWM_EVENT_WINDOW_CONFIGUREJon TURNEY3-1/+80
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
2013-06-29Mouse wheel support update to align with XWinJon TURNEY2-5/+16
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-19Use libXWinWMUtil for keyboard event translationJon TURNEY6-815/+24
2012-12-19Add notes on ICCCM & EWMH complianceJon TURNEY1-0/+161
2012-12-19Set the root window cursor to left pointing arrowJon TURNEY1-0/+27
2012-12-17Add mousewheel support using libXWinWMUtilJon TURNEY1-0/+15
2012-12-17g_fButton is not sized correctlyJon TURNEY1-1/+1
2012-12-17Update for xcwm_input_mouse_event() not taking a window parameterJon TURNEY1-10/+10
2012-12-17Update TODOJon TURNEY1-8/+9
2012-12-17Add --version optionJon TURNEY2-2/+14
2012-12-17Add cursor conversion using libXWinWMUtilJon TURNEY6-7/+123
2012-12-17Add icon conversion using libXWinWMUtilJon TURNEY8-16/+89
2012-11-30Try to avoid windows appearing not at top of Z-orderJon TURNEY1-0/+4
2012-11-30Add shaped window supportJon TURNEY3-0/+123
2012-11-30Update for less dynamic allocation and opaque datatypes in API changesJon TURNEY2-26/+26
2012-11-30Debug tweakJon TURNEY2-6/+10
2012-11-30Workaround WS_EX_LAYERED drawing bugs on XPJon TURNEY1-4/+26
2012-11-30Use xcwm_atom_register() to register interest appearance atomsJon TURNEY3-11/+11
2012-11-30Set default arrow cursor when over one of our windowsJon TURNEY1-1/+9
2012-11-30Improve window placement codeJon TURNEY1-56/+24
2012-11-30Make window creation and destruction be synchronousJon TURNEY2-4/+18
2012-11-30Fixes for override-redirect windowsJon TURNEY1-19/+27
2012-11-30Write our own atom_get() helperJon TURNEY1-9/+30