Age | Commit message (Collapse) | Author | Files | Lines |
|
A single commit to let the driver build against xserver 1.14.
Adam Jackson (1):
Remove mibstore.h
Julien Cristau (1):
Bump to 0.4.4
|
|
|
|
|
|
|
|
|
|
|
|
loop when trying to load the script binding, if build with clang.
|
|
|
|
|
|
This release revises and extends the DEC NRCS (national replacement
character set) feature, adding several character sets and making
it usable in a UTF-8 environment. There are other fixes for a few
control sequences, improvements in font handling, and improvements
to configurability.
|
|
Adam Jackson (2):
Don't bother to include vbe.h
Remove mibstore.h
Alan Coopersmith (1):
Cleanup leading/trailing whitespace in source files
Thomas Klausner (1):
Use uint32_t for a variable that's passed to a function expecting a uint32_t.
Y.C. Chen (6):
Support 1360x768 and 1600x900 Resolutions
Modify for DRAM Initial Settings
Fixed S3 Resume Failed Issue
Fixed Display Abnormal Issue with GOP Driver
Support ShadowFB if no XAA
Bump version to 0.98.0
|
|
Adam Jackson (1):
Remove mibstore.h
Matt Turner (5):
Don't call NEO_Sync with no XAA
Add &component=Driver/Neomagic to Bugzilla link
Remove uses of xf86PciInfo.h
Don't check for unneeded proto headers
xf86-video-neomagic 1.2.8
Matthieu Herrb (1):
Unbreak shadowfb initialization with modern X servers.
|
|
Alex Deucher (16):
radeon: add oland chip family
radeon/kms: add oland pci ids
radeon: mark trinity APUs with IGP flag
radeon: add Richland pci ids
radeon: add new SI pci ids
radeon: add new richland pci ids
radeon: add hainan chip family
radeon: add Hainan pci ids
man: fix up previous commit
radeon: add family ids for CIK
radeon: update cursor handling for CIK
radeon/kms: add bonaire pci ids
radeon/kms: add kabini pci ids
radeon: bump libdrm requirement to 2.4.46 for CIK support
radeon: fix naming clashes with multiple GPUs (v3)
drmmode: add support for multi-screen reverse optimus
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Dave Airlie (1):
radeon: add support for reverse prime (v2)
Eric S. Raymond (1):
Fix some incomplete list entries.
Grigori Goronzy (5):
Fix RADEON_FALLBACK logging
EXA/evergreen/ni: optimize non-overlapping Copy
EXA/evergreen/ni: fast solid pixmap support
EXA/evergreen/ni: accelerate PictOpOver with component alpha
EXA/evergreen/ni: replace magic number
Ilija Hadzic (13):
DRI2: change signature of populate_vbl_request_type
DRI2: make populate_vbl_request_type external
drmmode: add drmmode_get_current_ust function
drmmode: remove dead code from drmmode_crtc_dpms
drmmode: calculate interpolated vblanks while in dpms-off state
DRI2: adjust MSC by the number of interpolated vblanks
DRI2: add vblank extrapolation function
DRI2: hook up vblank extrapolation to schedule_swap
DRI2: track CRTC in event record
DRI2: move rename and rework radeon_dri2_deferred_swap
DRI2: make wait_msc and get_msc work on disabled CRTCs
DRI2: support scheduling emulated events with zero delay
DRI2: add interpolated blanks to frame number in event handlers
Jerome Glisse (1):
radeonsi: add 2d tiling support
Leo Liu (1):
radeon: fix a memory leak in get_modes() callback.
Maarten Lankhorst (9):
bump version post release
Close drm_fd in CloseScreen.
Cleanup drmmode in CloseScreen.
radeon: add refcounts to fix up zaphod open/close.
Move fd cleanup to correct place.
drmmode: handle failure of drmModeGetConnector
kill unused radeon_driver.c
add bicubic_table.py to EXTRA_DIST
radeon: bump version for release
Mark Kettenis (1):
Always go through DFS/UTS when byte swapping is needed.
Michel Dänzer (8):
Only parse Option "AccelMethod" if glamor was enabled at build time
glamor: Bail if the glamoregl module wasn't loaded early
glamor: Initial PRIME pixmap sharing hooks.
glamor: Enable by default on SI
glamor: Only enable for depth >= 24
glamor: Fix build against xserver < 1.13
glamor: Keep old private in radeon_pixmap_set_bo
autogen.sh: Restore passing --enable-maintainer-mode to configure
Raul Fernandes (1):
EXA/6xx/7xx: optimize non-overlapping Copy
Samuel Li (1):
radeon: use direct mapping for fast fb access.
|
|
A few cleanups, and a build fix for xserver 1.14.
Adam Jackson (2):
Remove mibstore.h
configure: Drop AM_MAINTAINER_MODE
Alexandr Shadchin (2):
Remove unneeded AM_CONDITIONAL
Fix check function in VESASaveRestore
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Egbert Eich (1):
Make bool option parsing clearer and more consistent
Julien Cristau (1):
Bump to 2.3.3
|
|
|
|
Virtual/offscreen frame buffer driver for the Xorg X server.
|
|
|
|
This release of libX11 includes a number of fixes to handle realloc() failure
better, resolves a number of compiler & static analyzer warnings, fixes several
bugs in the X Input Method framework, and cleans up the XKB code to be a little
more maintainable.
Alan Coopersmith (28):
Fix file leak on malloc error in XlcDL.c:resolve_object()
lcfile: skip over any null entries in args list
xlibi18n: convert sprintf calls to snprintf
ximcp/imRm.c: convert sprintf calls to snprintf
omGeneric.c: convert sprintf calls to snprintf
Avoid memory leak/corruption if realloc fails in XlcDL.c:resolve_object()
lcDB.c: ensure buffer size is updated correctly if realloc fails
Avoid memory leak/corruption if realloc fails in imLcPrs.c:parseline()
Avoid memory leak/corruption if realloc fails in Xregion.h:MEMCHECK macro
miRegionCopy(): handle realloc failure better
miRegionOp(): ensure region size is not updated if realloc fails
Delete unused XKB_INSURE_SIZE macro from XKBlibint.h
init_om: remove unneeded extra copy of string to local buffer
Constify lc_name argument to _XlcLocaleDirName() & _XlcLocaleLibDirName()
Fix const handling in XSetLocaleModifiers
xlibi18n: Fix a bunch of const cast warnings
i18n modules: Fix some const cast warnings
xlibi18n: fix argsize argument to _XlcParsePath
Remove even more casts of return values from Xmalloc/Xrealloc
Don't cast sizeof() results to unsigned when passing to Xmalloc/Xcalloc
Remove unnecessary casts of pointers to (char *) in calls to Xfree()
Remove long unused src/udcInf.c
Fix overflow checks in _XkbReadKeySyms when key_sym_map is already created
Reindent XKB code to X.Org standard style
Rearrange some variable declarations & initializations in XKB
Stop checking for HAVE_DIX_CONFIG_H on the client side
Bug 68413 - [Bisected]Error in `xterm': realloc(): invalid next size
libX11 1.6.2
Benno Schulenberg (1):
nls: Adding more accessible compose sequences for J́ and j́.
Egbert Eich (2):
XIM: Fix race on focus change: set 'FABRICATED' only when keyev filters in place.
XIM: Fix sync problem on focus change.
ISHIKAWA,chiaki (1):
Fix bogus timestamp generated by XIM
Julien Cristau (1):
Add missing locales to configure.ac
|
|
This release contains a number of changes around the way xrdb calls the
selected macro processing program, normally cpp, to handle the provided
resource file, including adding a -undef option to pass through to cpp,
allowing builders to provide default cpp flags at build time, and only
passing -P by default to a processor named cpp.
It also adds a -version flag to aid in debugging which version is in use
and fixes a number of compiler warnings.
Alan Coopersmith (11):
Tokenize #define names in the PATHETICCPP case too
Clarify .Xresources vs. .Xdefaults in man page
Ensure we don't read out of ClassName array bounds for unknown visual type
Fix many const pointer warnings
Remove unnecessary casts from malloc & realloc calls
Strip trailing whitespace
Mark fatal() & Syntax() with printf & noreturn attributes
Rename args to several functions to not shadow global variables
Only add -P flag if using cpp as our preprocessor
Add -version flag to print package version string from autoconf
xrdb 1.1.0
Egbert Eich (2):
Usage: In usage message print preprocessor that's actually chosen.
Allow the CPP macro to contain preprocessors with command line options (v2)
Jon TURNEY (1):
Fix build with WIN32 defined, but PATHETICCPP not defined
Matthieu Herrb (1):
predefined cpp macros can produce unexpected results (bug 3413)
|
|
This minor maintenance release corrects build issues on some platforms
and improves the man page & help output.
Alan Coopersmith (4):
include config.h before stdio.h & other system headers
Allow printing -help & -grammar messages without a valid DISPLAY
Add missing copyright dates from xmodmap.man to COPYING
xmodmap 1.0.8
Jon TURNEY (1):
Include X11/Xwindows.h on WIN32
Stéphane Aulery (1):
error in manpage example about swapping Control_L/Caps_Lock keys
|
|
This minor maintenance release cleans up some compiler warnings,
improves the build configuration, and adds a -version option.
Alan Coopersmith (4):
Give unique names to the two reply variables in child_info
Add -version flag to print version from PACKAGE_STRING
Fix deconstification warnings from gcc
xlsclients 1.1.3
Gaetan Nadon (3):
make: remove $(LIBOBJS) dead code
Revert "make: remove $(LIBOBJS) dead code"
configure.ac: regroup statements and comment
|
|
This minor maintenance release provides some hopefully very non-dangerous
man page improvements and janitorial cleanups, including the addition of
a -version flag to the accepted CLI options.
Alan Coopersmith (11):
remove unused variable cpp
Get rid of dpy global so we don't get shadow warnings from every function
Mark Exit() and usage() as _X_NORETURN
Use strtoul instead of open coding it with sscanf
Mark msg argument to get_window_id as const, since it's just printed out
Mark static string in verify_okay_to_kill as const
Add -version option to print version
Use man page sections in See Also references to libX11 man pages
Mark arguments to catch_window_errors as unused
Explicitly cast tolower() return value to char before storing in a char
xkill 1.0.4
Gaetan Nadon (3):
man: remove trailing spaces and tabs
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
|
|
This release contains a number of fixes for the integration with launchd
on MacOS/darwin, some general code cleanups, and build configuration
improvements.
Packagers should note that this release expands the use of the openssl
program for xauth cookie generation to any platform which has openssl
but not mcookie discoverable by configure. It assumes the presence of
the rand -hex flag originally added for OpenBSD, but now carried in the
upstream OpenSSL. The configure script will output a notice such as:
configure: startx will depend on "/usr/bin/openssl rand -hex 16" to
generate xauth cookies
in order to inform you which was chosen so you may set your package
dependencies appropriately.
Alan Coopersmith (7):
Add printf attributes suggested by gcc
If we have to forcibly kill the Xserver on Solaris, reset kbd_mode
Declare processTimeout() as taking a const string arg
Check for openssl as mkcookie fallback on all platforms, not just OpenBSD
Use pid_t instead of int for type of pids
Add Apple copyright/license notice from launchd files to COPYING
xinit 1.3.3
Egbert Eich (2):
man: Set correct config file location in man page
install: Use sysconfdir instead of libdir for config files.
Jeremy Huddleston (9):
launchd/privileged_startx: Improved error resolution
launchd: Don't provide the LaunchAgent on Tiger
launchd: Provide more verbose error reporting for launchd checkin failures
launchd: Load privileged_startx properly on Tiger
launchd: Fix the destination of moved-aside directories in privileged_startx
darwin: Silence a syslog message from defaults
laucnhd: Silence some syslog spam
Annotate Fatal and Fatalx as _X_NORETURN
XQuartz: Fix an issue where -dpi was not being passed to the server despite being set
Jeremy Huddleston Sequoia (1):
privileged_startx: use root:wheel instead of 0:0
Thomas Klausner (1):
Use xinitrc.d/?*.sh as the matching pattern instead of needing
a fragile sed substitution XSLASHGLOB to produce xinitrc.d/*.sh.
(If that were used literally the slash-star would confuse
cpp.)
|
|
This minor maintenance release includes build configuration improvements
and janitorial cleanups.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (6):
Remove unused TLI ("STREAMSCONN") code from libSM
unifdef -U__UNIXOS2__
Constify previous_id argument to SmcOpenConnection
unifdef WORD64 (leftover bits of Cray support)
Fix some clang warnings about integer size/sign conversions
libSM 1.2.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
|
|
This release contains cleanup & refactoring intended to make the code
more robust and easier to maintain. It does increase to libX11 1.6.0
the required version of libX11 needed to build and run libXv.
Alan Coopersmith (10):
Adopt X.Org standard code style, with consistent indentation
Remove unnecessary casts from Xmalloc calls
Fix sign conversion & comparison warnings from clang
Use pad_to_int32 macro instead of repeated (x + 3) & ~3 pattern
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequest
Add missing calls to _XEatDataWords when we are skipping _XRead
Refactor error handling
Remove fallback for _XEatDataWords, require libX11 1.6 for it
libXv 1.0.10
|
|
This release fixes two small bugs in the library, and fixes an omission
in the list of copyright notices in the COPYING file.
Alan Coopersmith (3):
XRRGetProviderInfo returned bad associated_capability list in 64-bit
Add copyright notice from src/XrrProvider.c to COPYING
libXrandr 1.4.2
Pauli Nieminen (1):
XRRUpdateConfiguration: Check if getting screen for root fails
|
|
This minor maintenance release provides various build configuration
improvements and other janitorial cleanups, including declaring the
filename parameters in the API as "const char *" to reduce unnecessary
const-strings warnings in callers.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (4):
Close fd if fdopen() or xpmPipeThrough() fails in OpenWriteFile()
Add noreturn attributes suggested by gcc
Fix typo in COPYING (matches src/amigax.h)
libXpm 3.5.11
Christophe CURIS (2):
Added 'const' qualifier to the filename argument to internal functions
Added 'const' attribute to all filename arguments in the API
Claudio Bley (1):
Fix libXpm build with NO_ZPIPE
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Eric S. Raymond (1):
doclifter can't handle more than one dash in a name line.
Jon TURNEY (1):
Define NO_ZPIPE when building for MinGW
|
|
This minor maintenance release includes build configuration improvements
and janitorial cleanups.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (5):
Remove unused DECnet ("DNETCONN") code from XmuConvertStandardSelection
unifdef -U__UNIXOS2__
Preserve constness when casting const pointers in various functions
Add missing copyright notices to COPYING file
libXmu 1.1.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Thomas Klausner (1):
Fix a const issue.
|
|
This release plugs a couple fd leaks in error handling paths, fixes
WIN32 builds, and cleans up some old code for previously supported OS'es.
Alan Coopersmith (6):
unifdef -U__UNIXOS2__
Fix fd leak when fdopen() fails in InitStringOrFile()
Fix fd leak when write() fails in WriteToFile()
Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
Replace TXT16 with XChar2b inline
libXaw 1.0.12
Ryan Pavlik (1):
Include winsock header on WIN32 to provide fd_set etc.
|
|
aliases if the compiler does not support them.
From J. Lewis Muir on pkgsrc-users@.
* Remove empty patch.
|
|
3.8.4: Remove unintentional use of GLib 2.37 apis
3.8.3:
* Bugs fixed:
667759 gtkdnd-quartz.c is missing annotations for introspection
672271 File chooser seems over-enthusiastic about using subdir...
674108 Hard crash due to wrong NSAutoreleasePool stacking
680953 set_item_width / text wrapping doesn't work in iconview...
688738 GtkMenuButton problem with mnemonics / accelerators
691921 GTK+ (quartz) built on Mac OS X 10.5 references [NSMenu...
692548 Quartz: Cursor doesn't reset when the mouse leaves a to...
694273 Patch to support NSTextInputClient in text widgets
694755 When clicking Activities, sometimes gnome-shell crashes.
696498 can't set download folder
696640 GtkButton: Don't suppress unhandled mouse events
698183 Text input is too slow and some keys are broken after c...
698758 Wrong limit for "Native Windows wider or taller than 65...
700185 GtkWindow: problem with child widget visibility
700779 gtk_menu_item_draw puts the arrow too close to the border
701332 Patch for minor glitch in NSTextInput
701341 Windows only paint once in Weston 1.1
701365 Do not assert sm_proxy != NULL in GtkApplication inhibi...
701613 XEmbed doesn't work with frame-synced GTK/Mutter
702598 Invalid read of size 4 in gtk_icon_info_get_embedded_rect
702763 ellipsize placeholder text
702913 Reduce hash table lookups in gdk_x11_screen_supports_ne...
703069 Opening a big menu activates some menu entry
703220 Memory allocation integer overflow in gdk_cairo_set_sou...
705181 Annoying beep on arrow keys when using IME on MacOS
705182 Reset Cocoa IME state when immodule is reset
705320 gtkicontheme: check for GdkPixbuf first
705692 Segmentation fault on horizontal slider
705750 Quartz input method doesn't work correctly for Chinese...
706152 g_object_notify called with NULL priv->focus_widget
* Translation updates:
Brazilian Portuguese
Traditional Chinese
|
|
This minor maintenance release consists mainly of small bug fixes, various
cleanups to the code, including dropping support for a number of platforms
last seen decades ago, and build configuration fixes and improvements.
Alan Coopersmith (29):
unifdef -U__UNIXOS2__
Use <dirent.h> everywhere instead of checking for X_NOT_POSIX/SYSV/USG/etc.
Fix numerous typos & spelling errors in comments and message strings
Convert to X.Org standard code style
unifdef -UCRAY
unifdef -UUTEK -Uapollo -ULynx
unifdef -Uultrix
unifdef -UmacII
unifdef -Uhcx
unifdef SYSV386 (really defined(SYSV) && defined(i386))
Remove XConsortium/XFree86/XdotOrg RCS/CVS id tags
Replace StrAlloc with XtNewString
constify char *'s to clear compiler complaints
Remove unused NULLSTR macro
Mark PrintError as noreturn
Use remove() instead of unlink()
Use strchr() & strrchr() instead of index() & rindex()
Stop checking for OSMINORVERSION in list of Solaris man page sections
Increase default text window sizes from 600 to 780 pixels
Fix scroll wheel when CapsLock, NumLock or other modifiers are on
Provide a fallback mkstemp so we don't need to maintain 2 API versions
configure: check for groff and enable groff extensions if found
Fix file leak in ConstructCommand()
Close file pointer before setting it to NULL in Format()
Check for InitPsuedoGlobals() returning NULL
Check for CreateManpage returning NULL
Resync Solaris man page section list with current Solaris xman
COPYING: Remove notice for Xprint code removed in 5722ca728763e7
xman 1.1.3
Christos Zoulas (1):
Rename PIC to ROFF_PIC to avoid problems with "-DPIC" compilations.
Eric S. Raymond (1):
Eliminate use of tab stops. Use real TBL markup where indicated.
|
|
|
|
tnn, and myself.
Contains the xcutsel and xclipboard programs which help with managing the X
server clipboard.
This is from the modular X.org X11 project.
|
|
4.10.3 needs sip-4.15 which is not compatible to pyqt3 and pyKDE
|
|
4.15 causes compatibility problems with pyqt3 and pyKDE
(which were complained about in the pyqt mailing list but not fixed yet)
|
|
|
|
* Added options for configuring lighting.
* Added an option for improving the trails of mouse and windows.
* Added dealing with non-rectangular shape of client windows.
|
|
|
|
* fixes build on DragonFly, treat same as other BSDs
* tell location of xkb rule for the case using x11 from pkgsrc.
Bump PKGREVISION for 2nd fix.
|
|
|
|
|
|
ops on enums.
|
|
This fixes a regression in v4.15 related to the handling of hidden
virtual methods.
(hopefully fixes the build problem with py-qt3 reported by Greg Oster)
|
|
This is a minor bug fix release.
|
|
Adds features required by PyQt v5.0.1 and PyQt v4.10.3
|
|
Bump PKGREVISION.
|
|
Release 0.1.0 (2013-08-21)
=========================
- Bugfix: Use xhot/yhot, don’t hardcode the value
- Bugfix: fix build on FreeBSD/NetBSD
- add COPYING file
|
|
Bump PKGREVISION.
|
|
|