summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Collapse)AuthorFilesLines
2006-03-03https://bugs.freedesktop.org/show_bug.cgi?id=4341 Make Xming error messagesAlan Hourihane2-1/+31
more meaningful.
2006-03-03https://bugs.freedesktop.org/show_bug.cgi?id=4538 Fix mouse button releaseAlan Hourihane3-0/+32
on multiwindows scrolling.
2006-03-03https://bugs.freedesktop.org/show_bug.cgi?id=5138 Check for NULL pointerAlan Hourihane3-4/+12
2005-12-26Bug #4190: Add a rule for 'make relink' since automake sucks.Adam Jackson1-0/+3
2005-11-13Bug #5019 <https://bugs.freedesktop.org/show_bug.cgi?id=5019> xserverAlan Coopersmith1-1/+1
installs manpages into 'man1' instead of 'man1x'
2005-10-07Add darwin to distKevin E Martin1-0/+44
Include missing docs in EXTRA_DIST Include headers and other files in dist
2005-08-30programs/Xserver/hw/xwin/winmultiwindowshape.c Fix off by one error (ColinAlan Hourihane1-8/+8
Harrison)
2005-08-02Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they areKeith Packard1-0/+3
regenerated after 'make clean' and to make parallel builds work right.
2005-07-05wrap fInternalWM with XWIN_MULTIWINDOWEXTWMAlexander Gottwald1-1/+4
2005-07-05Fix crash on server shutdownAlexander Gottwald2-0/+15
2005-07-05Fix simultanious presses of Left and Right Control and Shift keys.Alexander Gottwald4-6/+71
https://bugs.freedesktop.org/show_bug.cgi?id=3677
2005-07-05Fix typo which broke window titlesAlexander Gottwald2-1/+6
2005-07-05Fix problem with fake Control press on Alt-GrAlexander Gottwald4-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-05External windowmanagers could connect in multiwindow mode which lead toAlexander Gottwald4-5/+36
strange results with the internal windowmanager.
2005-07-04Build miinitext.c and fbcmap.c as DDX specific filesAlexander Gottwald1-0/+2
Do not define _POSIX_SOURCE on cygwin.
2005-07-04Add XWin DDX, make Xorg DDX conditional Make XF86VidMode and XF86MiscAlexander Gottwald1-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-04Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includesAlexander Gottwald69-15/+258
handling Warning fixes
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone2-2/+2
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone2-2/+2
2005-06-30Pass serverClient instead of NULL to ConfigureWindow. This should fix aAlexander Gottwald2-1/+7
crash reported by Øyvind Harboe
2005-06-08Merge from CYGWIN Added layout "French (Canada)" as ca_enhanced Added CzechAlexander Gottwald3-2/+14
(QWERTY) layout Merge from CYGWIN Print error code if winStoreColorsShadowDDNL fails
2005-06-08Fix crash reported by Øyvind HarboeAlexander Gottwald2-0/+10
2005-06-03Backout last winRaiseWindow patch which caused stacking problemsAlexander Gottwald3-8/+7
2005-05-25Workaround bug in pthread.hAlexander Gottwald3-1/+11
2005-05-08Only call ConfigureWindow from winRaiseWindow if the windows messageAlexander Gottwald3-1/+15
dispatch loop is running.
2005-05-02Print correct logfile in FatalError messagesco_port_update-baseAlexander Gottwald2-2/+8
2005-04-20Add missing space after -query hostnameAlexander Gottwald1-0/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone13-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-19Prevent recursive calls to winRaiseWindow.Alexander Gottwald2-1/+10
2005-04-11Added wizard page for clipboard selection and additional server parametersAlexander Gottwald6-9/+65
2005-04-06First import of xlaunch frontend for XmingAlexander Gottwald22-0/+3479
2005-03-10Force rebuilding of window stack if a window changes it's state fromAlexander Gottwald2-1/+23
minimized.
2005-03-07Prevent winRaiseWindow from calling ConfigureWindow if the message was sentAlexander Gottwald3-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-24on WM_WINDOWPOSCHANGED raise window directly and in sync without utilizingAlexander Gottwald2-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-12winmultiwindowwindow.cAlexander Gottwald3-92/+52
winmultiwindowwndproc.c Cleanup some message debugging
2005-02-12win.hAlexander Gottwald11-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-12print window handle in message outoutAlexander Gottwald2-6/+14
2005-02-08Updated fix for ABNT2 and HK_Toggle keys.Alexander Gottwald3-3/+23
2005-02-08Backout ABNT2 and HK_Toggle fix since it broke keys F1 and F4.Alexander Gottwald3-4/+10
2005-02-07Moved keyboard layout table to external file.Alexander Gottwald3-40/+263
2005-02-02Force ShowWindow if XWin was started via run.exe. Fixes mainwindow notAlexander Gottwald2-3/+26
showing bug
2005-01-31winmultiwindowwindow.cAlexander Gottwald3-2/+73
Create windows with SWP_NOACTIVATE flag (updated) (Kensuke Matsuzaki) Fixes for window ordering problem (updated) (Kensuke Matsuzaki)
2005-01-31Added hungarian keyboard layout.Alexander Gottwald2-0/+16
2005-01-31winmessages.hAlexander Gottwald6-42/+45
winmsg.h winmsg.c winmultiwindowwndproc.c winwin32rootlesswndproc.c Make logging of messages configurable with environment variables
2005-01-31resolve SHGetFolderPath dynamicly since it is not available on all WindowsAlexander Gottwald2-2/+38
systems.
2005-01-12winmsg.cAlexander Gottwald4-4/+22
Introduce function winTrace which prints log message with verbosity 10 Use winTrace for 3 heavily called functions
2005-01-11Document the -silent-dup-error switchAlexander Gottwald2-0/+8
2005-01-11Do not grab ALT-TAB when window is in multiwindow modeAlexander Gottwald2-2/+29
2005-01-11Fix crash with not matching definitions of PATH_MAXAlexander Gottwald2-1/+8
2005-01-10winkeybd.hAlexander Gottwald3-4/+11
Adjust keysyms for Hiragana_Katakana toggle and backslash/underscore on Japanese and ABNT2 keyboards