life.h and life3d.h modified to allow use of names with compile-time
options LIFE_NAMES (this doubles the memory for these guys so I am
not sure if its wise). Text for screen "-label" added for life and
life3d like apollonian mode (Hmmm this highlights the fact that some
of the pattern names that I chose for life3d are stupid :) ). Added
-sequential off by default so now the change button randomly picks a
pattern from a rule.
ant3d: new mode... -eyes are the eyes on the small leading black face :)
(todo: need better "eyes" on the leading face of the leading cube).
triangle use fast erase before drawing the next iteration
life3d and ant3d movement of perspective
ant and ant3d command line option rule to pick Turk`s ants and table
for other ants.
time as part of plan thanks to Robert Goliasz <uuk AT irc.pl>
Author of patch says, "If someone wrote a nicer time displayer, eg.
in one of the corners and updated each second, I`d be pleased :-)"
Fixed for C and Cygwin.
Patch to remove unneeded include of linux/fs.h and adds include for waitpid
thanks to Michal iha <mcihar AT suse.cz>
New life forms for life3d.h.
life.h and life3d.h modified to allow use of names with compile-time
options LIFE_NAMES (this doubles the memory for these guys so I am
not sure if its wise). Text for screen "-label" added for life and
life3d like apollonian mode (Hmmm this highlights the fact that some
of the pattern names that I chose for life3d are stupid :) ). Added
-sequential off by default so now the change button randomly picks a
pattern from a rule.
ant3d: new mode... -eyes are the eyes on the small leading black face :)
(todo: need better "eyes" on the leading face of the leading cube).
triangle use fast erase before drawing the next iteration
life3d and ant3d movement of perspective
ant and ant3d command line option rule to pick Turk`s ants and table
for other ants.
time as part of plan thanks to Robert Goliasz <uuk AT irc.pl>
Author of patch says, "If someone wrote a nicer time displayer, eg.
in one of the corners and updated each second, I`d be pleased :-)"
Fixed for C and Cygwin.
Patch to remove unneeded include of linux/fs.h and adds include for waitpid
thanks to Michal iha <mcihar AT suse.cz>
New life forms for life3d.h.
o only include it in the BUILD_DEFS if the current platform is concerned.
For now that only includes i386, but we might find amd64 users in the
future.
o test against [Yy][Ee][Ss], for consistency.
Fixes part of PR 26243.
As usual, this is a maintenance release, aimed at bug-fixing;
no new features are being added to the 4.0 branch.
The main purpose of this release is compatibility with recent GTK+
releases along with other fixes.
* GtkFileChooser
- Use Save button in save mode. [Federico Mena Quintero]
- Check for errors when opening folders [Federico]
- Fall back to stock icons if icon theme is not found [Federico]
- Bug fixes [Federico, Alex Roitman, Owen Taylor]
* GtkComboBox
- Make it work without a model [Mariano Suarez-Alvarez, Christian Persch]
- Improve placement of popup [David A. Knight]
* GtkImage
- Fix issues with partial redrawing [John Ehresman, Felipe Heidrich,
Billy Biggs]
* GtkEntry
- Fix cursor movement with combining marks [Theppitak Karoonboonyanan]
- Protect passwords better [Morten Welinder]
* Win32 fixes
- Fix build without wintab [J. Ali Harlow]
- Improve Clipboard handling [Tor Lillqvist, John Ehresman]
* Gdk
- Make RGBA cursors work [Michael Natterer]
- Work with odd XServers [Bastien Nocera]
- Handle _NET_WM_STATE_ABOVE/_BELOW better [Billy Biggs]
- Don't leak DND contexts [Alex Larsson]
* gdk-pixbuf
- Make tiff loader work with libtiff 3.6.1 [Marco Ghirlanda]
- Fix math for GDK_INTERP_HYPER [Brian Cameron]
- Fix Win32 exported symbols [Tor Lillqvist]
* Documentation improvements [Billy Biggs, Matthias Clasen,
Oliver Andrieu]
* Other bug fixes [Federico, Michael, Matthias, Philip Kendall,
Jean-François Wauthy, John Finlay, Jeff Franks, Tim Janik,
Nickolay V. Shmyrev, Sampo Nurmentaus, William Jon McCann,
Jan-Marek Glogowski, Yevgen Muntyan, Pawel Salek,
Jonathan Blandford, Sunil, Dimitiry. M Shatrov]
* Updated translations (bg,he,hu,ne,sq)
While at it follow py-gtk2's lead and active Numeric Python support.
pygtk-0.6.11: 23-August-2002
- Fix up libtool patch for older binutils'.
- a few bug fixes in some GtkWidget methods.
pygtk-0.6.10: 22-August-2002
- Fix up segfaults when using with a Python compiled with
pymalloc.
- various new wrapper functions added.
- Raise exception if gtk_init() fails.
- bug fixes.
- Support parallel install with PyGTK 2.0.
- Use VARBASE instead of hardcoding /var.
- Patch gdm.conf.in directly from the Makefile using subst.mk, instead of
doing it from a patch _and_ the Makefile.
- Do not register the rc.d script in the PLIST (handled automatically).
- Under NetBSD (and OpenBSD), use /sbin/shutdown to reboot and halt the
computer, instead of reboot and poweroff. The former runs the rc.d
scripts properly while the other two don't.
fix MASTER_SITES
changes:
* gtkmm 2.2.10 had an incorrect configure-time test, that mistakenly
disabled some template code for gcc, used to convert from
intermediate C++ containers to STL containers. For instance, this
broke the gnome-vfsmm build.
* TreeView::get_path_at_pos(): Correct memory management. ("David").
* ConstructParams::ConstructParams(): improvement. (Daniel Elstner).
* TreePath::append(): Maybe fixed compilation for gcc 3.4. (Daniel Elstner)
- investigated using indent. From now on I'll use these arguments to
indent before releasing:
indent -br -ce -bap -bbo -npcs -nprs -nsob -nut xosd.c
(the program indent.sh should indent everything:) (Tim Wright)
- new version of osd_cat that can do percentage and slider bars (phil gees)
- speed optimisation (Piotr Chmura)
also comment out #define IHaveSubdirs.
imake builds different targets for "includes" based on whether
IHaveSubdirs is defined. however, this was only working by chance
because if IHaveSubdirs is defined, the shell code
used is:
for blah in $(SUBDIRS); do
which doesn't work with Solaris sh(1) or ksh(1), where NetBSD sh(1),
bash(1), etc. just skip empty for loops.
fixes install on Solaris.