summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2007-08-05Update to xf86-input-mouse-1.2.2:joerg3-24/+6
- add option to control mouse sensitivity
2007-08-05Update to xf86-input-keyboard-1.2.0:joerg5-12/+35
Split monolithic source in small subcomponents, moving code out of the server.
2007-08-05Update to modular xorg-server 1.3.0:joerg6-74/+24
- RandR 1.2 support in the server (drivers must support it as well) - many bug fixes, improvements for AIGLX and EXA etc pp
2007-08-05Update libX11 to 1.1.3:joerg7-806/+59
- man page fixes - reset hostname when setting it internally for consistency - fix XGetMotionEvents argument order - locking fixes
2007-08-05Update to libXi-1.1.2: Unstatic a function again.joerg2-6/+6
2007-08-05Update to xrandr-1.2.2:joerg2-6/+6
- man page improvements - search all configurations if the simple CRTC allocation failed - document options added in 1.2.1 - output mode flags with verbose
2007-08-05Update to xhost-1.0.2: Minor man page improvements.joerg2-6/+6
2007-08-05Update to setxkbmap-1.0.4: minor code cleanup and much more documentedjoerg2-6/+6
switches in the man page.
2007-08-05Update to ico-1.0.2: fix typo in man page.joerg2-6/+6
2007-08-05Update to iceauth-1.0.2. This features a lot more const correctness.joerg2-6/+6
2007-08-05Update xf86-video-nv to 2.1.2:joerg2-6/+6
- more supported GeForce 8 mobile chips - more MacBook fixes - support for very low memory configurations - fix color map corruptions with some older chips - mode validation for G80 - rudimentary VBE-based dual head support for pre-G80 chips - randr 1.2 support - fix hang in NVSync with EnterVT
2007-08-04Add the stalonetray (stand-alone system tray) package. Package based partlysmb5-1/+35
on the FreeBSD ports version.
2007-08-04Fixes for DragonFly.joerg3-1/+31
2007-08-02Add patch to stop core dumping when switching resolutions with xrandr.sborrill3-2/+25
From: http://www.redhat.com/archives/fedora-cvs-commits/2006-July/msg03489.html OK joerg@
2007-08-01Don't use malloc.h.joerg2-1/+14
2007-08-01Add patches provided by Trolltech to fix CVE-2007-3388.tron9-3/+213
Bump package revision.
2007-08-01Add missing directory "share/xplanet/ephemeris", bump package revision.tron2-3/+4
2007-08-01Teach libXt about cross-compiliation:joerg8-2/+3469
- add an automake conditional to configure - use that to build xmakestr using manual build rules. X11_CFLAGS is honoured, but not CFLAGS as the latter is likely to contain platform specific flags. - use either makestr or xmakestr for building StringDefs.c, depending on whether we are cross-compiling or not. - pass down native compiler and flags for cross-compiliation Supported-by: Google SoC 2007
2007-08-01USE_CROSS_COMPILE is always defined, just use it.joerg1-2/+2
2007-08-01Teach libX11 about cross-compilation:joerg8-2/+976
- define an automake conditional for cross-compilation - build xmakekeys in addition to makekeys when using cross-compilation. Provide manual compiliation rules to replace the default automake rules. We do use X11_CFLAGS, but we do *not* want CFLAGS as the latter can contain platform specific flags like -mieee on Alpha. - Use either xmakekeys or makekeys depending on whether this is a native build or not. Supported-by: Google SoC 2007
2007-07-31Don't use malloc.h.joerg3-12/+24
2007-07-28Fix build with boehm-gc>=7.wiz1-1/+3
2007-07-28Changes 4.3.0:adam15-235/+189
- Configuration/Compilation * Fixed OpenBSD and NetBSD build issues. - Legal * Added information about the OpenSSL exception to the GPL. - Documentation and Examples * Added information about the TS file format used in Linguist. * Moved platform and compiler support information from www.trolltech.com into the documentation. * Added an Accessibility overview document. * Added new example to show usage of QCompleter with custom tree models. - Translations - Added support for the CP949 Korean Codec. - [138140] The whole Qt source compiles with the QT_NO_CAST_FROM_ASCII and QT_NO_CAST_TO_ASCII defines and therefore is more robust when using codecs. - Added support for HP-UX 11i (Itanium) with the aCC compiler - Changed dialogs to respond much better to the LanguageChange event. (i.e. run time translation now works much better.) - Signals and slots * [61295] Added Qt::BlockingQueuedConnection connection type, which waits for all slots to be called before continuing. * [128646] Ignore optional keywords specified in SIGNAL() and SLOT() signatures (struct, class, and enum). * Optimize emitting signals that do not have anything connected to them. - [121629] Added support for the MinGW/MSYS platform. - [102293] Added search path functionality (QDir::addSearchPath) - Almost all widgets are now styleable using Qt Style Sheets.
2007-07-28Supports DESTDIR installation.joerg2-2/+6
2007-07-28Tell configure that malloc(0) != NULL on NetBSD unless running out ofjoerg1-1/+7
memory.
2007-07-28Use REPLACE_KSH and express explicit dependency on it. Bump revision.joerg1-6/+5
2007-07-28Tell configure that malloc(0) != NULL on NetBSD unless running out ofjoerg1-1/+7
memory.
2007-07-28When MANCONF is specified in the environment, use it. This allowsjoerg4-2/+50
cross-compilation by hard-coding the real value as done for NetBSD.
2007-07-27Tell configure that malloc(0) != NULL on NetBSD unless running out ofjoerg1-1/+7
memory.
2007-07-27Tell configure that malloc(0) != NULL on NetBSD unless running out ofjoerg4-4/+28
memory.
2007-07-27Tell configure that malloc(0) != NULL on NetBSD unless running out ofjoerg1-1/+7
memory.
2007-07-27Fix the DESTDIR build. The change is before the 1.0.2 release wasjoerg3-1/+29
tagged but for some reasons didn't make it into the release.
2007-07-27Tell configure that malloc(0) != NULL on NetBSD unless running out ofjoerg1-1/+7
memory.
2007-07-27For cross-compilation, inform configure that malloc(0) != NULLjoerg1-1/+7
on NetBSD under normal circumstances.
2007-07-25Fixed the names of the pkg-config files.rillig1-3/+3
2007-07-25Update to libXcomposite-0.4.0:joerg2-6/+8
- the semantic of the parent window clipping was changed. No actual code changes.
2007-07-25Update to compositeproto-0.4. Add CompositeNumberEvents and protocoljoerg4-8/+30
specification in English.
2007-07-21Drop maintainership.wiz1-2/+2
2007-07-20update to 2.18.3drochner3-9/+11
changes: - Fix handling of AlwaysLoginCurrentSession and DoubleLoginWarning so it works for the non-migratable case (for Xnest, XDMCP, etc.). - Use an unsigned char buffer in gdm_fdgetc - Just display the default "authentication failed" message when we receive PAM_AUTHINFO_UNAVAIL - Translation updates - Fix crashing issue with XDMCP logic. pkgsrc change: fix the substitution which is supposed to make the NetBSD logo appear on the default login screen, but do so for a NetBSD pkgsrc target only. Should fix PR pkg/34955 by Hauke Fath
2007-07-19Update to 2.10.14:wiz2-6/+6
Overview of Changes from GTK+ 2.10.13 to 2.10.14 ================================================ * Bugs fixed: 453365 gdk_pixbuf_get_file_info crashes on tif files 164809 Checkboxes with inconsistent status are not drawn properl... 426987 Panel freezes after upgrading gtk icon cache 435840 GTK_WIDGET_SAVED_STATE inconsistency 437281 gtk_button_set_image destroyes the old image 440040 Reference counting in GtkPrintOperation goes awry 448544 Refcount issues in GtkCellRendererSpin 451070 Broken CUPS SSL printing in gtk 2.10.13 112404 Problem with focus when closing transient window * Updated translations: Estonian (et) Russian (ru)
2007-07-18Given that this depends on ocaml at run time, don't bother to attempt tojmmv1-3/+3
delete the directories shared with it.
2007-07-18Follow the procedure in ocaml and only register the stub libraries in thejmmv6-14/+25
platforms that are supposed to install them. Fixes installation under Mac OS X.
2007-07-17update to 0.14.6drochner5-202/+33
changes: -bugfixes -translation updates -Isolated the X11 dependency, making easier to support others graphical environments -Improved the magnifier compositor performance, through the elimination of X11 sync calls -Create an applet to apply colorblind filters
2007-07-15Fixed indentation to make pkglint happy.rillig1-3/+3
2007-07-14Sort.kristerw1-2/+2
2007-07-13update to 1.1.3drochner2-8/+7
changes: -build system fixes -support xrestop
2007-07-13+xf86-video-inteldrochner1-1/+2
2007-07-13import xf86-video-intel-2.1.0 which is the new driver for inteldrochner4-0/+47
graphics chips (successor of xf86-video-i810)
2007-07-13update to 2.10.2drochner3-7/+11
changes: -Several improvements to the Redmond theme. -Bug fixes -translation updates
2007-07-13update to 2.18.3drochner3-8/+8
changes: -Add support for beryl in gnome-wm -Make it possible to save a session with multiple clients that are the same program -bugfixes -translation updates