summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2008-04-19update to 0.12, part of mono-1.9kefren3-15/+12
2008-04-19Update to 2.10.4 as mono-1.9 requestskefren3-8/+11
2008-04-19Change MASTER_SITES http url to the location suggested in top page.obache1-2/+2
2008-04-18DESTDIR safe.joerg1-1/+3
2008-04-18Don't try to remove include/X11/extensions as others doing.obache1-2/+2
2008-04-17Update to 1.1.3:wiz2-6/+6
Alan Coopersmith: Add hooks to check code with sparse/lint/etc. Version bump: 1.1.3 Daniel Drake: Bug #11084: libXScrnSaver COPYING file James Cloos: Add *~ to .gitignore to skip patch/emacs droppings Add missing PHONY line for automatic ChangeLog generation Matthieu Herrb: Makefile.am: nuke RCS Id Paulo Cesar Pereira de Andrade: libXScrnSaver ansification.
2008-04-17Update to 1.0.5:wiz2-6/+6
Alan Coopersmith: Version bump: 1.0.5 Daniel Drake: Bug #11094: libxkbfile COPYING file James Cloos: Replace static ChangeLog with dist-hook to generate from git log
2008-04-17Update to 1.1.4:wiz7-55/+38
Adam Jackson (2): Bug #14029: Don't LockDisplay() recursively. libX11 1.1.4 Alan Coopersmith (6): X.Org Bug #4312: incorrect comment asterisk in XAnyEvent.3x man page XErrorDB updates for Render 0.9 & XFixes 4.0 Add WM_LOCALE_NAME to list of properties set in XSetWMProperties comment Spell out number in XkbGetKeyVirtualModMap man page to avoid cpp errors from # Add support for building lint library with --enable-lint-library Man page typo fixes Anton Zinoviev (1): Additions to the Compose file for UTF-8 Daniel Stone (1): Colours: Fix --disable-xcms Eric Anholt (2): Add XF86 keyboard/monitor brightness keysyms to the keysymbdb. Bug #2081: Note the range limitation of XSetScreenSaver arguments. Eric S. Raymond (9): Bug #9516: Markup error in XAllocWMHints.3x Bug 9523: Markup problems in XQueryExtension.3x Bug #9650: Bad markup in XLoadFont.3x manual page Bug #9651: Bad markup in XcmsColor.3x Bug #9652: Bad markup in XDrawArc.3x Bug #9653: Bad markup in XQueryColor.3x Bug #9654: Bad markup in XrmGetFileDatabase.3x Bug #9655: Bad markup in XrmUniqueQuark.3x Bug #9658: Bad markup on XIfEvent.3x Ian Romanick (1): Make sure nls/am_ET.UTF-8/Makefile is created by configure. James Cloos (12): Fix SMP Compose targets Add some compose sequences Compose fix for Latin-1 (from Debian) Add additional Euro signs to compose Patch for Catalan locales Add compose file for Ethiopic to match new keyboard in xkeyboard-config Fix typo Use the new dead_psili and dead_dasia keysyms added to proto/x11proto 7.0.11 Fix the <U\x+> keysyms in the en_US.UTF-8 Compose file Update the currency symbols block of en_US.UTF-8/Compose.pre Add <dead_stroke> compose sequences add a comment to en_US.UTF-8/Compose Jamey Sharp (1): Two threads can request sequence sync and XID fetch simultaneously. Jeremy C. Reed (1): Fix a mutex reference-counting bug. Jeremy Huddleston (3): Define __DARWIN__ when host_os =3D=3D darwin* as needed in SetLocale.= c Use __APPLE__ instead of __DARWIN__ Added launchd support. Kim Woelders (1): Fix bs_BA entries in locale.dir.pre Kristian H=C3=B8gsberg (1): Add GLX 1.4 requests and errors. Samuel Thibault (1): X.Org Bug #12983: Typos in ./man/XChangeKeyboardControl.man S=C3=B8ren Sandmann Pedersen (1): XIM: Fix a hand when switching input context. Yann Droneaud (1): XIM: Properly initialise client event
2008-04-17Update to 1.0.3:wiz2-6/+6
Adam Jackson (2): Bug #13660: XineramaQueryScreens() always modifies the 'number' outparameter. libXinerama 1.0.3 Brice Goglin (1): Fix typo in Xinerama.man James Cloos (1): Add missing PHONY line for automatic ChangeLog generation
2008-04-17Update to 1.0.4:wiz2-6/+6
Ademar de Souza Reis Jr: convert manpages prototypes to C ANSI format get rid of ancient XFree86 CVS Id tags Alan Coopersmith: Version bump: 1.0.4 Matthieu Herrb: nuke RCS Ids
2008-04-16Update to 1.0.4:wiz3-24/+6
Adam Jackson (2): Bug #7645: Fix a conditional that always evaluates to FALSE. xkbcomp 1.0.4 Alan Coopersmith (1): Bug 14185: MAINTAINERCLEANFILES multiply defined in Makefile.am Daniel Drake (1): Bug #11025: xkbcomp COPYING file James Cloos (3): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Matthieu Herrb (2): Also mark xkbparse.h as a generated file. Revert "Also mark xkbparse.h as a generated file." Tilman Sauerbeck (3): Fixed an invalid memory access. Fixed a bunch of const correctness bugs. Ignore *.o and ylwrap.
2008-04-16Update to 1.0.8:wiz3-19/+18
Adam Jackson (1): xinit 1.0.8 David Nusinow (1): Unbreak installs on non-launchd systems James Cloos (1): Add missing PHONY line for automatic ChangeLog generation Jeremy Huddleston (19): Added some support for Xquartz on OS-X. Added Apple launchd support Changed x11-exec to actually start X11.app. X11.app will be responsible for calling xinit. OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as claiming its dock icon Added support for OS-X preferences to disable tcp/ip connections and xauth OS-X: Made defaults test more robust OS-X: Need to use bash --login to setup the environment from launchd. XQuartz doesn't need the -launchd command line argument anymore. OS-X: Properly set enable_xauth if the user has no defaults set and choose a valid $display for fast-user-switching. OS-X: Add bindir to $PATH in startx if it's not there OS-X: Fixed typo OS-X: Set fontpath in xinitrc to include system / user fonts. Additionally fixed font scaling issues (trac #52) Apple: use -nocpp arg to xrdb if cpp is not installed Apple: Cleaned up font path setting and added font caching to xinitrc Apple: Support spaces in $HOME for font path, and remove duplicate entry Added org.x.X11.plist.cpp to EXTRA_DIST Apple: font caching and defaults Apple: Adding support for an xinitrc.d directory on OSX, so fink doesn't need to clobber files Apple: Use -c in the launchd plist, so broken .profile/.bashrc don't much up startx Matthieu Herrb (1): Use /dev/arandom instead of /dev/urandom to generate the cookie root (1): Define APPLE for the rest of us
2008-04-16Update to 1.0.3:wiz2-6/+6
Adam Jackson (1): xev 1.0.3 James Cloos (4): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Add missing PHONY line for automatic ChangeLog generation Noah Levitt (1): Handle WM_DELETE_WINDOW
2008-04-16Update to 1.0.4:wiz2-6/+6
Adam Jackson (1): xset 1.0.4 Alan Coopersmith (3): Make code formatting consistent Convert function declarations from K&R to ANSI C Delete duplicated #include statements James Cloos (1): Add *~ to .gitignore to skip patch/emacs droppings gsr.bugs (1): Manpage: Add mention of mouse acceleration with zero threshold
2008-04-16update to 2.22.1.3drochner3-6/+47
changes: -some fixes to the clock applet -forward compatibility for gnome-2.24 pkgsrc change: re-applied the old pkgsrc fix for gnome bug #372155 (Calendar opens Evolution on the wrong day), because the fix which was applied upstream is incorrect
2008-04-16update to 3.5, necessary because 3.2 in not sufficient fordrochner5-21/+25
sysutils/gnome-settings-daemon, as reported by dieter roelants per PR pkg/38441 changes: -Processing "vendor" elements, bugfix -Updated translation scheme, based on xkeyboard-config 1.2 -Got rid of the fallback xml file (some code cleanup). Fixed a couple of bugs (one crasher)
2008-04-16Update to 2.0.4:wiz3-10/+7
commit beafefcb82089ec0bd629a66054e2982bdcaee51 Author: James Cloos Date: Thu Dec 6 16:39:12 2007 -0500 Replace static ChangeLog with dist-hook to generate from git log commit 55dd8f55f3f99051c4579e9574c10ecc9863830e Author: Kristian Høgsberg Date: Mon Oct 29 20:35:58 2007 -0400 dri_interface.h doesn't belong here, remove function protos from xf86dri.h. commit 28590a910f78fcdac526c61e9e427360128f3131 Author: James Cloos Date: Mon Sep 3 05:54:29 2007 -0400 Add *~ to .gitignore to skip patch/emacs droppings commit a9000b5b3756af2bddb9f3212a682ef647712ff8 Author: Alan Coopersmith Date: Fri Jul 14 18:56:46 2006 -0700 renamed: .cvsignore -> .gitignore
2008-04-16Update to 1.0.4:wiz2-6/+6
Alan Coopersmith (1): renamed: .cvsignore -> .gitignore Eamon Walsh (2): Updates to printproto as part of devPrivates rework. Update package version number for devPrivates rework. Egbert Eich (1): 23. Merged with XFree86 4.4.0. Added changes that went into infected files. James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Kaleb Keithley (1): merge XFree86 4.3.0.1 to -CURRENT
2008-04-16Update to 1.0.3:wiz2-6/+6
Adam Jackson (1): xauth 1.0.3 Daniel Drake (1): Bug #10971: xauth COPYING file Jeremy Huddleston (2): Added support for launchd socket get_address_info: don't allow duplicate entries to be returned in the list
2008-04-16PYTHON_VERSIONS_ACCEPTED+=25abs1-2/+2
2008-04-16PYTHON_VERSIONS_ACCEPTED+=25abs1-2/+2
2008-04-16Update MASTER_SITES to new location, noticed by Zafer Aydogan via private mail.obache1-3/+3
Also update HOMEPAGE.
2008-04-16Switch MASTER_SITES from ftp to http site.obache1-2/+2
Noticed by Zafer Aydogan via private mail. Old ftp site is "connection refused".
2008-04-16Switch MASTER_SITES from dead sites to download.savvanah.nongnu.org.obache2-10/+7
Noticed by Zafer Aydogan via private mail. distfile name is differ, but contents are same.
2008-04-16MASTER_SITES are dead.obache1-3/+2
Set ftp.42.org (Noticed by Zafer Aydogan via private mail) FreeBSD ports doing.
2008-04-15update to 2.20.5drochner2-6/+6
changes: -Use GDK functions to get proper screen resolution -Move default Welcome/RemoteWelcome strings from gdm.h to gdm-daemon-config-keys.h so it isn't defined twice -Translation updates
2008-04-15update to 2.22.2drochner3-10/+17
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.1drochner3-9/+12
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.0drochner3-593/+162
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.1.1drochner4-15/+16
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.1drochner3-26/+158
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.0drochner3-12/+13
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.1drochner4-58/+36
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.0drochner4-27/+21
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.1.2drochner5-46/+40
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.2.1drochner3-9/+15
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.1drochner3-10/+15
This switches to the gnome-2.22 release branch.
2008-04-15Distfile exists at gatekeeper.dec.com.obache1-2/+3
noticed by Zafer Aydogan via private mail. gatekeeper.dec.com => gatekeeper.research.compaq.com => gatekeeper.hpl.hp.com
2008-04-15Set HOMEPAGE to current maintainer's site.obache1-2/+3
(but download link in the page does not work well...)
2008-04-15Adjust MASTER_SITES, noticed by Zafer Aydogan via private mail.obache1-2/+2
2008-04-15Update to 1.2.1:xtraeme2-6/+6
- Build-fixes for systems without -NDEBUG, and for rhd_dump - Added two new RV670 devices.
2008-04-15Fix PR #38430 -- needs C compiler for configure stage.reed1-2/+4
(Why does that work on NetBSD though without this change?) Also for configure needs gettext headers (so build only/no dependency). Noticed on DragonFly.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam39-424/+411
through PLIST_SUBST to the plist module.
2008-04-12Update to 1.2.0:xtraeme3-13/+14
- Added support for RV620, RV635, and R680. - Added 2D acceleration for R5xx (including RS6xx), both XAA and EXA. - Added support for DDIA block (second digital output) on RS690. - Added support for interlaced modes - Added additional layers for splitting outputs into encoders and transmitters as needed for new hardware. - Added support for DragonFly BSD. - Improved RandR corner cases. - Improved handling of secondary cards. - Implemented foundation work for future TV support. - Huge number of bugfixes and minor updates.
2008-04-11update to 0.16.13drochner2-6/+6
changes: minor fixes
2008-04-11update to 2.22.0drochner4-14/+27
This switches to the gnome-2.22 release branch.
2008-04-10update to 2.14.1drochner3-8/+20
This switches to the gnome-2.22 release branch.
2008-04-08Fix typogson1-2/+2
2008-04-08Add a patch from Xorg GIT to fix:bjs3-2/+29
Bug #10846: Fix XF86VidModeGetMonitor when vendor or model are null. Bump PKGREVISION.
2008-04-07Update to xf86-input-void-1.1.1.tnn2-6/+6
This makes it compatible with the 1.4 server.