Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
GtkDatabox is a widget for live display of large amounts of
fluctuating numerical data. Data presentation (e.g. on linear or
logarithmic scales, as dots or lines, with markers/labels) as well
as user interaction (e.g. measuring distances) is easy.
|
|
Bump PKGREVISION.
|
|
date: 2013-01-31 12:18:01 +0100; author: macallan; state: Exp; lines: +145 -72;
use WSDISPLAYIO_GET_FBINFO if available
... with slight adaptations to the pkgsrc version (xalloc vs. malloc,
struct wsdisplay_fbinfo vs wsdisplayio_fbinfo).
(Less likely to display blue skin and red sky this way.)
|
|
|
|
|
|
|
|
|
|
|
|
Pmw is a toolkit for building high-level compound widgets in Python
using the Tkinter module.
It consists of a set of base classes and a library of flexible and
extensible megawidgets built on this foundation. These megawidgets
include notebooks, comboboxes, selection widgets, paned widgets,
scrolled widgets and dialog windows.
This is the python-3.x version of the module.
|
|
From Niclas Rosenvik in PR 48511.
Bump PKGREVISION.
|
|
Ruby 2.1.0 support release!
=== Changes
==== All
* Improvements
* Set license information to gem.
* Fixes
* [windows] Added missing binaries for Ruby 2.1.0.
[GitHub#123] [Patch by Masafumi Yokoyama]
==== Ruby/GDK3
* Improvements
* [windows] Bundled hicolor-icon-theme. It may fix a problem that
Windows theme is not applied.
[ruby-gnome2-devel-en] [Reported by Regis d'Aubarede]
=== Thanks
* Masafumi Yokoyama
* Regis d'Aubarede
== Ruby-GNOME2 2.0.3: 2013-12-29
It is RC release for 2.1.0.
=== Changes
==== All
* Improvements
* Removed Ruby 1.8 from supported Ruby in READMEs.
[GitHub#166] [Reported by Markus Heiler] [Patch by Masafumi Yokoyama]
* Supported Ruby 2.1.0. [GitHub#181] [cosmo0920][Masafumi Yokoyama]
* Made rcairo optional to required because we dropped old GTK+ that
doesn't use cairo. (Cairo isn't used library such as GLib doesn't
require rcairo. But Ruby/GLib2 requires rcairo on Windows because
it uses zlib bundled in rcairo.) [GitHub#193] [cosmo0920]
* Updated LGPL 2.1 files. [GitHub#196] [Reported by ktdreyer]
* Supported tests on Travis CI. [Masafumi Yokoyama][cosmo0920]
* Supported rake-compiler 0.9.1.
==== Ruby/GLib2
* Improvements
* Set UTF-8 encoding to exception message.
* Added GLib::GetText.bindtextdomain.
* Dropped GLib < 2.12 because CentOS 5 has GLib 2.12.3.
[GitHub#190] [cosmo0920]
* Added GValue#to_s.
* [windows] Updated bundled GLib to 2.38.2 from 2.36.2.
==== Ruby/GObjectIntrospection
* Improvements
* Supported GList return type.
* Supported freeing UTF-8 return type.
* Supported freeing array return type.
* Supported NULL as array return value.
* Supported freeing GObject return value.
* Supported freeing structure return value.
* Supported NULL character for gint8 array.
* Fixes
* Fixed type conversion from VALUE to GType.
[GitHub#186] [Patch by Hiroyuki Tanaka]
==== Ruby/ATK
* Improvements
* Dropped ATK < 1.12 support because CentOS 5 has GTK+ 1.12.2.
[GitHub#191] [cosmo0920]
* [windows] Updated bundled ATK to 2.10.0 from 2.8.0.
==== Ruby/Pango
* Improvements
* Supported cairo 1.6.
[GitHub#172] [Patch by Grant Schoep]
* Dropped Pango < 1.14 support because CentOS 5 has GTK+ 1.14.9.
[GitHub#192] [cosmo0920]
* Added Pango::Layout#height=.
[GitHub#210] [Patch by Vasily Fedoseyev]
* Added Pango::Layout#ellipsized?.
[GitHub#210] [Patch by Vasily Fedoseyev]
* [windows] Updated bundled Pango to 1.36.1 from 1.34.1.
==== Ruby/GdkPixbuf2
* Improvements
* [windows] Added rcairo dependency on Windows for using libpng and zlib
bundled in rcairo.
* [windows] Updated bundled gdk-pixbuf to 2.30.2 from 2.28.1.
==== Ruby/GTK2
* Improvements
* Dropped GTK+ < 2.10 support because CentOS 5 has GTK+ 2.10.4.
[GitHub#182] [Patch by cosmo0920]
* [windows] Updated bundled GTK+ to 2.24.22 from 2.24.18.
==== Ruby/GDK3
* Improvements
* [test] Made more stable. [GitHub#178] [Reported by mtasaka]
* Added Gdk::Device#ungrab. [cosmo0920]
* Added Gdk::DeviceManager. [cosmo0920]
* Added Gdk::Device#get_position. [cosmo0920]
* Added Gdk::Device#warp. [cosmo0920]
* Added Gdk::Device#grab. [cosmo0920]
* Added Gdk::Window#get_device_position. [cosmo0920]
* [windows] Updated bundled GTK+ to 3.10.6 from 3.8.2.
==== Ruby/GTK3
* Improvements
* [sample] Updated for GTK+ 3. [Masafumi Yokoyama]
* Removed Gtk::BindingSet#add_path.
* Added Gtk.show_uri.
* Fixes
* Fixed a bug that Gtk::ActionGroup#add_radio_actions always fails.
[ruby-gnome2-devel-ja] [Reported by S. Kitagawa]
==== Ruby/GStreamer
* Improvements
* Supported calling module functions of Gst module such as
Gst.version before calling Gst.init.
* Added Gst::Registry#plugins.
* Added Gst::Registry#get_features.
* Added Gst::ElementFactory#long_name.
* Added Gst::ElementFactory#klass.
* Added Gst::ElementFactory#author.
* Added Gst::ElementFactory#static_pad_templates.
* Added Gst::Caps#structures.
* Added Gst::Structure#fields.
* Gst::Element#flags returns flag object instead of raw integer value.
Use Gst::Element#flags_raw for raw integer value.
* Gst::PluginFeature#rank returns Gst::Rank instead of raw integer value.
Use Gst::PluginFeature#rank for raw integer value.
* Supported GstValueList.
* [windows] Updated bundled GStreamer to 1.2.1 from 1.0.7.
==== Ruby/Clutter
* Improvements
* [sample] Updated for Clutter 1.12 or later.
[Patch by Kentaro Fukuchi]
* [windows] Updated bundled Clutter to 1.16.2 from 1.14.4.
==== Ruby/ClutterGStreamer
* Improvements
* [sample] Added.
[Masafumi Yokoyama]
* Fixed a typo in sample.
[Reported by Toyo Abe]
* [windows] Updated bundled Clutter-GStreamer to 2.0.8 from 2.0.2.
==== Ruby/Poppler
* Improvements
* Dropped Popper < 0.12 because CentOS has Poppler 0.12.4.
[GitHub#212] [cosmo0920]
* [windows] Bundled Poppler 0.24.4.
==== Ruby/RSVG
* Improvements
* [windows] Bundled librsvg 2.40.1.
==== Ruby/GtkSourceView3
* Improvements
* Supported auto GtkSourceView install on OS X.
[GitHub#177] [Masafumi Yokoyama]
* [windows] Updated bundled GtkSourceView to 3.10.1 from 3.8.1.
==== Ruby/GooCanvas
* Improvements
* [sample] Followed changes caused by migrating to
Ruby/GObjectIntrospection.
[Masafumi Yokoyama]
* Updated FSF address.
[GitHub#201] [Reported by ktdreyer]
* Fixes
* Fixed wrong dependency.
[ruby-gnomde2-devel-ja] [Reported by Masafumi Yokoyama]
=== Thanks
* Kentaro Fukuchi
* S. Kitagawa
* Markus Heiler
* Masafumi Yokoyama
* Grant Schoep
* Toyo Abe
* mtasaka
* cosmo0920
* Hiroyuki Tanaka
* ktdreyer
|
|
* API update for desktop messages (unregistering handlers)
|
|
|
|
* object-oriented programming support
* a stackless evaluation implementation
and much more besides.
|
|
|
|
|
|
|
|
Alex Deucher (2):
radeon: avoid possible divide by 0 in surface manager
radeon: fix sumo2 pci id
Damien Lespiau (2):
gitignore: Ignore various generated files
intel/test_decode: Allow gen8 to be infered from the batch filenames
Rob Clark (4):
freedreno: add bo cache
freedreno/kgsl: fix crash introduced w/ bo-cache
freedreno: allow IB to different ringbuffer
Bump the version to 2.4.51
|
|
This release includes the fix for CVE-2013-6462, as well as other security
hardening and code cleanups, and makes libXfont compatible with libXtrans 1.3
on Solaris.
Alan Coopersmith (7):
xstrdup -> strdup
Replace malloc(strlen)+strcpy/strcat calls with strdup
Don't leak old allocation if realloc fails to enlarge it
Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
CVE-2013-6462: unlimited sscanf overflows stack buffer in bdfReadCharacters()
Limit additional sscanf strings to fit buffer sizes
libXfont 1.4.7
Julien Cristau (1):
Make serverGeneration unsigned
|
|
|
|
A BDF font file containing a longer than expected string could
overflow the buffer on the stack. Testing in X servers built with
Stack Protector resulted in an immediate crash when reading a
user-provided specially crafted font.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
TigerVNC requires FLTK 1.3.0 (or later). Although it will build and work
with plain 1.3.0, to get full functionality and the best behaviour the
following patches are needed
# Export dead key information from FLTK to the apps
# http://www.fltk.org/str.php?L2599
# Notify applications of changes to the clipboard
# http://www.fltk.org/str.php?L2636
# Ability to convert a Fl_Pixmap to a Fl_RGB_Image
# http://www.fltk.org/str.php?L2659
# Support for custom cursors
# http://www.fltk.org/str.php?L2660
# Improve modality interaction with WM
# http://www.fltk.org/str.php?L2802
# Window icons
# http://www.fltk.org/str.php?L2816
# Multihead
# http://fltk.org/str.php?L2860
|
|
|
|
|
|
--with-xinput was renamed --enable-xinput a while ago, and then removed
completely. XINPUT2 is no longer optional.
|
|
libxcb-1.10 has one major library version change, for libxcb-sync.so
(from 0 to 1) and qt5 is the only package I could find that uses
this particular library.
|
|
Changelog is not available.
|
|
Changelog:
0.90.8.1:
* fixed bug that prevented uninstallation of rep-gtk
0.90.8:
* fixed building on ARM
* synced spec file [Kim B. Heino]
0.90.7:
* re-arranged tree (all new widget-definitons in widgets/<widget>)
* minimum GTK+ bumped to 2.24
* minimum GDK bumped to 2.23
* New API wrapped:
GtkAccelGroup
- gtk_accel_group_get_is_locked
- gtk_accel_group_get_modifier_mask
- GtkAccelKey
- GtkAccelGroupEntry
GtkAccelMap:
- gtk_accel_map_add_entry
- gtk_accel_map_lookup_entry
- gtk_accel_map_change_entry
- gtk_accel_map_load
- gtk_accel_map_save
- gtk_accel_map_foreach
- gtk_accel_map_load_fd
- gtk_accel_map_save_fd
- gtk_accel_map_lock_path
- gtk_accel_map_unlock_path
- gtk_accel_map_add_filter
- gtk_accel_map_foreach_unfiltered
GtkExpander:
- gtk_expander_set_label_fill
- gtk_expander_get_label_fill
GtkComboBox:
- gtk_combo_box_new_with_entry
- gtk_combo_box_new_with_model_and_entry
- gtk_combo_box_popup
- gtk_combo_box_popdown
- gtk_combo_box_set_button_sensitivity
- gtk_combo_box_get_button_sensitivity
- gtk_combo_box_get_has_entry
- gtk_combo_box_get_entry_text_column
- gtk_combo_box_set_entry_text_column
- gtk_combo_box_set_row_separator_func
- gtk_combo_box_get_row_separator_func
GtkComboBoxText:
- added completely
GtkScale:
- gtk_scale_add_mark
- gtk_scale_clear_marks
GtkRC:
- gtk_rc_parse_string
GdkPixbuf:
- gdk_pixbuf_new_from_file_at_size
- gdk_pixbuf_new_from_file_at_scale
GtkImage:
- gtk_image_clear
* Fixed wrapped API:
GtkFileChooser:
- gtk_file_chooser_set_filename
- gtk_file_chooser_select_filename
* Deprecated API no longer wrapped:
GtkComboBox
- gtk_combo_box_get_active_text
- gtk_combo_box_remove_text
- gtk_combo_box_append_text
- gtk_combo_box_insert_text
- gtk_combo_box_prepend_text
GtkComboBoxEntry:
- removed completely
GtkButton
- gtk_button_pressed
- gtk_button_released
- gtk_button_enter
- gtk_button_leave
- gtk_file_chooser_button_new_with_backend
0.90.6:
* bump minimum librep to 0.92.0
* updated for changes in installation-paths in librep 0.92.0
* merged Debian scripts from Ian Zimmermann
* improved Makefile clean rules
* combined gtk and gtk-types modules [Kim B. Heino]
0,90,5:
* fixed a bug in configure, which could create an incomplete rep-gtk.pc
* updated the debian packaging scripts (mostly) to the new spec
|
|
once again, there is a new libxcb release out. This time with even
less bugs, api and abi breakage.
Changes (hand-edited to remove things that were released from
branches):
Alan Coopersmith (3):
Fix "indention" typos in xcb-examples.3 man page
Enable warnings for pre-C89 style definitions for gcc & Solaris Studio
Define _xcb_map_new with explicit void arg list instead of empty one
Christian König (1):
fix deadlock with xcb_take_socket/return_socket v3
Daniel Martin (10):
c_client.py: Always initialize xcb_align_to
c_client.py: Do not create pointers in unions
Make xsltproc optional
Remove second AC_PREREQ, require version 2.60
Set AC_CONFIG_AUX_DIR to build-aux
Use build-aux as autom4te cache directory
Use m4 directory
Sort gitignore, adjust pattern for config.h
tests: Add files to .gitignore
c_client.py: Fix _sizeof() functions
Daphne Pfister (2):
Fix poll() if POLLIN == ROLLRDNORM|POLLRDBAND
Use /usr/spool/sockets/X11/ on HP-UX for UNIX sockets (#69118).
Julien Cristau (2):
Bump xcb-proto requirement to 1.10
Add NEWS for 1.10
Marc Deslauriers (1):
Update Makefile.am for newer automake
Mark Kettenis (1):
Fix alignment issues in FD passing code
Michael Stapelberg (1):
Build xcb-xkb by default
PHO (1):
Test the value of msg_controllen for platforms whose CMSG_FIRSTHDR() does not test it for us
Uli Schlachter (6):
Fix documentation of xcb_poll_for_event()
Revert "fix deadlock with xcb_take_socket/return_socket v3"
Revert "Remove xcb_ge_event_t from xcb.h"
Increment the "current" version info for sync, xinput and xkb
Add NEWS entries for releases 1.9.1 to 1.9.3
Release libxcb 1.10
|
|
it's time for a new xcb-proto release. This is just for some minor
bug fixes and to make the libxcb release work.
Thanks to everyone who helped!
Changes:
Daniel Martin (6):
xinput: Add XI2 event enum. for event selection
xv: Remove obsolete comments in EncodingInfo and QueryEncodings
Add note on pretty patches and src/.gitattributes
xkb: Comment out Doodads
xkb: Comment out the struct Property and {Get, Set}Geometry
xkb: Comment out intermixed fixed size fields and lists
Julien Cristau (1):
Add news for 1.10
Matt Turner (1):
xcbgen: Remove tab from xtypes.py.
Peter Harris (4):
Present: Remove reference to nonexistent enum
sync: Add missing namespace for the INT64 struct
sync: VALUETYPE and TESTTYPE are enum
xinput: Explicitly specify NotifyMode and NotifyDetail
Ran Benita (1):
xkb: Add struct Property as per spec (commented out)
Uli Schlachter (3):
Rename ge events to GeGeneric events
Add NEWS entries for release 1.9
Release xcb-proto 1.10
|
|
|
|
|
|
|
|
7.3.0:
Here's a stable xextproto to go along with Xserver 1.15
Keith Packard (1):
Bump release to 7.3
7.2.99.901:
Here's a release of xextproto that includes the new MIT-SHM requests
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Gaetan Nadon (1):
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Keith Packard (2):
Adds MIT-SHM AttachFd and CreateSegment requests
Bump version to 7.2.99.901 (7.3 RC1)
|
|
|
|
|
|
BROKEN and explicitly scheduled to be removed after 2013Q4.
|
|
|
|
|
|
|
|
pkgsrc changes:
- remove post-3.3.1 patches
- pull post-3.3.2 fixes for mlterm-fb from upstream:
- 4d974f7: fix mlterm-fb scroll on >=8bpp framebuffers
- 0b2987a: fix palette handling on 4bpp framebuffers
Changes from doc/en/ReleaseNote:
ver 3.3.2
* Support 4bpp framebuffer on NetBSD/luna68k.
* Desynchronize ssh negotiation on cygwin or mingw.
* "inner_border" option accepts "[horizontal border],[vertical border]" format value.
* Add "leftward_double_drawing" option which embolds medium fonts by drawing doubly at
1 pixel leftward instead of rightward.
* Add vte_terminal_set_color_*_rgba() functions to libvte compatible library.
* Bug fixes:
Fix memory leak when opening pty fails on win32gdi.
Fix the bug which disabled to clear hidden input method window it if large
value is specified for --border option.
Fix the bug which disabled to paste UTF-8 string.
Bitbucket pull request #1 (Thanks to Hayaki Saito san)
Fix the bug which causes segfault in pasting text via win32 clipboard from x11
applications over ssh x11 forwarding
Fix segfault caused by zero column characters like 0x200e.
|
|
|
|
|
|
may not be defined yet and broken with old bmake in netbsd5.
|
|
fixes for old bmake behavior in netbsd5 and missing MAKE_JOBS.
|