* Only convert exact dicts to a QVariantMap and back and not dict
sub-classes.
* Removed an assertion when building dynamic meta-objects, instead just
ignore the attribute if it doesn't have the expected type.
* Fixed the handling of QWizard by pyuic.
* Changed the SIP dependency to v4.8.1 (not necessary but we don't want it
to survive in the wild).
* Changed the roadmap to show how incompatible APIs will be selected.
* Fixed __str__ for QByteArray for Python v3 so it is consistent with
Python v2.
* Reverted the roadmap change about __hash__ being an incompatibile change.
The issue isn't that the hash function has changed (which isn't considered
a compatibility problem) it's that different objects that previously had a
different hash value (based on their id()) now might have the same hash
value.
* Updated the roadmap to show that the __hash__ additions (including QUrl)
are not now considered incompatible changes.
* Removed the Python v3 buffer protocol support for QString.
* Improved the implementation of the Python v3 buffer protocol for QByteArray.
* Fixed a pyuic problem with Python v3 when setting the tab order.
* Added /Transfer/ to QComboBox.setLineEdit().
* Added /KeepReference/ to setValidator() and setCompleter() for QLineEdit
and QComboBox.
* Added the missing setCoordinateMode() and coordinateMode() methods from
QGradient.
Changes in 3.18.1 since 3.18:
* Fixed the handwritten code for all QDomDocument.setContent() overloads
which was using deprecated (and now removed) sipBuildResult() format
characters.
* Fixed a build problem that affected Python v2.5 and earlier.
Changes in 3.18 since 3.17.6:
* Removed some compiler warning messages.
* Reverted the changes that removed the use of sipSelfWasArg in handwritten
code.
* Tweaked configure.py so that Python3 can run just enough of it to display
an error message.
* Fixed a regression in emitting Python signals to Qt signals.
* Handwritten code changes for the removal of the sipProtectVirt_*() methods.
* Fixed a build problem with the GPL version.
* Refactored the signla/slot support.
* Safety checking of latest signal/slot refactoring.
* Safety commit of the PyQt3-specific meta-type and super-type (just stubs
at the moment).
* Use the %Plugin directive to enable PyQt3 signal support.
* More changes to the QObject.sender() support.
* Updated the QObject::sender() support in response to sip changes.
* Moved the last of the type parsing from sip.
* The type parsing now uses sipResolveTypedef().
* Added the type parsing support from the sip module as PyQt4 no longer uses
it.
* Replaced sipFindConnection() with sipFindSlot().
* Replaced sipFreeConnection() with sipFreeSipslot().
* Changes required by recent changes to the Qt support API.
* Compatibility changes needed for SIP v4.8.
* Merged the v3.17 maintenance branch into the trunk.
* Made some char* in handwritten code const needed by SIP v4.8.
* Fixed the reference count handling of a module in the error paths when
initialising it.
* Added support for (vaguely) defining private assignment operators to
suppress the generation of PyQt4 assignment helpers.
* Fixed a regression in the creation of new exceptions.
* Various changes (including bumping the major version number of the C API)
to accomodate the design of the API selection support. The implementation
should not need any further data structure changes.
* Fixed a code generation bug when an /ArraySize/ argument was typedef'ed.
* Fixed sipResolveTypedef().
If try to workaround that get build failures in rrtransform.h
or runtime problem:
Xorg: Undefined PLT symbol "pixman_transform_init_identity" (symnum = 1603)
such, but DragonFly is): ${SETUID_ROOT_PERMS} doesn't work for suid
kgrantpty, because the locate() method used to find the path to the binary
expects it to have a read permissions set.
* Fix critical problem of BigDecimal class in 1.8.7-p173.
Fri Jun 12 16:36:44 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced
in r23613. [ruby-talk:338957]
* support for Python v3
* support for Qt v4.5.1
* added the QInputContextFactory class
* a new, more Pythonic, API has been added for connecting signals and slots
which does not require knowledge of C++ data types
* new signals can now be defined using pyqtSignal as a more Pythonic
replacement of the __pyqtSignals__ class attribute.
* added the pyqtSlot decorator as a more Pythonic replacement of the
pyqtSignature decorator
* the "type" argument to pyqtProperty() can also be a Python type object
* the "type" argument to Q_ARG() can also be a Python type object
* the "type" argument to Q_RETURN_ARG() can also be a Python type object
* added QT_TR_NOOP_UTF8()
* super() works without restrictions
* replaced the old qtdemo example launcher with a port of the newer version
* added the editabletreemodel.py and fetchmore.py examples
* replaced the old tutorial with the newer Address Book tutorial.
Here's the 2.1 release of dri2proto with the new request from Ian
to support front buffer rendering.
Have fun rendering to the front buffer!
Kristian
Ian Romanick (1):
Add protocol for DRI2GetBuffersWithFormat
Lots of cleanup and misc bugfixes since 1.3.4. Still one of the worst
libraries we ship though.
If you're unfortunate enough to need speedo, type1, or printer fonts,
then you'll want to skip this release.
---
Adam Jackson (15):
Delete speedo
Delete Type1
const cleanup
Get rid of a useless array
Remove useless #define
Remove loadable renderer support.
Remove printer font support.
Remove PMF support.
xalloc -> malloc, etc.
Drop OS/2 support
Move the copy of CopyISOLatin1Lowered near its user, and un-weak it.
Delete some dead ifdefs
Allow case insensitive filename matching in fontfile.
Remove some strcasecmp silliness
libXfont 1.4.0
Alan Coopersmith (1):
Restore comment deleted by b6f793d7d5
Jeremy Huddleston (1):
Added missing AM_CFLAGS for -Wl,-flat_namespace
Paulo Cesar Pereira de Andrade (3):
libXfont ansification and removal of xf86_ansic.h dependency
Disable some fun stdio wrapping.
Janitor: make distcheck and .gitignore
Peter Astrand (1):
Avoid sending uninitialized padding data over the network.
This release brings mainly 64-bit fixes.
Also, the device list now prints out the type (MOUSE, KEYBOARD, etc.).
Peter Hutterer (7):
fix 64 bit issues with set-int-prop and list-props.
Fix set-float-prop on 64-bit architectures.
The float_atom should actually be an Atom
If there's multiple null-terminated strings in the property, print all.
Create the float property if it doesn't exist.
XCloseDisplay when we're done.
xinput 1.4.2
Simon Thum (2):
xinput: mention set-float-prop in manpage
xinput: include device type in device list
Changes in 1.4.1:
=================
Dave Airlie (1):
tdfx 1.4.1
Jakub Bogusz (1):
Bug #17557: Fix device initialization.
Tiago Vignatti (2):
Remove libc wrapper functions.
Fix my bad typo in last commit.
Changes in 1.4.0:
=================
Adam Jackson (2):
Death to RCS tags.
tdfx 1.4.0
Brice Goglin (1):
TDFX_*_VERSION using PACKAGE_VERSION_*
Dave Airlie (1):
update tdfx to use proper pciaccess detection
Ian Romanick (6):
Supply NULL driverFunc pointer in DriverRec.
Wrap pciReadLong / pciWriteLong with macros.
Make TDFXGetRec return the pointer instead of a bool.
Minor code cleaning in TDFXMapMem.
White-space police in TDFXInitChips.
Initial pass at porting driver to pci-rework. DOES NOT WORK.
James Cloos (2):
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Matthieu Herrb (1):
Makefile.am: nuke RCS Id
Michael Lorenz (1):
Add DDC2/I2C support to the tdfx driver
old xserver and the libpciaccess patch from upstream repository.
Changes since 2.8.2:
Brice Goglin (1):
Define NSC_VERSION_* using PACKAGE_VERSION*
Eric Anholt (2):
Bug #9588: Fix build after XFree86Server unifdef by removing HAL junk.
Bump driver version to 2.8.3 to release untested build fixes.
James Cloos (2):
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
SIP v4.8 has been released. The highlights of this release include
support for Python v3, the ability to supply alternate super-types
and meta-types for wrapped objects, and documentation built using
Sphinx.
The major new features are:
* support for Python v3
* the %BIGetBufferCode and %BIReleaseBufferCode to
support the buffer interface of Python v3
* the %DefaultMetatype directive and the
/Metatype/ class annotation to allow the
meta-type of a wrapped type to be changed
* the %DefaultSupertype directive and the
/Supertype/ class annotation to allow the
super-type of a wrapped type to be changed
* the sip.simplewrapper type to be used as a
super-type for wrapped types that don't take
part in parent/child relationships
* the %InitialisationCode directive
* the /KeepReference/ argument annotation
* the /Encoding/ argument, function, typedef and
variable annotation
* super() now works as expected with wrapped types
* support for __floordiv__, __ifloordiv__,
__truediv__, __itruediv__ and __index__
* __bool__ is a synonym for __nonzero__
* Sphinx is now used for the documentation
* many additions and deprecations in the API to
eliminate the differences between classes and
mapped types. (See the documentation for the
details.)
Christian Aistleitner (1):
Respect rotation upon ShadowFB initialization
Dave Airlie (1):
s3virge 1.10.2
Paulo Cesar Pereira de Andrade (1):
Correct calls to find_bios_string
Adam Jackson (6):
Remove a leftover from overlay support
Fix xf86ModeBandwidth check
Move device ID and memory sizing much earlier in setup
G200SE: Only force 16bpp on low-memory cards
Fix ChangeLog generation
mga 1.4.10
Alan Coopersmith (2):
Remove xorgconfig & xorgcfg from See Also list in man page
Add README with pointers to mailing list, bugzilla & git repos
Chris Ball (2):
Build fix for EXA 3
Revert "Build fix for EXA 3"
Stefan Dirsch (1):
Prevent MergedFB setups from crashing.
Thomas Jaeger (1):
Fall back to software for unsupported repeat modes
Yannick Heneault (9):
fixed winbond/nuvoton min pll clock to correct value (18.75Mhz).
Fixed PLL m,n,p selection for G200eW to respect byte granularity.
Updated PLL algorithm for G200eW.
Fixed bad access issues and ddc1 implementation for IP core.
Modified memory count rountine for G200eW to detect up to 16Megs.
fixed memory count rountine for G200eW to detect up to 16Megs on X server without
libpciaccess.
Fixed G200SE PLL selection routine of m,n,p.
Force pitch of 1024 for G200SE Pilot1 when edid is used as modeline.
Fixed bad vga access in memory count routine.
Aaron Plattner (1):
Make sure the screen is a mach64 screen before doing anything in
ATIMach64XVInitialiseAdaptor.
Adam Jackson (1):
Don't print the resource list on failure.
Alan Coopersmith (3):
Add README with pointers to mailing list, bugzilla & git repos
Convert to XORG_CWARNFLAGS & XORG_CHANGELOG
Version 6.8.1
Paulo Cesar Pereira de Andrade (1):
Remove xf86{Disable,Enable}Interrupts
Adam Jackson (2):
Uncomment DDC2 code, move it before mode validation so DDC has some effect.
i740 1.3.0
Alan Coopersmith (1):
Remove xorgconfig & xorgcfg from See Also list in man page
Adam Jackson (1):
Don't store pScrn->monitor->DDC manually, let xf86SetDDCproperties do it.
Julien Cristau (1):
Bump to 1.3.1
Paulo Cesar Pereira de Andrade (2):
Compile warning fixes.
Replace calls to xf86usleep with calls to usleep and include unistd.h.
Adam Jackson (2):
Uninclude xf86Version.h
Make ISA optional
Dave Airlie (1):
trident 1.3.1
Julien Cristau (1):
Link with -lm for sin()
Paulo Cesar Pereira de Andrade (1):
Correct macro IsPrimaryCard to check HAVE_ISA.
Adam Jackson (2):
Uninclude xf86Version.h
sunleo 1.2.0
Alan Coopersmith (2):
Replace references to XFree86/XF86Config in man page
renamed: .cvsignore -> .gitignore
Brice Goglin (1):
Define LEO_*_VERSION using PACKAGE_VERSION*
David S. Miller (1):
Remove screen/window privates to fix build after devPrivates rework
Dennis Gilmore (1):
Remove usage of ALLOCATE_LOCAL
Eamon Walsh (2):
Support old and new devPrivates API in this driver.
Change GC private key back to an integer variable.
Matthieu Herrb (1):
Makefile.am: nuke RCS Id
1.7.1 changeLog:
- ------------------------------------------------------------------------
Alan Coopersmith (2):
Remove xorgconfig & xorgcfg from See Also list in man page
Add README with pointers to mailing list, bugzilla & git repos
Francisco Jerez (8):
Dynamically switch virtual refresh mode.
Set dualhead to on by default on SM72x chipsets.
Minor corrections at the man page.
Drop the outdated configuration options documentation in README.
Wait for vertical retrace before writing registers at SMILynx_CrtcDPMS_*
Don't attempt monitor detection on SM712.
Increase the maximum clock value to 200MHz on SM712.
Bump version to 1.7.1.
Jamie Lentin (1):
Stop clearing of "VESA compliance power down mode" bit
Matthieu Herrb (1):
Fix direct access to IO space on chipsets with no IOBase mapping.
Niels de Vos (1):
siliconmotion: Fix disabling of debugging if SMI501_CLI_DEBUG is set to 0
1.7.0 changeLog:
- ------------------------------------------------------------------------
Adam Jackson (1):
Dead code removal.
Arnaud Patard (1):
Correct a problem when handling i420 format.
Francisco Jerez (28):
Memory detection moved before memory mapping in SMI_PreInit.
Make the int10/VBE initialization depend on the UseBIOS
configuration option.
Updates in SMI_EnterVT when remapping memory.
RandR rotation implemented.
Some fixes in the EXA UTS/DTS code.
Allow using XV and RandR rotation simultaneously.
Fix XAA, ShadowFB and VT switching for non-sm501 chipsets
RandR1.2 initial implementation (WIP)
Some corrections in the CRTC code.
Simple EXA Composite implementation.
Changes in the video overlay clipping code.
Lynx hardware cursor code adapted to the CRTC interfaces.
Remove shadowfb based rotation support.
Update the man page
Remove unused fifo_* options.
Disable screen centering on mode initialization.
Some corrections on the Lynx modesetting code.
Fix XAA SolidFill with 32 bpp framebuffer.
Fall back to UseBIOS off when VBEInit fails.
Enable linear memory mode on SMI_MapMmio.
Fix crashes when switching VTs with EXA enabled.
Add some quirks for SM712 modesetting.
Cleanup the Lynx register saving/restoring code.
Allocate crtc->funcs and output->funcs in the heap.
Fix SMI_CrtcShadowAllocate.
Add a CRTC/Output implementation using BIOS for modesetting.
Add support for clone mode on Lynx chipsets.
Some more quirks for the SM712.
Nathael Pajani (1):
Bit twelve on CPR00 bitfield is not bit eleven...
Paulo Cesar Pereira de Andrade (92):
Fix build for removal of xf86Version.h
Add initial support and macros for the MSOC.
Change SILICONMOTION_NAME value
Add code to probe and recognize the SMI501 chipset
MSOC doesn't access VGA registers or VBE/INT10
Update xaa and generic acceleration code for the MSOC.
Update MSOC video interface.
Bump version to 1.6.1.
Split SMI_MapMem in SMI_MapMem and SMI_MapMmio
Don't pretend this driver compiles on XFree86.
Correct xv video problems on MSOC.
Correct all compiler warning messages.
Rename global smi501 functions to have SMI501 prefix.
Complete rewrite of smi_501.c and smi_501.h.
Update for new smi_501 interfaces.
Correct video offscreen memory allocation routines.
Add a missing CHECK_SECONDARY macro call.
Add initial exa support for SMI501.
Enable pci retry and pci burst by default.
Add MSOC palette support to run at 8 bpp.
Kludge to not lock the SMI 501 when running at 8bpp.
Fix a leak and minor cosmetic change.
Rework/simplify debug macros.
Simplify hw cursor and sw cursor option handling.
Remove unused .cvsignore files.
Split SMI501_ModeInit in two functions.
Correct logic in sw cursor handling and add missing entries to
.gitignore.
Correct problems in clock setting.
Fix incorrect understanding of the pixel clock from specs.
Don't try to find the closest clock, just use highest one.
Properly check pScrn->driverPrivate before deferencing it.
Don't always program CRT clock and registers.
Update to match the SMI 502 chipset specs.
Remove the macro field, and rename the detail structure to f.
Correct clock programming for the SMI 501/502
Add support for the extra divider in the alternate pixel clock setting.
Rewrite some macros to not have side effects in if/else nesting.
Remove the IN_SEQ and OUT_SEQ macros.
Rename macro "bitfield" to "bits" and correct a wrong division.
Simplify regsmi.h by removing most unused SMI501 defines.
Don't use the 1 multiplier on older chipsets.
Rewrite WaitQueue and WaitIdle accell macros
Make the input frequency in SMI501_FindPLLClock a variable
Add a PanelSize/60Hz CVT mode at driver initialization
Minor corrections for smi501 for the randr1.2 integration.
Remove dependency on xf86cvt.c.
Extra MSOC tweaks for the RandR1.2 changes.
Correct incorrect pll3 calculation.
Revert/modify some RandR changes to reenable XAA.
Update sm502 pll3 programming.
Don't change M1XCLK unless option specified in xorg.conf.
Crt interface corrections.
Use existing "Dualhead" option in MSOC.
Make UseFBDev option functional again.
Make Dualhead option functional.
Update msoc to use randr cursor routines
SMI501/502 cursor fixes.
Disable HW cursor in dualhead mode in smi 501/502
Update memory detection for MSOC.
Make MSOC work with EXA offscreen manager.
Add CSCVideo option to smi 501/502.
Allow setting modes larger then panel for secondary output.
Use the CRT Monitor Detect MSOC register.
Remove the ZoomOnLCD option and update manpage for PCIRetry.
Correct wrong offset value for secondary hardware cursor.
Add support for the reading/writing the alpha layer registers.
Implement an argb cursor using the alpha layer.
Disable detection of crt for the smi 501/502.
Correct a problem in CSC video on the smi 501/502.
Enable gamma correction on the MSOC.
Changed to use panel plane tl and tr to center modes smaller then
panel size.
Don't restore alpha registers, as they are not being modified.
Be more liberal about mode width validation.
MSOC: Hide cursor on mode setup when using software cursor.
Correct regressions in CSCVideo
Only compile smi_dga.c when xf86DiDGAInit is not available.
Don't explicitly call the cursor routines.
Correct EXA+Randr+rotated mode.
Enable XAA and randr rotated modes.
Declare DGA fields only when not using xf86DiDGAInit.
Use a single debug macro for leaving functions.
Ensure the engine is idle before switching to a virtual terminal.
Remove smi_dga.c and polylines code from smi_xaa.c.
DGA is dependent on HAVE_XMODES.
Properly restore console on the smi 501/502.
Unless there is a xorg.conf option, don't modify mclck neither mxclck.
Janitor/maintenance patches.
Add definitions for the SMI 501/502 "command list interpreter".
Enable the SMI 501/502 command list interpreter in a "debug" build.
Simplification and redundancy removal in video code.
Use util-macros XORG_CHANGELOG and XORG_CWARNFLAGS.
Bump release to 1.7.0.
Adam Jackson (1):
Uninclude xf86Version.h
Andrew Randrianasulu (1):
Fix typo in map setup
Dave Airlie (2):
s3 0.6.1
s3: fix build by including inputstr.h
Evgeny M. Zubok (1):
S3: various fixes
Paulo Cesar Pereira de Andrade (1):
Correct unresolved symbol and incorrect assignment.
Adam Jackson (3):
Uninclude xf86Version.h
Move DDC before mode validation so the EDID modes actually take effect.
Remove bizarre use of ISA setup
Dave Airlie (2):
glint: fix build on alpha for pciaccess.
glint 1.2.2
Paulo Cesar Pereira de Andrade (1):
Remove dependency on cfb8_32.
This release adds support for building against Xorg 1.6, but drops
support for building against Xorg 1.3 and older.
Alan Coopersmith (7):
Remove xorgconfig & xorgcfg from See Also list in man page
Add README with pointers to mailing list, bugzilla & git repos
Replace static ChangeLog with XORG_CHANGELOG, use XORG_CWARNFLAGS too
Raise minimum xorg-server required to 1.4 for miGetPointerPosition
renamed: {man,src}/.cvsignore -> {man,src}/.gitignore
Updates to COPYING, README, & cirrus.man
Version 1.3.0
Matthieu Herrb (1):
alpine: fix order of arguments of PCI_WRITE_LONG().
Paulo Cesar Pereira de Andrade (2):
Export symbols used by different cirrus driver modules.
Update to use miPointerGetPosition.
Changes in 6.12.2:
xf86-video-ati 6.12.2 highlights
- - lots of bug fixes
- - r2xx/r3xx textured video improvements from Roland
Alex Deucher (27):
bump version post release
Add new pci ids
R6xx/R7xx EXA: fix maxPitchBytes
DCE3.2: use RMX for for non-native modes on DVI
radeon: add new chip ids
R4xx ATOM: fix crtc routing for CRT1
R6xx/R7xx: clean up bool const code
R6xx/R7xx: clean up logic in EXA Comp PS setup
R6xx/R7xx EXA: rework composite pixel shader
radeon: re-enable r/g/b intensity attributes for overlay
mac mini: fix connector setup regression
r1xx-r3xx TV: fix white noise
Mac mini: fix connector setup for real
mac mini: 3rd time's the charm
COMBIOS: fix default sclk/mclk from bios
COMBIS: Clarify case 0 for LCD DDC table
Unify mc_idle()
Add PCIE register accessors
Add RV790 (HD 4890) support
DCE3/3.2: fix up transmitter/encoder setup
DCE3/3.2: cleanup dpms after previous changes
radeon: fix Xv vsync for multi-head
Fix missing ')' in PCIE macro
Cast info->sclk to int
DCE3/3.2: further fixes
ATOM: code cleanup
Bump for release
Eduard Fuchs (1):
Enable byte swapping for r6xx/r7xx Hardware
Roland Scheidegger (4):
clip fixes
don't convert planar yuv to packed for r300
don't convert planar yuv to packed for r200
fix textured video allocation bug
Changes in 6.12.1:
Fix some fall out from the r6xx/r7xx merge
and fix load detection on avivo chips.
Alex Deucher (9):
Bump post-release
radeon: fix typo in bios scratch reg setup
atom: fix up bios scartch register usage
Fix fallout from r6xx/r7xx EXA merge in IB handling
radeon: add another AGP quirk
AVIVO: Fix dac load detection
R6xx/R7xx AGP: disable gart data transfers
ATOM: fix up tv-out support
bump for release
Fabio (2):
man page updates
man page update
Changes in 6.12.0:
Big changes here are EXA and Xv support for
R6xx/R7xx chips. Requires an updated drm.
Other than that, mostly bug fixes.
Adam Jackson (3):
output: Allow for multiple DisplayPort outputs.
Add some more cases to the DVI single-link checks.
uniphy: start adding DisplayPort setup
Alex Deucher (81):
Initial R6xx/R7xx EXA and textured video support
Allow rotation on r6xx/r7xx
EXA: fix and re-enable Solid() on R7xx
r6xx/r7xx EXA: cleanup overlapping copy
R6xx/R7xx EXA: improve overlapping copy performance
r6xx/r7xx EXA: fix corruption when doing sw access
Revert "R6xx/R7xx EXA: improve overlapping copy performance"
R6xx/R7xx EXA: add accelerated UTS/DFS hooks
Revert "r6xx/r7xx EXA: Optimize overlapping copy"
R6xx/R7xx EXA: fallback on overlapping blits for now
R6xx/R7xx EXA: Fix typo in DFS
R6xx/R7xx Xv: fix typos in cache flushing commands
R6xx/R7xx UTS: move actual upload to separate function
R6xx/R7xx Xv: implement native shader for planar formats
R6xx/R7xx Xv: add accelerated uploads for planar formats
R6xx/R7xx Xv: fix cache flush buffer size for planar
R6xx/R7xx: Add checks to make sure we don't overrun VB space
R6xx/R7xx Xv: Add native support for packed formats
R6xx/R7xx Xv: add support for packed uploads
adjust alignment
R6xx/R7xx: Move engine idle to sync functions
R6xx/R7xx: be more verbose about what function ran out of VB space
R6xx/R7xx: handle running out of vertex buffer space
R6xx/R7xx Xv: switch packed over to Yang's new shader code
Revert "R6xx/R7xx: handle running out of vertex buffer space"
R6xx/R7xx EXA: properly handle non repeat cases in the texture setup
R6xx/R7xx EXA: handle running out of vertex space in the copy path
R6xx/R7xx: switch to drm for wait for idle
R6xx/R7xx EXA: switch to surface sync packet
Bump version post release
R6xx/R7xx: fixup accel paths
R6xx/R7xx: reset 3D state after VT switch
R6xx/R7xx EXA/Xv: properly deal with running out of vertex buffer space
R6xx/R7xx Xv: fix some missing bits from last commit
R6xx/R7xx: wait for MC idle when changing the MC
Fix MC setup on systems with more than 512 MB of VRAM
R6xx/R7xx: fix up a few more paths
radeon: one more 32 -> 64 just to be safe
Don't write new HDP location until we've written the new FB location
RBBM_GUICNTL is pre-r6xx only
R6xx/R7xx: add wait for idle MMIO path
RS600: fix up MC setup
radeon: re-enable load detection output attribute for TV/CV
RS600: fix MC addr mask
R6xx/R7xx EXA: Optimize temp surface for overlapping copies
R6xx/R7xx EXA: init copy_area to NULL
R6xx/R7xx EXA: same surface and same coords equals nop
RS600: enable the DRI by default
R6xx/R7xx: use shadowfb if DRI is disabled
DCE3.2: fix up Save()/Restore()
R300: Add AGP quirk
Print a message when we have a shared DDC line
R6xx/R7xx: switch emit functions to macros
R6xx/R7xx: write vertexes directly to the IB
R6xx/R7xx: code cleanups
R6xx/R7xx Xv: combine packed and planar shaders
R6xx/R7xx EXA: combine composite mask/non-mask VS
R6xx/R7xx EXA: cleanup composite texture setup
R6xx/r7xx: remove some unneeded code I missed in the last commit
Rotation: don't rotate if acceleration is not active
AVIVO: add aspect scaling mode
radeon: adjust LVDS so that default modes get added
Revert "radeon: adjust LVDS so that default modes get added"
radeon: just add some common modes for LVDS
ATOM: don't use fixed ref div for LVDS
RN50: fix up cloning on servers
R6xx/R7xx: disable XV_BICUBIC attribute
R6xx/R7xx: wire up DMAForXv option like older asics
radeon: add a few more default common modes for lvds
AVIVO: fix panning
R6xx/r7xx: clarify EXA message
R4xx: add R4xxATOM option
radeon: clean more thoroughly in RADEONFreeRec()
RS600: fix page table size for rs600 as well
R6xx/r7xx: clarify accel messages
R6xx/R7xx: return in RADEONWaitForIdleMMIO() if accel is off
R6xx/R7xx: fix up vline stuff along the lines of previous chips
R6xx/R7xx: EXA VSync Option not supported yet
radeon: add support for 30 bit LUTs
radeon: man page updates
bump for release
Bryce Harrington (1):
Quirk for RV280 on 82865G/PE/P DRAM Controller/Host-Hub
Christian Koenig (1):
R6xx/R7xx: move shaders to r600_shader.c and fixup Xv PS
Cooper Yuan (1):
radeon: save bios scratch registers in Preinit()
Dave Airlie (3):
r600: enable DRI by default
r600: fix sizing of PCI GART table for r600
r600: reload shaders into VRAM on resume
Mark van Doesburg (1):
R6xx/R7xx EXA: use a temp surface for overlapping copy
Michel Dänzer (6):
Fix compile warning when building without EXA.
Only call RADEONWaitForVLine if it might actually do anything useful.
EXA: Pass pScrn and info into RadeonCompositeTile.
EXA: Adapt to EXA changes in xserver Git.
Revert "EXA: Adapt to EXA changes in xserver Git."
EXA: Make sure Prepare/FinishAccess hooks can handle
EXA_PREPARE_AUX* indices.
Pierre Ossman (2):
Fix bad range adjustment in VLINE code.
Xv vsync support on r6xx/r7xx cards.
Tormod Volden (3):
Janitor: cosmetic clean-up of AGPMode quirk table
M9+: Add AGP quirk for Sony Vaio
RV350: Add AGPMode quirk for Thinkpad
Yang Zhao (5):
r6xx/r7xx EXA: Optimize overlapping copy
R6xx/R7xx EXA: Optimize overlapping copy
R6xx/R7xx Xv: Planar - Properly scale Y'CbCr values before
converting to RGB
R6xx/R7xx EXA: Further optimizations to overlapping copy
R6xx/R7xx shader: Fix OFFSET_[XYZ] macro for TEX_DWORD2 to accept floats
root (2):
atom: Enable DisplayPort source to DVI/HDMI sink
output: Filter out dual-link modes from DP->DVI connections
???(Yu-yeon Oh) (1):
radeon_driver.c small memory bug
Alan Coopersmith (1):
Remove xorgconfig & xorgcfg from See Also list in man page
Micah Dowty (5):
Update README
Fix dynamic mode edge cases
Unbreak vmwarectrl setres
Allow cursor updates while unhidden
Better cursor size limit and explanation
Philip Langdale (1):
Bump for 10.16.6 release
Shelley Gong (1):
Automatically add modelines for the driver's built-in set of modes.
Alan Coopersmith (3):
Remove xorgconfig & xorgcfg from See Also list in man page
Make --with-hal* configure options match their help output
Map Solaris/Sun compiler #defines to gcc equivalents
Shelley Gong (1):
1) Fix bug where motion notify events were being sent with every button event.
2.2.0:
Add yet another pass to mode validation.
Add README with pointers to mailing list, bugzilla & git repos
Remove xorgconfig & xorgcfg from See Also list in man page
2.1.0:
Make ISA support optional.
VESASetMode: be verbose about the mode that's being set.
Properly define the driver version
Default VESAValidMode to returning MODE_BAD.
Add a TODO list.
Warning cleanup.
Use VBE services for DPMS instead of banging VGA registers manually.
1.3.0:
Aaron Plattner (1):
Set the screen config on the correct screen.
Adam Jackson (2):
Allow zero replies from GetPanning to mean panning is unavailable.
xrandr 1.3.0
Matthias Hopf (1):
Revert "Move outputs among crtcs as necessary. Fixes 14570"
1.2.99.4:
Several bug fixes, manpage improvements, and addition of new RandR 1.3
options (--current, --{no,}primary).
Julien Cristau (3):
Document the --current option
Document the --primary and --noprimary options
Bump to 1.2.99.4
Keith Packard (4):
Add --current option to use new XRRGetScreenResourcesCurrent API
Add --nograb option
Add --primary option
Add --noprimary option
Maarten Maathuis (3):
randr-1.2: support gamma changes.
Fix gamma computation.
Stay away from doublescan modes unless a refresh rate is specified.
Matthias Hopf (2):
Print multiple Atom and INT32 properties.
Several fatal() were missing \n.
Paulo Cesar Pereira de Andrade (1):
Correct make distcheck and gcc/sparse warnings.
Eric Piel (1):
Add docs for --transform and --scale.
1.2.99.3:
- Panning support
- Transformation support
- Various fixes
(no other changelogs found)
Lots of changes since last pkgsrc version 1.4.x.
Based on patches provided by Hasso Tepper on pkgsrc-users.
Enable dri by default.
NOTE: You must install new versions of all dependencies, old ones
won't work!
Alan Coopersmith (21):
flags member of Display structure needs to be marked volatile
Incorporate char range comments from Solaris version of ksc5601.h
Incorporate more locale names/aliases from Solaris libX11
Add --with-locale-lib-dir configure option to set locale lib install dir
Bug 6820: Xlib shouldn't handle EAGAIN as a fatal IO error
Bug 9953: Please provide locale alias hu_HU.utf8
Correct locale alias for sh_BA.ISO8859-2@bosnia (should be sr, not nr)
Bug 14651: We need to add new locale specification for Belarusian Latin locale
Bug 10082: Compose entries for some standard mathematical operators
XErrorDB additions for RANDR 1.3
XErrorDB additions for XInput errors and new XInput 1.5 requests
XErrorDB additions for DRI2 requests
Remove ifdef checks for macII left over from ancient A/UX 3.0 support
When makekeys fails to find a good hash, print error instead of divide-by-zero
makekeys: combine malloc(strlen)+strcpy into strdup
Remove _XP_PRINT_SERVER_ #ifdefs from Xrm.c
Delete some unused "#ifdef notdef" static functions
Change masculine to ordmasculine in Compose file comments
Further ansify prototypes & reduce #ifdefs in locking.c
Fix a several sparse warnings: Using plain integer as NULL pointer
Version bump: 1.2.1
Caolan McNamara (1):
Bug 20575: man page for XCreatePixmapFromBitmapData doesn't match signature
Chris Ball (2):
Build fix for fi_FI.
Fix fi_FI locale install directory.
Emilio Jesús Gallego Arias (1):
xcb_io: Avoid datatype overflow on AMD64 and friends.
Julien Cristau (2):
nls: actually use the fi_FI.UTF-8 files
Add a ru_RU.UTF-8 locale
Lubos Lunak (2):
XGetErrorText() fails for extension error codes equal to the error base
XErrorDB updates for XTEST, RANDR, DAMAGE extensions
Mlos Komarcevic (1):
Bug 11456: Serbian locale updates (sr_RS and sr_ME)
Paul Bender (1):
Bug 15664: xau & xdmcp not needed in x11.pc dependencies when built with xcb
Xue Wei (4):
Add kk_KZ.UTF-8 to locale.dir.pre for Kazakhstan
Add locale aliases for no_NO & sh_BA locale variants
Add nn_NO.UTF-8 to compose.dir.pre for Norwegian Nynorsk
Add UTF-8 locale entries for es_US, kk_KZ, mt_MT, and sh_BA
Yaakov Selkowitz (Cygwin Ports maintainer) (1):
Bug 20773: Xcursor dynamic loading on Cygwin
0.15.8:
- Phase three of the refactoring [Søren Sandmann Pedersen]
- Fixes for refactoring fallout [Jonathan Morton, Jeff Muizelaar,
Luca Barbato, Magnus Kessler]
- Improved testing code [Siarhei Siamashka]
0.15.6:
Apart from a few bug fixes, this release contains phase two of the
refactoring; in this phase the various types of images are split
into their own files.
0.15.4:
A new pixman release 0.15.4 is now available. This is a development
release leading up to a stable 0.16.0 release. News:
- New ARM NEON fast paths [Ian Rickards, Jeff Muizelaar]
- The first part of a large refactoring of the pixman code
base [Søren Sandmann]
- Bug fixes [Adam Jackson, Alan Coopersmith, Siarhei
Siamashka, Jonathan Morton]
changes:
-Reinstate traditional behaviour of GtkAdjustment wrt. to
page size that was accidentally lost between 2.14.x and 2.16
-bugfixes
-translation updates
Alan Coopersmith (1):
Make sure m4 supports -I flag, if not, try finding gnu m4
Bart Massey (1):
wrapped xcb_atom.h for C++ per bug report of <comick@autistici.org>
Bob Ham (1):
Add a check on xproto version libxcb was compiled with
Julien Danjou (2):
icccm: fix compatibility with libxcb > 1.2
Release xcb-util 0.3.5
Mikhail Gusarov (2):
Add xcb_aux_change_window_attributes_checked
Zero out handlers list in xcb_event_handlers_init
Bart Massey (2):
kludgily hand-merged xid fixes
Fix XDM-AUTHORIZATION-1 (bug #14202)
Bob Ham (1):
Store xcbproto version libxcb was compiled with
Jeremy Huddleston (1):
darwin: Don't use poll() on versions of darwin before darwin10
Julien Danjou (9):
Copy full IPv4 mapping (Bug #20665)
Fix do_append() arguments
auth: precompute authnameslen
auth: use snprintf() return value
util: open_abstract gets filelen as parameters
util: merge common code for xcb_connect
util: remove useless strlen calls from decnet opening
depends on recent xcb-proto and bump version of randr
Release libxcb 1.3
Michael Ost (1):
use poll() instead of select() when available
Peter Harris (3):
Don't use enums in generated C code - use integer constants instead.
Revert "Don't use enums in generated C code"
Avoid name collisions between xidtype and enum.
Samuel Thibault (1):
Local socket connections do not work on hurd-i386
elupus (1):
Disable Nagle on TCP socket
Eamon Walsh (1):
Correct the length calculation for the value field of GetPropertyReply.
Julien Cristau (2):
Add RandR 1.3 requests
Fix ShmCompletion event
Julien Danjou (6):
Fix miter spelling
xtest: rename window field
bump version to 1.5
shm: fix Completion event fields
Revert "shm: fix Completion event fields"
Release xcb-proto 1.5
Peter Harris (19):
Most usages of ModMask may also take the special value "Any".
Add altenum (non-exhaustive enum)
Document enum, altenum, and mask
Add (and use) Time/CurrentTime enum.
Add (and use) KeyButMask enum.
Add a variety of 'None' enum types and altenum references.
xinput tweaks
Add enum references to fields in Shape
Add enum references to fields in Composite
Add enum references to fields in XFIXES
Add enum references to fields in Damage
Move enums above their first use in xproto.xml
Add enum references to fields in DPMS
Add enum references to fields in RANDR
Add enum references to fields in XInputExtension
Add enum references to fields in XVideo
Add enum references to fields in RENDER
Add enum references to fields in SYNC
Merge branch 'enum'
2009-05-12 Mike Kestner <mkestner@novell.com>
* gtk/Application.cs: add the theme initialization workaround for
windows. Hopefully we can find a better solution that doesn't
involve loading SWF. [Fixes#471682]
2009-05-06 Mike Kestner <mkestner@novell.com>
* gtk/TargetList.custom: fix intptr indexing in cast.
2009-05-05 Mike Kestner <mkestner@novell.com>
* glib/GType.cs: ensure threading is initialized in cctor.
* gtk/Application.cs: ditto.
2009-04-27 Mike Kestner <mkestner@novell.com>
* gtk-sharp-2.0.wxs.in: add an InstallFolder key. [Fixes#498298]
2009-04-23 Mike Kestner <mkestner@novell.com>
* gtk/TargetList.custom: use gtk_target_table_new_from_list to
implement the TargetEntry[] cast to avoid crashes on win32. This
can only be backported to 2.10 if necessary.
2009-04-09 Mike Kestner <mkestner@novell.com>
* glib/ListBase.cs: fix g_object_unref dllimport lib.
[Fixes#493128]
2009-03-28 Christian Hoff <christian_hoff@gmx.net>
* gtk/TextBuffer.custom: Use the right overload of Marshal.Copy
[Fixes#480010]
2009-02-06 Christian Hoff <christian_hoff@gmx.net>
* gtk/Gtk.metadata: Fix TreeModel.EmitRowsReordered signature
2009-02-02 Mike Kestner <mkestner@novell.com>
* gtk-sharp-2.0-wxs.in: switch the VS assembly reference registry
magic to HKLM/SOFTWARE/Microsoft/.NetFramework/AssemblyFolders. Add
a single key there to get all versions of VS.
2.26.2
======
New/updated translations:
2009-04-18 Funda Wang <fundawang@gmail.com>
* zh_CN.po: Updated zh_CN translation from Ray Wang <wanglei1123@gmail.com>.
Adam Jackson (2):
Upgrade GLX Public License 1.0 to FreeB 2.0.
glproto 1.4.10
James Cloos (1):
Replace static ChangeLog with dist-hook to generate from git log
Julien Cristau (1):
Update to SGI FreeB 2.0.
Paulo Cesar Pereira de Andrade (1):
Janitor: Correct make distcheck and dont distribute autogen.sh
0.20.3
=======
- Bugs fixed in this release:
Bug 583129 - [python] allow passing None as command or directory option
Bug 583078 - [python] allow passing of environment as a dictionary
0.20.2
=======
- Bugs fixed in this release:
Bug 567064 - Work around buggy iconv
o New Italian translation courtesy of Sergio Zanchetta
o Updated catalog and i18n for German by Andreas Madritsch
o Bug fix to prevent garbled characters when using non-English languages
on modern systems using UTF-8
o Bug fix to prevent XaoS from crashing after using the Render Animation
functionality
o Bug fix to prevent incorrect colors on smooth coloring modes with
certain video modes
XXX: There are also new experimental Aqua and GTK+ frontends, but I didn't
investigate if the GTK+ frontend builds as the release notes claim it's
still buggy.
Patch #243 - 2009/3/28
* revert change to default for allowTcapOps (request by Bram Moolenaar).
* reallocate result returned by xtermEnvLocale() to avoid reference to freed
memory after handling menuLocale resource.
* fix an old (X11R5) bug in tek4014 for switching fontsizes.
* add resource defaultString to make configurable the use of "#" when pastes
of UTF-8 text fail due to limitations in the current locale settings.
* make the set of selection target Atom's configurable by two new resources
eightBitSelectTypes and utf8SelectTypes, e.g., to use the TEXT Atom in
preference to UTF8_STRING (discussion with Stanislav Sedov regarding
koi8rxterm and the FreeBSD port).
* modify handling of TARGETS Atom by making it return exactly the set of
targets as those which xterm is currently providing.
* set MANPAGER and PAGER explicitly to /bin/cat in minstall.sh to work around
/etc/man.conf's with those variables already set
* improve error-checking of tcap-query parser.
* add check for keyboard tcap), which ensures that terminal descriptions
containing the same string for shifted/unshifted keys will be seen by
tcap-query as only the unshifted key. (This would only happen with an
incorrect terminal description).
* fix conversion for input event-state to modifier-parameter which made
tcap-query feature not work with tcapFunctionKeys (keyboard type tcap).
* add "DEF_ALLOW_XXX" definitions to main.h to allow overriding the
default compiled-in values for "allowxxx" resources.
* remove check on bell-percentage added in patch #242, which disallowed
zero/negative values (Redhat Bugzilla #487829).
Patch #242 - 2009/2/15
* fix configure check for XkbBell and provide appropriate parameter for it.
* fix a caching problem with double-size fonts versus reverse video that could
cause core dump.
* repair double-size fonts from workaround used in patch #240.
* add new section to the VT Fonts menu which allows enabling or disabling the
font, termcap (tcap-query), title and window operations.
* add fontWarnings resource, to control whether to show warnings on failure to
load a font.
* improve warnings for unloadable fonts introduced in patch #240 by limiting
those to the cases where a font would be specified directly by a resource
setting rather than a derived fontname.
* further amend fix for Debian #252873 from patch #197 to treat a blank cell
which does not have both foreground and background colored as a non-colored
cell. This improves a special case where the cursor is on a blank cell which
had foreground color scrolled in (report by Miroslav Lichvar).
Also add the same logic when hiding cursor, so the outline matches the
in-focus cursor.
* modify internals to reduce places PAIRED_CHARS() is used, making WriteText()
and ScrnWriteText() accept IChar array, as well as providing a wrapper for
drawXtermText().
* change default XIM font from "*" to "fixed" to improve startup time in
zh_CN.UTF-8 locale (Mike Fabian, SuSE Bugzilla #464930).
* typo in #240 log (Slava Semushin)
Patch #241 - 2009/1/26
* improve checks for missing bitmap fonts, fallback to "fixed" as needed to
work around broken font-packages (report by Jacek Luczak).
* fix breakage from patch #240 changes for xtermAddInput() (patches by
Jeff Chua, Julien Cristau).
Patch #240 - 2009/1/25
* use plink.sh for linking xterm (suggested by Larry Doolittle).
* add resource descriptions for input method to xterm manpage.
* update configure script; consistently append to $CFLAGS rather than prepend.
* add install-scripts rule to makefile, to allow koi8rxterm and uxterm scripts
to be altered independently of install-bin
* add -maximized command-line option and corresponding resource (prompted by
alt.os.linux newsgroup comment).
* modify translations of scrollbar widget using xtermAddInput() (see
patch #181) to accept the actions that the vt100 widget accepts, such as
shift-insert to perform a paste operation (request by Martin Zwickel).
* change default for allowTcapsOpS resource to false, since it causes
unexpected behavior for vim users with AltGr.
* update config.guess, config.sub
Changes from xorg-announce@:
Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.am
Use C99 versions of __FUNCTION__ & __volatile__ when not building with gcc
nouveau: store bo handle in public struct in bo_ref_handle
nouveau: write posting got lost somewhere, bring it back
Add new drm_intel_get_pipe_from_crtc_id function.
nouveau: fix ppc for swab changes in Linux 2.6.29
libdrm/mode: align subpixel results
intel: NULL fake bo block when freeing in evict_all
libdrm/intel: assert that clients are using bo refcounting correctly
libdrm/intel: add drm_intel_bo_disable_reuse api
Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuse
libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure.
nouveau: backlight compat fix
From xorg-announce@ mail:
The big change in 1.4.0 is the move of the OS-specific mouse handling code
from the Xorg server to the mouse driver. This code was removed from the
Xorg server in the Xorg 1.6 development cycle, so users of non-evdev systems
(i.e. non-Linux or pre-evdev Linux) will need this version of the mouse driver
to run with Xorg 1.6.
Remove useless call to xf86AddModuleInfo
Merge some hardware support information from README.mouse into man page
Fix sun_mouse.c build on Solaris
Rename OS_SOURCES to stop automake complaints about not building program "OS"
Remove checks for Solaris x86 versions older than Solaris 8
sun_mouse.c: remove unused variables
sun_mouse.c: Use miPointerGetScreen instead of miPointerCurrentScreen
Fix solarisMouseAutoProbe to use device name & protocol specified by HAL
sun_mouse: check for Device in commonOptions if pInfo->options isn't set yet
Replace static changelog with one generated via XORG_CHANGELOG
Add XORG_CWARNFLAGS & XORG_WITH_LINT for more compiler checking
Clear assorted compiler, sparse & lint warnings
sun_mouse: fallback to commonOptions for StreamsModule too
Comment typo fixes
Remove some #if 1 statements
Unifdef XFree86LOADER
Add copyright notices for OS mouse code to COPYING file
Add note on hal-based configuration to man page
Version 1.4.0
Add OS mouse sources to the driver build
Change screen private key to an integer variable.
Build fix: Add a prototype for FindDevice function.
Include xorg-server.h to get the WSCONS_SUPPORT define from
prevent a double free of mouse private structure.
W axis support for bsd_mouse.
Make sure xf86MouseProtocolIDToName is of public visibility.
Compile warning fixes.
Fix linux build
man: Note that the server may probe default "Device" options.
Nuke RCS tags.
Check for XINPUT ABI 3.
fix compilation (upper/lower case typo)
- Updating packages for p5 Gtk+ bindings
- Setting gnu-lgpl-v2.1 as license
- Adding p5-pango as dependency
- Update dependency versions from Makefile.PL
Upstream changes:
2009-03-17 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Gtk2.pm
* Makefile.PL
* NEWS
* README: Stable release 1.220.
2009-03-17 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkStyle.t
* xs/GtkStyle.xs: Adapt to the rename of gtk_style_get_property to
gtk_style_get_style_property. Make
Gtk2::Style::get_style_property an alias for Gtk2::Style::get.
2009-03-17 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkCellView.t
* t/GtkEntry.t
* t/GtkIMContext.t
* t/GtkImageMenuItem.t
* t/GtkOrientable.t
* t/GtkPrintSettings.t
* t/GtkStatusIcon.t
* t/GtkStyle.t
* xs/GtkCellView.xs
* xs/GtkEntry.xs
* xs/GtkIMMulticontext.xs
* xs/GtkImageMenuItem.xs
* xs/GtkPrintOperation.xs
* xs/GtkPrintSettings.xs
* xs/GtkSelection.xs
* xs/GtkStatusIcon.xs
* xs/GtkStyle.xs: Change all versions checks to refer to stable
releases only.
2009-03-08 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Gtk2.pm
* Makefile
* NEWS
* README: Unstable release 1.212.
2009-03-08 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkHBox.t: Test that widgets packed into a box are completely
freed upon removal even if they previously appeared as a callback
argument. This is a test for a recent memory leak fix in Glib.
* t/GtkTreeModelIface.t: The leak fix mentioned above causes this
test to correctly run FINALIZE_INSTANCE now, so adjust the test
plan.
2009-03-08 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkTreeModelFilter.t
* xs/GtkTreeModelFilter.xs: Take ownership of objects returned by
gtk_tree_model_filter_new to avoid leaking them. Patch by
Kevin Ryde.
2009-03-08 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkStyle.t
* xs/GtkStyle.xs: Remove the get_property() alias for
Gtk2::Style::get() so that calling get_property() on a Gtk2::Style
resolves to Glib::Object::get_property().
2009-03-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GtkAccelGroup.xs: Remove two FIXME comments which turned out
to be incorrect. Patch by Kevin Ryde.
2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GdkKeys.t: Skip most tests if we can't find a key entry to
test against.
2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/00.Gtk2.t: Don't fail if there is no valid DISPLAY.
2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* pm/TestHelper.pm
* pm/Helper.pm
* Gtk2.pm: Fix more POD errors.
2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/Gtk2.xs
* xs/GtkTreeModel.xs
* xs/GtkWidget.xs
* xs/GtkWindow.xs: Fix POD errors reported by podchecker.
2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkStyle.t
* xs/GtkStyle.xs: Wrap the gtk_style_get() family of methods as
Gtk2::Style::get(), and make Gtk2::Style::get_property() an alias
for get(). Patch by Emmanuel Rodriguez.
2009-02-13 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Gtk2.pm
* NEWS
* README: Unstable release 1.211.
2009-02-13 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: Require Glib 1.212 for the precompiled headers
stuff. Print the stability warning.
2009-02-13 Torsten Schoenfeld <kaffeetisch@gmx.de>
* gtk2perl.h: Remove the definitions for the custom pango GTypes.
They now come from pango-perl.h.
2009-02-13 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GtkIconView.xs: Fix stack handling bugs in
Gtk2::IconView::get_item_at_pos(), get_dest_item_at_pos(), and
get_tooltip_context(). Patch by Kevin Ryde.
2009-02-13 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GtkBindings.xs (gtk2perl_binding_set_get_type): To make the
doc generator happy, register our custom GtkBindingSet GType under
the name "GtkBindingSet".
2009-02-11 Torsten Schoenfeld <kaffeetisch@gmx.de>
* constants-2.0
* gtk2perl.h
* Gtk2.pm
* MANIFEST
* maps-2.0
* xs_files-2.0
* t/GtkBindings.t
* xs/GtkBindings.xs: Wrap the GtkBindings stuff. Patch by
Kevin Ryde.
2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de>
* MANIFEST
* maps-2.16
* xs_files-2.16
* t/GtkOrientable.t
* xs/GtkOrientable.xs: Wrap the new GtkOrientable interface. No
support for implementing it in Perl subclasses yet. Patch by
Emmanuel Rodriguez.
2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkEntry.t: Test Gtk2::Entry->get_icon_storage_type.
2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkEntry.t
* xs/GtkEntry.xs: Track the recent upstream function renaming:
gtk_entry_get_pixbuf -> gtk_entry_get_icon_pixbuf,
gtk_entry_get_stock -> gtk_entry_get_icon_stock, and
gtk_entry_get_storage_type -> gtk_entry_get_icon_storage_type.
2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GdkX11.xs: Call the atom arg for
Gtk2::Gdk::Atom->to_xatom_for_display "atom" for clarity in the
generated POD. Patch by Kevin Ryde.
2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkRecentChooser.t
* t/GtkRecentManager.t: Use Gtk2->main_iteration instead of
Gtk2::TestHelper's run_main to spin the main loop. This avoids
hangs on some machines. Patch by Jeffrey Ratcliffe.
2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkIconTheme.t: Skip tests that rely on the presence of a
stock icon if that icon isn't present.
2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/pango-compat.t: Don't use Gtk2::Pango::Cairo::FontMap in the
compatibility checks as it isn't available in all pango versions
and I don't want to fiddle with version checks.
2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GdkEvent.t: Fix a skip count.
2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkAction.t: Use an activatable widget for testing the proxy
stuff. Recent gtk+ versions enforce this.
2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GdkPixbufLoader.t: Don't use an auto-detecting pixbuf loader
since that's broken for PPM images in at least gtk+ >= 2.14.3 (see
GNOME #570780).
2009-01-20 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GdkX11.t
* xs/GdkX11.xs: Wrap gdk_x11_atom_to_xatom and
gdk_x11_atom_to_xatom_for_display. Patch by chris. (GNOME
#566884)
2009-01-20 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkCellRenderer.t
* xs/GtkCellRenderer.xs: In gtk2perl_cell_renderer_start_editing,
make sure we return an object with a floating reference as is
expected of a start_editing vfunc. In the xsub for
gtk_cell_renderer_start_editing and in the fallback START_EDITING
xsub, make sure we sink any floating reference on the created cell
editable in order to comply with the usual rule of not passing
floating references on to Perl code. Patch by Kevin Ryde.
2009-01-20 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GtkBuildable.xs: Declare all private functions as 'static' so
that they aren't exported.
2009-01-19 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GtkSelection.xs: Fix the definition of the accessor macros
for older gtk+. Patch by Kevin Ryde.
2009-01-18 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GtkSelection.xs: Use gtk_selection_data_get_selection when
available. Also introduce convenience defines for the other
GtkSelectionData accessors. Patch by Emmanuel Rodriguez and
muppet.
2009-01-18 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkPrintSettings.t
* xs/GtkPrintSettings.xs: Wrap new API. Patch by Emmanuel
Rodriguez.
2009-01-18 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkPrintOperation.t
* xs/GtkPrintOperation.xs: Wrap new API. Patch by Emmanuel
Rodriguez.
2009-01-18 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: Use Glib::MakeHelper to create a
'precompiled-headers' target that precompiles gtk2perl.h. This
speeds up the compilation of Gtk2 by 36% on my machine.
2009-01-13 Torsten Schoenfeld <kaffeetisch@gmx.de>
* AUTHORS
* t/GtkStatusIcon.t
* xs/GtkStatusIcon.xs: Wrap new GtkStatusIcon API. Patch by
Chris Sincock.
2009-01-13 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkIMContext.t
* xs/GtkIMMulticontext.xs: Wrap
gtk_im_multicontext_get_context_id. Patch by Emmanuel Rodriguez.
2009-01-13 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkImageMenuItem.t
* xs/GtkImageMenuItem.xs: Wrap new GtkImageMenuItem API. Patch by
Emmanuel Rodriguez.
2009-01-13 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkCellView.t
* xs/GtkCellView.xs: Allow undef for the model in
Gtk2::CellView::set_model.
2009-01-13 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkCellView.t
* xs/GtkCellView.xs: Wrap gtk_cell_view_get_model. Patch by
Emmanuel Rodriguez.
2009-01-13 Torsten Schoenfeld <kaffeetisch@gmx.de>
* AUTHORS
* MANIFEST
* maps-2.16 (added)
* t/GtkEntry.t
* xs/GtkEntry.xs: Wrap the new GtkEntry API. Patch by
Emmanuel Rodriguez.
2009-01-13 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Gtk2.pm: In the Gtk2::Pango compatibility code, avoid warnings
about names that are used only once by checking for definedness
before creating aliases.
2009-01-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/Gtk2.xs
* xs/GtkWindow.xs: Use Gtk2::EVENT_STOP and EVENT_PROPAGATE in the
synopsis for Gtk2::Window and in the docs for
Gtk2::key_snooper_install. Patch by Kevin Ryde.
2008-12-30 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GtkTreeModel.xs: Document the signature of the callback used
by Gtk2::TreeModel::foreach. Patch by Kevin Ryde.
2008-12-16 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkEntryCompletion.t
* xs/GtkEntryCompletion.xs: In Gtk2::EntryCompletion::set_model,
allow undef for the model parameter. (#562682)
2008-12-16 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GtkEntryCompletion.xs: Fix a leak in
Gtk2::EntryCompletion::new. (#562682)
2008-11-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/00.Gtk2.t
* xs/Gtk2.xs: Wrap gtk_get_option_group.
2008-11-16 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Gtk2.pm:
* NEWS:
* README: Unstable release 1.210.
2008-11-16 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: Unconditionally use META_MERGE. Tell the CPAN
indexer to ignore the directories "tools" and "xs".
2008-11-16 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Gtk2.pm: Link to Pango.
2008-11-16 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL
* README: Update Pango requirement to 1.210.
2008-11-15 Torsten Schoenfeld <kaffeetisch@gmx.de>
Use the standalone Pango module.
* CodeGen.pm: Add handlers for 'Alias' variants of most types.
* maps_pango-1.0
* maps_pango-1.4
* maps_pango-1.6
* maps_pango-1.8
* maps_pango-1.10
* maps_pango-1.16
* maps_pango-1.18: Use the above to register Gtk2::Pango::* type
aliases.
* gtk2perl.h: Include pango-perl.h
* Gtk2.pm: Use Pango. Set up package aliases under Gtk2::Pango::
for the things that now live under Pango::.
* xs/Gtk2.xs: Remove unneeded pango stuff. Make the doc generator
create stub Gtk2::Pango::* POD pages that explain the situation
and link to the relevant Pango::* docs.
* MANIFEST
* t/pango-compat.t (added): Add some tests that try to ensure
backwards compatibility in ways not tested by the existing
t/Pango*.t tests.
* doctypes
* Makefile.PL: Remove unneeded pango stuff.
* MANIFEST
* pango.typemap (deleted)
* xs/PangoAttributes.xs (deleted)
* xs/PangoCairo.xs (deleted)
* xs/PangoContext.xs (deleted)
* xs/PangoFontMap.xs (deleted)
* xs/PangoFontset.xs (deleted)
* xs/PangoFont.xs (deleted)
* xs/PangoGravity.xs (deleted)
* xs/PangoLayout.xs (deleted)
* xs/PangoMatrix.xs (deleted)
* xs/PangoRenderer.xs (deleted)
* xs/PangoScript.xs (deleted)
* xs/PangoTabs.xs (deleted)
* xs/PangoTypes.xs (deleted)
* xs_files_pango-1.0 (deleted)
* xs_files_pango-1.6 (deleted)
* xs_files_pango-1.10 (deleted)
* xs_files_pango-1.16 (deleted): Remove now unneeded files.
2008-11-15 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkSocket-GtkPlug.t: Correct skip count for the case of
finding no "blib" directory.
2008-11-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Gtk2.pm
* xs/GtkWidget.xs: Add constants Gtk2::EVENT_STOP and
EVENT_PROPAGATE for use in event handlers. Patch by Kevin Ryde.
2008-11-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GtkCellRenderer.t
* xs/GtkCellRenderer.xs: Fix the stack handling in
Gtk2::CellRenderer::get_size(). Patch by Kevin Ryde.
2008-11-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GtkCellRenderer.xs: Hush compiler warning.
2008-11-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GtkBuildable.xs: Mention in the POD that chaining up to the
parent does not work yet for custom Gtk2::Buildable
implementations. Patch by Kevin Ryde.
Bump PKGREVISION.
Upstream says (http://bugzilla.gnome.org/show_bug.cgi?id=583278):
Our animation support is more a hack than something else, and I
would prefer to remove it rather than enabling it :)
Maybe in the future, Gtk+ will provide better API for animations,
and we could write a better approach, which uses less CPU cycles
for example.
Overview of Changes in 2.18.2 (since 2.18.1)
============================================
Changes in this release:
- Changes for the git migration (doap file, ChangeLog)
GNOME bugs fixed in this release:
578882 – gtk-engines-2.18.1 doesn't pass tests due to exported_lua
New and updated translations:
Krishna Babu K (te)
Overview of Changes in 2.18.1 (since 2.18.0)
============================================
Changes in this release:
- Clearlooks draws the focus line of entries now correct.
- Clearlooks now only draws a one pixel line between two adjacent steppers.
GNOME bugs fixed in this release:
576786 – clearlooks is broken on trunk
576787 – export hygiene
572178 – Remove deprecated GTK+ symbols
New and updated translations:
Ray Wang (zh_CN)
Shankar Prasad (kn)
Djihed Afifi (ar)
Suso Baleato (gl)
2.26.1
======
Features/bugfixes:
2009-04-09 Benjamin Berg <benjamin@sipsolutions.net>
ClearlooksClassic,ClearlooksTest,Glossy,Inverted:
Turns out that the shade for the focus color was the wrong one.
New/updated translations:
2009-03-24 Shankar Prasad <svenkate@redhat.com>
* kn.po: Added Kannada(kn.po) translations.
* LINGUAS: Addded Kananda(kn) to the list.
2009-03-18 Djihed Afifi <djihed@gmail.com>
* ar.po: Updated Arabic translation by Djihed Afifi.
What's new in gnome-mag-0.15.6:
* Fixes for the following bugs:
#573023 - Migrate deprecated gnome-vfs to gio/gvfs (Simon Vanderlinden)
#577937 - colorblind applet does not run (Willie Walker)
* Translations:
* Krishnababu K (te), Djihed Afifi (ar), Amitakhya Phukan (as),
Ignacio Casal Quinteiro (gl)
* pkgsrc change: remove useless patch-ba by me.
Release 2.7.1 (2009-05-12)
--------------------------
This is a maintenance release on the 2.7 branch. Compared to 2.7.0 it
consists only of a few carefully hand-picked fixes for bugs,
(including GPU crashers). We encourage all users of 2.7.0 to upgrade
to 2.7.1.
Bug fixes since 2.7.0:
* KMS: Hook up output properties for RANDR, (this allows output
properties to be controlled in the KMS case just as in the UMS
case). [Zhenyu Wang <zhenyu.z.wang@intel.com>]
* Fix multiplication error when computing required batch space.
This could fix any number of cases where the driver did
inexplicable things (due to having computed the wrong
size). [Keith Packard <keithp@keithp.com>]
* Hold reference to video binding table until all rects are
painted. This prevent general chaos in the buffer
manager. [Keith Packard <keithp@keithp.com>]
* Split i915 textured video commands to fit into batch
buffers. Video and 3D setup commands share the same batch
buffer, so without this fix, various problems could occur when
video and 3D clients were both heavily active at the same
time. [Keith Packard <keithp@keithp.com>]
* Fix crash with XV with large virtual display (> 2049). [Albert
Damen <albrt@gmx.net>]
* Provide missing value to 3D_STATE_VERTEX_BUFFERS command. We
don't know that this was causing any problem, but the change
does bring the driver into conformance with what the
specification says the hardware requires here. [Keith Packard
<keithp@keithp.com>]
Bankim Bhavsar (2):
Add RegionEqual function for older XFree86 versions.
Video Overlay: Handle clipping correctly with AutoPaint colorkey.
Philip Langdale (2):
Prepare for 10.16.4 release.
Bump version for 10.16.5 release.
Pkgsrc changes:
* add avahi option (disabled by default).
Notes:
New in the 0.9.7 x11vnc release:
Basic support for building with VirtualGL's TurboVNC (an
enhanced TightVNC for fast LAN high framerate usage)
encoding and TightVNC modifications. More info:
http://www.karlrunge.com/x11vnc/faq.html#faq-turbovnc
and x11vnc/misc/turbovnc/README.
The -ncache_cr option has been fixed and so in -ncache mode
smooth opaque window motions are now work correctly. Try
it out to see how smooth it is even on a slow link.
Support for Linux text consoles (virtual terminals, e.g. 1-6)
is provided via, e.g., 'x11vnc -rawfb vt2' (for virtual
terminal #2).
This is like LinuxVNC (i.e. text only), it avoids using
/dev/fb and uses /dev/vcsaN instead (the '-rawfb console'
mode uses /dev/fb.) With /dev/vcsaN the text terminal
is accessible even it if is not the currently active one.
The -rawfb option now supports framebuffers with bits per pixel
less than 8 (e.g. 4 or 1 bpp.)
Reverse connections now work in Anonymous Diffie Hellman SSL/TLS
mode. Reverse connections also work for VeNCrypt and
ANONTLS modes.
miscellaneous new features and changes:
The included SSL enabled UltraVNC java viewer now has a
configurable [Home] entry in the drives drop down menu.
In the -create, -svc, etc. modes one can now specify a
range of X displays to ignore in X11VNC_SKIP_DISPLAY.
Improvements and bugfixes were made to the find_display
and create_display scripts. FD_EXTRA option is provided.
The '-rawfb video' option finds the video device file more
carefully.
The -rmflag option allows a new way to indicate to other
applications that x11vnc has started.
All of the java applet parameters are now documented in
the classes/ssl/README file.
There is now a "sendbell" remote control command.
A one-time -padgeom once:WxH mode is added.
Improvements to the CUPS Terminal Services helper mode.
If the X display cannot be opened normally then the env. var.
XAUTHLOCALHOSTNAME=localhost is tried.
Bugfix for selection transfer to a now non-existent X window
(Thunderbird can cause this.) Related, the env. variable
LIBXCB_ALLOW_SLOPPY_LOCK is now set by default.
Bugfix for -8to24 mode due to nonstandard indexed color support.
The libvncserver and x11vnc autoconf/automake settings have
been improved.
libXrandr include file is now found on Solaris.
- Added 2D acceleration for R6xx and R7xx.
- Added XVideo support for R6xx and R7xx.
- Added support for RS880 and RV790.
- Added RandR 1.3 mandatory properties.
- Refactoring of MC code.
- Enable DRI support by default on R5xx and RS6xx.
- LUT (color lookup table) fixes.
- Tons of quirk table entries and bug fixes.
- Fix register accesses for processors that reorder memory writes.
Only match PCI display devices in our display driver.
Add NV_/RIVA_ prefixes to fix build warnings.
Adjust the nv34 panel tweak for Toshiba Tecra M2.
Do E-EDID if built against a server that supports it.
Remove README.NV1
nv 2.1.13
Remove xorgconfig & xorgcfg from See Also list in man page
Add README with pointers to mailing list, bugzilla & git repos
Add missing pci id for GeForce 7100 GS
Build fix, s/pNv->/pRiva->/.
were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
Changes for 0.3.4:
Julien Danjou (11):
add a useful common header with common function/define
event: add functions to convert event/errors to labels
wm: remove
icccm: add xcb_get_wm_class_from_reply()
keysyms: fix xcb_key_symbols_get_keycode() API
keysyms: bump version
event: simplify proto
event: add error values
event: add define to get request and error types
bump version to 0.3.4
include xcb-util-common.h in dist tarball
The OpenChrome project is committed to providing and supporting fully free
and Open Source drivers that take full advantage of the hardware
acceleration of VIA chipsets featuring the VIA UniChrome, UniChrome Pro and
Chrome9 integrated graphics processors.
This will probably replace xf86-video-via in the future (probably after the
next openchrome release).
Upstream changes (since 0.12.0):
- Fix MMX & SSE intrinsics to work with Sun compilers & Solaris
- More SSE2 optimizations
- Optimize rectilinear nearest-neighbour scaling
- Add support for BGRA and BGRx formats
and a lot of minor bug fixes and optimizations
Oked by wiz@
"xaw7", (not "xaw8") which causes xmore to deselect the printer support. The
straggling unused static function would cause link time failure if the
compiler didn't optimise it out.
Also, don't bother to buildlink in libXprintUtil, since it currently can't be
used.
Bump PKGREVISION for yucks.
0.18.4:
- small code cleanup
- reworked configure.in
- added ebuild (Thanks to Harald van Dijk)
- reworked autogen.sh
- removed libgnome, libgnomeui, libgnomecanvas and libglade bindings
- removed examples related to removed bindings
- reworked ebuild and specfile
- install rep-gtk.in in $prefix$libdir
- major update of the spec-file
- don't install example files
0.18.3:
- fixed the broken GtkCombo() Widgets
- fixed an issue with autoconf on RedHat
0.18.2:
- fixups in configure.in
- updated BUGS, README and HACKING
- removed functions no longer available in GTK 2.4+
- spec-file does now install all examples into the doc-dir
0.18.1:
- started code-cleanup
- added a .pc file
- added ATK-Accessibility Support (Thanks to Shobbit Marthur)
- added Status-Icon Widget (Thanks to Wang Diancheng)
- bumped gtk req to 2.6, glib req to 2.6 and glade req to 2.4
- dropped an function no longer available in GTK 2.5+
- added --tag=CC to libtool where nessacary
- renamed some of the Makefile targets (cvsclean -> svnclean a.s.o)
- updated the spec file
- ported the example glade files to glade2
- invert: build failures from Sun Studio Express C++ like this:
Error, manymatchover: Overloading ambiguity between "operator^(const
TwoJet, double)" and "built-in operator^(int, int)" fixed by casting
to double, thanks to Tim Mooney <Tim.Mooney AT ndsu.edu>.
- life3d:
4 more rhombic dodecahedron S3/B3 patterns including a period 4 pattern
(only S3/B3 period 2 and less patterns left from Bays' papers).
Glider code revamped to make more maintainable, using populateGlider().
unsigned int fix thanks to Jouk Jansen.
Added new cube gliders from Bays 2006 3D Life paper and found a few
patterns for the gliders to crash into. (S23B5, S25B5, S27B5, S35B5,
S36B5, S37B5, S38B5, S4B5, S47B5, S57B6, S58B5, S8B5).
New mode option added "+draw", this turns off drawing to the screen
to speed up searches, and more importantly, make less annoying :)
- life: resyncing with my Java code.
Switched how static triangular forms are stored
Added a lots of new triangular patterns, including 2 gunship triangular
patterns. Also added handful of other patterns.
Reading memory on uninitialized variables fix thanks to Jouk Jansen.
"+draw" mode option added.
Pentagonal (Cairo Tiling) life added with glider shooters.
"xlock -mode life -rule S23B346 -neighbors 7" or
"xlock -mode life -pent2".
New gliders found by David Bagley, one in 5 neighbors pentagonal life
(-rule S24B2) "xlock -mode life -pent", the other in 9 neighbor
triangular life "xlock -mode life -neighbors 9" (-rule S3B34).
Associated periodic patterns for each added.
Added more symmetries and now have all the random symmetries
(at least I think so) for squares, hexagaons, triangles, and
pentagons.
- Macro FTGL213 added for new FTGL library. If you need it to compile
text3d2.cc, make sure it compiles with -DFTGL213. Should work
automatically for VMS though, thanks to Jouk Jansen.
Approved by Hubert Feyrer.
But if pangomm is already installed and good enough then
newer glibmm wouldn't be brought in. So also explicitly
include the glibmm buildlink here too.
pull in a patch from upstream which fixes wakeup storms in idletime
counter, reducing the system load significantly if a recent
gnome-screensaver in run
bump PKGREVISION
cups printers works on NetBSD. Code assumes that a connect()
on a non blocking socket will eventually succeed but what it actually gets
is failure with EISCONN. Bump PKGREVISION.
- bugfixes
For pkgsrc:
- fix installation of wxrc
- build both Unicode and non-Unicode version, they are not API and ABI
compatible and different programs either