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/
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).
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.
- Bugs fixed.
- Option controlling login panel geometry was added.
- Support for antiliased fonts was added (works only with CVS snapshots of
libWINGs).
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.
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.
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.
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.
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.
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)
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.
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.