Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-08-02 | Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are | Keith Packard | 1 | -0/+3 | |
regenerated after 'make clean' and to make parallel builds work right. | |||||
2005-07-05 | wrap fInternalWM with XWIN_MULTIWINDOWEXTWM | Alexander Gottwald | 1 | -1/+4 | |
2005-07-05 | Fix crash on server shutdown | Alexander Gottwald | 2 | -0/+15 | |
2005-07-05 | Fix simultanious presses of Left and Right Control and Shift keys. | Alexander Gottwald | 4 | -6/+71 | |
https://bugs.freedesktop.org/show_bug.cgi?id=3677 | |||||
2005-07-05 | Fix typo which broke window titles | Alexander Gottwald | 2 | -1/+6 | |
2005-07-05 | Fix problem with fake Control press on Alt-Gr | Alexander Gottwald | 4 | -8/+27 | |
https://bugs.freedesktop.org/show_bug.cgi?id=3680 https://bugs.freedesktop.org/show_bug.cgi?id=3497 Fix static declaration of winGetBaseDir | |||||
2005-07-05 | External windowmanagers could connect in multiwindow mode which lead to | Alexander Gottwald | 4 | -5/+36 | |
strange results with the internal windowmanager. | |||||
2005-07-04 | Build miinitext.c and fbcmap.c as DDX specific files | Alexander Gottwald | 1 | -0/+2 | |
Do not define _POSIX_SOURCE on cygwin. | |||||
2005-07-04 | Add XWin DDX, make Xorg DDX conditional Make XF86VidMode and XF86Misc | Alexander Gottwald | 1 | -0/+144 | |
conditional Add XWin DDX Added DDXTIME, DDXOSFATALERROR, DDXOSVERRORF and DDXBEFORERESET Added fbcmap.c Added miinitext.c Added -I$(top_srcdir)/Xext/extmod to INCLUDES | |||||
2005-07-04 | Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includes | Alexander Gottwald | 69 | -15/+258 | |
handling Warning fixes | |||||
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 2 | -2/+2 | |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 2 | -2/+2 | |
2005-06-30 | Pass serverClient instead of NULL to ConfigureWindow. This should fix a | Alexander Gottwald | 2 | -1/+7 | |
crash reported by Øyvind Harboe | |||||
2005-06-08 | Merge from CYGWIN Added layout "French (Canada)" as ca_enhanced Added Czech | Alexander Gottwald | 3 | -2/+14 | |
(QWERTY) layout Merge from CYGWIN Print error code if winStoreColorsShadowDDNL fails | |||||
2005-06-08 | Fix crash reported by Øyvind Harboe | Alexander Gottwald | 2 | -0/+10 | |
2005-06-03 | Backout last winRaiseWindow patch which caused stacking problems | Alexander Gottwald | 3 | -8/+7 | |
2005-05-25 | Workaround bug in pthread.h | Alexander Gottwald | 3 | -1/+11 | |
2005-05-08 | Only call ConfigureWindow from winRaiseWindow if the windows message | Alexander Gottwald | 3 | -1/+15 | |
dispatch loop is running. | |||||
2005-05-02 | Print correct logfile in FatalError messagesco_port_update-base | Alexander Gottwald | 2 | -2/+8 | |
2005-04-20 | Add missing space after -query hostname | Alexander Gottwald | 1 | -0/+1 | |
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 13 | -21/+21 | |
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. | |||||
2005-04-19 | Prevent recursive calls to winRaiseWindow. | Alexander Gottwald | 2 | -1/+10 | |
2005-04-11 | Added wizard page for clipboard selection and additional server parameters | Alexander Gottwald | 6 | -9/+65 | |
2005-04-06 | First import of xlaunch frontend for Xming | Alexander Gottwald | 22 | -0/+3479 | |
2005-03-10 | Force rebuilding of window stack if a window changes it's state from | Alexander Gottwald | 2 | -1/+23 | |
minimized. | |||||
2005-03-07 | Prevent winRaiseWindow from calling ConfigureWindow if the message was sent | Alexander Gottwald | 3 | -2/+23 | |
from within winDestroyWindowsWindow DestroyWindow send a WM_WINDOWPOSCHANGED to another window causing a restacking of all windows, even of the window which is just about to destroyed and whose structures may not be intact anymore. | |||||
2005-02-24 | on WM_WINDOWPOSCHANGED raise window directly and in sync without utilizing | Alexander Gottwald | 2 | -48/+24 | |
the async windowmanager thread. Fixes some restacking problems occuring which were timing dependent Do not raise the window on WM_ACTIVATE Removed unused code for WM_WINDOWPOSCHANGING ESC is debug key. Print status but do not abort processing the message | |||||
2005-02-12 | winmultiwindowwindow.c | Alexander Gottwald | 3 | -92/+52 | |
winmultiwindowwndproc.c Cleanup some message debugging | |||||
2005-02-12 | win.h | Alexander Gottwald | 11 | -87/+282 | |
winfont.c winmultiwindowshape.c winmultiwindowwindow.c winpfbdd.c winshaddd.c winshadddnl.c winshadgdi.c Fix incorrect wrapping of functions. Ensure the pointers from pScreen point to the called function even if wrapped functions changed it Set the window properties to NULL to avoid referencing freed memory because of timing problems after deleting a window Do not wrap ChangeWindowAttributes. All functions are noops currently | |||||
2005-02-12 | print window handle in message outout | Alexander Gottwald | 2 | -6/+14 | |
2005-02-08 | Updated fix for ABNT2 and HK_Toggle keys. | Alexander Gottwald | 3 | -3/+23 | |
2005-02-08 | Backout ABNT2 and HK_Toggle fix since it broke keys F1 and F4. | Alexander Gottwald | 3 | -4/+10 | |
2005-02-07 | Moved keyboard layout table to external file. | Alexander Gottwald | 3 | -40/+263 | |
2005-02-02 | Force ShowWindow if XWin was started via run.exe. Fixes mainwindow not | Alexander Gottwald | 2 | -3/+26 | |
showing bug | |||||
2005-01-31 | winmultiwindowwindow.c | Alexander Gottwald | 3 | -2/+73 | |
Create windows with SWP_NOACTIVATE flag (updated) (Kensuke Matsuzaki) Fixes for window ordering problem (updated) (Kensuke Matsuzaki) | |||||
2005-01-31 | Added hungarian keyboard layout. | Alexander Gottwald | 2 | -0/+16 | |
2005-01-31 | winmessages.h | Alexander Gottwald | 6 | -42/+45 | |
winmsg.h winmsg.c winmultiwindowwndproc.c winwin32rootlesswndproc.c Make logging of messages configurable with environment variables | |||||
2005-01-31 | resolve SHGetFolderPath dynamicly since it is not available on all Windows | Alexander Gottwald | 2 | -2/+38 | |
systems. | |||||
2005-01-12 | winmsg.c | Alexander Gottwald | 4 | -4/+22 | |
Introduce function winTrace which prints log message with verbosity 10 Use winTrace for 3 heavily called functions | |||||
2005-01-11 | Document the -silent-dup-error switch | Alexander Gottwald | 2 | -0/+8 | |
2005-01-11 | Do not grab ALT-TAB when window is in multiwindow mode | Alexander Gottwald | 2 | -2/+29 | |
2005-01-11 | Fix crash with not matching definitions of PATH_MAX | Alexander Gottwald | 2 | -1/+8 | |
2005-01-10 | winkeybd.h | Alexander Gottwald | 3 | -4/+11 | |
Adjust keysyms for Hiragana_Katakana toggle and backslash/underscore on Japanese and ABNT2 keyboards | |||||
2005-01-10 | winkeybd.h | Alexander Gottwald | 4 | -8/+15 | |
winkeyhook.c Make keyhook feature work in multiwindowmode too Hook windows keys | |||||
2005-01-08 | Fix a possible null-pointer dereference (Keishi Suenaga) | Alexander Gottwald | 2 | -2/+10 | |
2005-01-06 | Imakefile | Alexander Gottwald | 2 | -2/+3 | |
InitOutput.c XWin.rc winerror.c wintrayicon.c winvideo.c winshaddd.c Set PROJECT_NAME in Imakefile to create alternative window titles for Cygwin/X and Xming | |||||
2005-01-06 | Imakefile | Alexander Gottwald | 7 | -18/+33 | |
InitOutput.c XWin.rc winerror.c wintrayicon.c winvideo.c Set PROJECT_NAME in Imakefile to create alternative window titles for Cygwin/X and Xming | |||||
2005-01-06 | Fix crash with non-nullterminated strings (reported by Øyvind Harboe) | Alexander Gottwald | 3 | -6/+16 | |
2004-12-15 | latest changes from CYGWIN | Alexander Gottwald | 3 | -15/+61 | |
2004-12-08 | import changes from CYGWIN branch | Alexander Gottwald | 6 | -6/+194 | |