CVS log for xc/programs/Xserver/hw/xfree86/parser/Monitor.c

(logo)

Help

(back) Up to [XFree86 CVS] / xc / programs / Xserver / hw / xfree86 / parser

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.33 / (view) - annotate - [select for diffs] , Wed Aug 9 19:53:16 2006 UTC (6 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_8_0-bindist, xf-4_8_0, xf-4_8-branch, xf-4_7_99_9, xf-4_7_99_8, xf-4_7_99_7, xf-4_7_99_6, xf-4_7_99_5, xf-4_7_99_4, xf-4_7_99_31, xf-4_7_99_30, xf-4_7_99_3, xf-4_7_99_29, xf-4_7_99_28, xf-4_7_99_27, xf-4_7_99_26, xf-4_7_99_25, xf-4_7_99_24, xf-4_7_99_23, xf-4_7_99_22, xf-4_7_99_21, xf-4_7_99_20, xf-4_7_99_2, xf-4_7_99_19, xf-4_7_99_18, xf-4_7_99_17, xf-4_7_99_16, xf-4_7_99_15, xf-4_7_99_14, xf-4_7_99_13, xf-4_7_99_12, xf-4_7_99_11, xf-4_7_99_10, xf-4_7_99_1, xf-4_7_0, xf-4_7-branch, xf-4_6_99_9, xf-4_6_99_8, xf-4_6_99_7, xf-4_6_99_6, xf-4_6_99_29, xf-4_6_99_28, xf-4_6_99_27, xf-4_6_99_26, xf-4_6_99_25, xf-4_6_99_24, xf-4_6_99_23, xf-4_6_99_22, xf-4_6_99_21, xf-4_6_99_20, xf-4_6_99_19, xf-4_6_99_18, xf-4_6_99_17, xf-4_6_99_16, xf-4_6_99_15, xf-4_6_99_14, xf-4_6_99_13, xf-4_6_99_12, xf-4_6_99_11, xf-4_6_99_10, HEAD
Changes since 1.32: +9 -9 lines
Diff to previous 1.32
  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).

