summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2003-09-02Add and enable xpadxtraeme1-1/+2
2003-09-02Initial import of xpad 1.11. Reviewed by wiz@xtraeme6-0/+98
xpad is a sticky notes application written using GTK+ 2.0 that strives to be simple, fault-tolerant, and customizable. xpad consists of independent pad windows; each is basically a text box in which notes can be written. Despite being called xpad, all that is needed to run or compile it is the GTK+ 2.0 libraries. Here is a list of major features in the current xpad stable release: * GTK+ 2.0 powered text view. * Fault tolerant. All information is kept on the hard drive, not memory. So if power is lost or your computer freezes, there is little lost information. * xpad is very customizable. The color scheme (text, background, and window borders) and the font can be changed. These settings can be applied to one pad or set as the default for future pads. Want window decorations or not? Your choice. * A customizable toolbar puts the most frequently used commands at your fingertips. * Support for the X session management protocol. * Support for the www.freedesktop.org system tray proposal. http://xpad.sourceforge.net/
2003-09-02Add some buildlink3.mk files needed by x11-links>=0.13.jlam1-0/+76
2003-09-01whitespace fixescjep1-2/+2
2003-08-31xcolorsel doesn't make if XAW_TYPE is set to `neXtaw' in mk.conf, so setkei1-2/+2
it to `3d' instead in this case as well as `standard'.
2003-08-31Update to 0.14.1:wiz3-7/+7
030823 Patch from Alexey I. Froloff <raorn@altlinux.ru>: This patch adds shadow width to SimpleMenu widget's height (last Sme overlaps with bottom shadow) and fixes SmeBSB drawing code (different regions were highlighted in Redisplay and FlipColors, "disabled" menu items were displayed as normal if .international is set to True).
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam2-4/+8
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30Update to 1.25 and take maintainership:jmmv4-99/+54
- Bugs fixed. - Option controlling login panel geometry was added. - Support for antiliased fonts was added (works only with CVS snapshots of libWINGs).
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam6-47/+10
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30update ruby-fox package to 1.0.25 based on patch by private mailtaca5-112/+251
from Juan RP <xtraeme AT NetBSD DOT org>. (I've only change PLIST and miscellaneous format of files.) This package catch up to fox 1.0.43 and changes are vast, please refer <http://www.fxruby.org/doc/changes.html> in detail.
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed2-2/+2
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-08-29treat neXtaw as valid XAW_TYPE. fixes by ishit in pkg/19080.kei1-3/+3
PKGREVISION++
2003-08-29Bump package revision to 3, (fox buildlink was updated to the new version).xtraeme1-2/+2
2003-08-29Updated fox to 1.0.43. Many changes and fixes to paste here, to seextraeme9-93/+155
a full list of changes: http://www.fox-toolkit.org/news.html Closes my own PR pkg/22407. Ok'ed by wiz@
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme2-4/+4
2003-08-28Make python23-pth an accepted python version.recht1-2/+2
Requested by Michal Pasternak in PR 22623.
2003-08-27patch-ag added; fix a path where index.html is createdadam1-0/+13
2003-08-27Changes:adam9-49/+59
* gcc 2.96 fix build * MS Visual C++ .Net 2003 support * Gdx::Display fix * documentation update
2003-08-27Update to 2.2.3, provided by Juan RP in PR 22605.wiz4-24/+35
Overview of Changes in GTK+ 2.2.3 ================================= * GdkPixbuf [Matthias Clasen] - Fix some problems with overflows when scaling down - Many GIF bug fixes [Matthias, Federico Mena Quintero] - Prefer 32-bpp ICOs, fix bugs with them - Fix problem with absolute filenames and gdk-pixbuf-query-loaders [Jens Elker] - Make gdk-pixbuf-csource include alignment magic [Brian Cameron] * Win32 [Tor Lillqvist] - Add multiple monitor support - Major event and key handling rewrite, including IME fixes - Fix handling of toplevel window positions - Add support for all window geometry hints (gridded geometry, etc.) - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs] - Fix GdkImage memory leak [J. Ali Harlow] - Remove leftover OwnerGrabButtonMask emulation (fixes lots) - Misc bug fixes [Many from Hans Breuer, Tim Evans] - Build fixes and improvements [Peter Zelezny] * X11 - Fix extremely common crash where we interpreted the timestamp field of a XKB event as a window ID and found a pixmap that matched. [Owen Taylor, with essential backtrace from Kjartan Maraas] - Fix CapsLock and NumLock for non-XKB [Robert Basch] - Fix problems with, eg. Ctrl-Alt-Backspace hiding Cntrl-Backspace [Owen] - Workaround Xinerama servers reporting wrong depths [Owen] * GtkTreeView [Kristian Rietveld] - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen] - Don't get confused by the Control key when handling selection from an accelerator like <Control>B [Michael Natterer] - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard, Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder] * Input methods - Handle input methods exiting and starting while the app is running [Hidetoshi Tajima] - Fix infinite loop when closing input methods [Owen, Takuro Ashie, Hidetoshi] - Add a 'cedilla' input method with c+acute => cedilla and use as the default for languages that use cedilla. [Gustavo De Nardin, Owen, Fco. Javier F. Serrador] - Fix status window for multihead [Owen, James Su] - Remember imcontext attributes when switching methods [Owen, Botond Botyanszki] * GtkFileSelection [Owen] - Fix selection of "UntitledN" on initial map [Mark Finlay] - Fix an annoying bug with cursor positioning on failed completion - Misc Fixes [Owen, Tor] * Other widgets - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian] - Fix problem with spinbuttons not getting enough space [Morten Welinder, Kristian] - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat] - Don't include menu labels in gtk_notebook_forall [Owen] - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing focus [Owen] - Accept color drops with wrong format from KDE [Matthias] * Fix problem from gnome-theme-manager playing tricks and making event->window a pixmap. [Anders Carlsson] * Ignore Caps-lock when matching accelerators * Fix 5-year-old bug where toplevels didn't fully refresh properly on theme change [Owen, Rajkumar Siva] * Don't require precompiled gdk-pixbuf-csource when cross-compiling from a tarball [Owen] * Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, Morten Welinder] * Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery, Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher, Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, Luis Villa] * New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it, ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN) While here, fix engines-dir problem in PLIST.
2003-08-26Fix PLIST.recht1-2/+1
This fixes hubertf's bulk build.
2003-08-25Update to 1.99.18.recht3-6/+7
Changes: * Fix up a duplicate symbol bug in the atk module, that was causing build problems on MacOS X (hopefully the last such problem). * add gtk.glade.set_custom_handler() API, that provides more info to the custom widget callback. Deprecate set_custom_widget_callbacks(). * some other bug fixes.
2003-08-25for libtool, use a full path to the .la file to link a not-installeddrochner2-4/+4
library. -lxxx sometimes fails for strange reasons
2003-08-25Also support Python 2.3.recht4-8/+8
OK'ed by drochner@
2003-08-25Add KTERM_USE_WALLPAPER related distfiles.taca1-1/+5
2003-08-24update kame patch; enables scroll wheel (btn4/5).itojun2-5/+5
2003-08-23Add pseudo-category 'java'.jschauma1-2/+2
2003-08-23update to 3.8drochner17-76/+72
"The main changes are the addition of many operators to existing classes (thanks to Torsten Marek) and full support for Qt v3.2.0."
2003-08-23update to 1.2drochner3-10/+10
changes: Merged Scintilla v1.54
2003-08-21The ressource class for xlock is XLock, not Xlock.hubertf1-2/+2
Noted by krille via /msg on IRC.
2003-08-20Add kmessage.markd1-1/+2
2003-08-20Initial import of kmessage 0.1markd4-0/+56
KMessage is an xmessage clone: it displays a message (specified as a parameter, read from a file or piped to standard input) and group of buttons in a dialog and returns a value based on the selected button.
2003-08-20install LessTif.tmpl where imake and motif.buildlink2.mk expects.markd4-11/+18
bump PKGREVISION.
2003-08-19On all of these create symlinks from the libraries installed under PYSITELIBjmc12-18/+101
to QTDIR/lib as qmake builds libtool archives that reference themselves as coming from QTDIR/lib. XXX - This really should be fixed in qmake.conf or something and not in each package but for now it fixes 5 broken packages (these + devel/eric3)
2003-08-17Allow also Python 2.3 to be used.recht2-4/+4
2003-08-15Trivially USE_BUILDLINK2 to pick the right compiler.salo1-1/+2
Fixes build (at least) with gcc-3.x from pkgsrc.
2003-08-15Make sure RPATH for libpng gets to final binaryjmc1-1/+4
2003-08-14Patch ksysguardd so it works on post SA merged NetBSD (p_priority isn't injmc2-1/+59
struct proc anymore so pull it from kinfo_proc2 instead)
2003-08-13update KAME patch (use cfsetispeed/ospeed, from more recent kterm).itojun4-50/+6
bump PKGREVISION to 4.
2003-08-12Provide buildlink2.mk.seb1-0/+40
2003-08-11Require native threads since this isn't pth aware and uses SDL which is pthjmc1-1/+2
aware. This means SDL_Init tries to pth_init() which fails since pthread calls from paragui have already implicitly called pth_init(). XXX - pth probably needs to handle this better by not returning -1 on multiple init calls.
2003-08-09Update to 1.99.17.recht3-31/+29
changes include: * Threading support is compiled in by default now. It is necessary to call gtk.threads_init() in order to make use of threading though. There have been a number of fixes to the threading support too. * Fix up some problems with multiple definitions of global variables in gobject module, that was causing problems on Mac OS X. * Wrappers for many new APIs (John Finlay, Naofumi Yasufuku, Johan Dahlin and others). * Improvements to the code generator to give better error messages. * Some fixes to property APIs to work correctly on 64 bit systems, and to handle ATOM type properties. * Fix copyright headers on source files.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb3-6/+3
2003-08-09Don't invoke screen locking program with standard output or standard errortron3-8/+34
closed. Bump package revision to reflect this change.
2003-08-08Fix the render_root.cpp backport botch.skrll3-3/+26
date: 2003/08/02 21:28:49; author: mueller; state: Exp; lines: +2 -2 grr, automatic backporting patch made it automatically wrong :( CCMAIL: 61730-done@bugs.kde.org
2003-08-08Update to 0.5.2. Changes: move to GNU autoconf, and a few bugfixes.hubertf4-52/+13
No new features.
2003-08-08COMMENT tweak.grant1-2/+2
2003-08-08improve COMMENT.grant1-2/+2
2003-08-07Properly handle info files. Remove now unnecessary patch file.seb4-19/+5
2003-08-07whitespacegrant1-2/+2
2003-08-06fix BUILDLINK_PREFIX defaults to build w/o xpkgwedgedrochner2-4/+4