Next | Query returned 442 messages, browsing 291 to 300 | Previous

History of commit frequency

CVS Commit History:


   2006-03-14 18:07:47 by Matthias Scheler | Files touched by this commit (3)
Log message:
Make "gdk-pixbuf-query-loaders" work under Mac OS X again. This allows
to build the "xchat" package again. Bump package revision.
   2006-03-14 12:35:00 by Matthias Scheler | Files touched by this commit (2)
Log message:
Fix a bug in the recent package install framework related changes.
The file "${PREFIX}/libdata/gtk-2.0/gdk-pixbuf.loaders" was not generated
which broke the build of at least the "xchat" package. Bump package
revision after this fix.
   2006-03-14 02:14:36 by Johnny C. Lam | Files touched by this commit (134)
Log message:
Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
   2006-03-10 08:35:12 by Thomas Klausner | Files touched by this commit (4)
Log message:
Take over maintainership, jmmv@ ok.
   2006-03-09 18:17:52 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2.8.14:

Overview of Changes from GTK+ 2.8.13 to GTK+ 2.8.14
===================================================

* Fixed invalid memory access in g_object_sink() from GLib-2.10.0 (in
  combination with GLib-2.10, at least GLib-2.10.1 is required now).

* Bugs fixed:
 320132 Drag cursor position not identical with the drag hotspot
        [Christian Neumair]
 333133 wrong appearance for colour button [Christian Persch]
 321301 ms-windows-engine differences from native GUI - combo boxes
        [Jernej Simončič, Dom Lachowicz]
 333291 Focus line of GtkExpander at the wrong place in RTL mode
        [Benjamin Berg]
 324562 XInput events are at incorrect xy-coordinates [Denis Auroux]
 142536 Wacom pointer offset when using TopY other than 0 [Robert Ögren]
 332985 GtkButton doesn't allow image-only buttons via "image"
        property [Kalle Vahlmann]
 333555 When changing icon of button, icon does not change
 332466 Strange row spacing in GtkIconView when item width is set
        [Donald Straney]
 333363 build_insensitive_pixmap does not check return value
        from gdk_pixbuf_get_from_drawable [Ed Catmur]
 333268 Crash in gnome-program when running a program with an wrong display
        [Paolo Maggi, Christian Persch]
 333377 Cursor does not appear everytime when clicking on the widget
        [Steve Frécinaux]
 323401 blink_cb optimization is not working
 316689 GtkTreeView does not resize correctly [Chris Lord]
 148518 Fix incremental loading of 8-bit pcx files [Magnus Bergmann]

* Updated translations (cy,de,es,nn,pl)
   2006-02-25 14:33:44 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix pkglint warning.
   2006-02-25 14:32:10 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update to 2.8.13:

Overview of Changes from GTK+ 2.8.12 to GTK+ 2.8.13
===================================================

* Bugs fixed:
 330732 Can't select some items in GtkIconView [Donald Straney]
 330944 gtk_icon_theme_list_icons: example contexts don't work
        [John Spray]
 331097 gnopernicus crashes on changing display screen source
        for magnifier [Oana Serb]
 331467 evince crashes in gdk_region_union_with_rect [Benjamin Berg]
 331820 Small error in _gdk_gc_update_context [Matthias]
 331785 gtk.Notebook.get_current_page() returns incorrect page
        number when pages hidden [Sebastien Bacher]
 331940 GtkAboutDialog not responsive to Escape key [Daniel Drake]
 331440 GtkNotebook popup menu not keynavigatable [Paolo Borelli]
 331651 GtkRadioButton does not issue notify::active
 332059 Make more use of G_DISABLE_ASSERT in TextView code
        [Arnaud Charlet]

* Updated translations (eu,ka,uk)
   2006-02-13 20:14:04 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update to 2.8.12:

Overview of Changes from GTK+ 2.8.10 to GTK+ 2.8.11
===================================================

* Avoid memory overruns in the pixbuf theme engine
  with nonsensical gradient specifications.  [Matthias]

* Bugs fixed:
 326003 Cursor doesn't move as expected [Evert Verhellen]
 326806 Segfault from combination of gtk_container_set_resize_mode()
        and GtkComboBox [Sebastien Bacher]
 327751 segfault in update_cursor on amd64 [Ryan Lovett]
 327538 eog crashes at launch under AIX [Christophe Belle]
 153213 "~" should bring up the location dialog [Dan Winship]
 327934 gtk_text_layout_get_cursor_locations() chokes on
        layout=0x0 [Christian Kirbach]

* Documentation improvements [Federico Mena Quintero]

* Translation updates (es,pt_BR,zh_HK,zh_TW)
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2006-01-29 00:06:37 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update to 2.8.11:

Overview of Changes from GTK+ 2.8.10 to GTK+ 2.8.11
===================================================

* Avoid memory overruns in the pixbuf theme engine
  with nonsensical gradient specifications.  [Matthias]

* Bugs fixed:
 326003 Cursor doesn't move as expected [Evert Verhellen]
 326806 Segfault from combination of gtk_container_set_resize_mode()
        and GtkComboBox [Sebastien Bacher]
 327751 segfault in update_cursor on amd64 [Ryan Lovett]
 327538 eog crashes at launch under AIX [Christophe Belle]
 153213 "~" should bring up the location dialog [Dan Winship]
 327934 gtk_text_layout_get_cursor_locations() chokes on
        layout=0x0 [Christian Kirbach]

* Documentation improvements [Federico Mena Quintero]

* Translation updates (es,pt_BR,zh_HK,zh_TW)

Next | Query returned 442 messages, browsing 291 to 300 | Previous