summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-24autogen: add default patch prefixHEADmasterAlan Coopersmith1-0/+3
2022-07-24autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2022-07-24autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2022-07-24autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-1/+3
2022-07-24configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2022-07-24config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-1/+5
2022-07-20Add xcwm_internal.h to libxcwm_la_SOURCES to fix 'make distcheck'Alan Coopersmith1-1/+2
2022-07-20gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-07-20Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-03-17XtoqImageRep: Remove imageUnfilteredTypesJeremy Huddleston Sequoia2-12/+0
2021-03-17Fix _XCWM_XCWM_H_ header guardJeremy Huddleston Sequoia1-1/+1
2021-03-17Add missing xcb-xfixes to address current build failureJeremy Huddleston Sequoia1-1/+1
2012-11-21Ignore XCB_MAPPING_NOTIFY eventsJon TURNEY1-0/+3
2012-11-21Fix some typosJon TURNEY8-13/+13
2012-11-21Factor out _xcwm_atom_get() utility functionJon TURNEY1-44/+24
2012-11-21Adopt existing windows at startupJon TURNEY1-0/+56
2012-11-21Fix parameter transposition in xcwm_window_configure()Jon TURNEY3-5/+5
2012-11-21Remove unused x,y parameters to xcwm_input_mouse_button_event()Jon TURNEY3-16/+5
2012-11-21Remove unused button parameter to xcwm_input_mouse_motion()Jon TURNEY3-4/+3
2012-11-21Report an error, rather than just segfaulting, if the X server can't be conta...Jon TURNEY1-0/+5
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 TURNEY2-2/+6
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-21Use standard X.Org .gitignoreJon TURNEY1-52/+75
2012-11-02Install a pkg-config .pc fileJon TURNEY4-2/+24
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 VanDerwalker5-2/+162
2012-08-29libxcwm: Building and setting modifier keymap.Jess VanDerwalker1-7/+90
2012-08-29libxcwm: Setting _NET_WM_STATE_HIDDEN on iconic windows.Jess VanDerwalker4-10/+59
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 VanDerwalker4-1/+76
2012-08-29libxcwm, xtoq: Handlers for window name change event.Jess VanDerwalker6-12/+68
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 VanDerwalker3-6/+71
2012-08-29libxcwm: Initializing and setting supported EWMH atoms for connection.Jess VanDerwalker6-20/+70
2012-08-29libxcwm: atoms.c created for ICCCM functions.Jess VanDerwalker8-167/+238
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 VanDerwalker4-46/+160
2012-07-25xtoq: Standalone keymap application.Jess VanDerwalker4-28/+101
2012-07-25libxcwm: Replaced event type defines with enum.Jess VanDerwalker3-30/+18
2012-07-25libxcwm: The root context's root window's context set to root context.Jess VanDerwalker1-0/+2