Commit graph

444 commits

Author SHA1 Message Date
Kensuke Matsuzaki
a6098447e9 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-08-03 03:56:41 +00:00
Alexander Gottwald
ad1e037b28 Bind to the -from address with port number 0. Allows multiple instances of
the xserver to use the same interface for sending data.
2004-07-19 17:10:23 +00:00
Alexander Gottwald
6b0c6c05b5 rename g_fUseMsg to g_fSilentFatalError added commandline option
-silent-dup-error to allow silent termination if another instance of
    XWin was found running
2004-07-09 12:11:31 +00:00
Alexander Gottwald
1952d10fe7 Add entry for irish layout (ie) 2004-07-09 12:08:58 +00:00
Alexander Gottwald
e3bb6f85bd Formatting changes 2004-07-09 12:01:48 +00:00
Alexander Gottwald
fdf9f8b63e Add entry for us layout. This changes not much but removes a strange error
message about the unknown us layout.
2004-06-27 20:31:10 +00:00
Alexander Gottwald
94194d2773 Fix path to locally installed changelog for the About dialog box. 2004-06-25 09:37:30 +00:00
Alexander Gottwald
0780c4f748 Fxi typo: commit was in June, not March 2004-06-25 09:27:24 +00:00
Alexander Gottwald
eac9401926 Check for textmode mounted /tmp and print a warning 2004-06-25 09:23:30 +00:00
Alexander Gottwald
6874ff3ec6 check for text mounted /tmp and print a warning 2004-06-24 20:21:59 +00:00
Harold L Hunt II
4b3209ede1 Fix path to locally installed changelog for the About dialog box. 2004-06-15 06:52:27 +00:00
Alexander Gottwald
ba6b8fe98f Create a HWND if none created before returning window handle to GL layer 2004-05-27 13:57:15 +00:00
Alexander Gottwald
9afe489dff Make debug conditionals definable in Makefiles 2004-05-27 13:49:40 +00:00
Kensuke Matsuzaki
291d2f8e98 Replace ErrorF with winDebug in all CYGDEBUG sections. Fix compile error. 2004-05-25 15:49:39 +00:00
Alexander Gottwald
651822270c Support small icons for winOverrideDefaultIcon too. 2004-05-19 21:03:58 +00:00
Alexander Gottwald
c3dd97f5ca fix usage of CYGEBUG conditional 2004-05-19 20:55:28 +00:00
Alexander Gottwald
5435bdb071 move common icon handling code to winmultiwindowicons.c set small icon for
window too
2004-05-19 20:52:14 +00:00
Alexander Gottwald
8bb17116d8 Check if g_fSoftwareCursor is set before calling ShowCursor. 2004-05-17 12:33:34 +00:00
Alexander Gottwald
b12a573ac0 Adjust the Changelog entry to follow the GNU standards. 2004-05-09 16:27:39 +00:00
Alexander Gottwald
35f4f784c2 Fix clipboard crashes and silent quits while copying or pasting after using
another Windows application which utilizes the clipboard chain (Dan
    Wilks)
