Next | Query returned 442 messages, browsing 341 to 350 | Previous

History of commit frequency

CVS Commit History:


   2005-01-05 00:52:16 by Julio M. Merino Vidal | Files touched by this commit (3)
Log message:
Avoid a nested mutex lock that was causing misterious application crashes
when using the SVG loader.  Bump PKGREVISION to 2.

Problem seen in vino when using the Nuvola theme (vino-preferences refuses
to start with a SIGABRT and a libpthread assertion is triggered).
   2004-12-29 00:18:22 by Jeremy C. Reed | Files touched by this commit (139) | Package updated
Log message:
Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
   2004-12-24 11:04:39 by Julio M. Merino Vidal | Files touched by this commit (4)
Log message:
Update to 2.6.0:

Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0
=================================================

* New widgets
  - GtkIconView
  - GtkAboutDialog
  - GtkCellView
  - GtkFileChooserButton
  - GtkMenuToolButton

* New cell renderers
  - GtkCellRendererCombo
  - GtkCellRendererProgress

* Changes in GtkFileChooser
  - Many tweaks to keynav and other behaviour

* Changes in GtkTreeView
  - Hover selection
  - Hover expand
  - Separators
  - Insensitive rows
  - Typeahead

* Changes in GtkComboBox
  - Allow trees in combo boxes
  - Hover selection
  - Hover expand
  - Separators
  - Insensitive rows
  - Scrolling

* Changes in GtkLabel
  - Rotated text
  - Ellipsisation
  - Dnd from selectable labels
  - Selectable labels in the focus chain
  - Obey the Pango backspace-deletes-character attribute

* Changes in GtkTextView
  - Rotated text
  - Obey the Pango backspace-deletes-character attribute

* Changes in Clipboard/Selection/DND handling
  - Selection ownerchip change notification
  - API to handle text, image and file targets
  - Support text/plain target
  - Support clipboard persistency
  - Support xdnd v5
  - Reduce clipboard timeout to 30 seconds

* Theming
  - Follow icon theme specification for directory locations
  - Themed window icons
  - Themed images in GtkImage
  - Allow themes to displace focus rectangles on click
  - Various new stock icons

* Window Manager interaction
  - Support do-not-focus-on-map hint
  - Support _NET_WM_USER_TIME

* gdk-pixbuf:
  - License information for image loaders
  - Disable loaders
  - Simple rotation
  - Make threadsafe

* Performance improvements
  - Increase chunk size for incremental selection transfers
  - Get rid of many PLT entries
  - Icon theme caching
  - Sync counter mechanism to speed up resizes
  - Reimplement GtkListStore on top of a splay tree
  - Fix algorithmic problems in GtkUIManager

* Win32-specific changes
  - Integrate IME input method module
  - Integrate ms-windows (Wimp) theme engine

* Other changes
  - API for HIG-conform dialogs
  - API for stock-like buttons
  - New init API based on GOption
  - Setting for alternative button order
  - Setting for modules to load
  - Integrate pixbuf theme engine
  - Change notebook tabs with the scroll wheel
  - Ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar
  - Clean up abi and enforce list of exported symbols
   2004-12-05 00:09:07 by Johnny C. Lam | Files touched by this commit (17)
Log message:
Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
   2004-12-04 23:19:18 by Julio M. Merino Vidal | Files touched by this commit (4)
Log message:
Update to 2.4.14:

* GtkFileChooser
  - Improve keybindings [Federico Mena Quintero]
  - Speed up loading of large directories [Federico]
  - Move "Browse for other folders" expander up [Federico]
  - Support DND from the path bar [Federico]
* GtkUIManager
  - Speed up [Dave Neary, Michael Natterer, Sven Neumann, Soeren Sandmann]
* GtkTreeView
  - Fix resizing artifacts in empty, focused treeviews [Billy Biggs,
    Vincent Noel]
* GtkSettings
  - Handle changes to gtk-menu-images and gtk-button-images much more
    efficiently [Matthias Clasen]
* GDK
  - Allow to set wm hints on leader windows [Sebastien Bacher]
* Win32
  - Implement resize grips  [Robert Ögren]
  - Bug fixes [Robert, Tor Lillqvist]
* Bug fixes [Morten Welinder, William Jon McCann, Anders Carlsson, Philip
  Langdale, Christian Persch, John Finlay, Carlos Garnacho Parro, Tim Janik,
  Gavin Romig-Koch, Jonathan Blandford, Billy Biggs, Federico, Christian
  Neumair, Kristian Høgsberg, Sven, Dennis Cranston]
* Updated translations (ca,id,nb,no,nso,pa,zh_CN)
   2004-11-12 07:39:21 by Johnny C. Lam | Files touched by this commit (35)
Log message:
Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
   2004-10-13 09:28:36 by Julio M. Merino Vidal | Files touched by this commit (3) | Package updated
Log message:
Update to 2.4.13:

* Fix size allocation problems. [Chrispin Flowerday, Tim Janik,
  Tommi Komulainen, Owen Taylor]
* New and updated translations (fr,ta)
   2004-10-09 11:18:28 by Julio M. Merino Vidal | Files touched by this commit (3) | Package updated
Log message:
Update to 2.4.11:

* GtkFileChooser
  - Make path bar arrows larger [Matthias Clasen]
  - Make SELECT_FOLDER mode work [Matthias]
  - Speed up the completion popup [Matthias]
  - Update the preview when searching [Tommi Komulainen]
  - Pop up completions again when tab is pressed [Jon Bech Madsen]
  - Don't prepopulate the location entry [Matthias]
* Win32 bug fixes [Robert Ögren]
* Other bug fixes [Federico Mena Quintero, Joel Fredrikson, Matthias,
  Padraig O'Briain, Michèle Garoche. Frederic Crozat,
  Jonathan Blandford, John Cupitt, Morten Welinder, Christian Persch,
  Lorenzo Gil Sanchez, Federico]
  Martyn Russell]
* Documentation improvements [John Finlay, Billy Biggs, Jonathan,
  Owen Taylor]
* New and updated translations (az_IR,ang,en_CA,gl,hu,it,nl)
* Bugs fixed: 153185,153224,153628,145467,154191,153326,143826,147700,
  154186,154658,154703,153791,154444,152562,154188
   2004-10-04 13:11:23 by grant beattie | Files touched by this commit (2)
Log message:
distinguish between gtk1 and gtk2 in COMMENT.
   2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863)
Log message:
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Next | Query returned 442 messages, browsing 341 to 350 | Previous