summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-17Add --version optionJon TURNEY1-1/+13
2012-12-17Add cursor conversion using libXWinWMUtilJon TURNEY5-1/+111
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
2012-11-30Use new XCWM_EVENT_WINDOW_APPEARANCE event to update window appearanceJon TURNEY3-4/+10
2012-11-30Convert code which looks at _NET_WM_WINDOW_STATE for window style, as wellJon TURNEY1-67/+37
2012-11-30Allow _MOTIF_WM_HINTS to override the _NET_WM_WINDOW_TYPE window stylingJon TURNEY1-61/+68
2012-11-30Update for hints->size_hints renameJon TURNEY1-5/+5
2012-11-30Give native windows a default icon for the momentJon TURNEY7-4/+141
2012-11-30Place windows which don't specify a position at the native window managers di...Jon TURNEY1-3/+3
2012-11-30Update for unneeded x,y parameters removed from xcwm_input_mouse_button_event()Jon TURNEY1-21/+12
2012-11-30Don't pretend we handle WM_MOUSEWHEELJon TURNEY1-3/+0
2012-11-30Do something useful with mouse polling timerJon TURNEY1-10/+44
2012-11-30Draw directly in damage eventJon TURNEY1-29/+44
2012-11-30Turn off some debugJon TURNEY1-2/+2
2012-11-30Remove damage even if we can't draw to window because it doesn't exist yetJon TURNEY1-6/+17
2012-11-30Factor out CheckForAlpha(), BitBltFromImage()Jon TURNEY1-70/+95
2012-11-30Don't statically link with dwmapiJon TURNEY4-7/+33
2012-11-30First attempt at using alpha with DWMJon TURNEY4-15/+47
2012-11-30Update for xcwm_window_configure() transposed parameters fixedJon TURNEY1-1/+1
2012-11-30Make a start on setting style based on xcwm informationJon TURNEY1-117/+126
2012-11-30Add layered windows opacity and fix mouse button numbersJon TURNEY8-352/+418
2012-11-30Create window in message pump thread, so we can process it's messsagesJon TURNEY7-23/+1149
2012-11-30XtoWJon TURNEY6-0/+2209