Release 1.6 (2009-12-02)
=======================
* Add DRI2 protocol, based off of dri2proto.h and the server code. (v2)
* xf86dri.xml seems to have been wrong forever. Fixes bug #16894.
* shape: add missing padding bytes to GetRectangles
* Add XML description for the Generic Event extension.
* Add XML description for the XFree86VidMode extension.
* Fix typo in xf86vidmode.xml
* Fix length calculation for xfixes/FetchRegion reply
* Add pre-defined atoms to Atom enum
modified a bit by me.
Tint2 is a simple panel/taskbar intentionally made for openbox3, but which
should also work with other window managers.
The goal is to keep a clean and non-intrusive look with code that is
lightweight and in compliance with freedesktop specifications.
Tint2 taskbar features:
* color/transparency on font, icon, border and background
* customize mouse event
* drag and drop task between desktop and switch desktop
Tint2 panel features:
* clock with font, color and transparency
* multi-monitor: panel position adjust to monitor, taskbar by monitor
Overview of Changes from GTK+ 2.18.4 to 2.18.5
==============================================
* Bugs fixed:
603652 Sporadic crashes with GtkSocket
598476 gnome-screensaver crashes when entering password...
601473 GDK_BUTTON?_MOTION_MASK appears to be broken
597386 Cannot click buttons more than once without...
603619 the colormap of offscreen's pixmap doesn't...
603904 gdk_draw_line doesn't have expose area.
Overview of Changes from GTK+ 2.18.3 to 2.18.4
==============================================
* Client-side windows:
- Avoid some unnecessary exposes
- Avoid unnecessary redraws related to clearing windows
* Bugs fixed:
563010 Fix clearing the selection in GtkFileChooserButton
581150 GtkIconView tries to paint items with invalid sizes
601869 GtkUIManager assumes too much about popup menus
581145 Wrong positioning for fullscreen gedit toolbar animation
599118 Translators comment for "Finishing" labels
599321 gtk_selection_data_get_uris is broken on Windows
381371 Print margins not correct in WIN32 - not allowing...
599446 atk_object_set_name () assertion in gtk_tool_button_set_label
602725 fix setting icon-size on GICON images
588740 JPEG images open with blur effect?
602724 gailimage doesn't handle GTK_IMAGE_{GICON,ICON_NAME}...
561130 get_monitor_geometry segfaults if called with non-existant...
585383 Segfault in gdk_pixbuf__ico_image_save
123569 Catch contents being reparented out of socket
601611 gtk_selection_data_get_targets() reads X Atom data as GdkAtoms
601959 must release compose key before continuing compose sequence
603201 gtk_about_dialog_set_url_hook has no effect anymore
591438 dfb_events_dispatch is not thread safe
603128 Adding new UI that was recently removed may cause wrong order
* Updated translations:
Low German
Romanian
Russian
Slovenian
KDE SC 4.3.4 has a number of improvements:
* A bugfix in Plasma's pixmap cache makes the workspace more responsive
* Okular, the document viewer improved stability in certain situations
* Marble, the desktop globe has seen some polish
* Passphrases with non-ASCII characters have been fixed in the KGpg
encryption tool
- Avoid causing xfce4-session to time out on startup.
- Fix type in xfconf property name.
- Fix mnemonic widgets in accessibility dialog.
- Fix translation macros in settings helper.
- Always restore the default display scheme on startup.
- Make sure --verbose is simmilar to --debug instead of --version
- Fix compile-issue with libxklavier >= 4
- Properly set orientation of tasklist handler.
- Fix launcher with 'Run in Terminal'.
- Fix typo preventing build on older gtk versions.
- Don't send -r to session restart command.
- Add dist-hook: all to the API docs Makefile.am as well.
- Add dist-hook: all to the libxfce4panel/ Makefile.am.
- Add option to tasklist to force a fixed width.
- Get the time the same as orange does.
- Better check for the lcd resize when the number of hour digits changes.
- Use g_timeout_add_seconds when available for the clock timeout.
- Resync tooltip and clock timeout when they are out of sync.
- Remove the hour interval from the clock, minutes are good enough.
- Use Git in the build files and drop unneeded po files.
- Use g_markup_printf_escaped in the launcher tooltip.
- A whole bunch of translations updated
0.4.2
=====
- Fix broken background image when compositing is disabled.
- Use new xdt-autogen macros.
- Translation updates
0.4.1
=====
- Install documentation in @docdir@.
- Don't die on dbus exit.
- Use the initial title in tabs if the dynamic title is set to hidden.
- Silence the build.
- Disable mnemonics in GtkSettings.
- Translation updates
0.4.0
=====
- Don't show the set title dialog when double-clicking on the scrollbar.
- Don't build the menubar when not enabled on startup.
- Various small code cleanups.
- Translation updates
0.2.99.1
========
- Do not save properties that are the same as the default value (and not
hidden) in the rc file. This makes startup a bit faster.
- Remove vte-title-workaround and show the vte title in the go menu
(so without the initial title).
- Documentation updates.
0.2.90
======
- Change minimum dependency of VTE to 0.17.1 and GTK+ to 2.14.
- Use environ variables provided by GLib for better compatibility.
- Use new VTE api.
- Don't set contents change on window resize.
- Fix segfault in special tab configuration.
- Monitor config files using GIO to avoid polling for file changes.
- Check for case problems when creating the symlink.
- Add hidden option to disable middle-click tab close.
- Property handle the button accelerators in the compose dialog.
- Convert the preferences dialog into GtkBuilder.
- Use stock icons and remove unused icons.
- Allow editing of shortcuts from the menu.
- Make the tab close button smaller.
- Fix compilation problems on Solaris.
- Update fullscreen action if changed by the wm.
- Add commandline option to set the window icon.
- Refactor the usage help so it's easier to understand. Also add
the --maximize option.
- Allow '-character in links.
- Add hidden option for the cursor shape.
- Convert preferences dialog in Gtkbuilder and make it fit better
inside Xfce using the titled dialog.
- Fix compiler warnings, code cleanups and improvements.
- Support for the erase tty key binding, requires vte 0.20.4.
- A lot of updated translations.
will not be compatible anymore
(noticed by Dennis den Brok, see mail to tech-pkg)
bump the API requirement
being here, update to 4.9.3 which brings another little bugfix
4.6.1:
Bugfix release.
4.6.0:
* alternate, more Pythonic, APIs have been defined for QDate,
QDateTime, QString, QTextStream, QTime, QUrl and QVariant.
Applications may select a particular API. By default Python v3
uses the new versions and Python v2 uses the old versions
* Qt properties can be initialised using keyword arguments passed
when creating an instance
* signals can be connected using keyword arguments passed when
creating an instance
* the QObject.pyqtConfigure() method has been added to set Qt
properties and connect signals using keyword arguments at any
time
* Python v2.6 and later allow a Python bytearray to be used whenever
a QByteArray is expected
* the getOpenFileNameAndFilter(), getOpenFileNamesAndFilter() and
getSaveFileNameAndFilter() static methods have been added to
QFileDialog
* a QLatin1String can be passed whenever a QString is expected
* the compileUiDir() function has been added to the uic module.
News in 2.8.0
=============
o new stable release
News in 2.7.0
=============
o Add new 2.8.0 gtksourceview API. (Gian Mario)
o Some misc bug fix (Gian Mario)
o Fix build with libtool 2.x. (Gian Mario)
o Autogenerate Changelog from git logs (Gian Mario)
v4.9.1 23rd October 2009
- A bug fix release.
v4.9 26th September 2009
- Added support for __iter__ and __next__. (__next__ is used for Python v2
as well as v3.)
- Added the %API directive.
- Added the /API/ annotation.
- Added sipIsAPIEnabled() to the C API.
- Added sip.getapi() and sip.setapi() to the Python API.
- Added sip.ispyowned() to the Python API.
- Mapped types can now act as a namespace for enums and static methods.
- The /Array/ annotation can now be applied to classes and mapped types.
- The /NoArgParser/ annotation can now be applied to methods as well as
functions.
- Added the --arch flag to configure.py to specify which MacOS/X
architectures are built.
- SIP is now also licensed under the GPL v2 and v3.
0.22.4
=======
- Fix a regression introduced in 0.22.4
- Bugs fixed in this release:
Revert "Bug 591648 - Don't clear the screen when switching to the alternate screen"
Change appres_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Add pointers to mailing list, bugzilla, wiki & git repo to README
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
appres 1.0.2
Ansification and compile warning fixes.
Add AM_PROG_CC_C_O to configure.ac to make automake-1.10 happier
Fill in COPYING, README, & AUTHORS
Strip RCS/CVS ids
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add missing PHONY line for automatic ChangeLog generation
xaw8 is gone, use xaw7
Build fix for case-insensitive file systems
Fix typo in bitmap.man
Fix build with builddir != srcdir
$(builddir) is the current directory
Ansification and compile warning fixes.
Rename app-defaults files to match "pattern" used on other applications.
Change editres_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Fill in AUTHORS & README
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add missing PHONY line for automatic ChangeLog generation
xaw8 is gone, use xaw7
Build fix for file systems that are not case sensitive
Fix build with builddir != srcdir
$(builddir) is the current directory
Ansification and compile warning fixes.
Rename lbx.h to lbxproxy.h to avoid conflict with new lbx.h in xextproto 7.1
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fix compatibility with libXext 1.1 / xextproto 7.1 headers
Bug 7317: xfs doesn't build on some GLIBC based systems: _XOPEN_SOURCE undefined
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Ansification and compile warning fixes.
1.5.1:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Ansification and compile warning fixes.
1.5:
Bug #10616: Man page typo: s/peform/perform/
renamed: .cvsignore -> .gitignore
Another man page typo fix: s/aprox./approx./
Bug 9520: Markup problems in Xmark.1x
Replace static ChangeLog with dist-hook to generate from git log
Rename .cvsignore to .gitignore
Add Compositing tests.
Fix typos in descriptions of -compwinwin{1,5}00.
Add pointers to mailing list, bugzilla, wiki & git repo to README
Man page updates: add "SEE ALSO", update xdm references
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
C89 fix
Change xauth_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Replace rsh by ssh the extract/merge example. Rsh is no more.
Initialize ed.used_stdout at the beginning of do_extract()
Fix format error
Correct make distcheck.
Man page typo ("faiding")
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Use "Backlight" RandR property, fall back to legacy "BACKLIGHT".
Ansification and compile warning fixes.
Create COPYING file from notice in terminal & X11R6.6 release notes
Move black6 & box6 bitmaps from xmh module
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
add .gitignore
Correct make distcheck.
Add pointers to mailing list, bugzilla, wiki & git repo to README
Trim trailing whitespaces
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING file
xaw8 is gone, use xaw7
Build fix for file systems that are not case sensitive
Fix build with builddir != srcdir
$(builddir) is the current directory
Makefile.am: nuke RCS Id
Ansification and compile warning fixes.
Fix logic inversion in geometry computation in -norender -digital mode.
X.Org Bug 13537: bugs in UTF-8 handling and regularized tick updating
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fix formatting of options/arguments in man page
Add COPYING file with copyright/license notice from xcompmgr.c
Make usage() report the current version.
Ansification and compile warning fixes.
Fix error reporting
Don't hard code the screen number
Check for _NET_WM_CM_Sn before trying to install ourself as composite manager
Try to report current composite manager name
Print Composite extension version for "-ext Composite"
Bug 3438: xdpyinfo reporting wrong information on xf86vidmode extension
Improved XF86-VidModeExtension printing
Move CWARNFLAGS addition to CFLAGS from configure.ac to Makefile.am
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Use xf86vmproto.h instead of xf86vmstr.h if it is installed
Add README with pointers to mailing lists, bugzilla, & git
Remove empty INSTALL so automake installs a real one
Use Xxf86dga.h & xf86dgaproto.h if present, to avoid warnings from old headers
Use $(AM_V_GEN) to silence man page creation too
Added --without-{xf86misc,xprint} configure time options
Don't print '(null)' when XF86VidModeGetMonitor() returns NULL fields.
Ansification and compile warning fixes.
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add missing PHONY line for automatic ChangeLog generation
Correct make distcheck failure and sparse warnings.
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING with notice from xev.c
Flush standard output after processing each event
xev: use XORG_CHANGELOG macro to create ChangeLog. #22611
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Correct make distcheck and sparse warnings.
Use AM_CFLAGS instead of xhost_CFLAGS to avoid automake-1.10 warnings
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Correct make distcheck and sparse warnings.
Add README with pointers to mailing lists, bugzilla, & git
Fill in COPYING with notice from xkill.c
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Correct make distcheck and sparse warnings.
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING file with copyright/license notice from code & docs
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Correct make distcheck and sparse warnings.
Build fix for file systems that are not case sensitive
allow build outside of source tree
xaw8 is gone, use xaw7
Properly handle multiple depth windows.
Correct problems in make distcheck.
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Replace static ChangeLog with dist-hook to generate from git log
Allow xman to use bzip2 to decompress man pages
xaw8 is gone, use xaw7
Allow xman to be cross build by adding a ./configure
Build fix for case insensitive file systems
Apple: Added Tiger's man.conf location to the search path
Use AM_CFLAGS instead of xman_CFLAGS and remove AM_PROG_CC_C_O
Remove xprint remnants
Ansification and compile warning fixes.
Add lzma manpage extension support.
Cygwin uses Linux-style man
Bug 21675 xmodmap manpage states the wrong path to XKeysymDB
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add pointers to mailing lists, bugzilla, & git to README
Skip whitespace for virtual button '0'.
Correct make distcheck.
Add README with pointers to mailing lists, bugzilla, & git
Add 'o' property type to man page for icon formats
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Exit cleanly when the target window is destroyed. (#19381)
Do not spew usage on connection error
-spy: flush output before waiting for more events
Bug#15069: Compile warning fixes.
Correct make distcheck and don't distribute autogen.sh.
The "visible bit" is called "urgency bit" in the ICCCM 2.0
Display _NET_WM_ICONs as ASCII art instead of as a big list of integers
Warn if one of the outputs given did not exist
changed a bunch of string to number conversions for reliability
Add missing 'static's to get rid of warnings.
Allow specifying multiple paths to --with-cpp and running if none is found
Add README with pointers to mailing lists, bugzilla, & git
Fill in COPYING file with notices from xrdb.c & xrdb.man
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Correct make distcheck and sparse warnings.
Avoid divide by zero crash if DDX mistakenly returns screen size of 0mm.
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING file with copyright/license notice from code & docs
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Correct make distcheck and sparse warnings.
Avoid warning from "xset r rate" when XF86Misc extension is not present
XKB named indicator support for led state query/set
Fill in README & COPYING files
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fix typos in xset manpage
Correct make distcheck and most sparse warnings.
Add README with pointers to mailing lists, bugzilla, & git
Fill in COPYING file with copyright/license notice from code & docs
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Correct make distcheck and sparse warnings.
Add README with pointers to mailing lists, bugzilla, & git
Fill in COPYING file with copyright/license notices from code & docs
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Do not spew usage on connection error
Ansification and compile warning fixes.
Add README with pointers to mailing lists, bugzilla, & git
Fill in COPYING file
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
xwininfo 1.0.5
Do not spew usage on connection error
Ansification and compile warning fixes.
Report visual id along visual class for -stat switch
Update manpage for visual id
Plug leaks of color conversion arrays in Do_Direct
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING with copyright/license notices from code
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Add more input checks. From "nob...@example.com" through OpenBSD bug list.
Ansification and compile warning fixes.
Various specifications specify files and file formats. The XDG Base
Directory specification defines where these files should be looked
for by defining one or more base directories relative to which
files should be located. This library implements functions to list
the directories according to the specification and provides a few
higher-level functions for use with the specification.
KDE 4.3.3 has a number of improvements that will make your life just a
little bit better. Some of KWin's effects have been smoothed and freed
of visual glitches, JuK should now be more stable, KDE PIM has seen its
share of improvements while in the back-rooms of KDE, the developers are
working hard on porting all applications to the new Akonadi storage and
cache.
versions are API incompatible
(afaict the only useful thing in this pkg is the "gtkspell" wrapper,
should perhaps be put into its own pkg)
ride on today's PKGREV bump
changes:
-bugfixes
-Rework mouse selection to be more robust. In particular, PRIMARY
selection now only changes when mouse button is released, not upon every
motion when selecting
Changes since version 5.28:
- Undo a cleanup in vroot.h, as xlock exits on startup with a BadWindow
on pievwm and tvtwm.
- juggler3d mode stolen from xscreensaver with help from Tim Auckland.
Jouk Jansen made safe for VMS and fixed colour problem.
- nose: cleaned up for win32. Still do not know why this mode has
bottom task bar.
- petri: crashed due to shift of int, fix from Dr Nigel Warr
<warr AT kp.uni-koeln.de>. petri improved for win32, should not be
red all the time now.
- penrose should be working again. Other small fixes for life, etc.
- image: image set right away and added option -icononly to only display
image when in password window
- Xinerama patch so the password window will be displayed on one screen
thanks to Kaelyn Uhrain <satyr_22901 AT yahoo.com>. (On the wish
list would be to have password window on screen with mouse instead
of first screen.
- SuSE patch set thanks to Stanislav Brabec <sbrabec AT suse.cz> and
Petr Gajdos <pgajdos AT suse.cz>. For problems in code and compiler
warnings: fixes build with GLTT and FTGL modules, return if fontset
is null instead of crash, fixes strict-aliasing compiler warning,
makes void function not returning anything.
- life3d: resync with my Java code for new patterns.
- xlockrc (use of xlock without system password) did not actually check
if Key portion matched Again portion. Also now deletes null .xlockrc
file when there is a mismatch.
From Ondrej Tuma in PR pkg/37688
XXX I think -ldl should go into the generated libQtCore.la instead,
but I lack sufficient clue how to make that happen.
/usr/include/asm-generic/fcntl.h:117: error: redefinition of 'struct flock'
/usr/include/bits/fcntl.h:159: error: previous definition of 'struct flock'
(this is due to kdelibs including kernel headers for inotify)
Fingers crossed that this won't introduce regressions on $otherLinux.
This tool shows a borderless GTK window with various buttons in
depending on the current X11 selection. It's configured by a ".gselt"
file in your $HOME directory.
* Reintroduce accidentally removed API methods Gtk::Widget::can_default()
and Gtk::Widget::can_focus().
* Include infobar.h from main gtkmm.h header.
Changes 2.18.1:
* RecentManager: Undeprecate get_default().
Changes 2.18.0:
* Clipboard: wait_for_targets): Fix a crash.
Build:
* Require a recent pangomm.
* Style: Fix a compiler error with the Intel C++ compiler.
* Fix recently-introduced problems with disable-deprecated options.
Changes:
Save/restore ECK Clock Synthesizer
Fixed bug with panel autodetection using
ViaPanelGetNativeModeFromScratchPad function
Fixed problem with backlite (Ticket #308)
TV-out VT1625 chip support
Cursor support speedup
Removed two old variables:
pBIOSInfo->panelX
pBIOSInfo->panelY
and replaced it by:
pBIOSInfo->Panel->NativeMode->Width
pBIOSInfo->Panel->NativeMode->Height
Fix bug with DFP Power Off (ticket #317)
Fix bug with wrong panel size value
(http://www.openchrome.org/trac/ticket/301)
This bug appeared only when UseLegacyModeSwitch was TRUE
Added support of the VIA OpenBook
Added support for screen rotate upside-down and remove "magic numbers"
Forgot to remove an old Dot Clock entry from the table.
XO 1.5 Panel patch contributed by Xavier Bachelot.
Fixup some of the Dotclock code and add working plls
for the XO 1.5
CX700 integrated TMDS (Patch courtesy Tim Chen from VIA).
Initialize CRTC before a mode switch. Fix bug #260.
a couple of small compatibility fixes for XAA and EXA.
viaLowLevel.c and via_accel.c are fixes by
Bartosz Kosiorek. The via_video.c is a syntax
fix by Robert Bridge. Thanks for the bug fixes.
Patch submitted by Robert Bridge, originally started by
Xavier Bachelot, to remove old EXA support. We are moving
forward with the driver and are no longer supporting the
old EXA initializations.
According to VIA's code the P4M900 should have the same
acceleration initialization registers as the K8M890. This
patch fixes this and gives about a 10x increase in the
video benchmark numbers.
remove the check for VIA_3D_ENG_BUSY in the idle loop.
This causes xorg to chew a bit more cpu with XAA enabled,
and it causes the entire X server to dump if EXA is enabled.
I should investigate further, but for now I will just remove
it.
Oops forgot to change registers for the vx800 chipset
when waiting for Idle in the engines. I also added
back in waiting for the 3d engine to be idle. I am
not sure if this was removed for a reason.
Temporary hack to fix a bug with newer Xorg and DRI
that crashes if CRTC is not setup. I am adding this
because I am working on this part of the code anyways
so it won't get lost in bit rot.
Make sure that the monitor settings will handle our
internal Modes set for TV out and LCD Panels.
A couple more tweaks to fix mono hardware cursor on older
chipsets.
Missed a couple of changes for the chipset specific
cursors. Moved chipset detection to HWInit. Removed
some extraneous debugging.
Initial XVideo support for VX800.
Okay I tried to cheat. We need to have some chipset
specific intelligence. I have added this back into
the initial test to check for HWCursor support.
This is a take at reworking HWCursor. It works off the
ttm_branch and the work done in the randr_branch. It only needs
marginal testing as HWCursor was already very broken.
Moved pVia->FrameBufferBase setting to within
VIAMapFB where it was before being called without
being set.
Patch submitted by Robert Bridge to clean up compiler
warnings. Should close trac ticket #243. Thanks
RobbieAB.
Finally tracked down the XAA libpciaccess bug. Also
Realized I had not enabled write-combining on the main
framebuffer. This should give a small speed boost.
Added support for all Modes in ViaPanelNativeModes to
ViaPanelModes. Modes used are from Via's released driver
in ViaSupportModes.
Found needed register writes that are needed so VX800 doesn't
crash when CRT is not enabled. I also removed NEEDS FIXING
comments from them as they are obviously needed.
A few more acceleration tweaks for the VX800.
This should fix all the XAA rendering issues.
This should also allow 800x480 Panels to work without
custom modelines.
Initial support for the VX800 chipset. This is based off the
Basic chipset support work of Xavier Bachelot and the inital
Acceleration work done by Harald Welte. I verified the changes
based off the most recent VIA codebaase and fixed a couple of
rendering issues.
Still needs more work on EXA ( font rendering glitches ) and
XVideo.
- Added support for RV740, M92, M93, M97.
- Added support for HDMI audio on RS690 and R700.
- Added support for power management.
- Implemented almost correct analysis of PowerPlay AtomBIOS tables.
- 2D acceleration (EXA) is enabled by default now, except on RV740.
- Backlight handling finally fixed - compatible with xbacklight 1.1.1.
- Overhaul of memory controller setup. Fixes many "MC not idle" issues.
- Overhaul of cursor handling. Fixes most cursor bugs.
- Selectable color space for XVideo on R6xx/R7xx.
- Tons of bug fixes (DDC, EXA, LUT, RandR, AtomBIOS).
- More quirk table entries.
- Shave support (cleaner compilation output).
- All warnings fixed.
- Some start of Developer's documentation in README.coding.
Keith Packard (1):
Re-fix DGA removal.
Peter Hutterer (1):
ephyr: if -parent is given, check for a trailing -screen. (#24144)
Changes since 1.6.3:
Daniel Stone (1):
fbdevhw: Test for graphics:fb%d as well as graphics/fb%d
Keith Packard (3):
render: return the supported version rather than just passing the
proto's version
xfree86/modes: Remove all framebuffer support from DGA
Bump to version 1.6.4
Michel Dänzer (1):
dri2: Don't crash if pPriv is NULL.
Peter Hutterer (1):
Don't send events through the master if the device has SendCoreEvents off.
Richard Hughes (1):
Don't reset the lastDeviceEventTime when doing DPMS actions
Rémi Cardona (1):
dix: append "built-ins" to the font path in SetDefaultFontPath
KDE 4.3.2 brings a nice number of bugfixes, some critical, some just
fixing small annoyances:
* Many crashers have been fixed in KDE's core libraries, bringing more
stability to all applications
* KWin's window compositing effects have been further stabilized by fixing
a number of bugs in effect plugins such as the famous coverswitch window
switcher
* The biggest number of bugs for this release has been fixed in KMail,
KDE's email client, making it more reliable and usable by correcting a
number of display issues
* Saving files over themselves works again in Okular, KDE's document viewer