summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-11-21Fix a use after free of return_evtJon TURNEY1-1/+1
2012-11-21Update xcb_ewmh_set_supporting_wm_check() for and require xcb-util-wm 0.3.9Jon TURNEY1-1/+5
2012-11-21Clean up a mention of xtoq in libxcwmJon TURNEY1-3/+3
2012-11-21Fix a lingering XTOQ in an include guard in libxcwmJon TURNEY1-3/+3
2012-11-02Link libxcwm with -no-undefined libtool flagJon TURNEY1-1/+1
2012-08-29libxcwm: Removing initial damage on override-redirect window.Jess VanDerwalker1-11/+43
2012-08-29libxcwm: keyboard.h/.c created for keymapping functions.Jess VanDerwalker2-1/+85
2012-08-29libxcwm: Building and setting modifier keymap.Jess VanDerwalker1-7/+90
2012-08-29libxcwm: Setting _NET_WM_STATE_HIDDEN on iconic windows.Jess VanDerwalker3-10/+49
2012-08-29xtoq: Handlers for window miniaturization and de-miniaturization.Jess VanDerwalker2-0/+39
2012-08-29libxcwm: Functions in atoms.c and window.c for setting of ICCCM WM_STATE atom.Jess VanDerwalker3-1/+60
2012-08-29libxcwm, xtoq: Handlers for window name change event.Jess VanDerwalker5-11/+66
2012-08-29libxcwm: Setting window type based on EWMH _NET_WM_WINDOW_TYPEJess VanDerwalker1-22/+82
2012-08-29libxcwm: Removed keysym cruft from previous testing.Jess VanDerwalker1-6/+0
2012-08-29libxcwm: Creating window for EWMH compliant window manager.Jess VanDerwalker2-6/+70
2012-08-29libxcwm: Initializing and setting supported EWMH atoms for connection.Jess VanDerwalker5-20/+69
2012-08-29libxcwm: atoms.c created for ICCCM functions.Jess VanDerwalker7-167/+231
2012-07-26xtoq: NSFlagsChanged case added to XtoqApplication sendEvent()Jess VanDerwalker2-3/+49
2012-07-26xtoq: Properly setting offset of window by height of Mac window bar.Jess VanDerwalker1-1/+1
2012-07-26libxcwm: Configure requests for unmanaged windows accepted.Jess VanDerwalker3-30/+21
2012-07-26libxcwm: Propery change notification for WM_DELETE handled.Jess VanDerwalker3-6/+45
2012-07-26libxcwm: Fix for build fail do to missing paren.Jess VanDerwalker1-6/+4
2012-07-25xtoq: Support for window sizing restrictions added.Jess VanDerwalker1-0/+15
2012-07-25libxcwm: Using strlen() to get length of atom names.Jess VanDerwalker1-2/+3
2012-07-25libxcwm: Support for WM_TRANSIENT_FOR and WM_SIZE_HINTS addedJess VanDerwalker2-45/+96
2012-07-25xtoq: Standalone keymap application.Jess VanDerwalker4-28/+101
2012-07-25libxcwm: Replaced event type defines with enum.Jess VanDerwalker2-19/+11
2012-07-25libxcwm: The root context's root window's context set to root context.Jess VanDerwalker1-0/+2
2012-07-25xtoq: Support for override-redirect windows added.Jess VanDerwalker1-5/+18
2012-07-25libxcwm: Support for override-redirect window mapping and unmappingJess VanDerwalker3-37/+121
2012-07-25xtoq: Commented out code that kills X server.Jess VanDerwalker1-12/+13
2012-07-25xtoq: Error fixed in translation of X server to OS X coordinates.Jess VanDerwalker1-1/+1
2012-07-25xtoq: NS*MouseDragged event cases added to sendEvent()Jess VanDerwalker1-1/+3
2012-07-25libxcwm: Comment and printf changes in event_loop.cJess VanDerwalker1-6/+4
2012-07-25libxcwm: xcwm_image_copy_full not using correct coordinates.Jess VanDerwalker1-2/+2
2012-05-30libxcwm, xtoq: Checks for valid window image added.Jess VanDerwalker3-10/+20
2012-04-25Memory for window freed in _xcwm_window_release.Jess VanDerwalker4-37/+51
2012-04-25Accessor functions for xcwm_context_t and xcwm_window_tJess VanDerwalker6-81/+168
2012-04-23*.h and *.c files for input, window, context, and image.Jess VanDerwalker13-218/+220
2012-04-06xcwm_context_t added to xcwm_window_t struct.Jess VanDerwalker10-68/+56
2012-04-05Merge branch 'jess'Jeremy Huddleston18-653/+693
2012-04-05Separate xcwm_context_t into two types, a context and a windowJess VanDerwalker14-299/+352
2012-04-05Key up and down events rolled into one handler.Jess VanDerwalker2-20/+17
2012-04-05Mouse button press and release rolled into one function.Jess VanDerwalker4-34/+33
2012-04-05Namespaced input functions and removed window parameter.Jess VanDerwalker2-34/+29
2012-04-05Removed dead code and formatted lines so under 80 chars.Jess VanDerwalker3-21/+29
2012-04-05Removed dead code.Jess VanDerwalker2-8/+9
2012-04-05Removed dead code. Added spaces for readability.Jess VanDerwalker4-103/+40
2012-04-05Removal of dead code from XtoqController.*Jess VanDerwalker2-39/+11
2012-04-05Mouse handler added to window (from milestone4-sendEvent on old repo).Jess VanDerwalker2-6/+33