summaryrefslogtreecommitdiff
path: root/hw/xwin/ChangeLog
blob: e87adda6c9666f895d2e39f0a75fcfab487e6a75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
2004-08-02  Kensuke Matsuzaki

	* winclipboardthread.c winclipboardwndproc.c: 
	* winclipboardxevents.c winwin32rootlesswndproc.c:
	Fix the bug that we can't copy & paste multi-byte string to
	Unicode-base Windows application.  Rename fUnicodeSupport to
	fUseUnicode, because it don't mean wheather Windows support
	Unicode or not.
	
2004-07-09  Alexander Gottwald  <ago@freedesktop.org>

	* winconfig.c: Add entry for irish layout (ie)
	* InitOutput.c, winerror.c, winglobals.c: rename g_fUseMsg to 
	g_fSilentFatalError
	* InitOutput.c, winglobals.c, winprocarg.c: added commandline option 
	-silent-dup-error to allow silent termination if another instance of
	XWin was found running

2004-06-27  Alexander Gottwald  <ago@freedesktop.org>

	* winconfig.c: Add entry for us layout. This changes not much but 
	removes a strange error message about the unknown us layout. 

2004-06-24  Alexander Gottwald  <ago@freedesktop.org>

	* InitOutput.c: Check for textmode mounted /tmp and print a warning

2004-06-15  Harold Hunt  <huntharo@msu.edu>

	* windialogs.c: Fix path to locally installed changelog for the About 
	dialog box.

2004-05-27  Alexander Gottwald  <ago@freedesktop.org>

	* winpriv.c: Create win32 window if not already created
	* winmultiwindowwindow.c: Export winCreateWindowWindow

2004-05-27  Alexander Gottwald  <ago@freedesktop.org>

	* win.h: Allow CYGDEBUG to defined in the Makefile
	* winwindow.h: Allow CYGWINDOWING_DEBUG to defined in the Makefile

2004-05-19  Alexander Gottwald  <ago@freedesktop.org>
	
	* winmultiwindowicons.c (winInitGlobalIcons): Load the small default
	icon too
	* winprefs.h, winprefs.c (winOverrideDefaultIcon): Takes the iconsize
	as parameter

2004-05-19  Alexander Gottwald  <ago@freedesktop.org>

	* win.h, winmultiwindowicons.c (winXIconToHICON): Takes iconsize
	as parameter 
	* winglobals.c, winmultiwindowicons.c: Rename g_hiconX to g_hIconX.
	Added new variable g_hSmallIconX for 16x16 icon.
	* winwindow.h, winmultiwindowicons.c (winInitGlobalIcons): Inits the 
	global g_hIconX handles.
	* winwindow.h, winmultiwindowicons.c (winDestroyIcon): Free the icon
	without messing with the global icon handle. 
	* winmultiwindowicons.c (winSelectIcons): Generate a custom icon from
	window settigns or set them to globals.
	* winmultiwindowshape.c, winmultiwindowwindow.c, winwin32rootless.c,
	  winwin32rootlesswindow.c, winwin32rootlesswndproc.c: Remove 
	declaration of g_hiconX;
	* winmultiwindowwindow.c (winCreateWindowsWindow),
	  winwin32rootless.c (winMWExtWMCreateFrame): Use winSelectIcons 
	to get the window icons. Set the small icon too.
	* winmultiwindowwindow.c (winDestroyWindowsWindow),
	  winmultiwindowicons.c (winUpdateIcon), 
	  winprefs.c (ReloadEnumWindowsProc),
	  winwin32rootlesswindow.c (winMWExtWMUpdateIcon),
	  winwin32rootless.c (winMWExtWMDestroyFrame): Use winDestroyIcon
	to free the icon without destroying the global icon.  
	  
2004-05-17  Alexander Gottwald  <ago@freedesktop.org>

	* windialogs.c (winExitDlgProc, winAboutDlgProc),
	  winmultiwindowwndproc.c (winTopLevelWindowProc),
	  winwndproc.c (winWindowProc): Check if g_fSoftwareCursor is set 
	before calling ShowCursor.  

2004-05-09  Dan Wilks  <Dan_Wilks@intuit.com>
    
	* winclipboard.h: Add extern prototypes for winDebug, winErrorFVerb
	copied from winmsg.h.
	* winclipboardinit.c (winFixClipboardChain): Post rather than send the
	reinit message to the clipboard window.  Sending the message caused,
	or possibly just exacerbated an existing, race condition that would
	cause the X server to hang when coming back from a remote desktop
	session.
	* winclipboardwndproc.c (winProcessXEventsTimeout): switch to new
	logging api's.
	* winclipboardwindproc.c (winClipboardWindowProc): switch to new 
	logging api's.  Add some additional debug logging.  Make best effort 
	to prevent our window appearing twice in the clipboard chain.  Also 
	detect loops when they occur and try to behave in a reasonable way.

# vim:ts=8:noexpandtab