index
:
~herrb/xserver
for-keith
master
obsd
obsd-server-1.10-branch
obsd-server-1.11-branch
obsd-server-1.12-branch
obsd-server-1.13-branch
obsd-server-1.14-branch
obsd-server-1.15-branch
obsd-server-1.9-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
OpenBSD versions of xserver
herrb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xwin
/
winwndproc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-28
hw/xwin: Fix a typo in "Remove Shadow DirectDraw engine"
Jon Turney
1
-1
/
+1
2016-06-28
hw/xwin: Fix a crash trying to reload window icons when not in multiwindow mode
Jon Turney
1
-1
/
+1
2016-06-23
hw/xwin: Default to -noresize when -fullscreen is used
Jon Turney
1
-1
/
+1
2016-03-09
hw/xwin: Use NULL rather than NoopDDA for unimplemented engine functions
Jon Turney
1
-10
/
+4
2016-03-09
hw/xwin: Remove unused HotKeyAltTab engine function
Jon Turney
1
-8
/
+0
2016-03-09
hw/xwin: Remove WM_(UN|)MANAGE messages, which are now never sent
Jon Turney
1
-13
/
+1
2016-03-09
hw/xwin: Remove fInternalWM flag
Jon Turney
1
-11
/
+1
2015-07-07
hw/xwin: printf format fixes for WPARAM and LPARAM types
Jon TURNEY
1
-1
/
+1
2015-03-23
hw/xwin: Remove Shadow DirectDraw engine
Jon TURNEY
1
-4
/
+2
2014-12-08
Merge remote-tracking branch 'jturney/master'
Keith Packard
1
-0
/
+6
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-3
/
+3
2014-11-09
hw/xwin: Add controls for enabling/disabling monitoring of PRIMARY selection
Jon TURNEY
1
-0
/
+6
2014-10-27
Merge remote-tracking branch 'jturney/master'
Keith Packard
1
-1
/
+1
2014-10-09
hw/xwin: Fix format warnings with debug printing of pointers on 64-bit
Jon TURNEY
1
-1
/
+1
2014-10-09
xwin: Remove primary DirectDraw engine
Adam Jackson
1
-10
/
+2
2014-09-13
hw/xwin: Separate libwinclipboard interface and internal header files
Jon TURNEY
1
-0
/
+3
2014-03-22
hw/xwin: Use boolean AND rather than bitwise AND in WIN_POLLING_MOUSE_TIMER_ID
Colin Harrison
1
-3
/
+3
2013-07-23
hw/xwin: Handle WM_MOUSEHWHEEL
Jon TURNEY
1
-1
/
+15
2013-07-23
hw/xwin: Map extra mouse buttons 1 and 2 to X buttons 8 and 9
Jon TURNEY
1
-2
/
+2
2013-07-23
hw/xwin: Change winTranslateKey() to return it's result as it's return value
Jon TURNEY
1
-2
/
+2
2013-07-23
hw/xwin: Improve WM_ENDSESSION handling using separate messaging window thread
Jon TURNEY
1
-1
/
+0
2013-05-02
hw/xwin: Fix unused-but-set-variable warning in winWindowProc()
Jon TURNEY
1
-2
/
+0
2012-11-27
hw/xwin: Don't spam MotionNotify events when the mouse hasn't moved
Colin Harrison
1
-2
/
+7
2012-07-16
hw/xwin: RANDR resize didn't occur when screen window was maximized or restored
Colin Harrison
1
-0
/
+7
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-1039
/
+990
2012-01-26
hw/xwin: Ignore WM_DISPLAYCHANGE messages with 0 bpp
Colin Harrison
1
-0
/
+4
2012-01-26
hw/xwin: Fix AltGr key sometimes firing an additional Ctrl-L key
Oliver Schmidt
1
-4
/
+4
2011-11-02
hw/xwin: Link directly to TrackMouseEvent()
Jon TURNEY
1
-2
/
+2
2011-01-19
Cygwin/X: DirectDraw engines shouldn't try to blit if the surface wasn't allo...
Jon TURNEY
1
-18
/
+2
2011-01-19
Cygwin/X: Deal with RANDR depth changes correctly in ShadowGDI drawing engine
Jon TURNEY
1
-41
/
+26
2011-01-19
Cygwin/X: Generate RANDR change on WM_DISPLAYCHANGE for rootless modes
Jon TURNEY
1
-32
/
+94
2011-01-19
Cygwin/X: Make WM_SIZE use RandR resizing when -resize=randr
Jon TURNEY
1
-5
/
+43
2011-01-19
Cygwin/X: Add -resize command line option
Jon TURNEY
1
-2
/
+2
2011-01-19
Cygwin/X: Remove an attempt at detecting if WM_DISPLAYCHANGE affects the X sc...
Jon TURNEY
1
-45
/
+25
2010-10-19
Cygwin/X: Move duplicate extern variable declarations from various .c files t...
Jon TURNEY
1
-11
/
+0
2010-10-19
Cygwin/X: Remove g_hwndKeyboardFocus
Jon TURNEY
1
-7
/
+0
2009-10-14
Cygwin/X: Avoid a potential null pointer dereference before input initialization
Jon TURNEY
1
-0
/
+4
2009-02-12
Cygwin/X: Place prototypes for winCheckKeyPressed() and winFixShiftKeys() in ...
Jon TURNEY
1
-4
/
+0
2009-02-02
Cygwin/X: Fix compilation for mandatory XKB
Jon TURNEY
1
-2
/
+1
2009-01-22
XKB: Make XKB mandatory
Daniel Stone
1
-4
/
+0
2008-12-17
Cygwin/X: enqueue a pointer motion event on mouse movement
Jon TURNEY
1
-5
/
+3
2008-12-17
Cygwin/X: update for MPX device changes
Jon TURNEY
1
-2
/
+2
2007-05-11
Missing piece from bug 9808
Colin Harrison
1
-2
/
+3
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
2006-06-03
Bug #6619: Fix disappearing hardware cursor. (Colin Harrison)
Daniel Stone
1
-3
/
+0
2006-03-03
https://bugs.freedesktop.org/show_bug.cgi?id=4538 Fix mouse button release
Alan Hourihane
1
-0
/
+18
2005-07-05
Fix simultanious presses of Left and Right Control and Shift keys.
Alexander Gottwald
1
-5
/
+26
2005-07-04
Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includes
Alexander Gottwald
1
-0
/
+3
2005-01-31
winmessages.h
Alexander Gottwald
1
-13
/
+3
2005-01-10
winkeybd.h
Alexander Gottwald
1
-2
/
+2
[next]