index
:
~halfline/xserver
foo
master
wip/logind-integration
xwayland
Unnamed repository; edit this file 'description' to name the repository.
halfline
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xwin
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-03
hw/xwin: More closely follow ICCCM for setting input focus
Jon TURNEY
1
-18
/
+59
2014-03-03
hw/xwin: Remove unnecessary casts from malloc/realloc/calloc calls
Colin Harrison
12
-49
/
+35
2014-03-03
hw/xwin: Add missing FORCEEXIT token to XWin configuration file lexer
Colin Harrison
1
-0
/
+1
2014-03-03
hw/xwin: Silence bell when volume is zero
Colin Harrison
1
-1
/
+1
2014-03-03
hw/xwin: Fix typo in comment
Colin Harrison
1
-1
/
+1
2014-03-03
hw/xwin: Align parameter names in prototypes with definition
Colin Harrison
2
-4
/
+4
2014-03-03
hw/xwin: Just generate the WGL wrappers we need
Jon TURNEY
1
-31
/
+14
2014-03-03
hw/xwin: Fix implicit-function-declaration warning in XwinExtensionInit() whe...
Yaakov Selkowitz
1
-1
/
+4
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
17
-55
/
+55
2013-12-10
hw/xwin/glx: Rewrite WGL wrappers after Xserver conversion to direct GL dispatch
Jon TURNEY
7
-395
/
+643
2013-10-24
glx: Handle float config types in glxConvertConfigs
Daniel Czarnowski
1
-1
/
+3
2013-10-09
hw/xwin: Fix for "glx: Remove screen number from __GLXconfig"
Jon TURNEY
1
-6
/
+0
2013-09-11
glx: Remove pixmapMode from __GLXconfig
Adam Jackson
1
-3
/
+0
2013-08-30
hw/xwin: Remove unnecessary and incorrect HWND casts
Marc Haesen
2
-5
/
+3
2013-08-30
hw/xwin: Fix compilation of winauth.c with -Werror=implicit-function-declaration
Jon TURNEY
1
-4
/
+3
2013-08-30
hw/xwin: Remove unused extern g_fUseUnicode from winclipboardwndproc.c
Jon TURNEY
1
-1
/
+0
2013-08-30
hw/xwin: Remove unneeded forward declaration of winProcessXEventsTimeout()
Jon TURNEY
1
-10
/
+0
2013-08-30
hw/xwin: Remove prototype for non-existent winDeinitClipboard()
Jon TURNEY
1
-3
/
+0
2013-08-30
hw/xwin: Remove unused externs from winclipboardwrappers.c
Jon TURNEY
1
-2
/
+0
2013-08-30
hw/xwin: Remove unused winProcQueryTreeOrig variable
Jon TURNEY
3
-3
/
+0
2013-08-30
hw/xwin: Fix ARGB cursor conversion on x86_64
Jon TURNEY
1
-8
/
+7
2013-08-30
hw/xwin: Fix an issue in winSetSpansNativeGDI() identifed by -Warray-bounds
Jon TURNEY
1
-23
/
+29
2013-08-30
hw/xwin: Fix -Warray-bounds warning in winXCursorToHCURSOR()
Jon TURNEY
1
-12
/
+16
2013-08-30
hw/xwin: Correct size of _WINDOWSWM_NATIVE_HWND property on x86_64
Marc Haesen
1
-7
/
+7
2013-08-30
hw/xwin: Correct winprefs.c function signatures for x64.
Colin Harrison
4
-25
/
+13
2013-08-30
Move pseudoramiX code where it can be shared between Xwin and Xquartz
Jon TURNEY
1
-0
/
+1
2013-08-30
hw/xwin: Fix winglobals.h for MinGW64 build
Jon TURNEY
1
-0
/
+2
2013-08-30
hw/xwin: Fix inclusion of shlobj.h in MinGW64 build
Jon TURNEY
1
-0
/
+4
2013-08-06
Replace INCLUDES with AM_CPPFLAGS
Peter Hutterer
2
-2
/
+2
2013-07-23
hw/xwin: Fix numerous 64-bit format/type cast issues with debug printing of p...
Jon TURNEY
6
-36
/
+36
2013-07-23
hw/xwin: Fix possible crash in winMultiWindowGetClassHint
Colin Harrison
1
-7
/
+14
2013-07-23
hw/xwin: Remove obsolete WIN_XEVENTS_SHUTDOWN
Jon TURNEY
2
-9
/
+1
2013-07-23
configure.ac: Check for python at configure time when building XWin with AIGLX
Jon TURNEY
1
-2
/
+2
2013-07-23
hw/xwin: Avoid a null dereference if CreateDIBSection() fails in NetWMToWinIc...
Jon TURNEY
1
-0
/
+4
2013-07-23
hw/xwin: Handle WM_MOUSEHWHEEL
Jon TURNEY
6
-18
/
+55
2013-07-23
hw/xwin: Map extra mouse buttons 1 and 2 to X buttons 8 and 9
Jon TURNEY
4
-13
/
+23
2013-07-23
hw/xwin: Remove unneeded WM_XBUTTON message defines
Jon TURNEY
1
-11
/
+0
2013-07-23
hw/xwin: Change winTranslateKey() to return it's result as it's return value
Jon TURNEY
3
-12
/
+15
2013-07-23
hw/xwin: Consider left and right modifier keys independently on gaining focus
Oliver Schmidt
1
-12
/
+31
2013-07-23
hw/xwin: Remove an extra '\n' from some log messages
Jon TURNEY
2
-3
/
+3
2013-07-23
hw/xwin: _NET_WM_STATE is ATOM[] not ATOM
Jon TURNEY
1
-14
/
+18
2013-07-23
hw/xwin: Improve WM_ENDSESSION handling using separate messaging window thread
Jon TURNEY
8
-1
/
+227
2013-07-23
Allow DDX to provide a main()
Jon TURNEY
1
-1
/
+1
2013-06-10
hw/xwin: Update manifest to target all architectures, not just x86
Jon TURNEY
2
-1
/
+3
2013-06-10
hw/xwin: Win32 Windows properties are of pointer type HANDLE, not an integer ...
Jon TURNEY
3
-6
/
+6
2013-06-10
hw/xwin: winMultiWindowGetTransientFor() returns an XID not a WindowPtr
Jon TURNEY
3
-10
/
+10
2013-06-10
hw/xwin: Change winIconIsOverride() to take a HICON parameter
Jon TURNEY
3
-6
/
+3
2013-06-10
hw/xwin: Fix uses of CreateDialogParam() for 64-bit builds
Jon TURNEY
1
-13
/
+12
2013-06-10
hw/xwin: deprecated interface cygwin_conv_to_win32_path() doesn't exist in 64...
Jon TURNEY
1
-12
/
+0
2013-06-10
hw/xwin: Fix a 64-bit portability issue with casting HINSTANCE result of Shel...
Jon TURNEY
1
-12
/
+13
[next]