Commit graph

115 commits

Author SHA1 Message Date
Earle F. Philhower III
4ece133679 Convert "About..." hyperlink buttons to show as hyperlinks 2004-03-27 06:49:07 +00:00
Harold L Hunt II
6c3be4819b Correct copyright on any file where I was listed as the single author.
Since I was listed as the sole author and I have never had a copyright
    assignment form on file with The XFree86 Project, Inc. it is not
    possible that they would hold the copyright on these files.
2004-03-26 20:39:17 +00:00
Harold L Hunt II
5d37ed9a85 Correct copyright on winclip.c, which contains a single dummy function that
I wrote. I was listed as the sole author and I have never had a
    copyright assignment form on file with The XFree86 Project, Inc., so it
    is not possible that they would hold the copyright on this file.
2004-03-26 20:11:08 +00:00
Harold L Hunt II
cdfb0d5921 Correct copyright on the Shadow GDI file. I was listed as the sole author
and I have never had a copyright assignment form on file with The
    XFree86 Project, Inc., so it is not possible that they would hold the
    copyright on this file.
2004-03-26 20:07:03 +00:00
Harold L Hunt II
2e44c6e13b Correct copyright on the clipboard files. I was listed as the sole author
and I have never had a copyright assignment form on file with The
    XFree86 Project, Inc., so it is not possible that they would hold the
    copyright on these files.
2004-03-26 19:45:21 +00:00
Earle F. Philhower III
eac64dc50d Use BitsPerPixel() to calculate pixel stride, handle non-packed modes 2004-03-26 16:05:51 +00:00
Harold L Hunt II
9cf9f37f49 Add an About dialog box to the tray icon menu, complete with links to our
local change log, and documentation on our website.
2004-03-26 03:21:41 +00:00
Harold L Hunt II
931ec8699b Use Michael Bax's boxed X icon. 2004-03-26 03:21:02 +00:00
Takuma Murakami
40bb4441ac Remove fAlwaysOnTop and PreserveWin32Stack() instead of reinstating
winReorderWindowsMultiWindow(), which now inhibits reentries to avoid
    infinite restacking. Call winReorderWindowsMultiWindow() in appropriate
    places to keep consistent window Z order even if always-on-top windows
    are mixed. (Earle F. Philhower III and Takuma Murakami)
2004-03-25 12:43:39 +00:00
Harold L Hunt II
bc966c4f19 Use PixmapBytePad to calculate length of icon line that miGetImage will
return to fix memory overrun (Fabrizio Gennari).
2004-03-24 00:45:53 +00:00
Earle F. Philhower III
3a531cb253 Use case-insensitive flex instead of manually escaping tokens, be sure to
do a make Makefile before compiling to get new flex commandline.
2004-03-20 07:25:47 +00:00
Alexander Gottwald
b062f2bda1 fix build error from "Show Root window" 2004-03-19 13:21:19 +00:00
Earle F. Philhower III
725de2d892 Always-on-top mods: fix popup menus over AOT windows, AOTs not
disappearing, normal windows appearing over AOTs
2004-03-19 07:39:19 +00:00
Earle F. Philhower III
a6b96d2226 Exit dialog gets top of Z order, otherwise can be hidden by X apps 2004-03-19 07:35:45 +00:00
Harold L Hunt II
17d9e227c0 Change Show/Hide Root Window menu items to a single item with a check box. 2004-03-19 07:25:02 +00:00
Earle F. Philhower III
c7a2f012a8 Remove debug dump of trayicon name 2004-03-19 04:22:46 +00:00
Harold L Hunt II
da8c4cbf39 Add Jehan Bing's test_icon9 2004-03-18 20:55:31 +00:00
Earle F. Philhower III
559610b8a2 Fix window cascading to not affect popups or menus 2004-03-18 16:17:57 +00:00
Alexander Gottwald
78cc1a5768 Fix for the Root Window 100% CPU bug use lParam in
winRedrawAllProcShadowGDI as indicator which window initiated the call
    since EnumerateThreadWindows is called from WM_PAINT handler too and
    invalidates the fresh painted window right after painting it.
