Next | Query returned 255 messages, browsing 201 to 210 | Previous

History of commit frequency

CVS Commit History:


   2013-12-09 00:12:15 by Patrick Welche | Files touched by this commit (1)
Log message:
gtk3 needs gdbus-codegen to build (generate gdkdbusgenerated.c)
   2013-12-08 15:21:37 by Patrick Welche | Files touched by this commit (5) | Package updated
Log message:
Update gtk3 to 3.10.6

This is causing problems (3.9.6 to 3.9.8):

* We've started deprecating GtkStock apis. These apis will continue
  working until GTK+ 4, so there is no need to rush to replace them.
  For more information, see
  https://mail.gnome.org/archives/gtk-devel-list/2013-July/msg00000.html
  Wholly deprecated as part of this effort:
  GtkIconFactory, GtkIconSet, GtkIconSource, GtkImageMenuItem,
  GtkAction, GtkUIManager

Other highlights:

* Theme support
 - Always fall back to 'gnome' icon theme in addition to 'hicolor'
 - Respect deprecated gtk-button-images setting
 - Respect deprecated gtk-menu-images setting
* Accessibility improvements
 - Add accessible names to csd window buttons
 - Mark GtkLinkButton as visited when appropriate
 - Add a GtkListBoxRow accessible
* GtkLabel can now ellipsize just the last line,
  ellipsized in multi-line labels.
* GtkInfoBar now uses a GtkRevealer internally to slide in place.
  It is no longer necessary to do that manually.
* GtkHeaderBar can now add a window close button
* The fine adjustment mode for scrolling has been revamped to be
  easier discoverable, and visual feedback and autoscrolling has
  been added.
* GtkIconTheme now supports 2x scaled icons for hi-dpi displays.
* The Wayland and X11 clipboard implementations can now coexist
* GtkInfoBar updates
 - Turn action area horizontal
 - Fix spacing
 - Add an easy way to add a close button
* Documentation
 - Modernize many screenshots
 - Redo the widget gallery
 - Improve 'Getting Started' tutorial
 - Add new application examples to tutorial
* Deprecations:
  tear-off menuitems,
  gtk-button-images,
  gtk-show-unicode-menu,
  gtk-show-input-method-menu,
  gtk-enable-mnemonics,
  gtk-auto-mnemonics,
  gtk-color-palette,
  gtk-can-change-accels,
  cursor blink settings,
  gtk-fallback-icon-theme,
  gtk-scrolled-window-placement,
  menu popup delay settings,
  gtk-menu-bar-accel,
  keynav tweaks,
  gtk-touchscreen-mode,
  gtk-icon-sizes,
  im style tweaks,
  gtk-file-chooser-backend,
  gtk-enable-tooltips,
  gtk-visible-focus,
  tooltip timeout tweaks,
  toolbar style tweaks
* Initial support for scaled output (on high-dpi screens) has been
  added. While this can be built with cairo 1.12, it needs a cairo
  branch to work. Support for this has been added to the Wayland,
  OS X and Windows backends.
* GtkListBox:
 - handle double-clicks properly
 - add an example in gtk3-demo
* GtkSearchBar: a toolbar that will popup automatically when
  searches should be started, and dismissed when they are finished
* GtkListBox a vertical container that can sort and filter its
  children
* GtkStack has gained position dependent transitions (left-right
  and up-down)
* The Broadway GDK backend can be built on Windows now
* The GDK initialization code has been refactored. GdkDisplayManager
  is no longer backend-specific.
* The symbol exporting functionality has been refactored. We no longer
  use .symbols files, and instead rely on explicit header annotations
  for every exported symbol. the abicheck scripts are no longer used.
* The GDK drawing and scrolling has been simplified. We no longer use
  XCopyArea for scrolling, instead an offscreen cache is used. There
  is a new debug flag, GTK_DEBUG=pixel-cache for this.
* Window sizing issues have been addressed.
* Implement height-for-width for GtkEventBox and GtkCheckButton
* Custom titlebars can now be set from GtkBuilder files
* Optionally install tests, when configured with --enable-installed-tests.
  To run these tests, gnome-desktop-testing-runner can be used.
* Native input methods are supported on OS X now.

Many bug fixes and translation updates. For full details see:
https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.10.6
   2013-10-10 16:42:40 by Ryo ONODERA | Files touched by this commit (1058)
Log message:
Recursive revbump from pango-1.36.0
   2013-09-07 23:31:56 by Patrick Welche | Files touched by this commit (2) | Package updated
Log message:
Update gtk3 to 3.8.4

3.8.4: Remove unintentional use of GLib 2.37 apis