2004-05-09 16:20:13 +00:00
Alexander Gottwald
5594a38b9e fix japnese jp106 layout. reported by takuma and Munehiro (haro) Matsuda 2004-05-03 10:15:51 +00:00
Alexander Gottwald
c37f07f5a5 silence warning about winDebug. winmsg.h and win.h can not be included
because of conflicting symbol names
2004-04-30 12:56:37 +00:00
Alexander Gottwald
810e872c13 - print message information WindowProc functions if CYGDEBUG is enabled
- move window to top if WM_WINDOWPOSCHANGING without NOZORDER is received
2004-04-30 12:48:56 +00:00
Alexander Gottwald
b37daa2ae8 Replace ErrorF with winDebug in all CYGDEBUG sections 2004-04-30 08:30:58 +00:00
Alexander Gottwald
fc12fd465d Remove warning about weired biHeight signedness. This has never been a
problem in the last two years
2004-04-29 21:06:48 +00:00
Alexander Gottwald
e61d4c41c4 fix wrong color depths for wine 2004-04-29 21:00:17 +00:00
Alexander Gottwald
2ef4fc498b make shadow GDI work with wine 2004-04-29 20:20:09 +00:00
Alexander Gottwald
8a073b2292 simplify use of winW32Error function 2004-04-29 20:13:31 +00:00
Alexander Gottwald
2fcb025e5e disable extensive cursor debug-logging. if a problem arises it can be
easily switched on again.
2004-04-28 17:49:45 +00:00
Earle F. Philhower III
dd56920e65 Always free the bitmaps from GetIconInfo 2004-04-28 01:20:05 +00:00
Alexander Gottwald
4b7bde21a6 fix severe GDI leak. GetIconInfo allocated new bitmaps which were never
deleted
2004-04-27 18:07:58 +00:00
Alexander Gottwald
9a6e22ebfb new function winW32Error which prints the error string with FormatMessage 2004-04-27 18:07:15 +00:00
Alexander Gottwald
11fb48f463 let the number-of-client display show at least 0 clients 2004-04-27 15:48:25 +00:00
Alexander Gottwald
588b02614d if CreateIconIndirect creates an icon instead of a cursor, try it again
with icon mask and color bitmap.
2004-04-27 09:17:22 +00:00
Earle F. Philhower III
abb7579cf9 Fix color cursor on non-XP systems (use compatible bitmap, not DIB, for
cursor creation)
2004-04-27 08:18:03 +00:00
Alexander Gottwald
23bc1c08dc some code cleanup and documentation 2004-04-26 23:11:27 +00:00
Alexander Gottwald
fcb4a5e461 CreateIconIndirect sometimes creates an Icon instead of an Cursor. This
breaks the hotspot and makes the cursor unusable. Discard the garbled
    cursor and revert to simple b&w cursor.
2004-04-26 23:02:26 +00:00
Alexander Gottwald
90c19ed97c Backout last change. It was broken. 2004-04-26 19:53:49 +00:00
Alexander Gottwald
4ac3b83771 set s_fCBCInitialized to TRUE after clipboard chain has been updated. This
silences the repeated WM_DRAWCLIPBOARD - Initializing message
2004-04-26 12:57:07 +00:00
Alexander Gottwald
962f3cbed8 Set the logfile verbosity too. this silences a lot of debug messages in the
logfile
2004-04-26 12:50:59 +00:00
Harold L Hunt II
9263d80b5c Silence repeated messages from the clipboard subsystem. 2004-04-26 12:27:41 +00:00
Harold L Hunt II
e8836763ed winReallySetCursor was empty and not needed. 2004-04-26 04:46:24 +00:00
Harold L Hunt II
3e54b792e1 Include winmsg.h to silence warnings about undeclared functions. 2004-04-26 04:38:17 +00:00
Earle F. Philhower III
b9842739d9 Added 32bpp (alpha+RGB) cursor support in true color modes. 2004-04-26 04:32:05 +00:00
Alexander Gottwald
2812ba5702 use winDebug and winErrorFVerb instead of ErrorF to respect -loglevel 2004-04-25 19:27:05 +00:00
Earle F. Philhower III
9db9f7069a Add color cursor support for hicolor and truecolor modes. 2004-04-25 16:13:44 +00:00
Earle F. Philhower III
5611fec990 Fix typo in function names (Mutli->Multi) 2004-04-25 15:58:47 +00:00
Earle F. Philhower III
7a14de0bf6 Don't set the HW cursor unless the mouse is in client area 2004-04-24 07:41:12 +00:00
Earle F. Philhower III
79449bff2d Fix typo in error message 2004-04-24 07:38:43 +00:00
Harold L Hunt II
5228ce0353 Fix - Occasional Paste Problem. (Dan Wilks @ Intuit) 2004-04-23 18:17:29 +00:00