Next | Query returned 144 messages, browsing 101 to 110 | Previous

History of commit frequency

CVS Commit History:


   2005-02-20 11:19:06 by Julio M. Merino Vidal | Files touched by this commit (2)
Log message:
Update to 2.8.13 (stable release for Gnome 2.8.3):

Fix
  * Make sure window->border_only is initialized so we don't get
    random windows without decorations (Elijah, Sinisa, Owen)
    [#145131]
   2004-12-24 11:09:31 by Julio M. Merino Vidal | Files touched by this commit (4)
Log message:
Update to 2.8.8:

This is a stable release for Gnome 2.8.2.

Fixes
  * Correct the requested number of keycodes (Rob) [#155247]
  * Make the "showing desktop" mode be per-workspace instead of
    per-screen. (Elijah) [#142198]
  * Don't try to use an ARGB visual at all if the depth isn't
    32-bit. This caused major slowdowns with Composite
    enabled. (Anders)
  * Fix the modifier key breakage introduced by an Xorg
    change. (Soeren) [#151554]
  * Fix the alt-tab order--if the most recently used window is not
    focused, start alt tabbing with that window instead of the one
    after it (Elijah) [#156251]
  * Use only numbers from the Fibonacci sequence for micro version
    numbers at Havoc's request (thus the reason this is 2.8.8 instead
    of 2.8.7--2.8.4 and 2.8.6 were mistakes that didn't comply with
    this requirement)

Translations
  * da(Martin Willemoes Hansen), fr(Christophe Merlet, Baptiste Mille-Mathias)
   2004-10-15 14:41:14 by Julio M. Merino Vidal | Files touched by this commit (2)
Log message:
Update to 2.8.6:

Fixes
  * Ensure the correct window is focused when minimizing (Elijah)
  * Fix keynav with mouse focus (Elijah)
  * Fix several race conditions in window focusing (Elijah)
  * Focus the top window when lowering by frame click (Ken)
  * Fix some compiler warnings (Kjartan)
  * Fix some valgrind-reported errors (Elijah)
  * Fix some potential issues with autoraising windows (Elijah)

Translations
  * en_CA(Adam Weinberger), it(Luca Ferretti)
   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.
   2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703)
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
   2004-09-21 18:55:39 by Julio M. Merino Vidal | Files touched by this commit (4)
Log message:
Update to 2.8.5.  This version corresponds to GNOME 2.8.0.
Closes PR pkg/26957.

- only translations and some new developer documentation was added.
   2004-08-31 20:58:28 by Julio M. Merino Vidal | Files touched by this commit (3)
Log message:
Update to 2.8.4:

This release features a number of bug fixes, and also the disabling of
the focus-stealing-prevention code (we're entering hard code freeze in
Gnome so it's too late to fix the remaining issues, especially since
it requires several patches to modules other than Metacity).

Thanks to Havoc Pennington, Soeren Sandmann, Elijah Newren, and Rich
Wareham for fixes in this release

Fixes
  * track the last_xor_rect, for wireframe painting (Havoc)
  * Move wireframe code before grab is released to prevent endless
    loops with fullscreen windows. (Soeren)
  * Make dialogs that Metacity shows follow focus-stealing-prevention
    conventions. (Elijah; part of #149028)
  * add render extension check to the display, don't build the
    compositing manager by default, use an ARGB visual when available
    for the window frame (Rich Wareham; various tweaks added later by
    Havoc)
  * move the have_xrender variable initialization up in the file since
    it can be set as part of composite check (Havoc)
  * make argb stuff compile, add some code from xcompmgr (Havoc)
  * fix an assertion failure that would occur after increasing the
    number of workspaces; fix stacking order when a window is denied
    focus (Elijah; #150615)
  * disable some compositor code that wasn't working, don't grab the
    server during repaint, various set_background fixes and
    refactoring (Havoc)

Translations
  * az(Metin Amiroff), bs(Kemal Sanjta), ca(Jordi Mallach),
    el(Kostas Papadimas), es(Francisco Javier F. Serrador),
    eu(Iñaki Larrañaga Murgoitio), fi(Pauli Virtanen),
    nb(Kjartan Maraas), sq(Laurent Dhima), uk(Maxim Dziumanenko)
   2004-08-07 19:07:16 by Marc Recht | Files touched by this commit (2) | Package updated
Log message:
uppdate to metacity-2.8.2
patch provided by Kouichirou Hiratsuka in PR pkg/26573

changes:

Many bugfixes and better support for the freedesktop.org EWMH spec.

  - set titlebar_uses_system_font = false (it was ugly)
  - make naming for "move a window"/"move the \ 
window"/"move window"
    more consistent (fixes #142235)
  - Add trailing quotes to keybinding explanation text.
  - support for EWMH update counter spec & add compensation events
    when events are ignored. (fixes #143333 and #109362)
  - Fix focus bugs: remove race condition on window close/minimize
    (#131582), make focus choice consistent for each focus mode
    (#135810), choose correct focus window when "un-showing the
    desktop (#144900), make sure correct window is focused when using
    the workspace switcher (#120100).
  - Use meta_topic instead of meta_warning when failing to connect to
    a session manager. (fixes #136218)
  - Make meta_window_delete take a timestamp, and be sure to pass it
    one.
  - Add support for EWMH _NET_WM_USER_TIME spec.  This enables part of
    preventing focus stealing.  (bug #118372) Also fix bug with
    windows not being focused on unminimizing caused by original
    patch.  (also bug #118372)
  - Fix some support for EWMH hints, and fix USER_TIME support to
    include the DEMANDS_ATTENTION hint.  Also includes some code for
    implementing _NET_RESTACK_WINDOW and _NET_MOVERESIZE_WINDOW, but
    this is disabled pending feature thaw.
   2004-05-15 17:21:39 by Julio M. Merino Vidal | Files touched by this commit (1)
Log message:
During print-PLIST in packages using this one, print comments for
directories in share/themes which are created by metacity.
   2004-05-06 11:08:48 by Julio M. Merino Vidal | Files touched by this commit (3)
Log message:
Update to 2.8.1:

- make the --enable-xinerama switch work properly
- prevent unwanted grab op from occurring
- don't down-size nitems from a gulong to an int
- add a value type check for the visual/audible bell gconf settings
- make the no sm support warning resizable
- more translations

Next | Query returned 144 messages, browsing 101 to 110 | Previous