- winwin32rootless.c, winprefs.c, winmultiwindowwndproc.c,
winmultiwindowwindow.c - LoadImage() g_hiconX because it is
DestroyIcon()d cannot use LoadIcon(). Fix off-by-one class naming
problem. More error checking on icon and menu creation. (Earle
F. Philhower III)
- winwin32rootless.c, winwin32rootlesswindow.c - Fix debug
message. Fix GDI leak because of off-by-one class naming problem and
DeleteObject instead of DestroyIcon. (Kensuke Matsuzaki)
- winmultiwindowicons.c - Apply Kensuke's GDI leak fix
[DeleteObject(icon)->DestroyIcon(icon)]. (Earle F. Philhower
III)
- XWinrc.man - Added TRAYICON, SILENTEXIT, icon file reading info,
and a small example. Still needs work but has all keywords
present. (Earle F. Philhower III)
- InitOutput.c, winglobals.c, winprocarg.c - Make --help and
--version available. (Alexander Gottwald)
- winmultiwindowwindow.c - Explicitly reset the system menu to
WS_POPUP when creating. (Earle F. Philhower III)
- General (xorg-x11-etc) - Bugzilla #533: fix slash/questionmark key
for abnt2 keyboard. (Alexander Gottwald)
- winglobals.c - Set default loglevel to 2. (Alexander
Gottwald)
- win.h, wincursor.c - Enable hardware (== Windows) cursor for all
display modes. (Alexander Gottwald)
- winglobals.c, winprocarg.c, winscrinit.c - Add commandline option
to enable software cursor. Use winDebug and winErrorFVerb instead of
ErrorF to set explicit loglevels. (Alexander Gottwald)
- winvalargs.c, winengine.c - Use winDebug and winErrorFVerb instead
of ErrorF to set explicit loglevels. (Alexander Gottwald)
- Xserver/GL/windows[Imakefile, glwindows.h, indirect.c,
wincursor.c] - Removed code for hardware cursor since it's now in
hw/xwin. (Alexander Gottwald)
- InitOutput.c, XWin.man - Document the -swcursor switch.
(Alexander Gottwald)
- Imakefile, win.h, wincursor.c, winmultiwindowwndproc.c, winpriv.c,
winscrinit.c, winwin32rootlesswndproc.c, winwin32rootlesscursor.c -
MWExtWM uses common hardware(windows) cursor code too, and
winwin32rootlesscursor.c is removed. Clean up unused variables.
Modify comment(winMWExtWM* -> win*). Fix the problem that cursor
doesn't change when cursor move in a window. (Kensuke Matsuzaki)
- winvalargs.c - Allow screen combinations with 'XWin -query host
-screen 0 -screen 1 -multiwindow'. This gives an Xdmcp session and a
second screen where I can display single windows. (Alexander
Gottwald)
- XWin.man - Fix typo. (Rodrigo Medina)
- XWin.man, XWinrc.man - Fix spacing after sentences (use standard
two-spaces after period). (Harold L Hunt II)
- win.h - Add prototype for winFixClipboardChain. (Dan Wilks)
- winclipboard.h - Add definition WM_WM_REINIT a private windows
message that the clipboard window uses to reinitialize the clipboard
viewer chain. (Dan Wilks)
- winwndproc.c/winWindowProc - Call winFixClipboardChain on
application activation/deactivation to ensure that XWin is still in
the clipboard chain. (Dan Wilks)
- winclipboardinit.c - Added references to g_fClipboard and
g_hwndClipboard for winFixClipboardChain to use.
(winFixClipboardChain): New function. Ensures that XWin is still in
the Windows clipboard chain if we're using the internal clipboard.
(Dan Wilks)
- winclipboardwndproc.c/winClipboardWindowProc - Process
WM_WM_REINIT and force ourselves back into the clipboard chain. (Dan
Wilks)
|