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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-21
Update xcb_ewmh_set_supporting_wm_check() for and require xcb-util-wm 0.3.9
Jon TURNEY
1
-1
/
+5
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-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
2
-1
/
+85
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
3
-10
/
+49
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
3
-1
/
+60
2012-08-29
libxcwm, xtoq: Handlers for window name change event.
Jess VanDerwalker
5
-11
/
+66
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
2
-6
/
+70
2012-08-29
libxcwm: Initializing and setting supported EWMH atoms for connection.
Jess VanDerwalker
5
-20
/
+69
2012-08-29
libxcwm: atoms.c created for ICCCM functions.
Jess VanDerwalker
7
-167
/
+231
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
2
-45
/
+96
2012-07-25
xtoq: Standalone keymap application.
Jess VanDerwalker
4
-28
/
+101
2012-07-25
libxcwm: Replaced event type defines with enum.
Jess VanDerwalker
2
-19
/
+11
2012-07-25
libxcwm: The root context's root window's context set to root context.
Jess VanDerwalker
1
-0
/
+2
2012-07-25
xtoq: Support for override-redirect windows added.
Jess VanDerwalker
1
-5
/
+18
2012-07-25
libxcwm: Support for override-redirect window mapping and unmapping
Jess VanDerwalker
3
-37
/
+121
2012-07-25
xtoq: Commented out code that kills X server.
Jess VanDerwalker
1
-12
/
+13
2012-07-25
xtoq: Error fixed in translation of X server to OS X coordinates.
Jess VanDerwalker
1
-1
/
+1
2012-07-25
xtoq: NS*MouseDragged event cases added to sendEvent()
Jess VanDerwalker
1
-1
/
+3
2012-07-25
libxcwm: Comment and printf changes in event_loop.c
Jess VanDerwalker
1
-6
/
+4
2012-07-25
libxcwm: xcwm_image_copy_full not using correct coordinates.
Jess VanDerwalker
1
-2
/
+2
2012-05-30
libxcwm, xtoq: Checks for valid window image added.
Jess VanDerwalker
3
-10
/
+20
2012-04-25
Memory for window freed in _xcwm_window_release.
Jess VanDerwalker
4
-37
/
+51
2012-04-25
Accessor functions for xcwm_context_t and xcwm_window_t
Jess VanDerwalker
6
-81
/
+168
2012-04-23
*.h and *.c files for input, window, context, and image.
Jess VanDerwalker
13
-218
/
+220
2012-04-06
xcwm_context_t added to xcwm_window_t struct.
Jess VanDerwalker
10
-68
/
+56
2012-04-05
Merge branch 'jess'
Jeremy Huddleston
18
-653
/
+693
2012-04-05
Separate xcwm_context_t into two types, a context and a window
Jess VanDerwalker
14
-299
/
+352
2012-04-05
Key up and down events rolled into one handler.
Jess VanDerwalker
2
-20
/
+17
2012-04-05
Mouse button press and release rolled into one function.
Jess VanDerwalker
4
-34
/
+33
2012-04-05
Namespaced input functions and removed window parameter.
Jess VanDerwalker
2
-34
/
+29
2012-04-05
Removed dead code and formatted lines so under 80 chars.
Jess VanDerwalker
3
-21
/
+29
2012-04-05
Removed dead code.
Jess VanDerwalker
2
-8
/
+9
2012-04-05
Removed dead code. Added spaces for readability.
Jess VanDerwalker
4
-103
/
+40
2012-04-05
Removal of dead code from XtoqController.*
Jess VanDerwalker
2
-39
/
+11
2012-04-05
Mouse handler added to window (from milestone4-sendEvent on old repo).
Jess VanDerwalker
2
-6
/
+33
2012-04-05
Removed bad cookie checks. Button handlers taking mouse button (from mileston...
Jess VanDerwalker
1
-21
/
+5
[next]