1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Changelog for gvidm:
2004-11-12 - v0.8:
* Add support for GTK 2.0.
* The default is to build for GTK 2.0 if it is present, specify
configure --with-gtk1 if you want to force building with GTK 1.x.
* Fix build when xf86Parser.h isn't present. (Though interlaced or
doublescan modes may show wrong refresh rates then.)
* Fix showing incorrect refresh rates for interlaced modes.
2004-06-24 - v0.7:
* If there are multiple screens, but only resolutions from a single
screen are to be selected from, don't show the top level screen
selection menu.
* If a mode specification doesn't include a screen number, use the
current screen rather than screen 0.
* Add "cur" keyword for screen specification.
2004-03-15 - v0.6:
* Add -r/--resize option to change root window resolution using XRandR.
* Make "max" specification prefer modes with higher refresh rates.
* Add "best" keyword for mode specification which shows only the
highest refresh rate per resolution.
* If a mode is specified with no refresh rate, use the highest available.
2003-11-18 - v0.5:
* Add "all" keyword for screen specification.
* Add "max" keyword for resolution specification. (inspired by patch from Steven Mueller)
* Add "all" keyword for resolution specification.
* Show refresh rate and mode flags (double scan/interlaced) in popup. (Steven Mueller)
* Add "-l/--list" option to show available modes. (based on patch from Steven Mueller)
* Add option refresh rate part to Resolution specification.
* Add "-q/--query" option to show current modes. (based on patch from Steven Mueller)
2003-09-09 - v0.4:
* Print error message on failure to open display.
* Allow specification of vid mode(s) on command line.
* Disable gtk menu accelerator setting; it makes no sense for gvidm.
* Add "uline" accelerators to menu items.
* "make install" creates directories if needed, and installs the manpage too.
* Only use -Wall and -MM (dependancies) if using a GNU compiler.
2001-09-03 - v0.3.1:
* Included a manpage.
* More informative --help output.
2001-09-02 - v0.3:
* First release, based on gvid 0.3.
Changelog for gvid:
v 0.3
---------------------
multi-head display support
xinerama support added
configure script added
v 0.2
---------------------
X4 supported
code cleanup
v 0.1
---------------------
initial release
|