Age | Commit message (Collapse) | Author | Files | Lines |
|
changes: minor bugfixes
|
|
|
|
|
|
to create the ~/.config/user-dirs.dirs file which is used by
modern applications to get "well known" user directories
(for downloads etc)
|
|
changes:
-improvements to GtkBuilder
-GDK no longer refuses to work on 30-bit visuals
-bugfixes
-translation updates
|
|
|
|
0.18.4:
- small code cleanup
- reworked configure.in
- added ebuild (Thanks to Harald van Dijk)
- reworked autogen.sh
- removed libgnome, libgnomeui, libgnomecanvas and libglade bindings
- removed examples related to removed bindings
- reworked ebuild and specfile
- install rep-gtk.in in $prefix$libdir
- major update of the spec-file
- don't install example files
0.18.3:
- fixed the broken GtkCombo() Widgets
- fixed an issue with autoconf on RedHat
0.18.2:
- fixups in configure.in
- updated BUGS, README and HACKING
- removed functions no longer available in GTK 2.4+
- spec-file does now install all examples into the doc-dir
0.18.1:
- started code-cleanup
- added a .pc file
- added ATK-Accessibility Support (Thanks to Shobbit Marthur)
- added Status-Icon Widget (Thanks to Wang Diancheng)
- bumped gtk req to 2.6, glib req to 2.6 and glade req to 2.4
- dropped an function no longer available in GTK 2.5+
- added --tag=CC to libtool where nessacary
- renamed some of the Makefile targets (cvsclean -> svnclean a.s.o)
- updated the spec file
- ported the example glade files to glade2
|
|
|
|
- invert: build failures from Sun Studio Express C++ like this:
Error, manymatchover: Overloading ambiguity between "operator^(const
TwoJet, double)" and "built-in operator^(int, int)" fixed by casting
to double, thanks to Tim Mooney <Tim.Mooney AT ndsu.edu>.
- life3d:
4 more rhombic dodecahedron S3/B3 patterns including a period 4 pattern
(only S3/B3 period 2 and less patterns left from Bays' papers).
Glider code revamped to make more maintainable, using populateGlider().
unsigned int fix thanks to Jouk Jansen.
Added new cube gliders from Bays 2006 3D Life paper and found a few
patterns for the gliders to crash into. (S23B5, S25B5, S27B5, S35B5,
S36B5, S37B5, S38B5, S4B5, S47B5, S57B6, S58B5, S8B5).
New mode option added "+draw", this turns off drawing to the screen
to speed up searches, and more importantly, make less annoying :)
- life: resyncing with my Java code.
Switched how static triangular forms are stored
Added a lots of new triangular patterns, including 2 gunship triangular
patterns. Also added handful of other patterns.
Reading memory on uninitialized variables fix thanks to Jouk Jansen.
"+draw" mode option added.
Pentagonal (Cairo Tiling) life added with glider shooters.
"xlock -mode life -rule S23B346 -neighbors 7" or
"xlock -mode life -pent2".
New gliders found by David Bagley, one in 5 neighbors pentagonal life
(-rule S24B2) "xlock -mode life -pent", the other in 9 neighbor
triangular life "xlock -mode life -neighbors 9" (-rule S3B34).
Associated periodic patterns for each added.
Added more symmetries and now have all the random symmetries
(at least I think so) for squares, hexagaons, triangles, and
pentagons.
- Macro FTGL213 added for new FTGL library. If you need it to compile
text3d2.cc, make sure it compiles with -DFTGL213. Should work
automatically for VMS though, thanks to Jouk Jansen.
Approved by Hubert Feyrer.
|
|
|
|
|
|
|
|
But if pangomm is already installed and good enough then
newer glibmm wouldn't be brought in. So also explicitly
include the glibmm buildlink here too.
|
|
as a hack to force reinstall to get pangomm.
(Or would get buildlink failure due to gtkmm installed already
so didn't bring in pangomm.)
|
|
layout to be more hier(7) compliant.
|
|
compliant. Changes also include gui rendering improvements and other
bug fixes.
|
|
compliant. Changes also include lots of compatibility enhancements with
OS X 10.5, including improvements to the NIB loader classes.
|
|
Bump PKGREVISION.
Remove unnecessary dependencies that are pulled in automatically.
|
|
|
|
|
|
Julien Danjou (2):
Stop providing autogenerated files in tarball
Release libxcb 1.2
|
|
|
|
|
|
while.
|
|
|
|
into its own pkg and pull it in the common Python way so that
we ensure matching Python versions
|
|
|
|
|
|
changes:
-bugfixes
-translation updates
-portability improvements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(needed for KDE4)
|
|
|
|
per pkgsrc-wip
|
|
per pkgsrc-wip
|
|
per pkgsrc-wip
|
|
override.
|
|
pull in a patch from upstream which fixes wakeup storms in idletime
counter, reducing the system load significantly if a recent
gnome-screensaver in run
bump PKGREVISION
|
|
Fix some pkglint warnings and add PKG_DESTDIR support.
|
|
corresponding change of ABI.
OK'ed by wiz@ (as was the textproc/icu update).
|
|
cups printers works on NetBSD. Code assumes that a connect()
on a non blocking socket will eventually succeed but what it actually gets
is failure with EISCONN. Bump PKGREVISION.
|
|
Add dependency for py-expat for python23 and python24.
Bump PKGREVISION.
Should fix problem in gnome-keyring reported on pkgsrc-users by Uwe Klaus.
|
|
- bugfixes
For pkgsrc:
- fix installation of wxrc
- build both Unicode and non-Unicode version, they are not API and ABI
compatible and different programs either
|
|
|
|
infrastructure supports this properly (thanks joerg!).
|
|
=== pygtksourceview 2.6.0 ===
2009-03-04 Gian Mario Tagliaretti <gianmt@gnome.org>
* configure.ac: bump version 2.6.0
* NEWS: updated
2009-03-04 Gian Mario Tagliaretti <gianmt@gnome.org>
* configure.ac: bump version 2.5.1
=== pygtksourceview 2.5.0 ===
2009-03-04 Gian Mario Tagliaretti <gianmt@gnome.org>
* NEWS: updated
* configure.ac: bump version 2.5.0
pygtksourceview 2.5.0 released
2008-12-03 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview2.defs:
Added NBSP to draw spaces.
|