summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2006-08-14Don't install os.h and misc.h in server builds, it would overridejoerg2-1/+16
files from xorg-libs.
2006-08-13Remove non-existing bitmaps from PLIST.ben1-7/+1
2006-08-11update to 2.6.3.3drochner3-804/+839
too many changes (since 2.6.1.0) to list here, many extensions and fixes, and synchronisation w/ the wxGTK pkg
2006-08-11remove --with-html-dor so that the gtk-doc files are found by devhelp,drochner6-74/+66
bump PKGREVISION
2006-08-10Fix PLIST and bump pkgrevision, addresses PR#34178ben2-3/+9
2006-08-10Include x11.buildlink3.mk. This uses X Intrinsics, for example.reed1-1/+3
Don't assume that this is pulled in from x11/randrproto/builtin.mk.
2006-08-10Fix PR #34087. Patch from Gilles Dauphin.reed2-1/+14
On Solaris 10, /usr/openwin/include/X11/Xutil.h does not include Xlib.h. It does have the comment: /* You must include <X11/Xlib.h> before including this file */ This means that Xlib.h doesn't pull in X.h and Pixmap and other items are not defined. With some other versions of X, the X11/Xutil.h header does include X11/Xlib.h itself so this problem is not seen.
2006-08-08Fix build with gcc4. From Adam Hamsik via pkgsrc-users.wiz2-1/+18
2006-08-07Update to 2.24:wiz2-7/+6
Version 2.24 9.Jul.2006 * Xwrits hand windows appear on all desktops, even after the first break. The freedesktop.org standard requires you tell the window manager about the all-desktops property *every time* the window reappears. Thanks to Zach Beane for a patch that inspired this search. Previously reported by Stephen A. Lawrence and Andy Feery. * Support MWM hints on 64-bit platforms. Bug report and initial patches from Jeff Layton. * Avoid infinite error recursion when windows are closed on +multiscreen. Bug reported in April 2004 by Chris Jones. Version 2.23 21.Jun.2006 * Support '+once[=COUNT]' option. Patch by Anne Elizabeth Dudfield the Rad. Version 2.22 2.Apr.2005 * Support `+finger=GIFFILE'. Requested by Urko Lusa. This change was made in August 2002, but for some reason never released.
2006-08-07Update to 7.9:wiz5-31/+14
7.9 Mon Aug 7 18:16:07 CEST 2006 - fix the crashing bug people encountered with 7.8 + urxvtd + perl + transparency. Oight to fix debian bug #380348. - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But it does! :-> - rxvt_fatal() in case the locale string is too long for our static buffer. - fixed many, many, typos in the manpages (patch supplied by ves). 7.8 Mon Jul 17 21:00:46 CEST 2006 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults, earlier versions only read it if display-resources (usually from .Xresources) are not set. This avoids the #1 FAQ ("why isn't my resource used") and seems to be logical behaviour, too. .Xdefaults resources have a lower priority than display-specific resources. - add "kuake" perl extension that does a similar thing to the kuake terminal emulator (see man urxtvperl). - use less "correct" color scaling that is compatible with libX11 and Xft (avoids off-by-one colors resulting in striped backgrounds). - the "depth" resource is now respected. - preset the searchable-scrollback pattern with "(?i)" to default search to case-insensitivity. Will automatically be cleared when typing an uppercase character. - add FORCE_UNBUFFERED_XFT define to features.h. - re-enabled highlightcolor support with --enable-frills, based on a patch by Martin Stubenschrott. - double-buffered xft drawing did suffer from pixel offset issues when pixmap transparency was enabled. - strategically add # to the url-match regexes, as we really want to match common URIs not common URLs. Reported by Aaron Griffin. - moved on_osc_seq to on_osc_seq_perl and added a more generic osc_seq. - fix a bug causing double callback invocations when perl hooks were invoked recursively. - the automove-background extension now properly works when the pixmap gets reset with an osc sequence (sqweek). - selection-pastebin did not work properly with non-latin1-characters. - apply colorUL only when the text colour is the default fg (patch by Wu Fengguang). - removed rxvtlib.h from the tarball, it had no reason to be there (spotted by Decklin Foster). - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported by omatunto_. - slap in a using namespace std, might help on platforms that don't follow C++ closely enough. - fix mailto url regex, spotted within milliseconds by Jost Krieger. - applied fade_color_update_func.patch by WU Fengguang. - fix a bug where (due to an optimisation in av_delete), hiding the bottom-most overlay would hide two overlays. 7.7 Tue Feb 21 12:32:49 CET 2006 - use double-buffered drawing (xft fonts only). On many driver/hardware combination this actually increases xft drawing speed, at the expense of more network bandwidth and slight nausea on the side of the author. - readline perl extension now requires shift-click instead of a normal click, and eats the click. - tabbed perl extension now supports -e. - disabled graphics-exposures on the main drawing GC, report any refresh bugs please. - improve property handling for -pe tabbed: avoid unnecessary property changes (for kde's benefit) at the expense of extra round-trips, improve size hint setting. - modified XIM according to a patch sent by Takano Akio that sets the preedit rectangle for OverTheSpot, which helps some input methods to correctly position their preedit window. - un-optimise the line clearing on newly scrolled-in lines a bit: the former reasoning was that any fg colour on default bg looks the same in empty spaces, but thats not true when reversing (e.g. selection), so also check for matching fg colours. This fixes the problem where selecting newly scrolled-in lines would exhibit wrong colours. - fix a bug in the perl interface causing focus in events to generate focus out perl events, causing bad focus effects with -pe tabbed. - fix a race resulting in a crash on exiting. - fix a with --disable-xft that caused xfreecolors to be called on colors never allocated, resulting in aborts (reported by Paco-Paco). - resources on non-initial screens weren't refetched correctly (reported by Paco-Paco). - fix a bug in xcopyarea pass and _disable_ it, as it seems not to be working in either rxvt-unicode nor in the original rxvt. - removed undocumented -exec alias for the -e option. 7.6 Fri Feb 10 08:52:36 CET 2006 - changed interpretation of [alpha] colour prefix. - +option now really sets the option to default, instead of using the resource value. - options that require an argument now really _require_ an argument. - the tabbed extension now forwards focus and keys events to th relevant tab window. - tab colours are now configurable and have sensible defaults (initial patch by hednod). - option menu is extendable, readline, selection and selection-autotransform can now be disabled/enabled at runtime. - forcing a configure event to tabbed subwindows with -pe tabbed, for the benefit of automove-background. - the automove-background extension added a wrong constant offset. - force refresh of XA_RESOURCE_STRING on virtual reconnect. - return exit status 2 in urxvtc when urxvtd couldn't be contacted. - the linux yield hack is back, now using usleep, and enabled only on __linux__. - further round trip eliminations in the !XFT case by remembering the colour components. - plain scrollbar works better with -sr. - fixed half-shadow scrollbar look. - more colour rtt optimisations. - properly(?) free colours on window close. - reorganised the FAQ into multiple sections. - add ISO646.1991-IRV to the list of supported codesets. - minor libptytty update.
2006-08-06Update to 1.1.1:jmmv3-14/+26
Changes in 1.1.1 Magnifier: * when source changes, move UI to the new source. Braille: * send text to brltty, this way it decides what to display Translation: * added: Bengali India * updated: Dzongkha, Bulgarian, Catalan, German, French, Finnish, Gujarati Changes in 1.1.0 Speech: * added presentation for spread sheet cells and paragraphs * reworked presentation for combos * shutup speech when a key is pressed * changed keyboard library Magnifier: * changed presentation for paragraphs * zoomer boundaries clamped to screen boundaries * do not assume that source and target have same size Braille: * added French braille table * added braille tty support Translation: * added: Georgian, Dzongkha * updated: Albanian, Brazilian Portuguese, Czech, Catalan, Galician, Vietnamese, Gujarati, French
2006-08-06Update to 0.12.6:jmmv3-9/+37
What's new in gnome-mag-0.12.6: * Fix for #344070, changed how the update is done to avoid bad blocks generated during this process. * Fix for #343689, adding contrast support to gnome-mag. Translations * Sayamindu Dasgupta (bn_IN), Dominique PELLE (eo), Rahul Bhalerao (mr), rajeev shrestha (ne) and Abel Cheung (zh_HK) What's new in gnome-mag-0.12.5: * Fix for #323032, whick install ORBit modules, so orca can use the magnifier services (Thanks Willie Walker!). * Fix for #337985, to conform with the GNOME goal to use po/LINGUAS (Thanks Brian Pepple!). * Fixes for #338551, #341854, #341883, #341888.
2006-08-06Update to 2.14.2:jmmv4-70/+16
Version 2.14.2 * New Translations: fr (Benoit Dejean) * Updated Translations: cs (Petr Tomes) et (Ivar Smolin) Version 2.14.1 * Fix potential issue with Xnest search. * Fix configure script on NetBSD (Julio M. Merino Vidal). * New Translations: da (Martin Willemoes Hansen) dz (Pema Geyleg) cy (Rhys Jones) * Updated Translations et (Priit Laes)
2006-08-06Update to 2.14.3:jmmv2-6/+6
Session Manager * Create autostart directory if it doesn't exist (Ray Strode) Translators * Guillaume Savaton (eo)
2006-08-06Update to 2.14.3:jmmv3-8/+12
New/improved translations: 2006-06-26 Abel Cheung <abel@oaka.org> * zh_HK.po, zh_TW.po: Updated traditional Chinese translation. 2006-05-13 Ahmad Riza H Nst <rizahnst@eriagempita.co.id> * id.po: Updated. 2006-04-15 Jérémy Ar Floc'h <jeremy.lefloch@gmail.com> * br.po: Added Breton translation. 2006-04-05 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin. 2006-04-04 Gora Mohanty <gmohanty@cvs.gnome.org> * or.po: Added Oriya translation. 2006-03-28 Vladimer Sichinava <vlsichinava@gmail.com> * ka.po: Added Georgian translation. 2006-03-27 Yair Hershkovitz <yairhr@gmail.com> * he.po: Updated Hebrew translation. 2006-03-24 Tommi Vainikainen <thv@iki.fi> * dz.po: Added Dzongkha translation from Pema Geyleg. 2006-03-24 Ales Nyakhaychyk <nab@mail.by> * be.po: Updated Belarusian translation.
2006-08-06Update to 2.6.10:jmmv3-43/+6
Overview of Changes in 2.6.10 (since 2.6.9) =========================================== * Bug #342199 fixed by adding locking to clearlooks animation code. * Fixes for notebook dnd releated crash bugs in both industrial and crux. * Slightly improved box_gap drawing in crux and industrial. Overview of Changes in 2.6.9 (since 2.6.8) ========================================== * Fixed bugs: Bug 341694 - Crash in d4x (Industrial) Bug 334557 - Compile errors with gcc 2.95 (Clearlooks)
2006-08-06Remove BROKEN_IN for packages that built in the latestkristerw2-6/+2
NetBSD 3.0_STABLE/i386 bulk build.
2006-08-03update to 2.14.3drochner3-7/+11
changes: * Turn off themes when screen is not visible * Switch user when double clicking in treeview * Don't reset throttle when deactivating * Make activation wait for fade to complete. * Override gtk+ theme background style * Prevent theme flickering from watchdog timer
2006-08-03update to 2.14.3drochner3-7/+8
changes: translation updates
2006-08-03update to 2.14.3drochner3-7/+16
changes: * Fix corrupted background on big-endian computers * Update background when the screen size changes * Fix display name of some bookmarks -translation updates
2006-08-03update to 2.14.3drochner2-6/+6
changes: - multiload - don't poll CIFS filesystems - stickynotes - fix support for note font colours - libgweather - don't die on bad data from BOM-Au -translation updates
2006-08-03update to 2.14.10drochner2-6/+6
changes: - Fix so that GDM does not save the Failsafe GNOME or Xterm session as the user's default. -bugbixes - Performance tunings - Make sure focus is returned to the entry field when using the "Options" button. - The nohost icon has been updated to use official GNOME logo, nobody icon has been given a facelist. -translation updates
2006-08-03update to 2.14.3drochner3-7/+23
changes: * Correctly handle stdin input on text info dialog -translation updates
2006-08-03+gtk2-sharpdrochner1-1/+2
2006-08-03add gtk-sharp-2.8.2, which is C# (mono) bindings for gtk and gnome libsdrochner4-0/+294
2006-08-03add gtk-sharp-2.8.2, which is C# (mono) bindings for gtk and gnome libsdrochner1-0/+52
2006-08-02Update to KDE 3.5.4markd113-509/+1261
2006-08-02Update to KDE 3.5.4markd2-11/+7
2006-08-02Update to KDE 3.5.4markd4-29/+31
Kicker * Bookmarks: Look up konsole-bookmarks in the correct directory. * Fix arrow location on vertical panels. * Allow manually turning on of previews in the pager at low screen resolutions. Kate * There exist space characters other than ' ' (character code 32). * Fixed slow repaints of dynamically wrapped lines. * Fix crashes when deleting text. * Fix crash if there are folded regions and then highlighting is changed. * Fix highlighting # at the beginning of a line as comment. * Fix horizontal scrollbar and view not synced, if dynamic and static word wrap are off. * Make it possible to reset the background and selected background color. * Fix broken selection repaints when resizing. * Fix strange behaviour with pentuple clicks. * "Find previous" should reverse the original direction, and nothing else. * Improve Ada support. * Jump to last non-whitespace character when "End" key is pressed twice. * Check textLine() return values in KateViewInternal's home() and end() functions. * Make the current document's highlighting mode selected when the highlighting config page opens. * backward text selection doesn't trigger horizontal scroll. * Improving backward search. * Fix missing repaints when dynamic word wrap is disabled. * Fixed highlighting of "case'-':". * Synchronize the "cached" selection when exposing a search match. * Fix crash on entering doxygen comment on editing cpp files. * Also autoindent Q_SLOTS and Q_SIGNALS. KControl * Make CDROM info available in Control Centre. * Properly disable antialiasing by also setting the xrdb resource. * Fix nic information on AMD64 and others. * Add sysfs parsing support. Needed for distros that don't have /proc/bus/usb anymore. * Fix long-standing crash in KControls wallpaper-code. Konsole * Miscellaneous speedups. * Upon Prev/Next session, only activate new session when session.count > 1. * Add 256 color support. * Add DCOP calls setFont() and font(). * Fix extra character (^L) in konsolepart when using bash vi mode. * Fix the accelerator key for the Config->Schema tab. * Fix taking 100% cpu on printing tab-completion list in bash. * RMB->Close Session and tabbar menu->Close Session now uses the Close Confirmation Dialog. * Reduce flickering when resizing. KFind * Fix searching for files greater than 2GB. * kdesktop * Fix kscreensaver not starting. * Fix align-to-grid regression. kpager * Fix crash when moving windows. ktip * Fix text in RTL languages. media manager * Fix regression when using the fstab backend. * Fix bogus floppy devices appearing in FreeBSD. * Fix memory leak. * Fix unmounting on systems that use supermount. * Make media:/ mount devices over HAL. * Load mediamanager kded module soon in the startup.
2006-08-02Update to KDE 3.5.4markd3-20/+13
kdecore * Fix compiling on Solaris. kdeui * Now KKeyChooser does not steal focus when created. * Fixed the terrible flickering in KDateTable like for example when resizing Kicker. kio * Make move not do a copy and delete in some cases. * Fix problem with inotify causing crashes... KIOslave * Fixed referrer not sent back to client when using https. KHTML * Lots of fixes kjs * Enumerate array properties in order of addition, matching other browsers. * Support the "debugger" keyword. kssl * Increase usability of KIO KSSL dialog. * Update netlock QA class certificate. * Add startcom CA. mimetypes * Add *.tor pattern for bittorrent mimetype. * Add x-mplayer2 (Microsoft media) mimetype.
2006-07-31Update to 1.6.2:wiz3-9/+9
News in 1.6.2 ------------- * Minor bugfixes * Updated translations
2006-07-31Conflict with libXfixes (currently in pkgsrc-wip).reed1-1/+3
This version of Xfixes is not supported and I have been using the maintained version since last year on several pkgsrc build systems. But I will not switch to new version until okayed by others.
2006-07-31Conflict with libXrender (currently in pkgsrc-wip).reed1-1/+3
This version of Xrender is not supported and I have been using the maintained version since last year on several pkgsrc build systems. But I will not switch to new version until okayed by others.
2006-07-31Conflict with libXrandr (currently in pkgsrc-wip).reed1-1/+3
This version of Xrandr is not supported and I have been using the maintained version since last year on several pkgsrc build systems. But I will not switch to new version until okayed by others.
2006-07-31Don't drop -fno-strict-aliasing on NetBSD/!i386. Fixes PR 34099.joerg6-10/+46
Bump revision of xorg-imake and xorg-libs.
2006-07-29Changes 0.95.0:adam2-8/+7
* We're now also distributing a version of LessTif packaged with [1]autopackage. Fixes to the autopackage/default.apspec.in were applied for this, and the autopackage team augmented their implementation for us (thanks!). * Change the API of the _LtDebugPrintRenderTable function, the old one wasn't working well. * Add a dependency so ResConvert.c is compiled whenever configure.in changes. * Make the message from configure about missing or too old X development packages mention the missing case too. Happens more often than old versions nowadays. * Add code to the release script to create an autopackage file. * Add code to the release script to create RPMs automatically. * Fix and clean up some of the XmStringCreate functions, they weren't handling tabs and newlines correctly. * Implement XmStringGenerate() and XmStringParseText() somewhat better. * Fix an initialisation problem with RenderTables which caused colour settings to fail in some circumstances. * Fix a bug that caused XmTextField to overwrite its border. * Remove a couple of fprintf statements saying "Yow" * Fix freetype installation check which appears to require include. * Fix the build so it won't override defaults from libtool. * Fix compile error in TextOut.c when compiling with Xft. * RPM specfile syntax has renamed Copyright into License. * Patch by Eric Branlund for _MOTIF_DRAG_TARGETS on x86_64. * Patches by Winfried to fix warnings detected with GCC 4.
2006-07-29Remove conflicting declaration of malloc(). Include stdlib.h instead.minskim4-2/+44
2006-07-29Remove conflicting declaration of malloc() and realloc(). Includeminskim2-1/+32
stdlib.h instead.
2006-07-28Add a missing entry to PLIST. Bump PKGREVISION.minskim2-3/+4
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam1-2/+2
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
2006-07-27Forgotten patchsum. Reminder by Mark.joerg1-1/+2
2006-07-27de-maintainhubertf1-2/+2
2006-07-26Fix BUILDLINK_ABI_DEPENDS to use PYPKGPREFIX.wiz3-6/+6
2006-07-26Fix BUILDLINK_ABI_DEPENDS line to use PYPKGPREFIX.wiz1-2/+2
2006-07-26Add a missing file on Linux. Bump PKGREVISION.minskim2-3/+4
2006-07-26Readd recursive Xcursor buildlink3 inclusion, the problems in Xorg worldjoerg4-4/+39
have been fixed in the mean time and it broke accidently native builds. As found in the process fix the detection of Xrandr for the Xorg case and bump revision for that. Activate -verbose for the configure step to make debugging such issues in the future e.g. in bulk builds easier.
2006-07-26update to 2.14.2drochner2-6/+6
changes: -minor bugfixes and UI improvements -translation updates
2006-07-26update to 2.14.2drochner2-6/+6
changes: -some bugfixes and UI improvements -translation updates
2006-07-26update to 2.14.2drochner3-8/+15
changes: -minor bugfixes -translation updates
2006-07-26update to 2.14.2drochner2-6/+6
changes: * Use libgnomeui functions instead of libegg -translation updates