2004-03-18 15:46:03 +00:00
Alexander Gottwald
8c0cd35c88 reset variable s after each step. fixes bug where the argument to
-xkblayout applied also to -xkbvariant and -xkboptions
2004-03-17 20:44:36 +00:00
Alexander Gottwald
4e92ef8812 merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE) 2004-03-17 20:32:08 +00:00
Harold L Hunt II
b8b1e933cc Enable processing of some keyboard options even when XF86Config support is
disabled. (Harold L Hunt II)
2004-03-17 20:06:56 +00:00
Alexander Gottwald
5e50290259 Another belgian layout. this is from the dutch language setting. 2004-03-17 19:13:09 +00:00
Harold L Hunt II
0dee23cb41 Add keymap and keynames headers to remove dependence on hw/xfree86
directory.
2004-03-15 04:33:23 +00:00
Alexander Gottwald
c445a5bc45 removed the id tags again 2004-03-14 19:32:45 +00:00
Alexander Gottwald
53d5b245f8 author information added some documentation also return the HRGN in
winGetWindowInfo
2004-03-14 19:28:31 +00:00
Earle F. Philhower III
9f02cb698d Cascade Win32 windows when -geometry is not specified, using CW_USEDEFAULT,
instead of always creating at X(0,0)
2004-03-14 18:44:02 +00:00
Takuma Murakami
8784a117a7 Make winRestackWindowMultiWindow empty (except calling the wrapped
function).
2004-03-14 16:30:45 +00:00
Alexander Gottwald
bd3da291cc support multiwindow mode (harold pointed me to the correct structures) 2004-03-14 15:27:16 +00:00
Earle F. Philhower III
42cb5a5be8 Added "TRAYICON" parsing to .xwinrc Added "<file>.dll,nnn" icon extraction
to take icons from compiled DLL or EXEs Added ",nnn" icon extraction to
    take icons compiled into XWin.exe Fixed ICONDIRECTORY no longer
    appended to icon path if it is fully qualified
2004-03-14 02:36:11 +00:00
Alexander Gottwald
61e6b0ec76 - more debugging output 2004-03-13 19:44:02 +00:00
Takuma Murakami
060f77ae59 Remove fRestacking and fWindowOrderChanged cache variables and
winReorderWindowsMultiWindow function from multiwindow mode. This
    function was called around 100 times per second. Now the ordering task
    is done in winTopLevelWindowProc/WM_ACTIVATE handler in event driven
    manner. Stop propagating WM_ACTIVATEAPP messages to the root window.
    Simplify winRedrawAllProcShadowGDI.
2004-03-13 13:58:54 +00:00
Alexander Gottwald
3b689c0530 added function to query windowposition and handles from GL/windows 2004-03-12 21:05:47 +00:00
Harold L Hunt II
e76ffe7c29 Update the boxed icon with Benjamin Riefenstahl's latest (2003/09/15). 2004-03-12 18:34:56 +00:00
Kensuke Matsuzaki
db3a40a7e8 When explorer is restarted, readd tasktray icon. 2004-03-12 07:31:13 +00:00
Harold L Hunt II
d0fd0e6ae4 Add new default icon, move boxed icon to 2nd icon in file. 2004-03-12 01:11:23 +00:00
Harold L Hunt II
a756277aed Fix some error message end of lines. 2004-03-11 20:48:07 +00:00
Harold L Hunt II
cc2317ee91 Display warning message if user uses -xf86config or -keyboard parameters
when they are unsupported.
2004-03-09 23:33:21 +00:00
Takuma Murakami
b9e4071433 Replace all calls to EnumWindows by EnumThreadWindows since we need to
manipulate only Cygwin/X windows, which are in the same thread.
2004-03-09 15:41:32 +00:00
Harold L Hunt II
83e4b95234 Fix crash on startup, build warning, and close an opened registry key. 2004-03-09 00:24:08 +00:00
Alexander Gottwald
4dc5c1f109 fix typos found by takuma 2004-03-08 17:19:51 +00:00
Alexander Gottwald
389d640338 print the keyboardlayout name supplied from windows if it was not found.
This makes it easier for me to add those layouts.
2004-03-08 17:12:12 +00:00
Alexander Gottwald
fa3f16246f Print a logmessage that XF86Config is unsupported with pointer to
documentation (FAQ)
2004-03-08 13:41:17 +00:00
Takuma Murakami
390f0c94e3 Restrict multiwindow redrawing region to the intersection between the
smallest bounding rectangle of damaged areas and each Windows window.
    Compare process IDs instead of class names to determine whether a
    window is a Cygwin/X window or not.
2004-03-08 09:27:24 +00:00
Takuma Murakami
1279041de1 Revert the previous change due to server crashes. 2004-03-07 08:11:28 +00:00
Takuma Murakami
7554a68461 Call winReorderWindowMultiWindow from winTopLevelWindowProc/WM_SETFOCUS
handler instead of winBlockHandler. Because it is an optimization, it
    should not change visible behaviour while performance and simplicity
    are improved.
2004-03-06 08:43:55 +00:00
Takuma Murakami
3da304bf5d Fix window adjustment on multiple monitors. 2004-03-03 10:31:58 +00:00
Harold L Hunt II
4b720d50de Prevent the vendor information from printing twice. 2004-03-03 04:39:48 +00:00
Harold L Hunt II
0c4329a8c4 Try to close the clipboard if it is open before we try to open it. 2004-03-03 03:08:59 +00:00
Harold L Hunt II
c7b5484cfe Rename Rootless and PseudoRootless modes. Improve error reporting
information.
2004-03-03 02:57:00 +00:00