CVS log for xc/programs/Xserver/hw/xfree86/parser/Configint.h |
|
Help |
Request diff between arbitrary revisions
63. Fix a case where X server audit messages do not get printed (David Dawes).
62. Initialise the allocator even earlier in the X server startup, and use
it for the logging functions (David Dawes).
61. Parser option handling cleanups/fixes:
- Ensure that option data is allocated by the parser, rather than
externally allocated or static.
- Free replaced option data.
- Make xf86ParseOption's handling of multiple options of the same
name consistent with all other cases (last occurrence is used).
- Fix a bug in the handling of the Keyboard section "xleds" keyword.
(David Dawes).
257. Automatic configuration updates, including:
- Modify the parser/config support to allow multiple configuration
sources to be combined.
- Modify the parser/config support to allow multiple ServerFlags,
Files, and Module sections.
- Allow the automatically-generated configuration to be appended to
a partial static configuration.
- Use a more complete set of the probed EDID information in determining
the monitor parameters.
- Add a "preferred" mode type, which can be obtained from the probed
EDID information or from the configuration.
- Some parser interface cleanups.
(David Dawes, X-Oz Technologies).
256. Extend the parser/config support to allow multiple Monitor sections
to be referenced from a Screen section (David Dawes).
CVS----------------------------------------------------------------------
802. Licence update. (except client-side libraries)
Add/update copyright and license notices.
- Fix the man page information about Absolute screen positioning in the ServerLayout section. - Recognise the "Absolute" keyword that was documented in the man page.
178. Fix some more mi build warnings (David Dawes).
177. Fix some mi build warnings (#4716-4719,4721-4724, Adam Sulmicki).
176. Port for Linux/SuperH (Jornada680/690 and SEGA Dreamcast) (#4680, 4681,
ISHIKAWA Mutsumi).
175. Support for mouse wheel emulation (#A.506, Henry T. So).
156. Remove most X_NOT_STDC_ENV code, and assume that __STDC__ is defined
(David Dawes).
monitor-cfg.c: fixed bug when parsing several sync ranges fields separated
by commas.
parser/Monitor.c: changed the parser to allow muliple sync ranges in the
same line, and separated by commas, as specified in the
XF86Config man page.
parser/*.{c,h}: added check for duplicated Identifier lines.
Thanks to Andrew Ritger for pointing the problem in sync ranges parsing and
to Andy Isaacson for pointing the problem of multiple Identifier lines.
775. Pass depth/bpp correctly, scan all fb devices, misc fb fixes.
(#4179, Michel Danzer).
774. Add generic Vesa driver, fixes for xf86cfg plus changes to parser to
reflect xf86cfg changes (#4174,#4175, Paulo Cesar Pereira de Andrade).
91. Fix a typo in Xinstall.sh that prevents moving config files to
/etc/X11 from being optional (#3858, Richard Gooch).
90. Add lt_LT.ISO_8859-4 to locale.alias, and update the lt symbols for
xkb (#3857, Ricardas Cepas).
89. Fix the return values of some "xkb action" filters (SetControls and
RedirectKey) (#3854, Ivan Pascal).
88. Fix problems with using "radio group" number one in XKB keyboard
descriptions (#3853, Ivan Pascal).
87. Fix MIT-SHM crash caused by incorrect reference tracking (#3851,
Keith Packard).
86. Updates to allow a build on sparc-linux to succeed (#3849,
Jakub Jelinek).
85. Fix GetImage in XY format in fb at 32bpp (#3848, Keith Packard).
84. Add support for 24/32 fb/pixmap format conversion to fb (#3847,
Keith Packard).
83. Update the r128 driver to use fb and fb24_32, and disable
transparency at 24bpp (#3846, Keith Packard).
82. Let the server continue when a font path element in the default path
is found to be invalid (#3843, Keith Packard).
81. Fix parsing of the Group keyword in the DRI section of the config file
(#3842, Stefan Dirsch, David Dawes).
80. Add support for YUV422, YV12, RGB15 and RGB16 XvImages to the C&T driver
(#3840, David Bateman).
79. Change the config file Xkb* option priority. Now, if XkbKeymap is
set it will be tried first. If a component is present it will override
components computed from ruls/module/layout/etc (#3839, Ivan Pascal).
78. Fix an infinite loop problem that can show up in makedepend (#3838, A.10,
Jeremy Buhler).
3150. Add support to the parser for a new way of specifying the screen
positions (not made use of yet) (David Dawes).
3149. Remove a spurious #endif in linux.cf (#3215, Jarno Paananen).
3148. Add driver option VIDEO_OVERLAID_STILLS for the Xv DDX (untested)
(#3214, Mark Vojkovich).
3147. Comment out the MGASoftReset() call in the mga driver to fix a
multi-head problem (#3213, Mark Vojkovich).
3146. xman updates, including some app-defaults file tuning, change some
widget names for better consistency, reformat the help file and
update the man page (#3212, Carlos A M dos Santos)..
3145. Add support for DG/ux systems to xload (#3212,
Takis Psarogiannakopoulos).
3144. App-defaults file updates for xcalc (#3212, Carlos A M dos Santos).
3143. Fix some prototypes/casts in viewres (#3212, Carlos A M dos Santos).
3142. Add an XtSetLanguageProc() call to all contrib programs except xman
(#3212, Carlos A M dos Santos).
3141. Fix a zero-height bug in the xaa text code (#3211, Mark Vojkovich).
3142. Add an XtSetLanguageProc() call to all contrib programs except xman
Mark Vojkovich).
3141. Fix a zero-height bug in the xaa text code (#3211, Mark Vojkovich).
3140. ScreenToScreenColorExpansion bug fix for the G400 (#3210,
Mark Vojkovich).
3139. Xineramify ShmGetImage (#3209, Mark Vojkovich).
3138. Rewrite PanoramiXGetImage so that it passes xtest (#3209,
Mark Vojkovich).
3137. Increase IMAGE_BUFSIZE to 64k (#3208, Mark Vojkovich).
2719. Change the parser's error message printing so that they will end
up in the log file (David Dawes).
2696. Close input devices while VT switched away (David Dawes).
2695. Prevent the input device "PreInit" from being called in subsequent
server generations (David Dawes).
2694. Handle the Keyboard config information as an InputDevice section
(but the keyboard driver isn't converted yet) (David Dawes).
2693. Add basic accessEnable calls to the Tseng driver so that it will at
least work single head with an ET6000 (David Dawes).
Enable the new input code (NewInput) by default in xfree86.cf. Add compatibilty support for interpreting "Pointer" sections as "InputDevice" sections in the reworked input device code.
remove the legacy keyboard options, and move the vtinit and vtsysreq keywords to the serverflags section.
#2691,2693,2695,2696,2699-2704,2706-2713,2715-2717,2719-2722
#2642-2646 Support for InputDevice config file sections (not used yet) some DGA library cleanups
Allow the screen numbering to be specified in the config file. Install OS-specific modules in OS-specific subdirectories, and update the loader to search subdirectories. Cleanup a few warnings.
2409. Updates to s3virge driver to get it working under Linux/Alpha
(#2586, Matt Grossman).
2408. Fix getline() clash (#2585, Alan Hourihane).
2407. Have the s3virge driver use the new XAA rop helper functions (#2584,
Mark Vojkovich).
2406. Add code to SuperProbe to detect the S3 Trio3D and Savage3D
(2583, Eric Molitor).
2405. Add some XAA helper functions that drivers can call for help
converting X rops into MS rops (#2582, Mark Vojkovich).
2404. Resync the overlay support in the glint driver (#2580, 2581,
Mark Vojkovich).
2403. Add support for changing the overlay color key to the MGA driver
(#2579, Mark Vojkovich).
2402. Preallocate the color key in the default colormap and set it to
something already in the default man (black) so that AllocColor will
never allocate it (#2578, Mark Vojkovich).
2401. Use the color key field in the ScrnInfoRec for the overlay layers
(#2578, Mark Vojkovich).
2400. Preliminary loader support for Linux/PPC ELF objects (#2577 (2570),
Stuart Anderson).
2399. Fix some XAA offscreen pixmap problmes (#2576, Mark Vojkovich).
2398. DGA fixes. Old apps should now run with the new driver interface,
and event handling should work better than before (#2575,
Mark Vojkovich).
2397. Fix most remaining signed/unsigned and prototype warnings in the
following directories: lib/Xaw, lib/Xmu, programs/xclipboard,
programs/xconsole, programs/xmag, and programs/xvidtune (#2574,
Thomas Dickey).
2396. Restore the interface of XmuConvertStandardSelection() to use
XPointer rather than XtPointer (#2574, Thomas Dickey).
2395. Fix an malloc size bug in libICE (#2572, Christopher Sekiya).
2394. Make MIT-SHM resource types non-static so that other extensions
(like Xv) can access client shared memory segments (#2571,
Mark Vojkovich).
2393. First cut at altering the C&T user docs for 4.0 (#2569, David Bateman).
2392. Fix a C&T problem affecting the colourmap setup for 1bpp modes, and some
other minor C&T driver fixes (#2569, David Bateman).
2391. Fix an buffer overflow in os/connection.c (#2568, Gerd Knorr).
2390. Add support for Modes sections and the UseModes keyword for Monitor
sections to the parser (the data isn't used yet) (#2564, Dirk Hohndel).
2389. Fix xfree86.cf for Alpha (#2567, Dirk Hohndel).
2388. Fix XAAFillPolygonStippled to obey the flag NO_TRANSPARENCY in
Mono8x8PatternFill (#2566, Xavier Ducoin).
2387. Only allow the shadowfb layer in the C&T driver when linear addressing
is enabled (#2565 (2561), David Bateman).
2386. Fix some problems with the xf8_16bpp layer, and allow it to work
with depth 15 as well as 16 (#2565 (2561, 2562), David Bateman).
2385. Implement TrueColor with PseudoColor Overlays (8+16) for the
C&T driver for HiQV chipsets (#2565 (2561), David Bateman).
2384. Add a -quiet option to xgamma (#2565 (2561), David Bateman).
2383. Add TrueColor Gamma Correction for C&T HiQV chipsets (#2565 (2561),
David Bateman).
2382. Fix Permedia 2 HW cursor lockup (#2563, Alan Hourihane).
2381. Initial XAA support for SiS530 and SiS620 (#2560, Xavier Ducoin).
2380. Add SuperProbe for SiS (#2559, Xavier Ducoin).
2379. Fix the InstalMultipleMan and InstallMultipleManSuffix rules for
NetBSD and OpenBSD (#2558 (2557), Matthieu Herrb).
2378. Add Cards entry for Number Nine FX Reality 772 (#2556, Harald Koenig).
2377. Make XF86Setup build again (not fully functional yet) (#2555, Joe Moss).
2376. Update the apm (Alliance Promotion) to the 4.0 interface (#2554,
Loic Grenie, Henrik Harmsen).
#2520-2527
Allow inactive device entries and Options in the ServerLayout sections
patches for 3.9Nn
First pass merge of xc/programs/Xserver/hw/xfree86
file Configint.h was initially added on branch xf-3_9j-branch.
|
Powered by ViewCVS 0.9.2 |