summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2014-11-11Update gtk3 to 3.14.5prlw12-6/+6
Overview of Changes in GTK+ 3.14.4 to 3.14.5 ============================================ * Bugs fixed: 726316 Backdrop inconvenient on multimonitor for reading text 737561 quartz: gtk+ 3.14.0 fails to build on 10.6.8, 'NSFullScreen... 737891 mounting LUKS partition from nautilus takes very long 738321 GtkMenu has unnecessary scroll buttons 738648 gdk_window_get_content() causes creation/destruction of bac... 738650 fix separator with iconic section and more 738886 Out of bounds access in MyEnhancedXkbTranslateKeyCode` 738955 Client-side decoration window menus appear at wrong positio... 739005 gtkstatusicon.c won't build with both X11 and Quartz backen... 739111 GtkFontChooserDialog fixes * Translation updates: Czech German Hungarian Lithuanian Serbian Overview of Changes in GTK+ 3.14.3 to 3.14.4 ============================================ * Bugs fixed: 730893 Dialogs use headerbars even when DialogsUseHeader is unset 737986 Transparent icon background rendered black on XFCE 738636 GtkStackSwitcher focus overlap border 738873 wayland backend aborts [...] if XDG_RUNTIME_DIR unset Only allow one center widget in boxes Memory leak fixes * Translation updates Brazilian Portuguese Indonesian Kazakh Norwegian bokmal Polish Slovak Spanish Overview of Changes in GTK+ 3.14.2 to 3.14.3 ============================================ * Bugs fixed: 724096 search-bar: don't show the widget until we're ready to reveal 737981 Strange frame in GtkScrolledWindow 737983 gtkplacessidebar: Open $HOME after unmounting or ejecting 737985 Unnecessary "GtkScrolledWindow .frame" 738158 Flat context menu button * Translation updates: Italian Persian Serbian Slovak Overview of Changes in GTK+ 3.14.1 to 3.14.2 ============================================ * GtkInspector now shows nested tree models * Bugs fixed: 737670 GtkCalendar days cannot be selected if vertical size is greater... 737679 Bookmarks are visually duplicated in sidebar 737952 Documentation missing for GtkTextView's new draw-layer function... 737929 Long tooltips extend too far horizontally without wrapping 737777 printing: Properly initialize auth_info in gtkprintbackend.c Teach GtkExpander:resize-toplevel about height-for-width Fix setting GtkRadioButton:group from .ui files Improve sheet drawing in the print dialog Avoid missing icons in the print dialog GtkStackSwitcher: Fix initially active button * Translation updates: Assamese Brazilian Portuguese Czech French German Korean Lithuanian Norwegian bokmal Russian
2014-11-09Update ruby-gnome2 package to 2.2.3.obache5-10/+5
= NEWS == Ruby-GNOME2 2.2.3: 2014-10-26 It is a bug fix release. It's recommended that you upgrade if your application uses thread and runs on Ruby 2.1 or later. === Changes ==== All * Improvements * Supported auto native package install on SuSE. ==== Ruby/GLib2 * Fixes * Fixed infinite loop bug on Ruby 2.1 or later. [ruby-gnome2-devel-ja] [Reported by Toshi Hatsune] ==== Ruby/GDK3 * Fixes * Added missing dependencies. [GitHub#258] [Reported by Luis Daniel Gonzalez Orozco] ==== Ruby/CairoGObject * Improvements * Supported auto required native package install by Homebrew. * Fixes * Fixed wrong package name on Debian. ==== Ruby/VTE3 * Improvements * Supported auto required native package install by Homebrew. ==== Ruby/Clutter * Improvements * Added Clutter.check_version?. === Thanks * Luis Daniel Gonzalez Orozco * Toshi Hatsune == Ruby-GNOME2 2.2.2: 2014-10-12 It is a Windows package fix release. == Ruby-GNOME2 2.2.1: 2014-10-12 It is a release that Ruby/GDK3 is migrated to Ruby/GObjectIntrospection based bindings. Some API changes in Ruby/GDK3 are expected but unexpected API changes may exist. If you find API change, please report it. If the API change provides non Rubyish API, it will be a bug. Ruby/GooCanvas is removed because we can't maintain it. === Changes ==== Ruby/GLib2 * Improvements * Added GObject#unref to free large object immediately. * Fixes * [windows] Added a missing exported symbol. ((({rbg_inspect}))) * Fixed a bug that signal handler doesn't work on Ruby 2.1. [ruby-gnome2-devel-en] [Reported by Carlo E. Prelz] * Fixed free function (free -> xfree). ==== Ruby/GObjectIntrospection * Improvements * Supported instantiating union. * Accepted 5 or more the number of signals. It may be increased for later GIO version. [GitHub#229] [Reported by cosmo0920] * Added "?" to boolean field value reader. * Supported mapping function info to method. * Don't handle MethodInfo as FunctionInfo. * Accepted not GType struct as an input argument. * Accepted getting a field value from not GType but GType descendant sruct. * Added Loader.register_constant_rename_map. * Supported in GType array. * Don't require needless array length argument. * Supported finding suitable method that has optional argument. * Fixes * Fixed wrong argument index for Ruby objects. * Fixed a bug that ArgInfo isn't passed. ==== Ruby/CairoGObject * Improvements * Suppressed a warning that instance variable gboxed not initialized. ==== Ruby/GIO2 * Improvements * Supported GLib 2.42.0. Annotation for GObject Introspection is added to g_pollable_input_stream_read_nonblocking() since GLib 2.42.0. See also: https://bugzilla.gnome.org/show_bug.cgi?id=730493 * Supported GLib <= 2.36.0. * Fixes * Fixed a bug that .pc isn't installed. [Reported by OBATA Akio] ==== Ruby/GDK3 * Improvements * Migrated to Ruby/GObjectIntrospection based bindings. * Gdk::Keyval::GDK_KEY_x style is deprecated. Use Gdk::Keyval::KEY_x style instead. * Accepted Gdk::RGBA for Cairo::Context#set_source_rgba. ==== Ruby/GTK3 * Improvements * Added Gtk::StackSwitcher. * Supported interrupt in Gtk.main. * Supported interrupt in Gtk::Dialog#run. [Reported by Carlo E. Prelz] * Added initialization with Gdk::RGBA value. [GitHub#231] [Patch by Detlef Reichl] * Added Gtk::Window#set_titlebar (enable the use of Gtk::HeaderBar). [GitHub#236] [Patch by tescorg] * Updated sample scripts. [Patch by kitachro] * Fixes * Fixed memory leak of Gtk::Image. [GitHub#252] [Reported by Michel Boaventura] ==== Ruby/GTK2 * Improvements * Fixed wrong property value on ppc64 and s390x. [GitHub#256] [Reported by mtasaka] ==== Ruby/GStreamer * Improvements * Added gstreamer.rb for Bundler's autoload. [GitHub#232] [Reported by saepia] * Added Caps.any and Caps.empty. * Supported property for Gst::ChildProxy. [GitHub#233] [Reported by saepia] * Fixes * Fixed a bug that Gst.init is failed. [GitHub#232] [Reported by saepia] ==== Ruby/Poppler * Improvements * Install Poppler with --with-glib option for Homebrew. [GitHub#237] [Reported by Colin Dean] * Removed needless `--with-glib` option. Now, it is the default. [rabbit-shocker/rabbit#24] [Reported by Kazuhiro NISHIYAMA] ==== Ruby/ClutterGStreamer * Improvements * Added clutter-gstreamer.rb to support Bundler's autoload. ==== Ruby/GooCanvas * Removed. === Thanks * OBATA Akio * Carlo E. Prelz * cosmo0920 * Detlef Reichl * saepia * tescorg * Colin Dean * Kazuhiro NISHIYAMA * kitachro * Michel Boaventura * mtasaka
2014-11-08Update gnome-desktop3 to 3.14.1prlw19-906/+28
- Fixed the build on systems lacking openat() - Translation updates - gnome-xkb-info: Fix some layouts not being associated to a locale - gnome-rr: Add missing introspection annotations - wall-clock: Add ref-tests for clock output - wall-clock: Always use the ratio character (#726232) - gnome-rr: Output the EDID vendor/product info as well - gnome-rr: Add backlight output in debug - thumbnailer: Try harder to create a failed thumbnail (#728775) - Fix the build on OpenBSD - gnome-rr: Improve debug output - gnome-rr: Actually define output_get_possible_crtcs (#727034) - gnome-rr: Initialize GnomeRROutputInfo:rotation to GNOME_RR_ROTATION_0 (#727023) - Always set the DPMS mode when requested - gnome-xkb-info: Remove xkbfile dependency (#719942) - API and ABI break - gnome-xkb-info: Apply main layout locale metadata to variants (#711291) - wall-clock: Replace ratio with colon on non-UTF-8 locales (#722664) - more new gnome-rr api - drop using glibc internal headers - docs for thumbnailers - idle monitor fixes - use newer libgsystem internally - gnome-rr: Improve debug output - Add gnome_rr_output_get_min_backlight_step() API
2014-11-08Update to 1.0.6:wiz2-7/+6
This release includes contributions by Daphne Pfister to resynchronize the X11 color name list with the CSS color name list that has forked from ours, and also includes a couple minor improvements to the showrgb program and to the build configuration.
2014-11-07Revbump after updating boostadam11-22/+22
2014-11-02Update mlterm to 3.4.0.tsutsui5-19/+48
pkgsrc changes: - add options for cairo and fribidi and enable them and xft2 by default per upstream default changes - also make gdk_pixbuf2 support optional (enabled by default) - regen a patch to adjust offset - take over maintainership to reflect reality Changes noted in doc/en/ReleaseNote: ver 3.4.0 * Support DEC Locator mode (which is necessary for Xsixel (http://github.com/saitoha/xserver-SIXEL)). * Support CSI > 2 p (for SDL-sixel and Xsixel) which always hides mouse pointer even if it moves. (Not compatible with xterm though.) * Add --point/use_point_size option. * Support software keyboard on rotated display. * Support HLS in sixel sequence. * Change the default mouse pointer on a mlterm window from IDC_ARROW to IDC_IBEAM on win32. * Embed sixel processing to mlterm which is built without --with-imagelib option instead of using 'mlimgloader' to improve performance. * './configure;make install' (without 'make') is available. * Build with fribidi, xft and cairo by default. * Change the default value of "type_engine" option from "xcore" to "xft". (If you want to use xcore, add "type_engine = xcore" to ~/.mlterm/main.) * Bug fixes: Fix corrupt scrolling within left-right margin which contains full-width characters. Fix a bug which disabled to show inline pictures if logsize=unlimited. Fix a bug which calls select(2) with an invalid file descriptor after restarting ibus. Fix a libvte bug which disabled color configurations on roxterm or sakura.
2014-10-31Changes 8.6.2:adam9-68/+92
This is a bug-fix release.
2014-10-29Rename vala to vala012prlw12-4/+4
2014-10-27Add a simple work around to link correctly xlib on X11_TYPE is "native"taca1-2/+3
case.
2014-10-26Merge all xsrc patches for better KMS support on NetBSD, requestedwiz9-5/+278
and tested by chs. Bump PKGREVISION.
2014-10-26Merge all xsrc patches for better KMS support on NetBSD, requestedwiz9-9/+223
and tested by chs. Bump PKGREVISION.
2014-10-26Fix for Darwin with Quartzadam1-1/+4
2014-10-25Consistency fix with Gtk+ 2.24; bumped PKGREVISIONkhorben3-2/+47
2014-10-25Dropped the dependency on x11/deforaos-keyboardkhorben1-2/+1
2014-10-24Use #if defined(__sun) instead of __sun__ as recommendedkhorben2-4/+4
2014-10-24Half of the patch is obviously outdated as the function returns voidjoerg2-28/+1
now. The other half is also in a place that is bogus, so drop the patch completely.
2014-10-24Packaged DeforaOS Panel 0.3.1, with:khorben7-43/+79
* dropped dependency on x11/deforaos-keyboard moved to DeforaOS Integration) * new and updated applets for network interfaces, username, wpa_supplicant... * additional wireless browser * improved compatibility with Gtk+ 3 * support for lateral panels...
2014-10-20Make sure that qwt-qt4 users don't pick up qwt6-qt4.joerg2-4/+5
2014-10-20Update to 0.4.0:wiz3-19/+17
Release 0.4.0 (2014-10-15) ========================== - Corrected return value documentation for xcb_image_shm_put(). - Added additional format tests for XY_PIXMAP bit planes. - Changed test_xcb_image to work with XY_PIXMAP with nontrivial planemask. - Fixed get_image to handle xy format with nontrivial plane_mask. - Fixed endianness bug in xy pixmap getimage. - Use AC_CONFIG_HEADERS to create a config.h file. - Add missing COPYING file. - Using X11 Protocol headers, so XPROTO_CFLAGS is required. - Move test cases into their own directory. - Fix compilation when NDEBUG is defined.
2014-10-20Update to 0.4.0:wiz3-10/+7
Release 0.4.0 (2014-10-15) ========================== - Remove AM_MAINTAINER_MODE. - Use AC_CONFIG_HEADERS to create a config.h file. - Add missing COPYING file. - Remove the dependency on X11 Protocol. - #include <stdio.h> for vsnprintf case, not just vasprintf (#64807).
2014-10-20- Added camlp4 dependencyjaapb3-3/+19
- Added patch to remove duplicate method - Added LICENSE
2014-10-20Update to 0.5.0:wiz3-7/+8
libxkbcommon 0.5.0 - 2014-10-18 ================== - Added support for Compose/dead keys in a new module (included in libxkbcommon). See the documentation or the xkbcommon/xkbcommon-compose.h header file for more details. - Improved and reordered some sections of the documentation. - The doxygen HTML pages were made nicer to read. - Most tests now run also on non-linux platforms. - A warning is emitted by default about RMLVO values which are not used during keymap compilation, which are most often a user misconfiguration. For example, "terminate:ctrl_alt_backspace" instead of "terminate:ctrl_alt_bksp". - Added symbol versioning for libxkbcommon and libxkbcommon-x11. Note: binaries compiled against this and future versions will not be able to link against the previous versions of the library. - Removed several compatablity symbols from the binary (the API isn't affected). This affects binaries which 1. Were compiled against a pre-stable (<0.2.0) version of libxkbcommon, and 2. Are linked against the this or later version of libxkbcommon. Such a scenario is likely to fail already. - If Xvfb is not available, the x11comp test is now correctly skipped instead of hanging. - Benchmarks were moved to a separate bench/ directory. - Build fixes from OpenBSD. - Fixed a bug where key type entries such as "map[None] = Level2;" were ignored. - New API: XKB_COMPOSE_* xkb_compose_*
2014-10-19Revbump after lang/lua51 update.alnsn1-2/+2
2014-10-13- Removed -no-tk option (thanks to joerg@ for reporting)jaapb2-17/+14
- Package now uses ocaml.mk framework
2014-10-10Update for lablgtk -> ocaml-lablgtk rename.wiz1-2/+2
2014-10-10Removed old lablgtk package; updated category Makefile.jaapb15-620/+2
2014-10-10Re-imported x11/lablgtk as x11/ocaml-lablgtk to better reflect PKGNAMEjaapb14-0/+618
2014-10-09Updated package to newest version, 2.18.2 and renamed ocaml-lablgtk forjaapb3-25/+24
clarity. Package uses ocaml.mk framework. Changes: * Revert old commit which broke notify signals * Quote $(FLINSTALLDIR) in Makefile * Update applications/browser for 4.02 * Make Float_val an alias for Double_val, since it was used wrongly anyway (Felix Ruess) * Make GObj.misc_ops#add_accelerator polymorphic in the widget of the signal (Erkki Seppala) * Use properties in GtkAdjustment, rather than direct accessors * fix GtkTree.IconView.get_path_at_pos (Thomas Leonard) * add gtksourceview2 to windows binaries
2014-10-09Revbump for ocaml 4.02.0.jaapb5-9/+10
(Some packages omitted because they will be updated to new versions)
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz51-152/+51
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-10-08Update required dependency versions (that was the point of updating pango)prlw11-6/+6
2014-10-07Update gtk3 to 3.14.1prlw14-142/+64
Highlights from release notes: * GtkMisc::xalign has been undeprecated for now, it is still needed * GtkIconView - Always draw cell background - Fix handling of prelight items * GtkWindow - Fix growing nautilus windows * Theming: - Use sass functions more - Theme .app-notification instead of .app-notification.frame - Lots of button fine-tuning - Avoid double background rendering in tooltips - Much faster blur implementation for shadows - Support symbolic, recolorable pngs - Many improvements in details - Style .needs-attention in GtkStackSwitcher - Adwaita is much more complete - Shadows, reliefs and frames in GtkScrolledWindow, GtkViewport, GtkButton, GtkEntry, GtkFrame, etc are now translated to style classes and themed - Use client-side shadows for menus and tooltips - Include the Adwaita theme - The default theme is now Adwaita - Icon loading now respects limits specified in the icon theme, unless GTK_ICON_LOOKUP_FORCE_SIZE is set - Don't include image content in icon caches, to avoid huge caches - GtkSwitch gained a hover state - Use outlines to render focus rings - Use icons to render spinners, expanders and arrows - GtkIconTheme can force symbolic or regular icon variants - GtkIconTheme will automatically load rtl icon variants * Inspector: - Show widget allocations - Show hidden windows - Fix initial state of dark switch - Show some widget states and buildable ids - Add GtkTreeSelection to object tree - Add an easy way to change the font - Can change hi-dpi scale on the fly - Can simulate touchscreen at runtime - Shows style properties - Ctrl-Shift-I selects the widget under the pointer - Property editors show property and settings bindings - Support saving custom CSS - Show GMenus and GActions - Show combobox menus and submenus - Lower the inspector window when picking - Misc. navigation improvements * Show widget state and other misc. info * Wayland: - Implement Drag-and-Drop - Use subsurfaces for entry completion popups - Use subsurfaces for tooltips - Support newer protocol versions - Fix repaint artifacts - Update xdg-shell - Always use CSD under Wayland - Avoid a crash on pointer-less systems - Context menus work now - Support GNOME classic mode - Update to the latest xdg-shell protocol - Updates for xdg_shell protocol changes - Touch support * To align better with css, button and menuitem subclasses now use a :checked state to indicate their checkedness, instead of :active or :selected. * Deprecations, removals: - GtkStatusIcon, GtkThemingEngine - GtkWindow no longer supports resize grips - builtin icons have been deprecated in favor of loading icons from resources - Style regions - Support for .icon files - gdk_window_flush, drawing outside of begin/end paint - GdkColor - GtkMisc - GtkArrow - focus-line-width style property - GtkNumerableIcon - GtkButton::x/yalign - gtk_widget_reparent - gtk_widget_region_intersect - gtk_container_set_reallocate_redraws * GtkFileChooser - Fix editing of bookmarks - Use symbolic icons in the path bar - received some design improvements * GtkTextView - Add a vfunc to allow subclasses to draw above/below text * GtkImage - Support scale factor when loading from resources * Windows: - Fix handling of input shapes - Support font scaling - Dialog theming fixes - Several crash fixes - Fix icon theme loading - *Many* theme improvements - Add popover theming - Enable introspection - Theme improvements * CSS: - Selectors can now match state pseudo classes on all elements - Support outline-radius in CSS - Implement 'unset' and 'all' - Support -gtk-icontheme - Support -gtk-icon-source - Add -gtk-icon-transform, supporting the 2D parts of CSS transforms - Support -gtk-icon-style * GtkListBox: - Rows now have a selectable property and will be styled accordingly - GtkListBox can now do multi-selection * GtkApplication: - gtk_application_prefers_app_menu is a new function to facility adapting UIs to platform expectations - GtkApplication now tries to load menus from resources in the resource path that is defined by GApplication - GtkApplication set up a resource path for loading icons as well * GtkScrolledWindow: - Scrolling in response to user input (scrollbar clicks, keynav) is now animated - The displacement animation has been replaced edge gradients * GtkScaleButton: - The orientation is now changed on the fly to make the popup fit into small windows * GtkEntry: - Activity mode progress is now smooth * Client-side decorations - The default button layout includes minimize and maximize again - Dialogs are no longer using client-side decorations when use-header-bar is unset * GTK+ now ships a simple icon theme browser, gtk3-icon-browser * Gestures: - Convert most widgets to use gestures internally * Widget factory: - Improve coverage of GTK+ features * Interactive debugging support. The GtkInspector window can be triggered with the Ctrl-Shift-I or Ctrl-Shift-D keyboard shortcuts, or via the GTK_DEBUG environment variable. * Gesture support has landed. New classes include GtkGestureLongPress, GtkGestureMultiPress, GtkGestureSwipe, GtkGesturePan, GtkGestureRotate, GtkGestureZoom. Many GTK+ widgets already use gestures internally. Gestures also show up in GtkInspector. The gesture-related APIs are still subject to change. * GTK+ widgets can now draw outside their allocation, by setting a clip with gtk_widget_set_clip(). The clip-related APIs are still subject to change. * GtkStack has added a few more transition types * GtkProgressBar is now narrower * GtkSwitch has a way to delay state changes * GtkMenuButton is using a popover for menu models by default * GtkPopover can have horizontal sections * GtkBuilder - Supports property binding - Supports dialog actions * Client-side decorations - The requirement for _GTK_FRAME_EXTENTS has been dropped to avoid 'double headers' with most window managers - Drawing of DND highlights around the entire window works * Broadway backend - Now builds on OpenBSD * Many bug fixes * Translation updates For full details see: https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.14.1
2014-10-07Revbump after updating libwebp and icuadam51-102/+102
2014-10-05Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.wiz4-11/+10
2014-10-05Update to 2.13:wiz2-6/+6
2.13 7 bugs fixed Translations updated
2014-10-05Update to 312:wiz2-6/+6
* undo change to do_select_regex() in patch #311 (reports by H Merijn Brand, Sven-Haegar Koch, Debian #762978).
2014-10-03Update to 7.5.0:wiz2-6/+7
Alex Deucher (7): radeon: enable hawaii accel conditionally (v3) radeon: fix warnings when building against older xservers radeon/kms: add new CIK pci ids radeon/kms: add new SI pci ids radeon/kms: fix mullins pci id radeon: require libdrm_radeon 2.4.58 for latest SI/CI pci ids radeon: bump version for release Andreas Boll (4): radeon: drop redundant radeon_drm.h includes radeon: move RADEON_TILING_{MASK, LINEAR} from radeon_drm.h to radeon.h radeon: drop radeon_drm.h radeon: remove definitions already present in radeon_drm.h Hans de Goede (1): configure: Include xorg-server.h before glamor.h Maarten Lankhorst (1): bump version post release Michel Dänzer (4): Handle CRTC DPMS from output DPMS hooks glamor: Set environment variable RADEON_THREAD=0 Add Emacs .dir-local.el file Revert "glamor: Set environment variable RADEON_THREAD=0" Thomas DeRensis (2): radeon: fix a leak in radeon_vbo_get_bo() radeon: fix build warnings regarding const qualifier
2014-10-03packagesd for x11/eekboard maintainance, but not used anymore.obache1-2/+2
2014-10-02Correction to the encoding as before.mef1-2/+2
-${PYSITELIB}/wx-2.8-gtk2-unicode/wxPython-${PKGVERSION}-py2.7.egg-info +${PYSITELIB}/wx-2.8-gtk2-unicode/${EGG_FILE2} Thanks wiz@
2014-10-02Update 2.8.10.1 to 2.8.12.0mef3-216/+786
2.8.12: ------- All: - Fixed a bug in UNC path testing. - Improved command line parser usage help. - Fixed race condition bugs in wxCondition. - Added wxT_2() for forward compatibility with wxWidgets 3. Use it in initialization of wxCmdLineEntryDesc struct elements and (very few) other places where wxT() is required currently but won't be allowed in v3. - Fixed crash on exit caused by deleting old logger in wxLogChain dtor. All (GUI): - wxRTC: fixed style selection resetting after editing a style. - wxRTC: can now edit line spacing in .1 increments from 1 to 2. - wxRTC: fixed wrong line spacing and space after paragraph calculations. - wxRTC: GetStyleMergedWithBase now detects loops. - wxRTC: wxRichTextCtrl::ApplyStyle now applies a paragraph style at the cursor without needing a selection, and setting the default style now avoids duplicating character attributes in subsequently typed text when they exist in the paragraph style. - wxRTC: fixed IsPositionVisible to scroll a position into view correctly. - wxRTC: fixed a problem with paste resetting the content paragraph style. - wxRTC: style list box now copes with names duplicated across style types. Also fixed wxRichTextStyleDefinition::GetStyleMergeWithBase similarly. - wxRTC: fixed very poor performance for XML loading on wxGTK. - Fixed error in generic tree control CalculatePositions. - Added wxFD_FILE_MUST_EXIST to wxFileSelector function. - Added wxDataViewCtrl Get/SetValueByRow functions for forward compatibility with 2.9. - Right-clicking is now supported in any kind of wxAuiToolBar button. - Fixed a bug in wxAcceleratorEntry::IsOk. - wxGraphicsContext::DrawBitmap: x and y coordinates no longer affected by stretch factor. - Fixed an assert in wxGrid on wxEVT_MOUSE_CAPTURE_LOST. - Fixed bug in generic wxTreeCtrl where SelectItem toggles the selection if the item is already in the desired state. - Fixed bug in wxSizer::Replace(size_t, wxSizerItem *) whereby SetContainingSizer is not called. - Fixed compilation with libpng 1.5 and above. - Removed ugly black (simple) border around wxHTML help window. wxMSW: - wxOwnerDrawnComboBox and wxComboCtrl with wxCB_READONLY window style now have more native-like focus indicator rendering. - Fixed wxOwnerDrawnComboBox keyboard handling: drop-down is no longer displayed when arrow key is pressed (without Alt). - In some rare cases wxOwnerDrawnComboBox drop-down animation could display as garbage. This has now been greatly reduced (mcben). - Fixed OLE date conversion bug. - Added check for double window handle creation. - Fixed WIN64 crash in wxStyledTextCtrl. - Fixed Watcom compilation when omitting threads. - Fixed wxFileName::IsFileReadable on Windows 98. - Fixed bug whereby clicking anywhere inside wxListBox generates wxEVT_COMMAND_LISTBOX_SELECTED event. You need to set wxUSE_LISTBOX_SELECTION_FIX to 1 in include/wx/msw/listbox.h to enable this binary-incompatible fix. wxGTK: - Fix for --disable-radiobtn compilation. - Fixed a bug on GTK+ only whereby wxGrid scrolls back to the previous edit position when another cell is edited. - Fix for missing menubar problem under some window managers where menu bar height is reported as 0 when the menu hasn't fully realized yet. Now updates the height during idle time if it is 0, otherwise no menu is shown. - Improved list control and tree control selection text theme compatibility by adding wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT colour index. - wxComboCtrl and wxOwnerDrawnComboBox had wrong background colours under some themes (Marcin Wojdyr). - Added thread-safe fixes to socket code. wxUniv: - Fixed assertion in tree control sample due to colour index not being supported. 2.8.11: ------- *** INCOMPATIBLE CHANGES: *** Due to an oversight, a bug fix in wxMSW resulted in an incompatible change in wxTreeCtrl behaviour: its EVT_TREE_ITEM_ACTIVATED handler now must skip the event being processed to allow the item to be toggled by double clicking on it. I.e. you need to ensure there is an "event.Skip()" in your item activation handler if you do wish to allow the item to be toggled. All: - Fixed crashes due to invalid input in PNG and TIFF image loaders (Tielei Wang). - Fix compilation of wxWidgets headers with recent Sun CC (Brian Cameron). NB: If your code uses _T() macro you must either replace it with wxT() to use Sun CC or define wxNEEDS__T before including wx headers and avoid including many standard headers (again, only with this compiler). - Added several functions forward compatible with wxWidgets 3.0 (troelsk): wxDC::SetDeviceClippingRegion(), wxShowEvent::IsShown(), wxIconizeEvent::IsIconized(), wxFileName::StripExtension(), wxXmlNode::GetAttribute[s](), wxXmlNode::AddAttribute(). - wxDateTime timezone functions now dynamic (no caching). All (GUI): - Add wxBU_EXACTFIT support to wxToggleButton XRC handler (Ronny Krueger). - wxRTC: fixed AltGr+key input and numeric keypad Delete on Windows. - wxRTC: added background colour setting to font dialog. - wxRTC: added wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler to use CSS where possible. - wxRTC: corrected centring and right-justification spacing. - wxRTC: corrected some problems with SelectAll. Caret is now set to end. - Paper size conversion from dimensions to id now uses definition ordering in order to use common types where there are duplications, fixing problems where invalid sizes caused incorrect second invocation of page setup dialog. - Corrected writing direction for Farsi. - Added wxBORDER_THEME to XRC. - Speeded up wxTreeCtrl by caching text size (botg). - Fix building with using system libpng 1.4 (Volker Grabsch). - Fixed generic wxDatePickerCtrl keyboard navigation. - Added EVT_WIZARD_PAGE_SHOWN event for wxWizard. wxMSW: - Fixed crash when copying Unicode URLs to the clipboard (Tim Kosse). - Fixed generation of wxEVT_CHAR_HOOK events. - Implement wxFileName::SetTimes() for directories (Steve Lamerton). - Correct wxTopLevelWindow::SetShape() for windows with menu bar (Peter Friis). - Backported speed-up of Vaclav Slavik's high quality print preview speed-up. You now need to set wxUSE_HIGH_QUALITY_PREVIEW_IN_WXMSW in src/common/prntbase.cpp and wxUSE_ENH_METAFILE_FROM_DC in include/wx/msw/enhmeta.h. - Worked around child window and caret positioning bug (in Windows) when using wxBORDER_THEME in a container window. - Suppressed spurious character event for decimal key in numeric keypad. - Prevented wxCheckListBox from corrupting menu items. wxGTK: - Don't access a possibly destroyed timer object from GTK callback (Tim Kosse). wxMac: - Fixed a problem with wxListCtrl whereby event processing would change the event object identifier, and thereby affect subsequent processing, and defeat custom event propagation of commands from current focus window. - Fixed a problem with wxFontDialog on Mac OS 10.6.
2014-10-02+py-qwt-qt4mef1-1/+2
2014-10-02Import py27-qwt-qt4-5.2.0 as x11/py-qwt-qt4.mef4-0/+144
PyQwt is a set of Python bindings for the Qwt C++ class library which extends the Qt framework with widgets for scientific and engineering applications. It provides a widget to plot 2-dimensional data and various widgets to display and control bounded or unbounded floating point values.
2014-10-01Update to 0.4.0:wiz2-8/+6
Arnaud Fontaine (3): Pick-up changes in m4 submodule as it's better to have all util repos at same m4 level. Remove old/outdated documentation crufts. Release 0.4.0 Bastien Dejean (1): Duplicate keycodes are unnecessary Michael Stapelberg (1): autogen.sh: verify that git submodules are initialized Uli Schlachter (1): Fix handling of error connections
2014-10-01Recursive bump for ffmpeg2 shared library major version bump.wiz1-2/+2
2014-10-01Update to 311:wiz2-6/+6
Patch #311 - 2014/09/18 * mention xclip in manpage as an alternative workaround for copying clipboard data, noting that selectToClipboard (from patch #209) is the recommended approach (Debian #639094). * correct comparison in do_select_regex() of working position against starting column. * correct initialization for regular-expression feature of exec-selectable and insert-selectable actions (Debian #758633). * modify logic for exec-formatted and insert-formatted actions to ensure that the formatting occurs just after the selection is received (Debian #758633). * account for state of reverse-video in special case of cursor coloring (Debian #759734). * fix a sign-extension problem in ReGIS support, as well as correcting a case where ignored-characters were not really ignored (patch by Ross Combs). * Enable the "Escape Sequence" menu entry when an OSC 50 is received. Also disable it if the escape sequence specifies no font (Debian #760208). * improve fix for the fontsel menu entry from patch #304: because the recovery used the "current font", it would fail if one first selected a valid font, then an invalid font (Debian #760207). * correct an off-by-one in limit-check for ScrnLimitChar function (report by Egmont Koblinger).
2014-10-01Update to 1.3.5:wiz2-6/+6
Here's a release of Xtrans that includes a bunch of const fixes and a new Listen function which the X server wants to allow -nolisten tcp by default. Alan Coopersmith (7): Update docs to note that TransName is now const char * Add const qualifiers to TRANS(Open...) address args Add const qualifiers to TRANS(Reopen...) port args Add const qualifiers to TRANS(CreateListener) port args Add const qualifiers to TRANS(Connect) args Add const qualifiers to TRANS(MakeAll*ServerListeners) port args Add const qualifiers to TRANS(OpenC{L,O}TS{Server,Client}) args Keith Packard (2): Add TRANS(Listen) function to re-enable specific listen sockets xtrans 1.3.5
2014-10-01Update to 2.4.58:wiz3-11/+11
2.4.58: Rob Clark (3): fix compile error on 32bit systems more compile fix configure.ac: bump version to 2.4.58 for release 2.4.57: Alex Deucher (2): radeon: add new CIK pci ids radeon: add new SI pci ids Benjamin Gaignard (1): modetest: Add support of STI driver Damien Lespiau (1): intel: Don't leak the test page in an has_userptr() error path Emil Velikov (27): all: include config.h only when available and use its defines libkms: remove explicit define _FILE_OFFSET_BITS 64 libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources libdrm,intel: Add Android build libdrm,intel: rework android header handling radeon: add Android build support nouveau: add Android build support freedreno: add Android build support android: add CleanSpec.mk freedreno: fd_bo_from_handle() remove duplicate declaration automake: remove obsolete makefiles Remove i810_drm.h and i830_drm.h from the distribution tarball automake: fix 'make commit-headers' configure: unconditionally check for atomic ops/primitives libkms: build the intel backend only when needed libkms: move sources lists to makefile.sources libkms: add Android build modetest: move sources lists to makefiles.sources modetest: add Android build automake: pick up all files for distribution. Add private mmap/munmap wrappers drm: use drm_mmap/drm_munmap wrappers libkms: use drm_mmap/drm_munmap wrappers nouveau: use drm_mmap/drm_munmap wrappers radeon: use drm_mmap/drm_munmap wrappers freedreno: use drm_mmap/drm_munmap wrappers intel: use drm_mmap/drm_munmap wrappers François Tigeot (1): drm: Implement drmCheckModesettingSupported() for DragonFly Lionel Landwerlin (4): atomic: add atomic_add_unless() intel: make bufmgr_gem shareable from different API intel: make bo_unreference() thread safe intel: make drm_intel_gem_bo_get_reloc_count() thread safe Maarten Lankhorst (6): nouveau: Only export public functions. radeon: Use symbol visibility. intel: Use symbol visibility. omap: Use symbol visibility. freedreno: Use symbol visibility. exynos: Use symbol visibility. Maks Naumov (1): radeon: Fix surf->bankh init by default value when surf->tile_split == 0 Rafal Sapala (1): intel: Adding locks for drm objects synchronization. Rob Clark (2): freedreno: add dmabuf import/export helpers configure.ac: bump version to 2.4.57 for release Thierry Reding (1): configure: Support symbol visibility when available Tvrtko Ursulin (1): intel: Add support for userptr objects
2014-09-25USE_TOOLS+=gm4, requires -I support.jperkin1-2/+2
2014-09-25Solaris build fixprlw13-1/+39