Torrey Lyons [Sat, 16 Apr 2005 00:21:21 +0000 (00:21 +0000)]
Fix cases in Darwin build where a variable is declared static and later as
extern (XFree86 Bug #1576, Jordan Frank).
Roland Mainz [Fri, 15 Apr 2005 23:34:39 +0000 (23:34 +0000)]
//bugs.freedesktop.org/show_bug.cgi?id=2885) attachment #2434
(https://bugs.freedesktop.org/attachment.cgi?id=2434) Fix Solaris build
bustage caused by namespace collision between symbols defined in
<sys/kbd.h> and those in "xf86_OSlib.h". Patch by Alan Coopersmith
<alan.coopersmith@sun.com>.
Adam Jackson [Fri, 15 Apr 2005 00:18:58 +0000 (00:18 +0000)]
Bug #2141: Rework misleading warning message when APM support is
unavailable.
Adam Jackson [Thu, 14 Apr 2005 17:51:51 +0000 (17:51 +0000)]
Bug #3025: gcc4 build fix.
David Reveman [Wed, 13 Apr 2005 14:27:47 +0000 (14:27 +0000)]
Add GLX code to Xgl
Roland Mainz [Wed, 13 Apr 2005 00:05:37 +0000 (00:05 +0000)]
//bugs.freedesktop.org/show_bug.cgi?id=3001) attachment #2404
(https://bugs.freedesktop.org/attachment.cgi?id=2404) Improve rendering
performance when glXSwapBuffers()| or |XPutImage()| are called for the
PostScript DDX via optimizing the codepath around
|PsOut_OutImageBytes()|. Patch by Simon Toedt <simon.toedt@gmail.com>
and Roland Mainz <roland.mainz@nrubsig.org>.
Alan Hourihane [Mon, 11 Apr 2005 11:06:21 +0000 (11:06 +0000)]
update static file from pci.ids
Alan Hourihane [Mon, 11 Apr 2005 10:57:33 +0000 (10:57 +0000)]
import latest pci.ids file
Egbert Eich [Mon, 11 Apr 2005 10:54:13 +0000 (10:54 +0000)]
Reenable BackingStore in Xvfb.
Alexander Gottwald [Mon, 11 Apr 2005 10:16:25 +0000 (10:16 +0000)]
Added wizard page for clipboard selection and additional server parameters
Egbert Eich [Mon, 11 Apr 2005 10:05:38 +0000 (10:05 +0000)]
Correct the mask bits when checking for a 64bit memory base in PCI config
space (bugzilla #2963).
Egbert Eich [Mon, 11 Apr 2005 09:33:43 +0000 (09:33 +0000)]
Preventing hight for drawing from becoming negative when face->dy < 0. The
height value is used in miFillPolyHelper() to calculate the size of
memory to be allocated. A negative value will lead to a crash (Bugzilla
#2690, Keith Packard, Egbert Eich).
Roland Mainz [Mon, 11 Apr 2005 01:06:15 +0000 (01:06 +0000)]
xc/programs/Xserver/Xprint/attributes.c
xc/programs/glxgears/glxgears.c
xc/programs/xdbedizzy/xdbedizzy.c
xc/programs/xedit/Imakefile
xc/programs/xedit/Xedit-xprint.ad
xc/programs/xedit/util.c
xc/programs/xedit/xedit.h
xc/programs/xlogo/print.c
xc/programs/xlogo/xlogo.c
xc/programs/xlogo/xlogo.h
xc/programs/xman/Imakefile
xc/programs/xman/print.h
xc/programs/xmore/Imakefile
xc/programs/xmore/print.c
xc/programs/xmore/print.h
xc/programs/xmore/printdialog.c
xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
xc/programs/xphelloworld/xphelloworld/xphelloworld.c
xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
//bugs.freedesktop.org/show_bug.cgi?id=790) attachment #2379
(https://bugs.freedesktop.org/attachment.cgi?id=2379) Implement support
client+Xserver support for passing output (stdout+stderr) of the
spooler command started by the Xprint server back to the application
using the "xp-spooler-command-results" XPJobAttr attribute
(applications can fetch the attribute value after the XPEndJobNotify
event was received; more details can be found in
http://xprint.mozdev.org/docs/dtprint_fspec.ps).
Alexander Gottwald [Sat, 9 Apr 2005 19:20:03 +0000 (19:20 +0000)]
Fix passing of non-RGB visuals. The old code did not initialize the
structure properly which lead to a crash in 8bpp mode
Alexander Gottwald [Wed, 6 Apr 2005 15:18:59 +0000 (15:18 +0000)]
First import of xlaunch frontend for Xming
Egbert Eich [Mon, 4 Apr 2005 10:17:06 +0000 (10:17 +0000)]
Fixed sentinels in Xt, editres and xedit to reduce number of warnings with
gcc4 (Andreas Schwab).
Egbert Eich [Mon, 4 Apr 2005 10:11:51 +0000 (10:11 +0000)]
Fix typo leading to bogus code in xorgcfg (Andreas Schwab).
Egbert Eich [Mon, 4 Apr 2005 09:55:25 +0000 (09:55 +0000)]
Support for HP's IPF ZX1 systems (Alex Williamson).
Egbert Eich [Mon, 4 Apr 2005 09:47:07 +0000 (09:47 +0000)]
When not using dlopen ia64 needs an extra cache flush to ensure the icache
is coherent when modules are loaded (Alex Williamson).
Torrey Lyons [Sat, 2 Apr 2005 02:29:24 +0000 (02:29 +0000)]
Fix XDarwin's handling of Wacom tablet mouse buttons (Based on patch
suggested by Daphne Pfister).
Roland Mainz [Fri, 1 Apr 2005 21:45:20 +0000 (21:45 +0000)]
xc/programs/Xserver/Xprint/Init.c
xc/programs/Xserver/Xprint/ps/Imakefile
xc/programs/Xserver/Xprint/ps/Ps.h
xc/programs/Xserver/Xprint/ps/PsArea.c
xc/programs/Xserver/Xprint/ps/PsColor.c
xc/programs/Xserver/Xprint/ps/PsImageUtil.c
xc/programs/Xserver/Xprint/ps/PsInit.c
//bugs.freedesktop.org/show_bug.cgi?id=2879) attachment #2287
(https://bugs.freedesktop.org/attachment.cgi?id=2287) Follow-up to
bugzilla #1299: Add new visuals in the Postscript DDX (including
TrueColor 16bit, PseudoColor 15bit/12bpg(12 bits per R-, G-, B-channel
as in PostScript Level 2 (and above) colors can have 12 bits per
component (36 bit for RGB)), PseudoColor+GrayScale+StaticGray
12bit/12bpg) and switch the default visual from PseudoColor 8bit/8bpg to
PseudoColor 12bit/12bpg.
Matthieu Herrb [Fri, 1 Apr 2005 21:28:50 +0000 (21:28 +0000)]
programs/Xserver/hw/xfree86/loader/xf86sym.c
programs/Xserver/hw/xfree86/os-support/shared/libc_wrapper.c Fix setjump0
declaration for DllLoader.
Kevin E Martin [Fri, 1 Apr 2005 20:21:38 +0000 (20:21 +0000)]
bugzilla #2880 (https://bugs.freedesktop.org/show_bug.cgi?id=2880)
attachment #2285 (https://bugs.freedesktop.org/attachment.cgi?id=2285)
Use system method to access PCI config space.
Adam Jackson [Fri, 1 Apr 2005 20:05:11 +0000 (20:05 +0000)]
Bug #2835: Add symbol exports to support the ReadDisplay extension.
Alex Deucher [Thu, 31 Mar 2005 23:18:10 +0000 (23:18 +0000)]
- Add new Radeon pci ids (ATI devrel), bug 2827
Søren Sandmann Pedersen [Sun, 27 Mar 2005 00:17:12 +0000 (00:17 +0000)]
Sat Mar 26 19:00:30 2005 Søren Sandmann <sandmann@redhat.com>
Remove accidentally committed prototype.
Søren Sandmann Pedersen [Sat, 26 Mar 2005 23:50:24 +0000 (23:50 +0000)]
Sat Mar 26 18:49:21 2005 Soeren Sandmann <sandmann@redhat.com>
programs/Xserver/fb/fbmmx.h
New function.
Hook it up here
Roland Mainz [Fri, 25 Mar 2005 23:11:14 +0000 (23:11 +0000)]
xc/programs/Xserver/Xprint/ps/Imakefile
//bugs.freedesktop.org/show_bug.cgi?id=2821) attachment #xxx
(https://bugs.freedesktop.org/attachment.cgi?id=xxx) Remove the cfb
dependicy from the PostScript DDX as this is not needed in a vector DDX
(mfb is still needed to fill the |BitmapToRegion()| callback with
|mfbPixmapToRegion()|).
Matthieu Herrb [Wed, 23 Mar 2005 21:09:48 +0000 (21:09 +0000)]
bugzilla #2194: fix an alignement problem on 64 bit architectures.
Thomas Hellstrom [Wed, 23 Mar 2005 21:03:41 +0000 (21:03 +0000)]
Bugzilla #2750 (https://bugs.freedesktop.org/show_bug.cgi?id=2750)
Linux-only fixes: Fix case where a smaller write-combining region
blocks write-combining setting of the whole frame buffer. Fix bug in wc
setting code when regions are first splitted and setting of
write-combining then fails.
Roland Mainz [Wed, 23 Mar 2005 20:49:52 +0000 (20:49 +0000)]
xc/programs/Xserver/hw/vfb/InitOutput.c
//bugs.freedesktop.org/show_bug.cgi?id=2791) attachment #2197
(https://bugs.freedesktop.org/attachment.cgi?id=2197) Add support for
12bit PseudoColor and 30bit TrueColor to Xvfb.
Roland Mainz [Wed, 23 Mar 2005 19:58:45 +0000 (19:58 +0000)]
xc/programs/Xserver/Imakefile
xc/programs/Xserver/Xprint/DiPrint.h
xc/programs/Xserver/Xprint/Imakefile
xc/programs/Xserver/Xprint/Init.c
xc/programs/Xserver/Xprint/ddxInit.c
xc/programs/Xserver/dix/Imakefile
xc/programs/Xserver/dix/main.c
xc/programs/Xserver/dix/xpstubs.c
xc/programs/Xserver/os/Imakefile
//bugs.freedesktop.org/show_bug.cgi?id=2792) attachment #2193
(https://bugs.freedesktop.org/attachment.cgi?id=2193) Fix build bustage
when |PrintOnlyServer| is set to |NO|. Patch by Roland Mainz
<roland.mainz@nrubsig.org> and Julien Lafon <julien.lafon@gmail.com>.
Roland Mainz [Wed, 23 Mar 2005 00:32:49 +0000 (00:32 +0000)]
//bugs.freedesktop.org/show_bug.cgi?id=2789) attachment #2187
(https://bugs.freedesktop.org/attachment.cgi?id=2187) Fix Xvfb to honor
the "-dpi" option (instead of using a hardcoded value of 100DPI).
Adam Jackson [Tue, 22 Mar 2005 21:30:43 +0000 (21:30 +0000)]
Bug #1821: Typo fix in xorg.conf man page (Jens Schweikhardt)
Søren Sandmann Pedersen [Tue, 22 Mar 2005 17:49:14 +0000 (17:49 +0000)]
Tue Mar 22 12:47:16 2005 Søren Sandmann <sandmann@redhat.com>
Only validate the source if it is a viewable window. Stops the cursor
flickering when it is above an unviewable window.
Roland Mainz [Sat, 19 Mar 2005 20:51:34 +0000 (20:51 +0000)]
//bugs.freedesktop.org/show_bug.cgi?id=2771) attachment #2148
(https://bugs.freedesktop.org/attachment.cgi?id=2148) Remove RENDER
extension from exclusion list for the standalone print server (Xprt) to
get this extension enabled if the print DDX support it.
Michel Daenzer [Fri, 18 Mar 2005 22:36:47 +0000 (22:36 +0000)]
Add support for production version of ATI RN50/ES1000. (ATI Technologies
Inc.)
Torrey Lyons [Thu, 17 Mar 2005 01:12:07 +0000 (01:12 +0000)]
Fix build on stock Mac OS X: Out of the box, Mac OS X does not include
Freetype2, Expat, or PNG. Also global variables should be initalized in
the Xserver.
Søren Sandmann Pedersen [Wed, 16 Mar 2005 21:25:43 +0000 (21:25 +0000)]
Wed Mar 16 16:17:43 2005 Søren Sandmann <sandmann@redhat.com>
Only validate the source if it is a viewable window. Stops the cursor
flickering when it is above an unviewable window.
David Reveman [Wed, 16 Mar 2005 21:05:51 +0000 (21:05 +0000)]
Add cursor support to Xglx
David Reveman [Wed, 16 Mar 2005 20:05:19 +0000 (20:05 +0000)]
Fix a few problems in Xgl
Egbert Eich [Wed, 16 Mar 2005 12:16:06 +0000 (12:16 +0000)]
Don't fail calling function when DriverFunc() for RandR fails as
DriverFunc() also returns FALSE when the specific sub function isn't
supported. In the case of xf86RandRGetInfo() we simply rely on what has
been set before and return TRUE. In the case of xf86RandRSetConfig() we
only bail with FALSE if we have to do a rotation and the call fails. We
presently cannot do rotation on the fly without the help of a driver
function (Bugzilla #2745).
Egbert Eich [Wed, 16 Mar 2005 11:54:54 +0000 (11:54 +0000)]
Make message that gets printed when loader encounters a .o with no symbols
less conspicuous.
David Reveman [Fri, 11 Mar 2005 12:26:20 +0000 (12:26 +0000)]
Return early from xglFillRect when no rectangles should be filled
David Reveman [Fri, 11 Mar 2005 00:58:49 +0000 (00:58 +0000)]
Use negative stride and PBOs in Xgl
Alexander Gottwald [Thu, 10 Mar 2005 20:05:46 +0000 (20:05 +0000)]
Force rebuilding of window stack if a window changes it's state from
minimized.
Egbert Eich [Tue, 8 Mar 2005 10:26:59 +0000 (10:26 +0000)]
Adding more errnos to the libc wrapper (Bugzilla #2672).
David Reveman [Tue, 8 Mar 2005 09:27:09 +0000 (09:27 +0000)]
Return early from xglCopy if fall-back is more efficient
David Reveman [Tue, 8 Mar 2005 09:12:17 +0000 (09:12 +0000)]
Better ShmPutImage support in Xgl
David Reveman [Tue, 8 Mar 2005 09:03:38 +0000 (09:03 +0000)]
Minor improvement to CopyArea in Xgl
David Reveman [Tue, 8 Mar 2005 08:48:22 +0000 (08:48 +0000)]
Improve Xgl offscreen memory manager
David Reveman [Tue, 8 Mar 2005 08:30:47 +0000 (08:30 +0000)]
Fix Xgl glyph caching
Roland Mainz [Mon, 7 Mar 2005 23:02:59 +0000 (23:02 +0000)]
xc/programs/Xserver/dix/atom.c
xc/programs/Xserver/dix/colormap.c
xc/programs/Xserver/dix/cursor.c
xc/programs/Xserver/dix/devices.c
xc/programs/Xserver/dix/dispatch.c
xc/programs/Xserver/dix/dixfonts.c
xc/programs/Xserver/dix/dixutils.c
xc/programs/Xserver/dix/events.c
xc/programs/Xserver/dix/extension.c
xc/programs/Xserver/dix/gc.c
xc/programs/Xserver/dix/glyphcurs.c
xc/programs/Xserver/dix/grabs.c
xc/programs/Xserver/dix/main.c
xc/programs/Xserver/dix/pixmap.c
xc/programs/Xserver/dix/privates.c
xc/programs/Xserver/dix/property.c
xc/programs/Xserver/dix/resource.c
xc/programs/Xserver/dix/swaprep.c
xc/programs/Xserver/dix/swapreq.c
//bugs.freedesktop.org/show_bug.cgi?id=2560) attachment #2037
(https://bugs.freedesktop.org/attachment.cgi?id=2037) ANSI-fy
Xserver/dix code. The conversion preserves the comments which annotate
variables. These have been moved into doxygen(esque?) "stubs" above
each function. Patch by Mike Owens <etc@filespanker.com>.
Alexander Gottwald [Mon, 7 Mar 2005 22:26:59 +0000 (22:26 +0000)]
Prevent winRaiseWindow from calling ConfigureWindow if the message was sent
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.
Roland Mainz [Sat, 5 Mar 2005 21:38:29 +0000 (21:38 +0000)]
xc/programs/Xserver/Imakefile
xc/programs/Xserver/hw/xnest/Imakefile
//bugs.freedesktop.org/show_bug.cgi?id=2653) attachment #2020
(https://bugs.freedesktop.org/attachment.cgi?id=2020): Cleanup Xnest
usage of the DPMS dummy stub functions from dpmsstubs.c instead of
using it's own copy of these functions.
Roland Mainz [Sat, 5 Mar 2005 20:47:12 +0000 (20:47 +0000)]
//bugs.freedesktop.org/show_bug.cgi?id=2543) attachment #2019
(https://bugs.freedesktop.org/attachment.cgi?id=2019): Fix
|xf86SignalHandler()| which resets the signal handler before setting
the flag indicating a signal has been caught, theoretically allowing
the possibility of infinite recursion. Patch by Andrew Church
<xzilla@achurch.org>.
Roland Mainz [Wed, 2 Mar 2005 14:21:40 +0000 (14:21 +0000)]
xc/programs/Xserver/hw/xnest/Screen.c
xc/programs/Xserver/hw/xnest/Window.c
//bugs.freedesktop.org/show_bug.cgi?id=2546) attachment #2005
(https://bugs.freedesktop.org/attachment.cgi?id=2005): Fix Xnest to
update the shape regions in the backend server whenever a client
changes them in Xnest (the fix is to add a new wrapper which calls
|xnestShapeWindow()| before calling |miSetShape()|). Patch by Mark
McLoughlin <mark@skynet.ie>
Roland Mainz [Wed, 2 Mar 2005 11:20:30 +0000 (11:20 +0000)]
xc/config/cf/DragonFly.cf
xc/config/cf/Imake.cf
xc/config/cf/Imakefile
xc/config/imake/imake.c
xc/config/imake/imakemdep.h
xc/extras/drm/shared/drm.h
xc/include/Xos_r.h
xc/lib/xtrans/Xtranssock.c
xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h
xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h
xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c
//bugs.freedesktop.org/show_bug.cgi?id=1712) attachment #2004
(https://bugs.freedesktop.org/attachment.cgi?id=2004): Add support for
DragonFly/BSD platform. Patch by Jeroen Ruigrok <asmodai@tendra.org>
and Mike Verona <firedragonfly@gmail.com>.
Alexander Gottwald [Tue, 1 Mar 2005 18:58:17 +0000 (18:58 +0000)]
If a context is already attached copy it instead of reattaching to keep
displaylists and share displaylists Enable tracing of often called
functions with GLWIN_ENABLE_TRACE ForceCurrent is a no-op now
David Reveman [Tue, 1 Mar 2005 16:57:54 +0000 (16:57 +0000)]
Minor improvement to pixel transfers in Xgl
David Reveman [Tue, 1 Mar 2005 16:34:31 +0000 (16:34 +0000)]
Add dither support to Xgl
Keith Packard [Mon, 28 Feb 2005 20:45:15 +0000 (20:45 +0000)]
Force DPMS normal on screen enable
Add placeholder for bit used to redirect input
Add macrovision register defines
Alexander Gottwald [Thu, 24 Feb 2005 22:53:17 +0000 (22:53 +0000)]
on WM_WINDOWPOSCHANGED raise window directly and in sync without utilizing
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
Alexander Gottwald [Wed, 23 Feb 2005 19:17:10 +0000 (19:17 +0000)]
Bugzilla #2599 (https://bugs.freedesktop.org/show_bug.cgi?id=2599)
attachment #1964 (https://bugs.freedesktop.org/attachment.cgi?id=1964):
move miScreenInit in front of pScreen->function initializations to
prevent it from resetting ClipNotify.
Eric Anholt [Mon, 21 Feb 2005 03:44:10 +0000 (03:44 +0000)]
Move the draw tracing supplies into ati_draw.h, and do some touchups on it.
(When tracing drawing, I want to know what I'm drawing to, at a
minimum).
Eric Anholt [Mon, 21 Feb 2005 03:05:55 +0000 (03:05 +0000)]
Extend the filter support to R200, and do the check for filter settings in
Check rather than Prepare, to avoid migration of things we won't be
able to accelerate.
Michel Daenzer [Fri, 18 Feb 2005 19:55:35 +0000 (19:55 +0000)]
Bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.)
Adam Jackson [Fri, 18 Feb 2005 17:52:48 +0000 (17:52 +0000)]
Bug #2455: Make x86emu handle JNL correctly. (David Wong)
Alexander Gottwald [Sat, 12 Feb 2005 14:55:24 +0000 (14:55 +0000)]
winmultiwindowwindow.c
winmultiwindowwndproc.c
Cleanup some message debugging
Alexander Gottwald [Sat, 12 Feb 2005 14:47:17 +0000 (14:47 +0000)]
win.h
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
Alexander Gottwald [Sat, 12 Feb 2005 14:43:07 +0000 (14:43 +0000)]
print window handle in message outout
David Reveman [Fri, 11 Feb 2005 20:19:20 +0000 (20:19 +0000)]
Fixes a few problems in Xgl
Søren Sandmann Pedersen [Fri, 11 Feb 2005 19:38:04 +0000 (19:38 +0000)]
Fri Feb 11 14:28:22 2005 Søren Sandmann <sandmann@redhat.com>
When COMPOSITE is enabled, call CopyWindow even when the pixels "don't
move" on screen.
Don't reject modes that are not supported by the unused monitor.
Adam Jackson [Fri, 11 Feb 2005 06:37:38 +0000 (06:37 +0000)]
Bug #826: Make xorgconfig respect font installation outside $PROJECTROOT.
(Donnie Berkholz)
Egbert Eich [Wed, 9 Feb 2005 11:12:54 +0000 (11:12 +0000)]
Added PCI2Host bus translations for linux PPC and fixed fixed bugs in
macros that apply these functions (Bill Randle Bugzilla #325 and #327).
Keith Packard [Wed, 9 Feb 2005 03:56:35 +0000 (03:56 +0000)]
Add initial evdev framework
Keith Packard [Tue, 8 Feb 2005 22:45:21 +0000 (22:45 +0000)]
update Xgl to changes in damage API. Remove some flags to support software
mesa
Keith Packard [Tue, 8 Feb 2005 22:43:54 +0000 (22:43 +0000)]
hw/kdrive/ati/radeon_composite.c Support linear filtering
Change how touch screens work -- make them just another 'mouse' device. Add
unfinished (and unused) code to accelerate tiled fills.
Alexander Gottwald [Tue, 8 Feb 2005 15:20:01 +0000 (15:20 +0000)]
Updated fix for ABNT2 and HK_Toggle keys.
Alexander Gottwald [Tue, 8 Feb 2005 10:15:49 +0000 (10:15 +0000)]
Backout ABNT2 and HK_Toggle fix since it broke keys F1 and F4.
Egbert Eich [Mon, 7 Feb 2005 18:16:05 +0000 (18:16 +0000)]
Save gs register before calling the vm86_old syscall thru int 0x80. This is
required for linuxthreads as the TLS uses this register to keep track
of local thread storage (Bugzilla #2431, J. Scott Berg).
Alexander Gottwald [Mon, 7 Feb 2005 15:08:31 +0000 (15:08 +0000)]
Moved keyboard layout table to external file.
Alexander Gottwald [Mon, 7 Feb 2005 15:05:39 +0000 (15:05 +0000)]
file winlayouts.h was initially added on branch CYGWIN.
Egbert Eich [Mon, 7 Feb 2005 11:56:31 +0000 (11:56 +0000)]
Check the pixel clock choosen for a specific refresh rate against the
maximally allowed pixel clock when choosing mode lines for
VBESetVBEMode() and VESA BIOS version >= 3.0 (Bugzilla #2486).
Felix Kuehling [Fri, 4 Feb 2005 01:14:49 +0000 (01:14 +0000)]
Applied patch (id=1354) by Mike A. Harris from bug #1901: The attached
patch updates a couple of PCI IDs for the Savage driver --
Debian/Ubuntu/Red Hat/Fedora.
Alexander Gottwald [Thu, 3 Feb 2005 09:58:47 +0000 (09:58 +0000)]
Bugzilla #1865 (https://bugs.freedesktop.org/show_bug.cgi?id=1865)
attachment #1827 (https://bugs.freedesktop.org/attachment.cgi?id=1827):
check for va_copy not being defined and use __va_copy if available
Alexander Gottwald [Wed, 2 Feb 2005 18:06:14 +0000 (18:06 +0000)]
Force ShowWindow if XWin was started via run.exe. Fixes mainwindow not
showing bug
Alexander Gottwald [Wed, 2 Feb 2005 17:17:56 +0000 (17:17 +0000)]
Bugzilla #1866 (https://bugs.freedesktop.org/show_bug.cgi?id=1866)
attachment #1819 (https://bugs.freedesktop.org/attachment.cgi?id=1819):
Define APIENTRY on windows to prevent <GL/gl.h> from loading
<windows.h> removed leftovers from attachment #1818
Alexander Gottwald [Wed, 2 Feb 2005 15:03:44 +0000 (15:03 +0000)]
Bugzilla #1866 (https://bugs.freedesktop.org/show_bug.cgi?id=1866)
attachment #1818 (https://bugs.freedesktop.org/attachment.cgi?id=1818):
Include Xwindows.h before GL/gl.h on windows to prevent loading
windows.h which pollutes our namespace with some symbols.
Adam Jackson [Wed, 2 Feb 2005 04:07:04 +0000 (04:07 +0000)]
Bug #1294: Make sure RenderAccel hooks get wrapped in XAA init.
Roland Mainz [Wed, 2 Feb 2005 00:55:21 +0000 (00:55 +0000)]
xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Sbus.h
xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c
//bugs.freedesktop.org/show_bug.cgi?id=825) attachment #956
(https://bugs.freedesktop.org/attachment.cgi?id=956): Fix build
problems on Linux/SPARC. Patch by Jeremy Huddleston
<eradicator@gentoo.org>. Approved in the 2005-01-31 Xorg
release-wranglers phone call.
David Reveman [Tue, 1 Feb 2005 21:22:02 +0000 (21:22 +0000)]
Use negative stride for trapezoid masks in Xgl
Alexander Gottwald [Tue, 1 Feb 2005 18:14:01 +0000 (18:14 +0000)]
xc/programs/Xserver/xkb/ddxLoad.c
Bugzilla #2245 (https://bugs.freedesktop.org/show_bug.cgi?id=2245)
attachment #1649 (https://bugs.freedesktop.org/attachment.cgi?id=1649):
cleanup the generation of xkbcomp command lines. Allocate them
dynamicly and remove unmaintainable length calculation.
Alexander Gottwald [Mon, 31 Jan 2005 10:49:30 +0000 (10:49 +0000)]
winmultiwindowwindow.c
Create windows with SWP_NOACTIVATE flag (updated) (Kensuke Matsuzaki)
Fixes for window ordering problem (updated) (Kensuke Matsuzaki)
Alexander Gottwald [Mon, 31 Jan 2005 10:47:32 +0000 (10:47 +0000)]
Added hungarian keyboard layout.
Alexander Gottwald [Mon, 31 Jan 2005 10:43:37 +0000 (10:43 +0000)]
winmessages.h
winmsg.h
winmsg.c
winmultiwindowwndproc.c
winwin32rootlesswndproc.c
Make logging of messages configurable with environment variables
Alexander Gottwald [Mon, 31 Jan 2005 10:32:19 +0000 (10:32 +0000)]
resolve SHGetFolderPath dynamicly since it is not available on all Windows
systems.
Alan Coopersmith [Sun, 30 Jan 2005 21:18:46 +0000 (21:18 +0000)]
//bugs.freedesktop.org/show_bug.cgi?id=1692> Remove reference to
nonexistent Monitors file from xorgconfig (Report & patch from Dejan
Lesjak <dejan.lesjak@ijs.si>)
Matthieu Herrb [Sun, 30 Jan 2005 20:12:07 +0000 (20:12 +0000)]
programs/Xserver/hw/xfree86/os-support/bsd/bsd_kbd.c Fix option
dontVTSwitch under *BSD, when XKB is disabled. Bugzilla #2252.
Alan Coopersmith [Sat, 29 Jan 2005 01:01:03 +0000 (01:01 +0000)]
Update to latest rev from http://pciids.sf.net/
Remove entries that now duplicate pci.ids Add entries for new Nvidia boards
added in recent nv driver update