summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2000-02-04Updated to xcruise-0.24.minoura3-5/+11
2000-02-04add Xbae dirdrochner1-1/+2
2000-02-04fix typohubertf1-1/+1
2000-02-03add Xbae package: 3 Motif widgets which come with lesstif but are notdrochner9-0/+253
installed by our lesstif pkg
2000-02-02Use customized archive (~100K) instead of X11R3 full source (~8M)itohy2-6/+5
for the distfile.
2000-02-02defuzzwiz2-17/+17
2000-02-01"lesstif" requires "lynx" to builds its documentation.tron1-1/+3
2000-02-01Bump version number of GNOME meta package to 1.0.53.1 because most subtron1-2/+2
packages have been updated since the 1.0.53 release.
2000-02-01Remove myself as MAINTAINER.frueauf1-2/+2
2000-02-01defuzzrh2-9/+9
2000-02-01"kvt" takes advantage of "ncurses".tron1-1/+2
2000-02-01Don't let "kvt" select fancy terminal types from ncurses's "terminfo"tron2-6/+17
database which are not available for "termcap" applications.
2000-02-01update xscreensaver (again), this time to 3.23wiz5-22/+22
Changes since 3.22: * Fixed some misplaced text fields in the Motif version of xscreensaver-demo; fixed a crash in the Gtk version that would happen if the programs list was empty. * Fixed a recently-introduced bug in `pulsar'. * Made `sierpinski3d' use solid tetrahedrons instead of points. * Added `-trace' option to `xmatrix'. * Added new hacks `xteevee' and `xspirograph'.
2000-02-01update xscreensaver to 3.22.wiz5-15/+15
Changes since 3.21: * Fixed some bugs in xscreensaver-demo. * Rewrote the Motif version of xscreensaver-demo to match the new Gtk version. * The Athena toolkit is no longer supported. XXX: depends on lesstif>=0.89.9 (or motif), but dependency is handled indirectly by USE_MOTIF... how to handle this?
2000-02-01defuzzwiz4-26/+23
2000-01-31update to 0.89.9drochner8-64/+33
changes since 0.89.4: Implement ScrollOneLineDown and ScrollOneLineUp. This is very usefull once you get one of those wheely type mouses. XmNmenuHistory now working for RadioBoxes. Patches to get mnemonics working in nedit. General code cleanup (getting rid of unused "global" symbols) XmListGetSelectedPosition fixes Lots of geometry fixes XmTextSetHighlight fixes XmList fixes Form widget significantly reworked (breaks binary compatibility) openDX translations now working Add Linas Vesptas's fixes to make XbaeMatrix cope well with cell widgets; these are widgets that stay inside one of the matrix's cells. GnuCash uses this extensively, Oleo will use it too. Add XbaeMatrixGetCellWidget() for API completeness. Patch by Jens Krinke for having multiple highlightings in XmText. Convert Xbae FAQ into HTML Xbae used to have #if CELL_WIDGET, they were now removed to make sure cell widget functionality is always compiled in. Updates to the lesstif.spec (file to create RPMs). Add BuilderXcessory configuration files that allow you to use the Xbae widgets in BX. Add XltCreateSciPlot(), this was a missing API, it was "needed" for the BX integration.
2000-01-28regenjdolecek1-3/+3
2000-01-28the login cap 'fix' committed into KDE2 treejdolecek2-2/+6
2000-01-27* Update fltk to 1.0.7. Shared lib minor bump to 1.2.jlam3-7/+7
CHANGES SINCE FLTK 1.0.6 - Fixed Fl_Input_ bug under WIN32 - no longer stop accepting input when one of the "Windows" keys is pressed. - Now call TranslateEvent for all events under WIN32. - Fixes for OpenBSD and NetBSD - The FL_CURSOR_HAND cursor now uses the IDC_HAND cursor instead of IDC_UPARROW under Windows 98 and 2000. - Fl_Scrollbar now does a page-up/down when you click outside the scroller. - Fl_Window::show(0, NULL) causes core dump - Fixed a compile-time error in fl_call_main.c for Borland C++. - "fluid -c filename.fl" would try to open an X display if the FLUID file contained an Fl_Browser widget. - Fl_Browser now correctly measures items with @C or @B color formatting commands. - Fixed a bitmap drawing bug for WIN32 (bit reversal table was wrong) - fl_xyz() dialogs now set a title in the title bar. - fl_alert() sounds the bell under X11. - fl_xyz() dialogs now call MessageBeep() under WIN32. - Fl_Browser_ didn't draw the selection box with the inactive color when the browser wasn't activated. - Fl_Browser now responds to FL_KEYBOARD as well as FL_SHORTCUT. If you subclass it to accept focus then keyboard navigation will work. - Fl_Tile and Fl_Tabs do their callback when the user changes their display. - Made some of the private methods of Fl_Browser protected. - Now set win_gravity correctly, this helps some X window managers that use it position the window where FLTK wants it to be. - 0-width browsers crashed. - Minor change: if the X window manager does not do anything else with windows that don't have their position specified, the windows appear centered in the screen, rather than in the top-left corner. This happened with modal windows under Irix 4Dwm. This also causes windows to be centered when no window manager is running, which might be useful for installation gui programs? - Clicking in an Fl_Input field the first time selects the entire field. - Clicking the middle mouse button in an Fl_Input field now inserts the text at the indicated position instead of the cursor position. - Drag-selecting text in an Fl_Input field now copies the text automatically. - Fl::flush() no longer calls the draw() method for invisible windows. - Calling deactivate() on an invisible widget could cause an infinite loop in some obscure cases. - Added #pragma's for SGI C++ compilers - the 6.{23} X headers had errors in them. - Fl_Gl_Window::ortho() changed so that text and images are not erased if the origin is off the left/bottom of the window. - Small change to Fl_Input so that a click that gives it the focus also selects all the text. - Fixed a slider drawing problem. - You can now add/delete children of Fl_Tabs widgets whether or not they are visible. - Now embed woff options for SGI C++ compilers (gets rid of X11 header warnings) - draw_pixmap used a cast that the Digital UNIX C++ compiler didn't like. - The GLUT function key constants were off by one. - The XPM reading code didn't handle RGB colors other than #rrggbb.
2000-01-26Use wildcard dependence for "rplay" package.tron1-2/+2
2000-01-26Regen.kleink1-1/+2
2000-01-26Don't try to use a 25-character buffer in gethostname() which won't work forkleink1-0/+16
any `reasonably' named host; increase this to the XNS5 recommendation of 255 characters plus terminator. (This doesn't address the issue of sockaddr_un length limitations, however.)
2000-01-24Add and enable xwatchwinagc1-1/+2
2000-01-24Initial import of xwatchwin into the NetBSD packages collection.agc5-0/+46
xwatchwin allows you to peek at a window on another X server. To use it, you must specify the display name of the machine you want to watch, then the name of the window on that machine. Xwatchwin will attempt to connect with the X server hostname:0.0, and if successful, will try to retrieve a copy of the window in which you specified interest. You may specify the window you want to watch either by name or by its window id, usually a hexidecimal number. Usually specifying the window by name is simpler, although not all windows have names associated with them; in that case you must use the window id option. If the window you want to watch is not in a viewable state, xwatchwin will tell you so and exit. If while you are watching a window it becomes 'unviewable', xwatchwin will wait until the window becomes 'viewable' again. xwatchwin was written as an aid to a class for people learning to use X. The idea is that the instructor would type into an xterm window on his/her display and the students would use xwatchwin to see what the instructor typed. The students could then type the same thing in their own terminal windows. Hopefully others will find equally (if not more) constructive uses.
2000-01-23Activate "imlib" support.tron1-2/+2
2000-01-23Add conflict with "icewm-gnome" package.tron1-3/+3
2000-01-23Add and enable "icewm-gnome".tron1-1/+2
2000-01-23Initial import of GNOME version of "icewm" package:tron5-0/+283
small, fast and light-weight window manager (GNOME version)
2000-01-23add dependency on xpm, and commented out alternate dependency on imlibwiz1-1/+5
2000-01-23Add mirror on "ftp.fu-berlin.de".tron1-2/+3
2000-01-23Ignore existence of "login_cap.h" under NetBSD because we don't offertron3-6/+91
the same interface as FreeBSD which KDE expects.
2000-01-22add and enable icewmwiz1-1/+2
2000-01-22initial import of icewm, a light-weight window managerwiz5-0/+276
2000-01-21Add and enable xmx.agc1-1/+2
2000-01-21Initial import of xmx, the X11 Protocol Multiplexor, into the NetBSDagc5-0/+54
packages collection. From the homepage: XMX provides a WYSIWIS (What You See Is What I See) environment; it paints the same graphics on all participating displays. The shared client applications appear to each participant in a virtual root window which is subject to local window management. In this way, the shared X session coexists with each user's private X session.
2000-01-20Order dependences properly.tron1-2/+2
2000-01-20Add missing dependence on "gnome-core" to get the "panel_applet" library.tron1-1/+2
2000-01-20Add missing dependence on "gtkglarea" package.tron1-1/+2
2000-01-20Use "${LN} -fs" instead of "${LN} -s" so that an interrupt configuretron1-2/+2
stage can be redone.
2000-01-20Update "gnome-core" package to version 1.0.55. Changes since versiontron5-38/+53
1.0.53: - greek and galician translations - use TCP wrappers
2000-01-20Update "gnome-libs" package to version 1.0.55.tron5-51/+19
2000-01-19Recognize children even if feel innocent of.itohy3-14/+87
2000-01-18Add missing "USE_X11= yes" to avoid run time library path problems. Fixestron1-1/+2
PR pkg/9205 by Martin Husemann.
2000-01-17suggest `xset fp rehash' if adding fonts to font path with `xset +fp /foo/bar'jwise1-0/+1
2000-01-17Sigh... fix typo in messagejwise1-1/+1
2000-01-16Add and enable jmk-fontsjwise1-1/+2
2000-01-16Initial import of jmk-fonts-3.0. From pkg/DESCR:jwise6-0/+166
These are character-cell fonts for use with the X Window System, created by Jim Knoble. The current list of fonts included in this package are: Neep (formerly known as NouveauGothic) A pleasantly legible variation on the standard fixed fonts that accompany most distributions of the X Window System. Comes in both normal and bold weights in small, medium, large, extra-large, and huge sizes, as well as an extra-small size that only comes in normal weight. Comes in the following encodings: ISO-8859-1 (Latin1, Western European + Icelandic) ISO-8859-2 (Latin2, Eastern European) ISO-8859-9 (Latin5, Western European + Turkish) ISO-8859-15 (Latin9, Western European + Euro Symbol) Modd A fixed-width font with sleek, contemporary styling. Normal and bold weights in a 10-point (6x11) and a 12-point (6x13) size. ISO-8859-1 encoding only.
2000-01-16Add and enable speyesjlam1-1/+2
2000-01-16speyes 1.2.0 -- XEyes clone with South Park characters. Admittedlyjlam7-0/+35
completely useless, but I gotta be me :)
2000-01-15Update "XF86Setup" package to version 3.3.6 based on XFree86 3.3.6 sources.tron2-4/+4