summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2006-02-19added patch for systems (such as IRIX 5) which do not define MAP_FAILEDschwarz3-1/+35
2006-02-18make libxfce4util compile with SGI IDO compiler used with IRIX5schwarz1-0/+17
2006-02-18Don't use hard-coded -lpthread for pthread detection, but PTHREAD_*.joerg2-1/+32
Ride on last revision bump.
2006-02-18Convert to libtool. Shared theme modules are named foo.theme.so byjoerg9-29/+311
default, but foo.theme is tried afterwards as fallback. Bump revision. Discussed with jlam@
2006-02-18Include sys/types.h before other sys/ headers for DragonFly.joerg2-6/+10
2006-02-17Enable STL (auto) + revision bumpadam5-28/+26
2006-02-17Fixed warnings found by pkglint -Wall.martti2-11/+11
2006-02-17Fixed warnings found by pkglint -Wall.martti23-58/+60
2006-02-16Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-02-16Do not remove share/aclocal, it's in the *dist files.wiz3-6/+3
2006-02-16Install gallery images, help files and lunar db.yyamano2-3/+109
Apply patches provided by Mark E. Perkins to fix PR/32810.
2006-02-15update to 0.11.18drochner3-8/+16
changes: -bugfixes -performance improvements
2006-02-14Changes 2.8.3:adam3-25/+33
* gtkmm.h: Include menutoolbutton.h and tearoffmenuitem.h. * Container: Avoid crash when connecting to the remove signal. * TreeView: Commented-out uses of g_assert() in header to avoid warning that the statement has no effect * Win32: Enable Plug and Socket classes
2006-02-14Fix race condition in xdm's Xsession. From PR 32804.joerg3-6/+17
2006-02-14Don't hard code path to xorg/bin/xterm, just expect it in PATH.joerg5-5/+47
This affects startx, xinitrc and xdm. Bump revision.
2006-02-13Update to 2.8.12:wiz3-11/+7
Overview of Changes from GTK+ 2.8.10 to GTK+ 2.8.11 =================================================== * Avoid memory overruns in the pixbuf theme engine with nonsensical gradient specifications. [Matthias] * Bugs fixed: 326003 Cursor doesn't move as expected [Evert Verhellen] 326806 Segfault from combination of gtk_container_set_resize_mode() and GtkComboBox [Sebastien Bacher] 327751 segfault in update_cursor on amd64 [Ryan Lovett] 327538 eog crashes at launch under AIX [Christophe Belle] 153213 "~" should bring up the location dialog [Dan Winship] 327934 gtk_text_layout_get_cursor_locations() chokes on layout=0x0 [Christian Kirbach] * Documentation improvements [Federico Mena Quintero] * Translation updates (es,pt_BR,zh_HK,zh_TW)
2006-02-12Joerg Sonnenberger will be the maintainer.xtraeme5-10/+10
2006-02-12ENOTIME to mantain these packages, feel free to pick it up if you arextraeme4-8/+8
insterested.
2006-02-11Update to 2.12.3:wiz2-7/+6
=============== Version 2.12.3 =============== Misc * Fix .desktop file (Vincent) Translators * Luca Ferretti (it)
2006-02-11Add & enable rox-session.rxg1-1/+2
2006-02-11Intial import rox-session-0.1.25.rxg7-0/+209
Very simple session manager for ROX.
2006-02-11Fixed some pkglint warnings.rillig3-8/+7
2006-02-10Remove conditional include of "x11/Xrender/buildlink3.mk" under Linuxtron1-5/+1
because the file is included unconditional later anyway.
2006-02-10remove explicite setting of BUILDLINK_DEPMETHOD.qt3-tools; we getdrochner2-12/+2
a runtime dependency through py-qt3-base anyway
2006-02-10clarify that we need a runtime dependency on qt3-toolsdrochner1-4/+4
(this also means that everything using py-qt gets this runtime dep implicitely, no matter what the Makefile does to BUILDLINK_DEPMETHOD)
2006-02-08also require glibmm>=2.8.0drochner1-1/+3
2006-02-08update to 2.12.3drochner3-8/+9
changes: -bugfixes -translation updates
2006-02-08xservers is free-standing, so don't bother checking if system X11 is thejoerg1-18/+1
same version or using USE_X11 at all, esp. since the latter can add an unwanted dependency.
2006-02-07This package only needs "USE_X11" and not "USE_X11BASE" because thetron1-2/+2
installation directory is patched manually and it uses its own "imake" utility.
2006-02-07update to 2.12.3drochner2-7/+6
changes: bugfixes
2006-02-07update to 2.8.4drochner4-24/+12
changes: -Split out gobject wrappers -Bug fixes
2006-02-07Fix build on Solaris.markd3-2/+31
2006-02-06Update to version 2.4:rpaulo2-8/+6
- much better i18n, slightly inefficient and probably not perfect, but cna be used to convert between a lot of apps who have their own problems (mozilla, netscape, lyx...) - properties are now being initialized properly.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg438-716/+877
2006-02-04Update to 7.5:wiz3-7/+9
7.5 Tue Jan 31 15:15:43 CET 2006 - further improvements to the careful mode detection, and font width detection: - fully double-wide fonts will now be correctly treated, - overlap detection was improved. - detect totally broken fonts (usually synthesized by xft). - careful mode forced refresh sometimes clashed with blinking, causing unnecessary screen redraws. - better handling of XFT combining characters. - enable antialiasing for some replacement fonts, as they might get used for other encodings which really need it, later. - remove spacing=100 from all default fonts, as this creates totally weird spacing (5 times normal) with xft. - removed iso10646 fallback, as xorgs iso10646 encoded fonts are mostly broken. - removed gnu unifont fallback, all combining characters are broken. - replace named colours by xorg's rgb.txt equivalents, to reduce round trip time on startup, and short-cut allocation of rgb:rr/gg/bb for xft. - short-cut allocation of rgb values in the xlib case (patch by Paco-Paco). - overhauled color management: smaller codesize, alpha support. - support "rgba:rrrr/gggg/bbbb/aaaa" color specifications and an "[alpha]" prefix. - try to work around Xft and Xrender forcing everything to be 100% transparent. Long Live Xft! - do not include X11/Intrinsic.h anymore, directly use Xlib/Xutil/Xresource directly. - try to find a nearest matching color when color allocation fails on a pseudocolor screen. - SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes. - fix version report (DA) (which was unfortunately broken). - changed version number report again, now to emulate xterm closer. - added the OSC sequence 702 to detect the urxvt version number. - small configure updates. - further RTT optimisations. 7.4 Sat Jan 28 15:26:27 CET 2006 - screen background wasn't always erased properly when scrolling, - re-enabled clearing optimisation disabled in 7.4pre. - small configure updates for libptytty. - fixed version options: line output. - removed stoopid debugging message left in the code. 7.3 Wed Jan 25 22:47:35 CET 2006 - don't let iso14755 or mouse reporting get into the way of perl (could lead to global grabs never being cleared). - experimental OnTheSpot editing support (-pe xim-onthespot). - moved Shift-Button2 paste combination to Meta-Button2. - the cutchars resource will now be respected and used by the selection extension. - added the "remote-clipboard" extension which just runs external commands to fetch and store the selection data. - added -depth switch that tries to get a different visual depth than the default (replaces the old PREFER_24_BIT logic). - removed (unused) arabic presentation form composing sequences. - be more strict when deciding that a core font glyph is too wide and needs the careful rendering mode. - allow more leeway for italic fonts when deciding that a character is too wide and needs careful mode. - redraw even more characters around characters using careful mode. - made selection-pastebin fully asynchronous. - reduced number of server turnarounds at startup by allocating atoms only once per display. - renamed on_keyboard_command to on_user_command. - changed version sos (ESC [ > c) response to be more compatible with xterm.
2006-02-04Add Attic/ directory to MASTER_SITES, since the programwiz1-2/+3
updates quite often, and ftp.NetBSD.org is not always fast enough in getting a distfile. Addresses PR 32725 by Robert Elz.
2006-02-03move PKGNAME= to before .include "../../mk/bsd.prefs.mk" so mk.conf can ↵abs1-6/+6
determine package
2006-02-03Reset maintainer on his request. PR 32699.wiz2-4/+4
2006-02-02USE_TOOLS+= pkg-config. Fixes PR 32696 from Chapman Flack.markd1-2/+2
2006-02-01Fix sysmouse handling on DragonFly, mostly garbage arrived. Thanks forjoerg4-10/+45
Simon Schubert to point out the right file. Fix ATI driver option to not include the theatre module, if disabled. Shown by Robert Sebastian Gerus during testing of the first fix. Bump revision of xorg-server.
2006-02-01Fix display of NetBSD device info in the KInfoCenter. (Readsmarkd3-5/+15
/var/run/dmesg.boot and was stopping at first blank line rather that EOF) Bump PKGREVISION.
2006-01-31Update to KDE 3.5.1markd166-716/+2365
2006-01-31Update to KDE 3.5.1.markd3-11/+9
2006-01-31Update to KDE 3.5.1markd5-24/+40
Changes: * man KIO slave o fix processing of URLs in man documents o allow comment lines after a .TP request * Konqueror o 2 Tools menus when embedding KPDF in Konqueror * KDesktop o Fix initializations for desktops >4 when using DCOP calls. * Konsole o Update blue/red icons to be more distinguishable. o The history options (line #/enabled) are now used in the profiles. * Kwin o Incorrectly restored window geometry upon leaving fullscreen mode under certain circumstances
2006-01-31Update to KDE 3.5.1markd3-13/+12
Changes: * Improved performance under some conditions on the networking classes. * (KIO-slave http): Work around Apache2 DAV module's insistence on trailing slashes at the end of requests on directories. * (KIO-slave kfile): enabling of the normal permission dialog takes effect only after closing after doing changes on acl * (KIO-slave kfile): problems with changing permissions in the mask entry * KDirWatch: KDirWatch stopDirScan affects outside KDirWatch instances also. * KCrash: Make KCrash more rebust (eg. in malloc()) * Mimetype detection: add more "magic" patterns to recognise shell scripts * KJS: avoid buffer overflow on decoding utf8 uri sequences. * Kate o Wrong syntax highlighting chosen for filetype o Clear selection when closing a document. o Text-files displayed in konqueror are saved with 0 bytes. o Backspace key does not work when shift key is held o PicAsm highlighting is missing IORWF, RLF, RRF * Kicker o Turning off tooltip doesn't work o Don't crash on logout. o app started by kmail does not show in kicker * KDesktop o Desktop icons move down at each login due to child panel at top of screen * KHTML o Performance improvements: o Add caching for getElementById o Much faster appending of options to selects, and clearing of selects o Simplify dirty region computation, to speed up cases of lots of small updates o Small improvements in efficiency of URL handling in image loader o Match other browsers and not the DOM on behavior of getAttribute with non-existent attributes. Fixes reply buttons on Yahoo mail o Hidden field is not sent (Fixing OSNews.com) o Konqueror consumes all memory when printing specific web page o Do not lose server-specified encodings when going back in history o Make behavior of named objects access under document more consistent with other browsers o Various crash fixes o JavaScript debugger more reliable o Support window.scrollX, window.scrollY,.click on anchors o behave sanely for Roman counters > 4000 o Optimize appends and clears to/of selects via explicit APIs. * KDEUI o Set default parameter in KRandomSequence to 0 instead of 1 for randomness if no seed is provided
2006-01-31Option freetype needs Xft2, not freetype. Fix buildlink reference.joerg2-3/+8
Install xterm setuid root on DragonFly, needed for tty permission change and utmp. Bump revision.
2006-01-30salo@: not every install can handles multiple directories (e.g. Solaris),joerg1-21/+24
so create them one at a time.
2006-01-29Add & enable rox-wallpaper.rxg1-1/+2
2006-01-29Initial import rox-wallpaper-2.0.rxg4-0/+70
Setting the backdrop for ROX.
2006-01-28Update to 2.8.11:wiz3-8/+9
Overview of Changes from GTK+ 2.8.10 to GTK+ 2.8.11 =================================================== * Avoid memory overruns in the pixbuf theme engine with nonsensical gradient specifications. [Matthias] * Bugs fixed: 326003 Cursor doesn't move as expected [Evert Verhellen] 326806 Segfault from combination of gtk_container_set_resize_mode() and GtkComboBox [Sebastien Bacher] 327751 segfault in update_cursor on amd64 [Ryan Lovett] 327538 eog crashes at launch under AIX [Christophe Belle] 153213 "~" should bring up the location dialog [Dan Winship] 327934 gtk_text_layout_get_cursor_locations() chokes on layout=0x0 [Christian Kirbach] * Documentation improvements [Federico Mena Quintero] * Translation updates (es,pt_BR,zh_HK,zh_TW)