summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2002-12-06Fix dependency after recent update to kdenetwork.skrll1-2/+2
2002-12-06Bring in the patches that fix the recent security problem.skrll4-2/+45
PKGREVISION++
2002-12-05update to 0.93.36drochner45-1334/+183
changes to the pkg: -don't bother sharing patches with the Motif-1.2 compatible version anymore -- most patches were only necessary to be able to share patches, so it got ridicoulous -kick out use of autoconf et al. - just unneeded complexity -comply to Motif-2.1 instead of 2.0 lesstif changes: -added XmSimpleSpinBox implementation -Initial implementation of the CareParentVisual Trait -Start implementing XmRenderTable, XmRendition, XmTabList -misc fixes/cleanups
2002-12-05Untangle this from the x11/lesstif pkg.drochner43-2/+1361
This is, just move the bits which were pulled in from there here, unchanged.
2002-12-05Remove vulnerable and not really necessary KIO protocols for "rlogin"tron3-7/+7
and "telnet".
2002-12-05Update dependences on "kdeadmin2" and "kdenetwork2" packages, bumptron1-4/+4
package revision.
2002-12-05Update xlockmore to 5.06. Changes:hubertf3-10/+10
Updated xlock/vms_x_fix.h from Jouk Jansen. Patched losira erase mode, would die on X_FreeColor with swirl,mandelbrot,lyapunov,tube on PseudoColor and DirectColor. Patched swirl for DirectColor. Makefile.in changes by Peter Breitenlohner <peb@mppmu.mpg.de> so that xlock can be built outside the source tree. setuid(0) is moved 3 lines up so BAD_PAM option could work with an /etc/pam.d/xlock configuration file that users do not have access to. Thanks to Jan Provaznik <xprovazn@informatics.muni.cz>. petri / 0 fix thanks to Jouk Jansen Cygwin fix for logout.c thanks to Joseph Davida <jd108@pacbell.net>. Linted (lots of minor fixes) and removed the voids on free. Lint pointed out some problems with erase modes and petri. Failed unlock attempts thanks to <colin@colino.net>. Need Japanese, Dutch added by Jouk Jansen. New mode atunnels thanks to Eric Lassauge based on Roman demo. tunnel0.xpm color names for many grays ("darkgray", "gray2", etc) not found on SunOS4 which then caused memory leaks thanks to Tom Schmidt. -size option like fire (since it is real slow on slow machines) thanks to Tom Schmidt. Another VMS update and pipe protection from Jouk Jansen. TODO: Check multiscreen, allocation check Trackmouse would not be bad either. -wire does not seem to work. Some other colour schemes than the greyish default. pacman patch to get rid of negative unsigned check thanks to Jouk Jansen Patch for WindowMaker, this permits one to set several attributes to every window opened; each attribute is associated to the class of the window. Thanks to Paolo Subiaco <iw3grx@ir3ipa.ampr.org> Erase compilation warnings removed thanks to Jouk Jansen.
2002-12-02Updated xpmroot to 2.4.14 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2002-11-29Update to 2.09:wiz3-19/+21
* Fix colormap refcounting, which caused frequent metacity crashes * GtkTreeView bug fixes - Make TreeView reordering work on FreeBSD/Solaris * Various bug fixes
2002-11-28Fix typo: USE_BUILLDINK2 -> USE_BUILDLINK2tron1-2/+2
2002-11-25Bump PKGREVISION to on x11/fltk to 1: link the dependent librariesjlam3-13/+14
directly into libfltk.{la,so} so that we don't need to guess at which additional libraries will be needed to link into a program when linking against libfltk. Suggested in private email by Dave Sainty <dave at dtsp dot co dot nz>.
2002-11-25FLTK headers should also be found under <include/Fl/*>.jlam1-1/+2
2002-11-21Fix scary amount of build warning on NetBSD systems with UTMPX support.tron2-7/+17
2002-11-21use ${GDMOWN} and ${GDMGRP} rather than hardcoded user/group `gdm'.grant2-4/+4
2002-11-21- use POSIX form of chown `user:group' rather than `user.group'grant3-9/+74
- make use of ${CHOWN} and ${CHMOD} fixes pkg/18177 from Julien T. Letessier.
2002-11-18Use new db-1.85-handling in databases/db/buildlink2.mk instead of the weirdjlam1-16/+3
replacement of "-ldb" in the configure script.
2002-11-17Note that this package uses C++.jlam1-1/+2
2002-11-16turn down the optimizaiton level on sparc as well as alpha to let thisdmcmahill1-5/+10
get past -O2 bugs.
2002-11-15Update to 2.0.8.wiz7-71/+20
Changes: * Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh] * Improve redraws when scrolling on Win32 [Tor Lillqvist] * Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski] * Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann] * Updated translation (el) * Fix some memory leaks in gdk-pixbuf [Sven Neumann] * Pixbuf loader fixes [Federico Mena Quintero, Elliot Lee] * Support depth 8 StaticColor in GdkRGB [Matthias Clasen] * Win32 fixes and improvements [Tor Lillqvist] - Keyboard handling fixes [Florian Dugent] - Fixes for building and running on Cygwin [Masahiro Sakai] - Fix gdk_window_scroll(), other GdkWindow fixes - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans, J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi] * Improve tracking of toplevel focus state [Owen] * XIM input method fixes [Takuro Ashie, HideToshi Tajima] * Fix the longstanding problem with <,> keys and XIM [Owen Taylor] * Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva] * GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec] * Fix the "key bindings randomly stop working" problem [Sebastian Ritau] * GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula] * GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld] - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel Elstner, Morten Welinder] - gtk_tree_selection_selected_foreach now immediately returns if the model is being changed [Havoc Pennington] - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson] * GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen] * Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh] * New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu, ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW) * Many miscellaneous bug fixes Other contributors: Jacob Berkman, Alvert Chin, Chema Celorio, David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti, Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist, Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin, Soeren Sandmann, Vitaly Tishkov, Morten Welinder
2002-11-15Protect against multiple inclusion.jlam1-2/+6
2002-11-14dylan-* has been converted to buildlink2, so no more packages use thisjlam1-58/+0
file any longer.
2002-11-14share/control-center/capplets belongs to the controlcenter package.wiz1-2/+1
2002-11-14unuseddrochner1-6/+0
2002-11-14Remove need for "HAVE_OPENWINDOWS" by just testing whether X11BASE isjlam1-2/+2
*/openwin.
2002-11-13Better handling of the ${PREFIX}/qt3/plugins/sqldriver directory.skrll2-4/+4
2002-11-13Add and enable qt3-mysql.skrll1-1/+2
2002-11-13Initial import of a package for a QT3 plugin database library for MySQL.skrll3-0/+38
2002-11-12Updated xfce to 3.8.18martti3-28/+33
* bug fixes * new palettes (Kindaker, Redmond and Xfce-light)
2002-11-09COMMENT should be set in Makefile, not any common Makefile parts.wiz2-3/+4
2002-11-09Add and enable gtoolkitrh1-1/+2
2002-11-09Initial import of gtoolkit-0.9.5, an Objective-C interface to the GTK+rh6-0/+178
widget set.
2002-11-08Fix PR 18946 from John Fisher (jdf at rse dot com)skrll1-4/+4
2002-11-06s/USE_X11/USE_X11BASE/, and bump PKGREVISION.wiz1-1/+2
Fixes package on systems that _do not_ use xpkgwedge. Problem reported and fix tested by atatat.
2002-11-06s/USE_X11BASE/USE_X11/, and bump PKGREVISION.wiz1-3/+3
Fixes package on systems that _do not_ use xpkgwedge. Problem reported and fix tested by atatat.
2002-11-06s/USE_X11/USE_X11BASE/, and bump PKGREVISION.wiz1-1/+2
Fixes package on systems that _do not_ use xpkgwedge. Problem reported and fix tested by atatat.
2002-11-05Add USE_X11 so this works with xpkgwedge.simonb1-1/+2
2002-11-04Add USE_X11=YES. Ok'd by jlam.wiz1-1/+3
2002-11-04Update gnome-session to 2.0.8. Changes include:rh3-6/+15
Session Manager * Don't grab the Xserver on logout with ally * Fix bug with splash screen layout * Start esd if enable_esd is set event if enable_sounds isn't Configuration Dialog * Don't allow setting negative values for client priority * Don't ask to confirm saving after changes have been applied * Fix bogus warning about session name already existing Translations * Abel Cheung, Anurag Seetha, Gil 'Dolfin' Osher, He Qiangqiang, Michal Bukovjan and Pablo Gonzalo del Campo.
2002-11-04Add and enable gnome-panelrh1-1/+2
2002-11-04Initial import of gnome-panel-2.0.10, the GNOME2 panel application.rh11-0/+565
This closes PR pkg/18219 by Julio Merino.
2002-11-03Updated xpmroot to 2.4.13 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2002-11-02Update hanterm to 3.1.6nb1. Changes include:junyoung4-2/+42
- Use daewoo-mincho font by default; goodbye to annoying "font not found" error. - Set default attribute to white text on black background for readability.
2002-11-02s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|rh2-5/+7
Include missing scrollkeeper buildlink2.mk where necessary
2002-11-02Depend on latest kdenetwork*. Bump PKGREVISION.wiz3-9/+9
2002-10-30Revert last change. It shouldn't be necessary to includetron3-6/+3
"x11.buildlink2.mk" manually, there is a problem in the framework.
2002-10-30Include "x11.buildlink2.mk" to fix build problems in e.g. the "gnome-core"tron1-1/+2
package.
2002-10-30Include "x11.buildlink2.mk" to fix build problem.tron1-1/+2
2002-10-30Include "x11.buildlink2.mk" to fix build problem.tron1-1/+2
2002-10-30Add and enable gnome2-terminalrh1-1/+2
2002-10-30Initial import of gnome2-terminal-2.0.1, an xterm like terminal program forrh5-0/+132
GNOME 2. Based on a package provided by Scott Aaron Bamford as part of PR pkg/18660.