3.8.3:
* Bugs fixed:
 667759 gtkdnd-quartz.c is missing annotations for introspection
 672271 File chooser seems over-enthusiastic about using subdir...
 674108 Hard crash due to wrong NSAutoreleasePool stacking
 680953 set_item_width / text wrapping doesn't work in iconview...
 688738 GtkMenuButton problem with mnemonics / accelerators
 691921 GTK+ (quartz) built on Mac OS X 10.5 references [NSMenu...
 692548 Quartz: Cursor doesn't reset when the mouse leaves a to...
 694273 Patch to support NSTextInputClient in text widgets
 694755 When clicking Activities, sometimes gnome-shell crashes.
 696498 can't set download folder
 696640 GtkButton: Don't suppress unhandled mouse events
 698183 Text input is too slow and some keys are broken after c...
 698758 Wrong limit for "Native Windows wider or taller than 65...
 700185 GtkWindow: problem with child widget visibility
 700779 gtk_menu_item_draw puts the arrow too close to the border
 701332 Patch for minor glitch in NSTextInput
 701341 Windows only paint once in Weston 1.1
 701365 Do not assert sm_proxy != NULL in GtkApplication inhibi...
 701613 XEmbed doesn't work with frame-synced GTK/Mutter
 702598 Invalid read of size 4 in gtk_icon_info_get_embedded_rect
 702763 ellipsize placeholder text
 702913 Reduce hash table lookups in gdk_x11_screen_supports_ne...
 703069 Opening a big menu activates some menu entry
 703220 Memory allocation integer overflow in gdk_cairo_set_sou...
 705181 Annoying beep on arrow keys when using IME on MacOS
 705182 Reset Cocoa IME state when immodule is reset
 705320 gtkicontheme: check for GdkPixbuf first
 705692 Segmentation fault on horizontal slider
 705750 Quartz input method doesn't work correctly for Chinese...
 706152 g_object_notify called with NULL priv->focus_widget

* Translation updates:
 Brazilian Portuguese
 Traditional Chinese
   2013-09-02 21:51:33 by Adam Ciarcinski | Files touched by this commit (1071) | Package updated
Log message:
Revbump after cairo update
   2013-06-06 14:55:24 by Thomas Klausner | Files touched by this commit (1687)
Log message:
Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
   2013-06-05 00:17:35 by Matthias Scheler | Files touched by this commit (1946)
Log message:
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:

Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
   2013-06-03 12:06:28 by Thomas Klausner | Files touched by this commit (1948)
Log message:
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
   2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880)
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
   2013-05-19 00:44:43 by Patrick Welche | Files touched by this commit (5) | Package updated
Log message:
Update gtk3 to version 3.8.2
Rename patch-gtk_a11y_gail.c to patch-gtk_a11y_gtkaccessibility.c

Many improvements, bug fixes and translation updates:
https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.8.2

Highlights:

* Deprecations and removals:
 - Custom CSS properties have been deprecated
 - Support for color schemes has been removed
 - gtk_style_provider_get_style, gtk_style_provider_get_icon_factory
 - GtkGradient and GtkSymbolicColor
 - All the padding style properties in menus

* CSS improvements:
 - Add cycle detection to color resolving

* A lot of filechooser button fixes

* The print dialog now shows printers that are discovered
  using avahi, if configured with --enable-avahi-browsing

* We now support the Window Manager frame synchronization protocol draft (when
  running under a WM that supports it). This means applications will throttle
  their drawing cycle to what the compositor is drawing, and the compositor
  will never render half-updated windows, for seamless resizing and improved
  smoothness in drawing.
  See https://mail.gnome.org/archives/wm-spec-list/2013-January/msg00000.html
  and the articles at http://blog.fishsoup.net/ for more details.

* We now support setting an opacity to any GtkWidget, not just toplevels:
  gtk_window_set_opacity has been deprecated in favor of gtk_widget_set_opacity.

* GtkIconTheme gained asynchronous loaders for GtkIconInfo objects

* GtkIconInfo has changed from being a boxed type to a GObject. This
  is technically an ABI change, but basically all existing code
  will keep working if its used as a boxed type, and its not
  possible to instantiate GtkIconInfos outside Gtk, so this is not
  expected to be a big problem.

* GtkTreeView and GtkIconView allow single-click activation

* GtkImage can be set from a resource

* GdkWaylandDisplay is now public

* gdk_window_set_fullscreen_mode: new function to let windows
  be fullscreened across multiple monitors

* We now use state flags for text direction: GTK_STATE_FLAG_LTR/RTL.
  gtk_style_context_set_direction() has been deprecated.

* We install headers for accessible implementations of GTK+ widgets.
  This makes it possible to implement accessibility for third-party
  widgets by subclassing the proper GTK+ implementation. To do this,
  include gtk/gtk-a11y.h.

* Invisible widgets now return a size of 0x0. This is an experimental
  change that makes GtkWidget::visible essentially behave the same way
  that "display: none" does in CSS. If you want the effect of CSS's
  "visibility: hidden", you can use a GtkNotebook with an empty page.

* GtkFrame now draws a background.

* The Broadway backend now installs a separate server: broadwayd.

* GtkBuilder now lets you refer to external objects from a ui
  file if the objects have been exported with the new function
  gtk_builder_expose_object()

* Font handling has been improved:
 - The default font is no longer handled like a custom style sheet
   that overrides everything, but as the initial value. This is the
   same behavior as in web browsers.
 - It is now possible to set font-family and font-size like other
   CSS properties, and relative font sizes are supported. Font
   sizes in CSS can be specified as numbers or with keywords
   like xx-small, medium, smaller, larger,...

* GTK+ now uses proper Unicode ellipses in strings.

Next | Query returned 255 messages, browsing 201 to 210 | Previous