summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2009-10-19Fix build for SunOS modular x11 (PR#36132)tez3-2/+16
2009-10-19Add the required buildlink foo for the gtk2 options, some stuff wantsahoka1-1/+8
to link against gobject it seems.
2009-10-18Add option for gtk2 support. (allows qt to draw native gtk2 widgets)ahoka1-2/+10
2009-10-17Install QtHelp headers again. Bump PKGREVISION.wiz2-3/+16
2009-10-17Install missing headers again. Should fix build of dependencies like sopranowiz2-3/+23
or phonon. (hi adam!) Bump PKGREVISION.
2009-10-15Fix execution of 'configure' under shells that dislike if-fi with nodsainty2-22/+21
intermediate block (Linux here, but probably Solaris too). Whilst here, remove a cosmetic patch hunk.
2009-10-15Update to 0.2.904.sborrill3-20/+6
Changes: Save/restore ECK Clock Synthesizer Fixed bug with panel autodetection using ViaPanelGetNativeModeFromScratchPad function Fixed problem with backlite (Ticket #308) TV-out VT1625 chip support Cursor support speedup Removed two old variables: pBIOSInfo->panelX pBIOSInfo->panelY and replaced it by: pBIOSInfo->Panel->NativeMode->Width pBIOSInfo->Panel->NativeMode->Height Fix bug with DFP Power Off (ticket #317) Fix bug with wrong panel size value (http://www.openchrome.org/trac/ticket/301) This bug appeared only when UseLegacyModeSwitch was TRUE Added support of the VIA OpenBook Added support for screen rotate upside-down and remove "magic numbers" Forgot to remove an old Dot Clock entry from the table. XO 1.5 Panel patch contributed by Xavier Bachelot. Fixup some of the Dotclock code and add working plls for the XO 1.5 CX700 integrated TMDS (Patch courtesy Tim Chen from VIA). Initialize CRTC before a mode switch. Fix bug #260. a couple of small compatibility fixes for XAA and EXA. viaLowLevel.c and via_accel.c are fixes by Bartosz Kosiorek. The via_video.c is a syntax fix by Robert Bridge. Thanks for the bug fixes. Patch submitted by Robert Bridge, originally started by Xavier Bachelot, to remove old EXA support. We are moving forward with the driver and are no longer supporting the old EXA initializations. According to VIA's code the P4M900 should have the same acceleration initialization registers as the K8M890. This patch fixes this and gives about a 10x increase in the video benchmark numbers. remove the check for VIA_3D_ENG_BUSY in the idle loop. This causes xorg to chew a bit more cpu with XAA enabled, and it causes the entire X server to dump if EXA is enabled. I should investigate further, but for now I will just remove it. Oops forgot to change registers for the vx800 chipset when waiting for Idle in the engines. I also added back in waiting for the 3d engine to be idle. I am not sure if this was removed for a reason. Temporary hack to fix a bug with newer Xorg and DRI that crashes if CRTC is not setup. I am adding this because I am working on this part of the code anyways so it won't get lost in bit rot. Make sure that the monitor settings will handle our internal Modes set for TV out and LCD Panels. A couple more tweaks to fix mono hardware cursor on older chipsets. Missed a couple of changes for the chipset specific cursors. Moved chipset detection to HWInit. Removed some extraneous debugging. Initial XVideo support for VX800. Okay I tried to cheat. We need to have some chipset specific intelligence. I have added this back into the initial test to check for HWCursor support. This is a take at reworking HWCursor. It works off the ttm_branch and the work done in the randr_branch. It only needs marginal testing as HWCursor was already very broken. Moved pVia->FrameBufferBase setting to within VIAMapFB where it was before being called without being set. Patch submitted by Robert Bridge to clean up compiler warnings. Should close trac ticket #243. Thanks RobbieAB. Finally tracked down the XAA libpciaccess bug. Also Realized I had not enabled write-combining on the main framebuffer. This should give a small speed boost. Added support for all Modes in ViaPanelNativeModes to ViaPanelModes. Modes used are from Via's released driver in ViaSupportModes. Found needed register writes that are needed so VX800 doesn't crash when CRT is not enabled. I also removed NEEDS FIXING comments from them as they are obviously needed. A few more acceleration tweaks for the VX800. This should fix all the XAA rendering issues. This should also allow 800x480 Panels to work without custom modelines. Initial support for the VX800 chipset. This is based off the Basic chipset support work of Xavier Bachelot and the inital Acceleration work done by Harald Welte. I verified the changes based off the most recent VIA codebaase and fixed a couple of rendering issues. Still needs more work on EXA ( font rendering glitches ) and XVideo.
2009-10-14Update to 1.3.0. Version 1.3.0 improvements:hasso3-368/+6
- Added support for RV740, M92, M93, M97. - Added support for HDMI audio on RS690 and R700. - Added support for power management. - Implemented almost correct analysis of PowerPlay AtomBIOS tables. - 2D acceleration (EXA) is enabled by default now, except on RV740. - Backlight handling finally fixed - compatible with xbacklight 1.1.1. - Overhaul of memory controller setup. Fixes many "MC not idle" issues. - Overhaul of cursor handling. Fixes most cursor bugs. - Selectable color space for XVideo on R6xx/R7xx. - Tons of bug fixes (DDC, EXA, LUT, RandR, AtomBIOS). - More quirk table entries. - Shave support (cleaner compilation output). - All warnings fixed. - Some start of Developer's documentation in README.coding.
2009-10-14Update to 1.6.5. Changes since 1.6.4:hasso2-6/+6
Keith Packard (1): Re-fix DGA removal. Peter Hutterer (1): ephyr: if -parent is given, check for a trailing -screen. (#24144) Changes since 1.6.3: Daniel Stone (1): fbdevhw: Test for graphics:fb%d as well as graphics/fb%d Keith Packard (3): render: return the supported version rather than just passing the proto's version xfree86/modes: Remove all framebuffer support from DGA Bump to version 1.6.4 Michel Dänzer (1): dri2: Don't crash if pPriv is NULL. Peter Hutterer (1): Don't send events through the master if the device has SendCoreEvents off. Richard Hughes (1): Don't reset the lastDeviceEventTime when doing DPMS actions Rémi Cardona (1): dix: append "built-ins" to the font path in SetDefaultFontPath
2009-10-13Unbreak it with making it install Qt<subsystem>/<class> headers again. Bumphasso1-2/+3
PKGREVISION.
2009-10-12Update ruby-gnome2 to 0.19.3.obache12-29/+23
== Ruby-GNOME2 0.19.3: 2009-09-24 NOTE: 0.19.x releases are development series. This release is a bug fix release of 0.19.2. === Changes ===== Ruby/GLib2 * Bug fix: * really fix 'empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.' [Simon Arnaud, Kouhei Sutou] === Thanks * Simon Arnaud == Ruby-GNOME2 0.19.2: 2009-09-23 NOTE: 0.19.x releases are development series. This release is a bug fix release of 0.19.1. === Changes ==== Ruby/GLib2 * Bug fixes: * empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64. [Toshiyuki Suzumura, Kouhei Sutou] * [#2862022] fix multi thread blocking with Ruby 1.8.6-p368 or later and 1.8.7-p173 or later. [Roy Wright, Andrea Dallera, Kouhei Sutou] * [Debian #502262] work Ruby thread with GTK+. [Johan Walles, Kouhei Sutou] ==== Ruby/GTK2 * Bug fixes: * [#2679744] fix a typo: Gtk::Widget#set_scroll_adjustment -> Gtk::Widget#set_scroll_adjustments. [Kentaro Fukuchi, Kouhei Sutou] ==== Ruby/GtkMozEmbed * Bug fixes: * fix .pc detection. [OBATA Akio, Kouhei Sutou] === Thanks * OBATA Akio * Toshiyuki Suzumura * Roy Wright * Andrea Dallera * Johan Walles * Kentaro Fukuchi
2009-10-11Changes 4.5.3:adam29-193/+94
* This is a bug-fix release.
2009-10-11Update KDE4 to 4.3.2markd27-89/+378
KDE 4.3.2 brings a nice number of bugfixes, some critical, some just fixing small annoyances: * Many crashers have been fixed in KDE's core libraries, bringing more stability to all applications * KWin's window compositing effects have been further stabilized by fixing a number of bugs in effect plugins such as the famous coverswitch window switcher * The biggest number of bugs for this release has been fixed in KMail, KDE's email client, making it more reliable and usable by correcting a number of display issues * Saving files over themselves works again in Okular, KDE's document viewer
2009-10-10patch-ab was old and shouldn't have been commited, remove it.markd1-22/+0
2009-10-08sortjnemeth1-3/+3
2009-10-07DESTDIR support. Fix build on NetBSD 5.0+joerg1-4/+10
2009-10-06No APM on NetBSD/amd64.joerg1-2/+5
2009-10-06Fix PLIST. Bump revision.joerg2-2/+4
2009-10-05Some fixes for previous.sketch1-3/+3
2009-10-05Kludge to work around hardcoded 'grep -o' GNUism.sketch1-1/+8
2009-10-03Remove wip artefacts.wiz3-6/+6
2009-10-02Add kde4 l10n packagesmarkd1-1/+4
2009-10-02Import KDE4.3.1 from wipmarkd4-0/+1548
OKed during freeze by wiz and agc
2009-10-02Import KDE4.3.1 from wipmarkd8-0/+3475
OKed during freeze by wiz and agc
2009-10-02add kde4 packagesmarkd1-1/+7
2009-10-02Import KDE4.3.1 from wipmarkd7-0/+937
OKed during freeze by wiz and agc
2009-10-02Import KDE4.3.1 from wipmarkd26-0/+3613
OKed during freeze by wiz and agc
2009-10-02Import KDE4.3.1 from wipmarkd20-0/+1831
OKed during freeze by wiz and agc
2009-10-02Import KDE4.3.1 from wipmarkd14-0/+4572
OKed during freeze by wiz and agc
2009-10-01add patch from upstream to fix certificate check flaw (CVE-2009-2700),drochner3-5/+14
bump PKGREVISION
2009-09-30don't leak WRKDIR into run path.tnn3-5/+27
Bump revision.
2009-09-30Add a bunch more gtkdoc-rebase workarounds.sketch2-2/+10
2009-09-29Give unsigned char argument to toupper.wiz3-3/+17
Fixes coredumps in Sigil when pressing "CTRL" or "BACKSPACE". Bump PKGREVISION.
2009-09-28Add pkg-config to TOOLS. Fixes library linking on systems using nativewiz1-2/+3
xorg. Suggestion from drochner. Bump PKGREVISION.
2009-09-28fix botch in client ID generation if the (BSD) uuid functions are used,drochner3-2/+17
it caused the first character of the ID to be random, and for me this crashed XFCE4 sessions through a somewhat complex chain involving a consistency check in dbus-glib signal generation bump PKGREVISION
2009-09-24Install a NetBSD flavoured screensaver.ahoka4-3/+141
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron3-6/+3
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-09-22Invoke the C preprocessor in a portable manner on all non-GCC compilers.tnn4-8/+8
This is PR pkg/39879.
2009-09-21fix copy-pasto in previoustnn1-2/+2
2009-09-21Use SUBST to fixup hardcoded "/usr/pkg/include" in configure script.tnn1-1/+8
Makes configure work with X11_TYPE=modular and LOCALBASE != /usr/pkg
2009-09-21Update Eterm to 0.9.5.obache5-237/+73
Changes in pkgsrc: * remove patch-ac. It is noted for CVE-2008-1142. but the CVE is for rxvt. CVE-2008-1692 is for Eterm and fixed by this release. * add xim option and enabled by default * enable mult-charset and auto-encoding * replace bg images with currently distributed one. Changes in upsteram: Wed Oct 18 13:35:18 2006 Michael Jennings (mej) Fixed a typo and some logic errors in libscream located by Mike Frysinger <vapier@gentoo.org>. ---------------------------------------------------------------------- Mon Oct 30 16:11:47 2006 Michael Jennings (mej) Patch from Jason McCarver <slam@parasite.cc> to support -S/--sticky option for "sticky" (i.e., present on all desktops) startup. ---------------------------------------------------------------------- Tue Jul 3 20:48:46 2007 Michael Jennings (mej) Remove some cruft from kEsetroot. ---------------------------------------------------------------------- Wed May 14 12:42:51 2008 Michael Jennings (mej) Patch from Kim Woelders <kim@woelders.dk>: There is a race problem with Eterm during startup related to the shell LINES/COLUMNS env vars. If the WM changes the window size (e.g. due to saved settings) before mapping the window, sometimes the shell will set LINES and COLUMNS according to the old/incorrect size and sometimes to the new/correct size, depending on wheter the call to tt_winsize() at command.c line 2322 (by the shell child process) or the tt_resize() (by the Eterm process) due to the ConfigureNotify caused by the resize (or WM ICCCM ConfigureNotify) operation happens first. The call in question was added by Azundris for Escreen. So far Escreen seems to be behaving properly with this patch applied, but all my Eterm windows (Escreen and otherwise) are pre-sized with -g anyway. So I'm going to keep my eye on it for awhile. In case of trouble, change the "#if 0" to "#ifdef ESCREEN" to revert to previous behavior when in Escreen mode. Normal operation should not require the call in question. ---------------------------------------------------------------------- Wed May 14 14:54:16 2008 Michael Jennings (mej) Modified patch from hsim@gmx.li to allow setting of the "Urgent" hint on beep. ---------------------------------------------------------------------- Wed May 14 15:26:13 2008 Michael Jennings (mej) Patch from Emmanuel Anne <emmanuel.anne@gmail.com> to fix cut/paste with KDE applications. ---------------------------------------------------------------------- Wed May 14 16:09:04 2008 Michael Jennings (mej) (Correct) fix for CVE-2008-1692. Eterm no longer defaults to using ":0" for $DISPLAY due to the possibility that an attacker can create a fake X server on a shared system, intercept the Eterm X connection, and send fake keystrokes to the victim's Eterm to execute arbitrary commands as that user. The previous fix, while it did indeed correct the vulnerability, broke the --display option. The original fix from Bernhard Link was more correct, albeit not quite on target.
2009-09-20pax does not required anymore.obache1-2/+2
2009-09-20fix to build on FreeBSD7-STABE/amd64sno3-7/+19
2009-09-20add LICENSE=mitplunky1-1/+3
The Tcl license is not mit exactly but its close enough
2009-09-20simplify DISTFILES and extract.obache1-10/+3
2009-09-20ftp.dti.ad.jp does not have recent release.obache1-3/+2
2009-09-16Added devel/xfconf version 4.6.1reed1-4/+3
Added x11/libxfce4menu version 4.6.1 Added x11/xfce4-settings version 4.6.1 Removed x11/libxfce4mcs Removed x11/xfce4-mcs-manager Removed x11/xfce4-mcs-plugins And updated various xfce4 packages.
2009-09-16Remove these packages. They are no longer part of Xfce since 4.6.0.reed15-316/+0
xfce4-settings replaces xfce-mcs-manager frontend. xfconf replaces xfce4-mcs-manager backend.
2009-09-16Remove include of the xfce4-dev-tools buildlink.reed8-16/+8
It is only needed for building Xfce4 from SVN repo. No need to bump versions as this is a "build" dependency.
2009-09-16Upgrading Xfce to 4.6.1.reed47-493/+503
This is for PR #40984. This is based on work from dieter roelants. Thank you Dieter. Also I had done some work independently on this. Hopefully, I am getting this all committed at one time. The changelogs are at http://www.xfce.org/documentation/changelogs/4.6.1 http://www.xfce.org/documentation/changelogs/4.6.0 Also don't need the xfce4-dev-tools for building. (It is only needed when building from SVN source.)