Next | Query returned 442 messages, browsing 401 to 410 | Previous

History of commit frequency

CVS Commit History:


   2003-09-08 17:07:24 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
Changes 2.2.4:
* revert TreeView fix
* type fixes
* make pressing END not put the menu in scrolling mode
* misc bug fixes
* new and updated translation
   2003-08-27 12:58:18 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
Update to 2.2.3, provided by Juan RP in PR 22605.
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.
   2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065)
Log message:
s/netbsd.org/NetBSD.org/
   2003-07-13 15:54:34 by Thomas Klausner | Files touched by this commit (783) | Package updated
Log message:
PKGREVISION bump for libiconv update.
   2003-06-27 20:10:15 by Julio Merino | Files touched by this commit (2)
Log message:
Create and remove the empty lib/gtk-2.0/2.2.0/engines directory.
While here, fix a typo in the PLIST.  Bump PKGREVISION to 1.
   2003-06-10 12:47:05 by Julio Merino | Files touched by this commit (3) | Package updated
Log message:
Update to 2.2.2:

* GdkPixbuf [Matthias Clasen]
 - Fix animation of slow-loading progressive GIFS
 - Fix long-standing animated GIF display bug with transparency
 - Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross]
* GDK [Owen Taylor]
 - Draw continuous underlines between Pango layout runs when
   possible [Kang Jeong-Hee]
 - Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig]
   Major rewrite of 16-bit handling for pixbuf_from_drawable()
* X11 backend [Owen]
 - Fix build on X11R5 [Albert Chin]
 - Fix switching keyboard layouts while running [Egmont Koblinger]
 - Work around RENDER extension bugs on certain Sun X servers [Morten Welinder]
 - Zero unused fields in client messages we send Lubos Lunak]
 - Fix occasional segfault when drawing pixbufs [Hans Petter Jansson]
 - Fix wrong initializaiton that was keeping XShm from being used.
* Win32 backend [Tor Lillqvist]
 - Tweak line drawing
 - Mouse/cursor fixes [Allin Cottrell]
 - Better handling of floppy drives in GtkFileSelection
 - Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell]
* Input methods [Hidetoshi Tajima]
 - Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis]
 - Fix sorting of rules in GtkIMContextSimple [Vasilis]
 - Miscellaneous GtkIMContextXIM fixes
 - Fix translation of input context names
* Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll]
* Add Delete to GtkEntry context menu, Delete/Select All
  to GtkTextView context menu [Matthias]
* Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias]
* Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias]
* GtkTextView
 - Fix redrawing on color-only changes [Owen, Gustavo Giráldez]
 - Don't scroll to cursor on focus in [Paolo Maggi]
 - Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki,
   Yao Zhang]
 - Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos,
   Padraig O'Briain, Owen]
* GtkTreeView [Kristian Rietveld]
 - Fix prelighting [Sven Neumann]
 - Set drag cursor earlier to allow apps to override [Daniel Elstner]
 - Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford]
 - Get background/cell area handling right in GtkTreeViewColumn [Vasco
   Alexandre da Silva Costa]
 - Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield,
   Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer,
   Mariano Suarez-Alvarez, Owen]
* Fix handling of border width for GtkToolbar [Rodney Dawes]
* Rewrite adjustment handling of GtkViewport, fixing many bugs
  [Owen, Thomas Leonard, Michael]
* Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge,
  Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa,
  Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg,
  Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez,
  Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt,
  Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi]
* Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann,
  Doug Quale, Manish Singh, Morten Welinder]
* Switch to using libtool-1.5
* Build fixes [Matthias, J. Ali Harlowe, Rich Kinder, Jon Nall, Sven,
  Christian Rose]
* Documentation improvements [Matthias, Noah Levitt, Sven Neumann]
* New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id,
  it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW)
   2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131)
Log message:
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
   2003-05-05 21:05:26 by Julio Merino | Files touched by this commit (62)
Log message:
PKGREVISION goes after PKGNAME.
   2003-05-02 13:57:35 by Thomas Klausner | Files touched by this commit (680)
Log message:
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
   2003-02-15 12:02:29 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update to 2.2.1, provided by Juan RP in PR 20237.
Changes:
* GtkTreeView [Kristian Rietveld]
  - made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
  - fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
    Sandmann, Jarek Dukat]
  - TreeView search now works on all values transformable by GValue and not
    just strings [Muktha Narayan]
  - _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
  - a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
    Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
    Gaël Le Mignot, Vasco Alexandre da Silva Costa]
* GtkTextView [Matthias Clasen]
 - Fix keynav with invisible cursor
 - Fix misdrawing of cursor [Owen Taylor] and selection
 - Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
* Fix problem with accidental inclusion of a main() [Matthias]
* Documentation improvements [Matthias, Havoc Pennington]
* Fix problem with GtkColorsel and pixmap themes [Daniel]
* Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
* Warning fixes [Manish Singh]
* configure fixes [Akira Tagoh]
* New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
* Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia,
  Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur,
  Soeren Sandmann, Hidetoshi Tajima, Owen]

Next | Query returned 442 messages, browsing 401 to 410 | Previous