Alexander Gottwald
36780ba7c4
EnumDisplayMonitors is not available on Window NT4 and 95. Resolve the
...
function dynamicly
2004-12-14 14:49:08 +00:00
Alexander Gottwald
f93471e17e
Added support for placing the main window with the @<monitor#>. Patch by
...
Mark Fisher, small changes by Alexander Gottwald
2004-12-08 15:12:32 +00:00
Earle F. Philhower III
f88288515b
Optional position -screen parameter (-screen n WxH+X+Y or -screen n W H X
...
Y)
2004-12-05 05:04:26 +00:00
Alexander Gottwald
a19580051c
Add ETCX11DIR to DEFINES
...
Add entries from /etc/X11/font-dirs to default fontpath
2004-10-20 19:29:13 +00:00
Alexander Gottwald
696b137d58
Pull XORG-6_8_0 to CYGWIN branch
2004-09-15 16:34:16 +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
6874ff3ec6
check for text mounted /tmp and print a warning
2004-06-24 20:21:59 +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
Alexander Gottwald
2812ba5702
use winDebug and winErrorFVerb instead of ErrorF to respect -loglevel
2004-04-25 19:27:05 +00:00
Alexander Gottwald
87e0f99bd0
Document the -swcursor switch
2004-04-22 20:33:31 +00:00
Alexander Gottwald
f17a999693
--help and --version available
2004-04-17 19:34:19 +00:00
Alexander Gottwald
4ee077c887
fix segfault if LogInit fails
2004-04-13 18:48:06 +00:00
Alexander Gottwald
5e6309496d
Adjust link to FAQ
2004-04-12 17:26:59 +00:00
Alexander Gottwald
cb5729490b
document -logfile, -logverbose and -[no]keyhook [Bug 437] only document
...
-xkb* parameter if XKB is defined
2004-04-10 13:23:37 +00:00
Harold L Hunt II
1643a6490d
Make most functions static that can be static. Remove declarations for
...
functions used in only one place from win.h and put them in that single
file. Stop using WS_EX_TOPMOST for fullscreen windows. Stop manually
minimizing and restoring our window when using the ShadowGDI engine in
fullscreen mode. (Harold L Hunt II)
2004-04-10 06:18:29 +00:00
Harold L Hunt II
6e72967113
Implement a framework for hooking low-level windows key presses. Note: This
...
needs a little work still and it does nothing useful yet.
2004-04-03 05:01:21 +00:00
Harold L Hunt II
156275f574
Try to be cleaner about closing down the clipboard.
2004-03-29 16:32:37 +00:00
Alexander Gottwald
ce216f947d
merge with XORG-RELEASE-1-TM
2004-03-29 15:45:52 +00:00
Harold L Hunt II
1527162a67
Clean up tray icon better, close clipboard down better, try to prevent
...
hangs in clipboard integration manager, fix bug with atoms not being
created if they did not already exist, and move About... entry in the
tray icon menu.
2004-03-27 19:54:22 +00:00
Alexander Gottwald
4e92ef8812
merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE)
2004-03-17 20:32:08 +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
fa3f16246f
Print a logmessage that XF86Config is unsupported with pointer to
...
documentation (FAQ)
2004-03-08 13:41:17 +00:00
Harold L Hunt II
c7b5484cfe
Rename Rootless and PseudoRootless modes. Improve error reporting
...
information.
2004-03-03 02:57:00 +00:00
Harold L Hunt II
996a56afc6
Add proper command-line argument validation.
2004-03-02 20:00:16 +00:00
Harold L Hunt II
cb3bd448f9
Document -xkb* options in ddxUseMsg().
2004-03-02 16:34:55 +00:00
Harold L Hunt II
7a7cda621d
Make duplicate display check work with Terminal Services.
2004-03-02 05:11:57 +00:00
Harold L Hunt II
597e804296
Add popup messages to FatalError and ddxUseMsg, pointing user to
...
/tmp/XWin.log for more information.
2004-03-02 04:25:58 +00:00
Harold L Hunt II
978116d14c
Add enable/disable flags for MultiWindowExtWM mode. Fix bug for -help
...
message not being saved to log file.
2004-03-02 04:14:05 +00:00
Harold L Hunt II
a3d6794bb4
Oops, test call to glPixelStorei made it into InitOutput.c
2004-03-02 02:39:54 +00:00
Harold L Hunt II
28822b80da
Rename OsVendorReset to BeforeReset; rename corresponding build flag from
...
DDXOSRESET to DDXBEFORERESET. This is a better name since it is not on
the OS layer's scope, instead it is in the DIX layer's scope. Add
function prototype to include/dix.h.
2004-03-02 02:36:05 +00:00
Takuma Murakami
80367ac826
Avoid multiple instances running on the same display.
2004-03-01 03:54:42 +00:00
Harold L Hunt II
b23e391231
Fix bustage when DDXOSRESET is defined.
2004-02-28 08:54:32 +00:00
Harold L Hunt II
a465ec8957
Major restructuring of enable/disable flags. Clean up configuration files,
...
removing xfree86.cf and lots of cruft from cygwin.cf.
2004-02-28 08:29:05 +00:00
Harold L Hunt II
a6043b90d9
Add options to win.h, winclipboard.h, and winwindow.h to disable or enable
...
building of clipboard and multi-window support. Fix clipboard build
when UTF8 is not supported.
2004-02-27 19:39:45 +00:00
Harold L Hunt II
47fa03e091
Sync with XWin Server 4.3.0-42 release. Minor fixes to clipboard code to
...
hopefully fix some crashes. Cleanup of multi-window mode exit messages.
2004-01-16 21:26:36 +00:00
Harold L Hunt II
d0f8eb52b3
Sync with XWin Server 4.3.0-41 release. Lots of minor cleanups to enable
...
the code to build in the xserver tree (almost).
2004-01-15 06:06:44 +00:00
Harold L Hunt II
d1b62d8fe9
XWin Server - Sync with 4.3.0-40 release. Simplify setlocale() handling,
...
fix crashes in clipboard code, fix crash on startup when using
-clipboard and -multiwindow.
2004-01-13 01:08:37 +00:00
Harold L Hunt II
7ebf4c2e59
XWin Server - Sync with 4.3.0-37 release. Restructuring of clipboard X
...
event loop to handle failures properly.
2004-01-11 07:39:03 +00:00
Harold L Hunt II
04b40d6956
Synch with Cygwin/X release 4.3.0-34. Major clipboard rework. (Harold L
...
Hunt II).
2004-01-10 07:50:57 +00:00
Harold L Hunt II
b04a732074
Oops, forgot to remove functions in InitOutput.c that were moved to
...
winprocarg.c
2004-01-08 18:08:37 +00:00
Harold L Hunt II
cab39b481c
Synch with Cygwin/X release 4.3.0-33. Major clipboard rework. Start moving
...
functions out of InitOutput.c. Start referencing external globals only
in files that use them. Rework multi-window mode startup to prevent
some crashes and race conditions. (Harold L Hunt II, assisted on
clipboard work by Keith Packard)
2004-01-08 05:10:33 +00:00
Kensuke Matsuzaki
48a6514849
Add -pseudorootless option.
2003-12-27 00:15:01 +00:00
Harold L Hunt II
47b3490130
Rebrand Cygwin/XFree86 as Cygwin/X
2003-12-23 06:32:43 +00:00
Alexander Gottwald
1476c336de
Bind some messages to a loglevel other than 0. The default loglevel is 4,
...
so this change does not affect the default output, but -logverbose 0
will be less noisy if completely finished
2003-12-15 22:54:14 +00:00
Alexander Gottwald
6e47ed58a1
- transition from xoncygwin to xorg repository.
2003-12-09 01:37:16 +00:00
Harold L Hunt II
35e83daf20
Silence all warnings from ErrorF argument formats not matching in hw/xwin.
2003-12-02 06:52:01 +00:00
Kaleb Keithley
0097b6fe2d
merge latest (4.3.99.16) from XFree86 (vendor) branch
2003-11-26 22:49:07 +00:00
Kaleb Keithley
9508a382f8
Initial revision
2003-11-14 16:48:57 +00:00