Revision 1.32 / (view) - annotate - [select for diffs] , Wed Jan 26 05:31:50 2005 UTC (8 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_6_99_5, xf-4_6_99_4, xf-4_6_99_3, xf-4_6_99_2, xf-4_6_99_1, xf-4_6_0, xf-4_6-branch, xf-4_5_99_904, xf-4_5_99_903, xf-4_5_99_902, xf-4_5_99_901, xf-4_5_99_9, xf-4_5_99_8, xf-4_5_99_7, xf-4_5_99_6, xf-4_5_99_5, xf-4_5_99_4, xf-4_5_99_3, xf-4_5_99_22, xf-4_5_99_21, xf-4_5_99_20, xf-4_5_99_2, xf-4_5_99_19, xf-4_5_99_18, xf-4_5_99_17, xf-4_5_99_16, xf-4_5_99_15, xf-4_5_99_14, xf-4_5_99_13, xf-4_5_99_12, xf-4_5_99_11, xf-4_5_99_10, xf-4_5_99_1, xf-4_5_0, xf-4_5-branch, xf-4_4_99_903, xf-4_4_99_902, xf-4_4_99_901, xf-4_4_99_22
Changes since 1.31: +51 -1 lines
Diff to previous 1.31
 283. First phase of dynamic configuration (David Dawes, S. Lussos,
      Michael Dawes, J. D. Darling, X-Oz Technologies).

Revision 1.31 / (view) - annotate - [select for diffs] , Fri Jan 7 17:19:32 2005 UTC (8 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_21
Changes since 1.30: +23 -14 lines
Diff to previous 1.30
 256. Extend the parser/config support to allow multiple Monitor sections
      to be referenced from a Screen section (David Dawes).
CVS----------------------------------------------------------------------

Revision 1.30 / (view) - annotate - [select for diffs] , Sat Oct 23 14:29:32 2004 UTC (8 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_20, xf-4_4_99_19, xf-4_4_99_18, xf-4_4_99_17, xf-4_4_99_16
Changes since 1.29: +1 -3 lines
Diff to previous 1.29
 200. Fix various statement not reached warnings, including some real bugs
      (David Dawes).

Revision 1.29 / (view) - annotate - [select for diffs] , Fri Feb 13 23:58:50 2004 UTC (9 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_9, xf-4_4_99_8, xf-4_4_99_7, xf-4_4_99_6, xf-4_4_99_5, xf-4_4_99_4, xf-4_4_99_3, xf-4_4_99_2, xf-4_4_99_15, xf-4_4_99_14, xf-4_4_99_13, xf-4_4_99_12, xf-4_4_99_11, xf-4_4_99_10, xf-4_4_99_1, xf-4_4_0, xf-4_4-branch, xf-4_3_99_903
Changes since 1.28: +40 -20 lines
Diff to previous 1.28
 802. Licence update.
(except client-side libraries)

Revision 1.28 / (view) - annotate - [select for diffs] , Sun Aug 24 16:37:08 2003 UTC (9 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_3_99_902, xf-4_3_99_901, xf-4_3_99_16, xf-4_3_99_15, xf-4_3_99_14, xf-4_3_99_13, xf-4_3_99_12, xf-4_3_99_11
Changes since 1.27: +28 -1 lines
Diff to previous 1.27
Add/update copyright and license notices.

Revision 1.27 / (view) - annotate - [select for diffs] , Sat Jan 4 20:20:23 2003 UTC (10 years, 4 months ago) by paulo
Branch: MAIN
CVS Tags: xf-4_3_99_9, xf-4_3_99_8, xf-4_3_99_7, xf-4_3_99_6, xf-4_3_99_5, xf-4_3_99_4, xf-4_3_99_3, xf-4_3_99_2, xf-4_3_99_10, xf-4_3_99_1, xf-4_3_0_2, xf-4_3_0_1, xf-4_3_0, xf-4_3-branch, xf-4_2_99_902, xf-4_2_99_901, xf-4_2_99_4
Changes since 1.26: +1 -7 lines
Diff to previous 1.26
   Almost revert patch that added EOL_TOKEN, now everything is handled
in scan.c. Thanks to David Dawes for suggesting a very simpler way to
handle comments.
   The addition of EOL_TOKEN had it's merits, but it is better to have
the libxf68config parser completely backwards compatible, and the previous
patch showed some problems when reading XF86Config files generated by
hand.
   It doesn't always generate an identical file when writting back some
files generated by hand, but no comments/contents are lost, and, once the
file is written one time with libxf86config, subsequent reads and writes
will generate the same contents.

Revision 1.26 / (view) - annotate - [select for diffs] , Wed Jan 1 19:22:21 2003 UTC (10 years, 4 months ago) by paulo
Branch: MAIN
Changes since 1.25: +7 -1 lines
Diff to previous 1.25
o Added a new EOL_TOKEN to the parser, that is generated every time a new
  line is read from the config file, and most times just ignored, but is
  useful for configurations that may wish to know if all options are in
  the same line.
o This patch also doesn't allow '#' in identifiers, before the patch, the
  parser could get confused with input like "EndSection# comment".
o Fix potencial problem in xf86cfg, when changing inplace an option value,
  it was also freeing it's comment but not setting the comment field to
  NULL.

  This is the second version of a patch to fix a problem described by
Mike Harris:

--
For example, if the original file contains:

# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
        #Option "XkbOptions"    ""
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
        #Option "XkbVariant"    ""

After reading in with libxf86config and writing back out, it
looks like:

# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
        #Option "XkbOptions"    ""
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"    #Option "XkbVariant"    ""


The '#Option "XkbVariant"    ""' part moved to the previous
line.
--

  Note that comments aren't guaranteed to be restored to the exact
format before being read by libxf86config, particularly, if an
explanation should be done for a given section, the comment must
be inside the section, for example:

--
# comment
Section "InputDevice"
...
--

when saving the file with libxf86config, '# comment' will be placed
in the start of the file, while:

--
Section "InputDevice"
# comment
...
--

will be correctly restored.

Revision 1.25 / (view) - annotate - [select for diffs] , Tue Dec 3 17:16:21 2002 UTC (10 years, 5 months ago) by paulo
Branch: MAIN
CVS Tags: xf-4_2_99_3
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
  Fix wrong check for overflow in xf86parseMonitorSection().
  I noticed some cases where it was "properly writting" XF86Config
but overflowing when reading. The problem is that some languages,
like portuguese uses "," instead of "." for LC_NUMERIC, but ","
has special meaning in the Monitor Section.
  I'm not sure if it is job of libxf86config to make sure LC_NUMERIC
is set to either C or POSIX, so, this patch just fixes the crash
conditions.

Revision 1.24 / (view) - annotate - [select for diffs] , Mon Aug 6 19:51:14 2001 UTC (11 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_2_99_2, xf-4_2_99_1, xf-4_2_1_2, xf-4_2_1_1, xf-4_2_1, xf-4_2_0_1, xf-4_2_0-bindist-1, xf-4_2_0-bindist, xf-4_2_0, xf-4_2-branch, xf-4_1_99_7, xf-4_1_99_6, xf-4_1_99_5, xf-4_1_99_4, xf-4_1_99_3, xf-4_1_99_2, xf-4_1_99_1, Domain-branch
Changes since 1.23: +5 -2 lines
Diff to previous 1.23
 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).

Revision 1.23 / (view) - annotate - [select for diffs] , Mon Jul 2 17:17:10 2001 UTC (11 years, 10 months ago) by paulo
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22
Added code to free memory allocated for comments. I add code for the new
*_comment fields, but most of the old ones were not being released.

I wrote a preliminar code to save comments location, and this way, rewrite
XF86Config as close as possibile to the original version; but I prefer to
use the current version, and follow KISS rules.

Revision 1.22 / (view) - annotate - [select for diffs] , Mon Jul 2 14:38:34 2001 UTC (11 years, 10 months ago) by paulo
Branch: MAIN
Changes since 1.21: +63 -50 lines
Diff to previous 1.21
These changes should make the parser behaviour identical do before my
previous commit and still keep saving comments.

Revision 1.21 / (view) - annotate - [select for diffs] , Sat Jun 30 03:00:23 2001 UTC (11 years, 10 months ago) by paulo
Branch: MAIN
Changes since 1.20: +7 -35 lines
Diff to previous 1.20
Summary:

Changed parser to read and restore comments.
Basically it will save all global comments and when rewriting the file,
write then at the top of the file. Example:
--
# comment
Section ..
--
is correctly written, but
--
# comment 1
Section ...
# comment 2
--
is written back as:
--
# comment 1
# comment 2
Section ...
--
the same happens to comments inside a section.

Comments for "Option", "Load" (Section Modules),
"LoadDriver" (Section Modules), and "Buffers" (Section DRI) will be
appended to the end of the line.

Notes:

o When the token COMMENT is returned, val.str is not a newly allocated string,
  so it should be used as an argument to xf86addComment.
o Comments generated by xf86addComment are guaranteed to start with '#', with
  optional leading ' ' or '\t', and also guaranteed to end with an '\n'.
o xf86parseOption and xf86printOptionList are helper functions, to avoid
  too much duplicated code, and also correctly handle comments for options.

Wishlist:

o It could also be written in a new way, to save from where a global comment
  came, so that it can be restored "before" printing the associated "Section".
  The same may be done inside "Section"s.
o It may be also be changed to store comments like:
	Identifier	"ident"		# some comment
  but that would require a comment field for every structure field.
o It may even be changed to add blank lines as comments, but would need the
  previous wishlists implemented.

Revision 1.20 / (view) - annotate - [select for diffs] , Wed Feb 21 23:37:04 2001 UTC (12 years, 2 months ago) by paulo
Branch: MAIN
CVS Tags: xf-4_1_0_2, xf-4_1_0_1, xf-4_1_0-bindist, xf-4_1_0, xf-4_1-branch, xf-4_0_99_902, xf-4_0_99_901, xf-4_0_99_900, xf-4_0_99_3, xf-4_0_99_2
Changes since 1.19: +13 -3 lines
Diff to previous 1.19
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.

Revision 1.18.2.1 / (view) - annotate - [select for diffs] , Fri Feb 9 20:45:11 2001 UTC (12 years, 3 months ago) by paulo
Branch: xf-4_0_2-branch
CVS Tags: xf-4_0_3b, xf-4_0_3a, xf-4_0_3, xf-4_0_2c, xf-4_0_2b, xf-4_0_2a
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 to next main 1.19
Add my stable fixes in HEAD to xf-4_0_2-branch.

Revision 1.19 / (view) - annotate - [select for diffs] , Wed Jan 31 20:52:18 2001 UTC (12 years, 3 months ago) by paulo
Branch: MAIN
CVS Tags: xf-4_0_99_1
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
Monitor.c: Fix problem in comparison between double and float numbers.
monitor-cfg.c: Fix bug in string_to_parser_range function.

Revision 1.18 / (view) - annotate - [select for diffs] , Tue Dec 5 19:06:53 2000 UTC (12 years, 5 months ago) by paulo
Branch: MAIN
CVS Tags: xf-4_0_2-bindist, xf-4_0_2, xf-4_0_1Zc, xf-4_0_1Zb, xf-4_0_1Za, xf-4_0_1Z, pre-R651-import
Branch point for: xf-4_0_2-branch
Changes since 1.17: +48 -60 lines
Diff to previous 1.17
Correct problem with the parsing of the HorizSync (and VertRefresh)
keyword. Adapted code from xf86cfg to correct the problem.
Libxf86config was not properly parsing lines like:
	HorizSync       31.5, 35.5, 48
See mail "[Xpert] problem with HorizSync" for more details.

Revision 1.17 / (view) - annotate - [select for diffs] , Wed Nov 15 00:22:27 2000 UTC (12 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0_1h, xf-4_0_1g, xf-4_0_1f
Changes since 1.16: +6 -1 lines
Diff to previous 1.16
Some more parser updates:
       - the vscan value wasn't being used
       - make the XF86ConfModesPtr structure accessible from the
         XF86ConfMonitorPtr structure
       - allow xf86Parser.h to be included from in a C++ program
      (#4243-4245, Paulo Cesar Pereira de Andrade).

Revision 1.16 / (view) - annotate - [select for diffs] , Tue Nov 14 17:33:00 2000 UTC (12 years, 6 months ago) by dawes
Branch: MAIN
Changes since 1.15: +7 -1 lines
Diff to previous 1.15
 933. Wacom input driver update, including support for 38400 link speed
      and fix wrong advertisement of min/max values (#4241, Frederic Lepied).
 932. Parser does not write Modes section and UseModes keyword (#4238,
      Paulo Cesar Pereira de Andrade).
 931. Fix the name of the Serbian xkb symbols file (rename from yu to sr)
      (#4237, Ivan Pascal).
 930. Fix mkcfm bug (#4236, Juliusz Chroboczek).
 929. Glint/permedia3 updates (#4235, 4238, Sven Luther).

Revision 1.15 / (view) - annotate - [select for diffs] , Tue Oct 24 21:45:10 2000 UTC (12 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0_1e, xf-4_0_1d
Changes since 1.14: +11 -2 lines
Diff to previous 1.14
 811. locale.alias fix for ko_KR.utf8 (#4190, Won-kyu Park).
 810. Fix incorrect vtSema usage in neomagic driver DPMS code (#4184,
      Andrew C Aitchison).
 809. Fix a 1-byte overflow in Xtrans.c (#4182, Aaron Campbell).
 808. Enable building the loadable server for BSD/OS.
 807. Fix the following xkbcomp bugs:
       - 'base group' keyword added to 'whichGroup' possible values list
       - 'groupsWrap' keyword removed from 'controls' possible values list
       - fix crash in processing files with unnamed sections
       - now keep 'per key group adjustment mode' in XKM file
       - now allow an empty 'key' description to be specified in an
         xkb_symbols file.
      (#4170, Ivan Pascal).
 806. Add a "bcast" flag for mode lines, which is needed to display
      broadcast resolutions (#4169, Michel Danzer).
 805. Fix compiler warnings when building the mga driver with or without
      the Matrox HALlib, add the digital/tv-out/tvstandard/cabletype
      options, missing files, and some cleanups (#4166, Antti Tapaninen).
 804. Fix spelling from xvinfo (#4166, Antti Tapaninen).
 803. Add support to twm for displaying multibyte strings on window titles,
      and make the twm config file reader 8-bit clean (#4165, 4168, 4180,
      Tomohiro Kubota).
 802. Fix a tseng driver problem related to the usable amount of video memory
      (#4164, Randy McCaskill).
 801. Add support for the new Render extension to the nv driver, and
      turn on fb support by default in the nv driver (#4161, Jarno Paananen).
 800. Fix a typo that prevents DPS from being built statically (#4160,
      Juliusz Chroboczek).
 799. Fix some xkbfile bugs in the .xkb files that it writes
      (two adjacent commas, no xkb_types section in xkb_layout) (#4159,
      Ivan Pascal).
 798. Fix an xkbcomp bug that causes an infinite loop for some error
      message output (#4158, Ivan Pascal).
 797. Fix XlcNONE usage in charset description (#4153, Ivan Pascal).
 796. Fix a bug in XKB group adjustment (#4152, Ivan Pascal).
 795. Fix some build problems that show up with the SVR4 C compiler
      (based on #4139, Takaaki Nomura).
 794. Add two new XKB group switches (Alt+Shift and Menu key) (#4151,
      Ivan Pascal).
 793. Fix HTML man page links when the man page suffix has more than one
      character (#4150, Bruno Haible).

Revision 1.14 / (view) - annotate - [select for diffs] , Fri Oct 20 13:59:02 2000 UTC (12 years, 7 months ago) by alanh
Branch: MAIN
Changes since 1.13: +104 -104 lines
Diff to previous 1.13
 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).

Revision 1.13 / (view) - annotate - [select for diffs] , Tue Apr 4 21:36:54 2000 UTC (13 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0g, xf-4_0f, xf-4_0e, xf-4_0d, xf-4_0c, xf-4_0b, xf-4_0a, xf-4_0_1c, xf-4_0_1b, xf-4_0_1a, xf-4_0_1-bindist, xf-4_0_1, xf-4_0Z
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
  93. Fix some 'XFree86 -configure' problems when multiple cards (#3850,
      Paulo Cesar Pereira de Andrade).
  92. New graphical config tool (xf86cfg) (#3850,
      Paulo Cesar Pereira de Andrade).

Revision 1.12 / (view) - annotate - [select for diffs] , Wed Jan 26 02:00:51 2000 UTC (13 years, 3 months ago) by alanh
Branch: MAIN
CVS Tags: xf-4_0-bindist, xf-4_0, xf-3_9_18b, xf-3_9_18a, xf-3_9_18Za, xf-3_9_18Z, xf-3_9_18, xf-3_9_17f, xf-3_9_17e, xf-3_9_17d, xf-3_9_17c, xf-3_9_17Z
Changes since 1.11: +8 -0 lines
Diff to previous 1.11
Allow the parser to have 'one' line comments with the '###' prefix in the
majority of sections.

Revision 1.11 / (view) - annotate - [select for diffs] , Tue Nov 2 16:16:44 1999 UTC (13 years, 6 months ago) by tsi
Branch: MAIN
CVS Tags: xf-3_9_17b, xf-3_9_17a, xf-3_9_17, xf-3_9_16f, xf-3_9_16e, xf-3_9_16d, xf-3_9_16Za, xf-3_9_16Z
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
3285. Ensure miInitializeBanking() fails when a bank clip region cannot be
      allocated (Marc La France).
3284. Static server fix for s3virge and nv drivers (Marc La France).
3283. Map MMIO areas on ATI adapters (Marc La France).
3282. Disable DirectColor and gamma support for the original ATI integrated
      controllers (Marc La France).
3281. Linear aperture fixes for ATI 88800 and CT controllers (Marc La France).
3280. Make LCD mode validation changes in ATI driver (CHANGELOG #3271)
      into a development option, restoring the previous behaviour by
      default (Marc La France).
3279. When display subsection mode names run out without yeilding a valid mode,
      continue validation with the largest unvalidated modePool member, rather
      than the first (Marc La France).
3278. Allow drivers to specify whether or not sync/refresh rates in monitor
      sections are optional and use this for ATI LCD support (Marc La France).
3277. Replace xf86Exiting with its DIX counterpart, dispatchException's
      DE_TERMINATE bit (Marc La France).

Revision 1.10 / (view) - annotate - [select for diffs] , Sun May 30 13:04:25 1999 UTC (13 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_16c, xf-3_9_16b, xf-3_9_16a, xf-3_9_16, xf-3_9_15d, xf-3_9_15c, xf-3_9_15b, xf-3_9_15a, xf-3_9_15, xf-3_9Py, xf-3_9Px, xf-3_9Pw, xf-3_9Pv, xf-3_9Pu, xf-3_9Pt, xf-3_9Ps, xf-3_9Pr, xf-3_9Pq, xf-3_9Pp
Changes since 1.9: +3 -1 lines
Diff to previous 1.9
rework the config file searching and allow "safe" relative paths to be
specified by non-root users.
Fix the XINPUT mouse map change

Revision 1.9 / (view) - annotate - [select for diffs] , Sun Apr 25 09:02:40 1999 UTC (14 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Po, xf-3_9Pn, xf-3_9Pm, xf-3_9Pl, xf-3_9Pk
Changes since 1.8: +10 -10 lines
Diff to previous 1.8
#2691,2693,2695,2696,2699-2704,2706-2713,2715-2717,2719-2722

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Apr 5 06:13:17 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pj, xf-3_9Pi, xf-3_9Phb, xf-3_9Pha, xf-3_9Ph-branch, xf-3_9Ph
Changes since 1.7: +1 -3 lines
Diff to previous 1.7
#2642-2646
Support for InputDevice config file sections (not used yet)
some DGA library cleanups

Revision 1.7 / (view) - annotate - [select for diffs] , Sun Apr 4 07:46:23 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
Changes since 1.6: +14 -2 lines
Diff to previous 1.6
#2625-2632,2635-2641
shadowfb support for that vga driver at depths 1 and 4

Revision 1.6 / (view) - annotate - [select for diffs] , Sun Mar 21 16:20:59 1999 UTC (14 years, 2 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9Pg
Changes since 1.5: +3 -14 lines
Diff to previous 1.5
2412. Add VESA default modes, small perl hack to create an initialized data
      structure from them, and the code to use those modes as default if no
      other modes with the same name are defined (Dirk Hohndel).

Revision 1.5 / (view) - annotate - [select for diffs] , Sun Mar 21 07:35:26 1999 UTC (14 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pf
Changes since 1.4: +180 -1 lines
Diff to previous 1.4
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).

Revision 1.4 / (view) - annotate - [select for diffs] , Sat Jan 23 09:56:10 1999 UTC (14 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pe, xf-3_9Pd, xf-3_9Pc, xf-3_9Pb, xf-3_9Pa, xf-3_9P, xf-3_9Nz, xf-3_9Ny, xf-3_9Nx
Changes since 1.3: +9 -4 lines
Diff to previous 1.3
#2394-2406, and some loader updates

Revision 1.3 / (view) - annotate - [select for diffs] , Sun Nov 22 10:37:36 1998 UTC (14 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nw, xf-3_9Nva, xf-3_9Nv-branch, xf-3_9Nv, xf-3_9Nu, xf-3_9Nt, xf-3_9Ns, xf-3_9Nr, xf-3_9Nq, xf-3_9Np, xf-3_9No, xf-3_9Nn
Changes since 1.2: +12 -19 lines
Diff to previous 1.2
patches for 3.9Nn

Revision 1.2 / (view) - annotate - [select for diffs] , Sat Jul 25 15:57:13 1998 UTC (14 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nm, xf-3_9Nl, xf-3_9Nk, xf-3_9Nj, xf-3_9Ni, xf-3_9Nh, xf-3_9Ng, xf-3_9Nf, xf-3_9Ne, xf-3_9Nd, xf-3_9Nc, xf-3_9Nb, xf-3_9Na, xf-3_9N
Changes since 1.1: +681 -0 lines
Diff to previous 1.1
First pass merge of xc/programs/Xserver/hw/xfree86

Revision 1.1.2.9 / (view) - annotate - [select for diffs] , Sat Jul 18 16:53:57 1998 UTC (14 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jw, xf-3_9jv, xf-3_9ju, xf-3_9jt
Changes since 1.1.2.8: +15 -2 lines
Diff to previous 1.1.2.8 to branch point 1.1 to next main 1.2
patches 1789 - 1820

Revision 1.1.2.8 / (view) - annotate - [select for diffs] , Sat Jul 11 12:52:35 1998 UTC (14 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9js
Changes since 1.1.2.7: +2 -1 lines
Diff to previous 1.1.2.7 to branch point 1.1
#1777-1783

Revision 1.1.2.7 / (view) - annotate - [select for diffs] , Tue Jun 2 13:49:20 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jr, xf-3_9jq, xf-3_9jp, xf-3_9jo, xf-3_9jn, xf-3_9jm, xf-3_9jl, xf-3_9jk
Changes since 1.1.2.6: +3 -3 lines
Diff to previous 1.1.2.6 to branch point 1.1
loader updates

Revision 1.1.2.6 / (view) - annotate - [select for diffs] , Sat May 30 14:19:05 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jj
Changes since 1.1.2.5: +3 -3 lines
Diff to previous 1.1.2.5 to branch point 1.1
Some cleanups

Revision 1.1.2.5 / (view) - annotate - [select for diffs] , Mon May 25 14:01:34 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 1.1.2.4: +32 -1 lines
Diff to previous 1.1.2.4 to branch point 1.1
Some (experimental) option handling code

Revision 1.1.2.4 / (view) - annotate - [select for diffs] , Fri Jan 30 07:31:44 1998 UTC (15 years, 3 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9ji, xf-3_9jh, xf-3_9jg, xf-3_9jf, xf-3_9je, xf-3_9jd
Changes since 1.1.2.3: +56 -2 lines
Diff to previous 1.1.2.3 to branch point 1.1
resync parser with Metro's recent patches and add some missing processing
of the parser output

Revision 1.1.2.3 / (view) - annotate - [select for diffs] , Tue Jul 22 12:50:54 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jc, xf-3_9jb, xf-3_9ja, xf-39ja
Changes since 1.1.2.2: +3 -3 lines
Diff to previous 1.1.2.2 to branch point 1.1
config-related updates

Revision 1.1.2.2 / (view) - annotate - [select for diffs] , Tue Jul 22 03:55:39 1997 UTC (15 years, 10 months ago) by hohndel
Branch: xf-3_9j-branch
Changes since 1.1.2.1: +3 -3 lines
Diff to previous 1.1.2.1 to branch point 1.1
some patches from Stuart

Revision 1.1.2.1 / (view) - annotate - [select for diffs] , Mon Jul 21 09:17:46 1997 UTC (15 years, 10 months ago) by hohndel
Branch: xf-3_9j-branch
Changes since 1.1: +582 -0 lines
Diff to previous 1.1
new parser and first attempts to use it

Revision 1.1 , Mon Jul 21 09:17:46 1997 UTC (15 years, 10 months ago) by hohndel
Branch: MAIN
Branch point for: xf-3_9j-branch
FILE REMOVED
file Monitor.c was initially added on branch xf-3_9j-branch.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

Powered by
ViewCVS 0.9.2