index
:
xorg/lib/libxcwm
master
The X11 Compositing Window Manager Library (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxcwm)
alanc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-24
autogen: add default patch prefix
HEAD
master
Alan Coopersmith
1
-0
/
+3
2022-07-24
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
2022-07-24
autogen.sh: use exec instead of waiting for configure to finish
Peter Hutterer
1
-1
/
+1
2022-07-24
autogen.sh: Honor NOCONFIGURE=1
Alan Coopersmith
1
-1
/
+3
2022-07-24
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith
2
-2
/
+1
2022-07-24
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Alan Coopersmith
1
-1
/
+5
2022-07-20
Add xcwm_internal.h to libxcwm_la_SOURCES to fix 'make distcheck'
Alan Coopersmith
1
-1
/
+2
2022-07-20
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2022-07-20
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2021-03-17
XtoqImageRep: Remove imageUnfilteredTypes
Jeremy Huddleston Sequoia
2
-12
/
+0
2021-03-17
Fix _XCWM_XCWM_H_ header guard
Jeremy Huddleston Sequoia
1
-1
/
+1
2021-03-17
Add missing xcb-xfixes to address current build failure
Jeremy Huddleston Sequoia
1
-1
/
+1
2012-11-21
Ignore XCB_MAPPING_NOTIFY events
Jon TURNEY
1
-0
/
+3
2012-11-21
Fix some typos
Jon TURNEY
8
-13
/
+13
2012-11-21
Factor out _xcwm_atom_get() utility function
Jon TURNEY
1
-44
/
+24
2012-11-21
Adopt existing windows at startup
Jon TURNEY
1
-0
/
+56
2012-11-21
Fix parameter transposition in xcwm_window_configure()
Jon TURNEY
3
-5
/
+5
2012-11-21
Remove unused x,y parameters to xcwm_input_mouse_button_event()
Jon TURNEY
3
-16
/
+5
2012-11-21
Remove unused button parameter to xcwm_input_mouse_motion()
Jon TURNEY
3
-4
/
+3
2012-11-21
Report an error, rather than just segfaulting, if the X server can't be conta...
Jon TURNEY
1
-0
/
+5
2012-11-21
Fix a use after free of return_evt
Jon TURNEY
1
-1
/
+1
2012-11-21
Update xcb_ewmh_set_supporting_wm_check() for and require xcb-util-wm 0.3.9
Jon TURNEY
2
-2
/
+6
2012-11-21
Clean up a mention of xtoq in libxcwm
Jon TURNEY
1
-3
/
+3
2012-11-21
Fix a lingering XTOQ in an include guard in libxcwm
Jon TURNEY
1
-3
/
+3
2012-11-21
Use standard X.Org .gitignore
Jon TURNEY
1
-52
/
+75
2012-11-02
Install a pkg-config .pc file
Jon TURNEY
4
-2
/
+24
2012-11-02
Link libxcwm with -no-undefined libtool flag
Jon TURNEY
1
-1
/
+1
2012-08-29
libxcwm: Removing initial damage on override-redirect window.
Jess VanDerwalker
1
-11
/
+43
2012-08-29
libxcwm: keyboard.h/.c created for keymapping functions.
Jess VanDerwalker
5
-2
/
+162
2012-08-29
libxcwm: Building and setting modifier keymap.
Jess VanDerwalker
1
-7
/
+90
2012-08-29
libxcwm: Setting _NET_WM_STATE_HIDDEN on iconic windows.
Jess VanDerwalker
4
-10
/
+59
2012-08-29
xtoq: Handlers for window miniaturization and de-miniaturization.
Jess VanDerwalker
2
-0
/
+39
2012-08-29
libxcwm: Functions in atoms.c and window.c for setting of ICCCM WM_STATE atom.
Jess VanDerwalker
4
-1
/
+76
2012-08-29
libxcwm, xtoq: Handlers for window name change event.
Jess VanDerwalker
6
-12
/
+68
2012-08-29
libxcwm: Setting window type based on EWMH _NET_WM_WINDOW_TYPE
Jess VanDerwalker
1
-22
/
+82
2012-08-29
libxcwm: Removed keysym cruft from previous testing.
Jess VanDerwalker
1
-6
/
+0
2012-08-29
libxcwm: Creating window for EWMH compliant window manager.
Jess VanDerwalker
3
-6
/
+71
2012-08-29
libxcwm: Initializing and setting supported EWMH atoms for connection.
Jess VanDerwalker
6
-20
/
+70
2012-08-29
libxcwm: atoms.c created for ICCCM functions.
Jess VanDerwalker
8
-167
/
+238
2012-07-26
xtoq: NSFlagsChanged case added to XtoqApplication sendEvent()
Jess VanDerwalker
2
-3
/
+49
2012-07-26
xtoq: Properly setting offset of window by height of Mac window bar.
Jess VanDerwalker
1
-1
/
+1
2012-07-26
libxcwm: Configure requests for unmanaged windows accepted.
Jess VanDerwalker
3
-30
/
+21
2012-07-26
libxcwm: Propery change notification for WM_DELETE handled.
Jess VanDerwalker
3
-6
/
+45
2012-07-26
libxcwm: Fix for build fail do to missing paren.
Jess VanDerwalker
1
-6
/
+4
2012-07-25
xtoq: Support for window sizing restrictions added.
Jess VanDerwalker
1
-0
/
+15
2012-07-25
libxcwm: Using strlen() to get length of atom names.
Jess VanDerwalker
1
-2
/
+3
2012-07-25
libxcwm: Support for WM_TRANSIENT_FOR and WM_SIZE_HINTS added
Jess VanDerwalker
4
-46
/
+160
2012-07-25
xtoq: Standalone keymap application.
Jess VanDerwalker
4
-28
/
+101
2012-07-25
libxcwm: Replaced event type defines with enum.
Jess VanDerwalker
3
-30
/
+18
2012-07-25
libxcwm: The root context's root window's context set to root context.
Jess VanDerwalker
1
-0
/
+2
[next]