summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2016-04-16Update ruby-gnome2 packages to 3.0.8.tsutsui11-37/+68
Upstream changes: (from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.0.8/NEWS) = Ruby-GNOME2 3.0.8: 2016-04-03 It's a release that improves GTK+ 3 support. === Changes ==== All * Droped Ruby 2.0.0 support. * Travis: use Trusty beta image. [Patch by Hiroshi Hatake] * Added AltLinux to supported OSes. [Patch by Malo Skrylevo] ==== Ruby/GLib2 * Improvements * Added (({RVAL2CSTR_PTR_ACCEPT_NIL})). * Added (({RVAL2CSTR_RAW})). * Added (({RVAL2CSTR_RAW_ACCEPT_NIL})). * Supported (({GLib::Variant.new(value, type)})). * Added (({GLib::Regex})) class. [Patch by cedlemo] * Supported more variant types in (({rbg_variant_to_ruby})). [Patch by Aurelien Jacobs] * Supported array in (({rg_ruby_to_variant})). [Patch by Aurelien Jacobs] * Added (({GLib::Regex#split})). [Patch by cedlemo] * Added (({GLib::Regex#match})). [Patch by cedlemo] * Added (({GLib::MatchInfo})) class. [Patch by cedlemo] * Added (({GLib::Regex#max_backref})). [Patch by cedlemo] * Added (({GLib::Regex#capture_count})). [Patch by cedlemo] * Added (({GLib::Regex#has_cr_or_lf?})). [Patch by cedlemo] * Added (({GLib::Regex#max_lookbehind})). [Patch by cedlemo] * Added (({GLib::Regex#string_number})). [Patch by cedlemo] * Added (({GLib::Regex.escape_string})). [Patch by cedlemo] * Added (({GLib::Regex#match?})). [Patch by cedlemo] * Added (({GLib::Regex#match_all})). [Patch by cedlemo] * Added (({GLib::Regex#split})). [Patch by cedlemo] * Added (({GLib::Regex#replace})). [Patch by cedlemo] * Added (({GLib::Regex#check_replacement})). [Patch by cedlemo] * Added (({GLib::Regex#replace_eval})). [Patch by cedlemo] * Added (({GLib::MatchInfo#partial_match})). [Patch by cedlemo] * Added (({GLib::MatchInfo#fetch})). [Patch by cedlemo] * Added (({GLib::MatchInfo#[]})). * Added (({GLib::MatchInfo#fetch_pos})). [Patch by cedlemo] * Added (({GLib::MatchInfo#fetch_position})). * Added (({GLib::MatchInfo#fetch_all})). [Patch by cedlemo] * Added (({GLib::MatchInfo#next})). [Patch by cedlemo] * Fixes * Fixed a bug that raw string is converted to UTF-8. * Fixed handling of 64 bits (({FIXNUM})) variant initialization. ==== Ruby/GObjectIntrospection * Improvements * Supported allocated output parameter. * Supported dynamic callback. * Supported enum as output value. * Added function type name in error message. * Added (({RB_ZALLOC})). * Supported freeing GType-ed union. [GitHub#700][Reported by cedlemo] * Added (({GI::Repository#get_version})). * Fixes * Fixed a bug that block is always ignored in singleton method. [ruby-gnome2-devel-ja][Reported by Yuuki Harano] ==== Ruby/GIO2 * Improvements * Supported (({Gio::Application.new(:arguments => [...]})). [GitHub#519][Reported by Mamoru TASAKA] * Started to use dynamic callback. ==== Ruby/GTK3 * Improvements * Supported (({Gtk::Clipboard#request_text})). [ruby-gnome2-devel-en][Reported by Detlef Reichl] * Supported (({Gtk::Clipboard#request_contents})). * Supported (({Gtk::Clipboard#request_image})). * Supported (({Gtk::Clipboard#request_targets})). * Supported (({Gtk::Clipboard#request_rich_text})). * Supported (({Gtk::Clipboard#request_uris})). * Updated main demo application. [Patch by cedlemo] * Updated and finished sample tutorial. [Patch by cedlemo] * Supported (({Gtk::TreeModel#set_sort_func})). [GitHub#596][Reported by Christopher L. Ramsey] * Supported (({Gtk::Box#set_child_packing})). [GitHub#602][Reported by Ibrahim Tencer] * Updated stack demo. [Patch by cedlemo] * Added scale demo. [Patch by cedlemo] * Updated theming style classes demo. [Patch by cedlemo] * Created entry buffer demo. [Patch by cedlemo] * Made (({Gtk::EntryBuffer#new more rubyish})). [Patch by cedlemo] * Added markup demo. [Patch by cedlemo] * Added headerbar demo. [Patch by cedlemo] * Updated css accordion demo. [Patch by cedlemo] * Added pickers demo. [Patch by cedlemo] * Updated links demo. [Patch by cedlemo] * Added overlay demo. [Patch by cedlemo] * Added textmask demo. [Patch by cedlemo] * Added sidebar demo. [Patch by cedlemo] * Updated spinner demo. [Patch by cedlemo] * Updated entry completion demo. [Patch by cedlemo] * Added revealer demo. [Patch by cedlemo] * Updated expander demo. [Patch by cedlemo] * Added overlay2 demo. [Patch by cedlemo] * Updated colorsel demo. [Patch by cedlemo] * (({rbgobj_gc_mark_instance})) has to be called for the (({Gtk::TreeSelection})). [Patch by Hiroyuki Ito] * Updated css basics demo. [Patch by cedlemo] * Made (({Gtk::TreeModel#iter_nth_child})) and (({Gtk::TreeModel#iter_children})) work like (({#get_value})). * Added methods to Gtk::TreeIter: * (({Gtk::TreeIter#previous!})) * (({Gtk::TreeIter#has_child?})) * (({Gtk::TreeIter#n_children})) * (({Gtk::TreeIter#nth_child})) * (({Gtk::TreeIter#children})). [Patch by Hiroyuki Ito] * Added support for (({Gtk::TreeSelection})). [Patch by dutchhome] * Updated builder demo. [Patch by cedlemo] * Updated css pixbufs demo. [Patch by cedlemo] * Updated button box demo. [Patch by cedlemo] * Created css shadows demo. [Patch by cedlemo] * Updated infobar demo. [Patch by cedlemo] * Added support for MenuPositionFunc in (({Gtk::Menu#popup})). [GitHub#61][Reported by Abby Archer] * Made (({Gtk::Widget#translate_coordinates})) more rubyish. [Patch by cedlemo] * Added support for (({EntryCompletionMatchFunc})). [Patch by Hiroyuki Ito] * Updated iconview edit demo. [Patch by cedlemo] * Updated sizegroup demo. [Patch by cedlemo] * Updated cursors demo. [Patch by cedlemo] * Made (({Gtk::MenuItem#new})) like (({Gtk::CheckMenuItem#new})). [Patch by Hiroyuki Ito] * Move the (({#set_values})) implementation to (({Gtk::TreeModel})) instead of (({Gtk::ListStore})). [GitHub#659][Reported by detlef] * Updated search entry2 demo. [Patch by cedlemo] * Updated menus demo. [Patch by cedlemo] * Updated css multiplebgs demo. [Patch by cedlemo] * Added auto generated callback for AssistantPageFunc. * Added auto generated callback for BuilderConnectFunc. * Updated model button demo. [Patch by cedlemo] * Updated dialog demo. [Patch by cedlemo] * Added another example sample for (({Gtk::TreeStore})). [Patch by cedlemo] * Added the methods: * (({Gtk::TreePath#next!})) * (({Gtk::TreePath#prev!})) * (({Gtk::TreePath#up!})) * (({Gtk::TreePath#down!})). [Patch by cedlemo] * Added (({Gtk::TreeIter#first_child})). [Patch by cedlemo] * Updated filtermodel demo. [Patch by cedlemo] * Updated popover demo. [Patch by cedlemo] * Supported (({Gtk::Builder#connect_signals})). * Added new sample icons-theme-viewer.rb. [Patch by cedlemo] * Added new sample menus_from_resources.rb. [Patch by cedlemo] * Updated printing demo. [Patch by cedlemo] * Updated assistant demo. [Patch by cedlemo] * Updated panes demo. [Patch by cedlemo] * Updated font features demo. [Patch by cedlemo] * Fixes: * Fixed a bug that (({Gtk::Widget.set_connect_func})) doesn't work. [GitHub#703][Reported by cedlemo] ==== Ruby/Poppler * Improvements: * Removed needless (({POPPLER_TYPE_ORIENTATION})) binding. [GiHub#653][Reported by Rob Brackett] ==== Ruby/WebKit2GTK * Improvements: * Supported old WebKit2GTK+. === Thanks * Detlef Reichl * Mamoru TASAKA * cedlemo * Christopher L. Ramsey * Hiroyuki Ito * dutchhome Jon Raiford * Rob Brackett * Abby Archer * Yuuki Harano * detlef * Aurelien Jacobs * Hiroshi Hatake * Malo Skrylevo
2016-04-15Recursive PKGREVISION bump for poppler-0.42.0.wiz1-2/+2
2016-04-14Update libxkbcommon to 0.6.1.wiz2-7/+7
libxkbcommon 0.6.1 - 2016-04-08 ================== - Add LICENSE to distributed files in tarball releases. - Minor typo fix in xkb_keymap_get_as_string() documentation. libxkbcommon 0.6.0 - 2016-03-16 ================== - If the XKB_CONFIG_ROOT environment variable is set, it is used as the XKB configuration root instead of the path determined at build time. - Tests and benchmarks now build correctly on OSX. - An XKB keymap provides a name for each key it defines. Traditionally, these names are limited to at most 4 characters, and are thus somewhat obscure, but might still be useful (xkbcommon lifts the 4 character limit). The new functions xkb_keymap_key_get_name() and xkb_keymap_key_by_name() can be used to get the name of a key or find a key by name. Note that a key may have aliases. - Documentation improvements. - New API: xkb_keymap_key_by_name() xkb_keymap_key_get_name()
2016-04-14Link explicitly against -lXext on SunOS.jperkin1-1/+3
2016-04-13Update xf86-video-amdgpu to 1.1.0wiz2-7/+7
I'm pleased to announce the 1.1.0 release of xf86-video-amdgpu, the Xorg driver for AMD Radeon GPUs supported by the amdgpu kernel driver. This release supports xserver versions 1.9-1.18. Highlights: * Support for the upcoming Polaris family of GPUs. * Option "TearFree" can now prevent tearing with rotation/reflection as well (with Xorg >= 1.16). * RandR CRTC transforms now work correctly (but for now still exhibit tearing even with TearFree). * The RandR 1.4 provider name is now no longer hardcoded to "amdgpu" but constructed from the GPU chipset name and bus ID, allowing several GPUs supported by this driver to be distinguished by name. * The RandR primary output is now always explicitly marked as such. * The driver can prevent clients trying to use the DRI3 extension over a display connection forwarded via SSH from hanging. * VDPAU/OpenGL interoperation can now work with DRI3 enabled. * Many more fixes for issues using the DRI3/Present extensions. Plus many other small improvements and fixes. Thanks to everybody who contributed to this release in any way!
2016-04-13Update xf86-video-ati to 7.7.0.wiz2-8/+7
I'm pleased to announce the 7.7.0 release of xf86-video-ati, the Xorg driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver. This release supports xserver versions 1.9-1.18. Highlights: * Option "TearFree" can now prevent tearing with rotation/reflection as well (with Xorg >= 1.16). * RandR CRTC transforms now work correctly (but for now still exhibit tearing even with TearFree). * The RandR 1.4 provider name is now no longer hardcoded to "radeon" but constructed from the GPU chipset name and bus ID, allowing several GPUs supported by this driver to be distinguished by name. * The RandR primary output is now always explicitly marked as such. * The driver can now make use of more than 256MB of VRAM for scanout buffers, allowing e.g. virtual desktop sizes >= 8192x8192 to work. * The driver can prevent clients trying to use the DRI3 extension over a display connection forwarded via SSH from hanging. * Many more fixes for issues using the DRI3/Present extensions. Plus many other small improvements and fixes. Thanks to everybody who contributed to this release in any way!
2016-04-13Update modular-xorg-server to 1.18.3.wiz2-7/+7
A few fixes relative to 1.18.2, including one fairly important performance fix to the Present extension. Thanks to all for fixes and testing. Adam Jackson (2):       vfb: Re-add LD_EXPORT_SYMBOLS_FLAG to LDFLAGS       xserver 1.18.3 Chris Wilson (1):       Xext/vidmode: Reduce verbosity of GetModeLine debug messages Dave Airlie (1):       glamor: swizzle RED to 0 for alpha textures Michel Dänzer (2):       present: Only requeue for next MSC after flip failure       xfree86/modes: Make sure the HW cursor is hidden when it should be Olivier Fourdan (2):       xwayland: do not include frequency in mode name       xwayland: Pretend we support viewport in vidmode Sonny Jiang (1):       DRI2: add Polaris PCI IDs
2016-04-12Update gtksourceview3 to 3.20.1prlw13-12/+33
News in 3.20.1 -------------- * Improvements to style schemes * Export missing public methods * Translation updates News in 3.20.0 -------------- * Improvements to the syntax highlighting of: CSS, JavaScript, protobuf, Vala, imagej, Python 3 and BibTeX * Adapt code to use GTK_TEXT_VIEW_LAYER_BELOW_TEXT and GTK_TEXT_VIEW_LAYER_ABOVE_TEXT * Add a "sourceview" CSS class to all GtkSourceView's * Fixes to the MSVC build system * Various other small fixes and improvements * Translation updates News in 3.19.4 -------------- * CSS fixes to track GTK+ changes * Fix completion popup on Wayland * MSVC build projects * Misc bug fixes * Translation updates News in 3.19.3 -------------- * Many fixes to track GTK+ changes * Rework symbol visibility handling * Other small improvements * Translation updates News in 3.19.2 -------------- * Some CSS adjustments to track GTK+ changes * Add API to get the GtkSourceView version * Other small improvements * Translation update News in 3.19.1 -------------- * New class: GtkSourceTag with a draw-spaces property * Drop build dependency on intltool, use upstream gettext and ITS Tool instead * Completion windows: don't add space for scrollbars * Do not show undo/redo in context menu if undo/redo is disabled * Bracket matching: several bug fixes, unit tests written, code simplified * Other small code improvements * Translation updates News in 3.18.1 -------------- * Misc bug fixes * Translation updates News in 3.18.0 -------------- * Minor improvement to the CSS syntax highlighting * Translation updates News in 3.17.7 -------------- * Handle creating pixbufs for HiDPI resolutions * Improvements to the Octave and Matlab syntax highlighting * Other various code improvements * Translation updates News in 3.17.6 -------------- * Search and replace: fix bug with regular expressions containing look-ahead assertions. * Add some missing GI annotations * A few adjustments to the build system * Translation updates News in 3.17.5 -------------- * Support symbolic icons in the completion API * New lang or improved lang files: Rust, Meson, C, protobuf * Revamped build system (drop gnome-common dependency) * Misc bug fixes * Translation updates News in 3.17.4 -------------- * Add .rej files as another version of diff file * Improvements to lang files: Apache Pig, rpmspec * Misc bug fixes * Translation updates News in 3.17.3 -------------- * Add a few more functions to GtkSourceFile * Add the "smart-backspace" property * Misc bug fixes * Translation updates News in 3.17.2 -------------- * New widget: GtkSourceMap * Set a GtkTextTag name for context classes (no-spell-check, etc) * Add gtk_source_buffer_sort_lines() * Style schemes: * Support "single", "double" etc for the underline attribute * Support underline-color * Improvements to lang files: Ocaml, C++ header and Shell * Translation updates News in 3.17.1 -------------- * New public function: gtk_source_encoding_get_default_candidates() * Add g_autoptr autocleanup support * Add lang files for (basic) CSV and jade template * Improvements to lang files: C, CMake, GDB log, JavaScript, C#, F#, VB.net and CSS * Translation updates
2016-04-11Recursive revbump from textproc/icu 57.1ryoon73-146/+146
2016-04-11Additional CFLAGS and LDFLAGS to fix the build on SunOS.jperkin1-2/+3
2016-04-11fix support for gtk2 built for quartz instead of x11dbj5-1/+118
2016-04-11update PKG_{FAIL,SKIP}_REASON with +=dbj1-2/+2
2016-04-11compile and install .pyc filesdbj2-17/+67
2016-04-10Not nb1!prlw11-2/+1
2016-04-10Update gtk3 to 3.20.2prlw13-17/+81
Many changes including: * Fix blue background in Emacs windows * Fix a performance issue with excessive redraws * Active GtkSwitch widgets now use the :checked state, to match GtkToggleButton * GTK+ now respects default size even for windows that are not resizable * GtkScale and GtkScrollbar have received multiple fixes for fallout from the gadget port * GtkStackSwitcher will now switch pages when hovered during drag-and-drop * GtkRange, GtkScale and GtkScrollbar have been ported to use gadgets * GTK+ will now list included backends when seeing the environment variable GDK_BACKEND=help * gtk-builder-tool can now preview .ui files with custom CSS * gtk3-demo now demonstrates saving window sizes in the application example, and has many more widgets in the foreign drawing example. * GTK+ widget drawing scalability has been improved (for containers with many children, like large list boxes or flow boxes). * Drag-and-Drop has been rearchitected to move the input handling into GDK, where different backends can handle it according to their needs and capabilities. The new, 'managed' DND is currently implemented for X11 and Wayland. * CSS changes: - the rem unit is now supported - calc() expressions are supported, too - Allow loading svg imges - Fix baseline handling - -gtk-recolor() works properly with hi-dpi now - image() can be used in CSS now - Fix rendering of asymmetric borders - Add CSS names to more widgets - Support recoloring icons with -gtk-recolor - CSS margins, border and padding are more consistently supported - More widgets support min-width and min-height - More style properties have been superseded by CSS properties - Pseudo state names have been aligned with what CSS uses: :disabled instead of :insensitive, :indeterminate instead of :inconsistent and :drop(active) instead of :dnd. The old names still work - GTK+ specific CSS properties have been prefixed with -gtk-. The old names still work - The CSS syntax for Radial gradients is now supported - CSS documentation has been rewritten and expanded * Inspector: - The per-object CSS editor has been dropped; the global one is sufficient - The sidebar has been replaced by a combo box - Add a Show Layout option to the Visual tab - CSS node tree and style properties are now on the same page - The frame clock is shown in the Miscellaneous page - Isolate the inspector from visual debugging effects - Numerous smaller UI improvements - Show input device information - Update monitor information when it changes * Themes: - The HighContrast theme has been brought back up to par with Adwaita - Adwaita has received detail fixes for many widgets - Adwaita now transitions to backdrop - Windows theme: handle spin buttons and switches - Adwaita: Fixes for scales, combo boxes, info bars, action bars, radio and check buttons, side bars, etc - Adwaita has gained a new style of drop target highlighting - The Windows theme is now included on all platforms - new radio / check implementation - GTK+ now includes a HighContrastInverse theme which is a dark variant of the HighContrast theme * Wayland: - Synchronize key repeat with server - Add a bell request to gtk_shell and use it to implement gdk_window_beep - Add a focus request to gtk_shell and use it to implement gtk_window_present - Dropping tabs to create new windows is now supported - Implement primary selection (using a private protocol with mutter for now) - Implement startup notification - Fix a significant buffer leak - Support kinetic scrolling, using the new events in version 5 of the wl_pointer interface - Suppport DND actions and drag cancellation that were added in version 3 of the wl_data_offer interface * Windows: - Use a custom drag-resize implementation - Use layered windows - Provide workarea information - The Classic and XP themes have been dropped - The remaining theme is being fixed to work with CSS nodes - React to theme changes * Quartz: - Fix image retrieval from the clipboard * OS X: - Native zoom and rotate gestures are now supported For full details see: http://git.gnome.org/browse/gtk+/tree/NEWS?h=3.20.2
2016-04-10revbump for vala updateprlw14-8/+8
2016-04-10add kludge to sdksyms.sh to fix build on NetBSD-current w/ GCC 5tnn2-1/+29
2016-04-08Update inputproto to 2.3.2.wiz2-7/+7
Two fixes to the specs (i.e. text-file only). And Andreas' patch fixes up our asciidoc output to provide consistent output on rebuilds. Andreas Boll (1): specs: Set TZ=UTC before calling asciidoc Peter Hutterer (3): specs: note the (unused) time field in XIPassiveGrabDevice specs: rename EVENTMASK to EVTYPEMASK inputproto 2.3.2
2016-04-08Update xterm to 324:wiz2-7/+7
Patch #324 - 2016/03/10 updated configure macro CF_LD_RPATH_OPT from ncurses changes. provide alternate fix for Juha Nurmela's report by turning on POSIX signals if _POSIX_C_SOURCE is at least one. This is done to improve the behavior if a direct child process receives a STOP signal. revert change to CF_POSIX_C_SOURCE from patch #323 (reports by Ashish Shukla, Christian Weisgerber). Patch #323 - 2016/03/07 updated appdata and desktop files to add keywords (report by Richard Hughes). modify configure macro CF_POSIX_C_SOURCE to accommodate some systems, e.g., FreeBSD, which have separated their implementation specific preprocessor symbols from the POSIX ones, requiring both to be defined (report by Juha Nurmela). change the directory to the current working dir of the child process in exec-formatted and exec-selectable actions (patch by Alexander Pohoyda). correct typo in xterm.man (patch by Larry Hynes). correct typo in ctlseqs.ms (report by Shriramana Sharma). add feature to support XHTML and SVG screen dumps (patch by Jens Schweikhardt). correct response to DECRQSS when terminal id is less than 400 (patch by Iwamoto Kouichi).
2016-04-07actually, just passing -P to cpp(1) to inhibit linemarkers when using GCCtnn3-20/+7
is sufficient and avoids patch and tool dependency on tradcpp. Gleaned from FreeBSD ports.
2016-04-07Use tradcpp(1) for preprocessing sed script which is not actually C code.tnn3-3/+21
Fixes build with gcc5. (sed: 3: filenames.sed: unescaped newline inside substitute pattern)
2016-04-07g/c stale commenttnn1-8/+1
2016-04-03Use C++11 with GNU extensions for the build, otherwise alloca will notjoerg2-3/+4
be referenced correctly at least on NetBSD.
2016-04-01Use PKGMANDIR.jperkin2-4/+6
2016-04-01Honour --mandir. Fixes PKGMANDIR.jperkin2-5/+16
2016-04-01Support PKGMANDIR. Add patch comment.jperkin2-5/+12
2016-04-01Fix PKGMANDIR install.jperkin1-2/+2
2016-03-30Use PKGMANDIR. Add patch comment.jperkin2-4/+6
2016-03-30Use PKGMANDIR. Add patch comment.jperkin2-4/+6
2016-03-29Fix rpath to X11 libs.joerg3-6/+6
2016-03-29Add support for CFLAGS and LDFLAGS to x11/xpkhorben1-1/+3
This fixes building the package with PKGSRC_MKPIE. It is not a leaf package but only one other package depends on it (x11/libXprintAppUtil). Reviewed by wiz@
2016-03-27Fix build of the Scintilla control. Bump revision.joerg3-25/+55
2016-03-26Fix PLIST for libind option.tsutsui1-2/+1
Reported by Mayuresh on pkgsrc-users@: http://mail-index.netbsd.org/pkgsrc-users/2016/03/24/msg023205.html Note Indic roman seems handled by --otl with harfbuzz option since 3.6.2.
2016-03-25Avoid using the linker directly, otherwise rpath flags might not stick.joerg4-13650/+49
Regen configure explicitly. Bump revision.
2016-03-23Register missing dependency on curseskhorben2-2/+4
Found with an unprivileged bootstrap on NetBSD/amd64 (--prefer-pkgsrc yes)
2016-03-23Fix build with custom CFLAGSkhorben2-1/+19
2016-03-23Remove unused patchkhorben1-17/+0
2016-03-18fix bad macro parenthesisdbj2-4/+4
2016-03-17Disable SSLv2, fixing build against newer OpenSSL.jperkin2-8/+27
2016-03-17Remove xkl_engine_VOID__FLAGS_INT_BOOLEAN symbol, it no longerjperkin2-1/+16
exists. Fixes build on systems with a stricter linker than GNU.
2016-03-15Teach about difference of struct mcontext_t on Linux/i386 vs NetBSD/i386.tnn2-13/+18
Fixes build on NetBSD/i386.
2016-03-14Update mlterm to 3.7.0.tsutsui3-8/+9
Changes noted in doc/en/ReleaseNote: ver 3.7.0 * Support OSC 1337. (See http://www.iterm2.com/images.html) * Support animation gif of OSC 5379 show_picture on MacOSX/cocoa. * Enable to place configuration files in mlterm.app/mlterm/ on MacOSX/Cocoa. * Add 'mlfc' tool which automatically generates ~/.mlterm/aafont and ~/.mlterm/font-fb. * Change the format of ~/.mlterm/*font is changed as follows. [Charset] = [Font name];[Size],[Font name];[Size],[Font name];... -> [Charset] = [Font name] * Drop XT_CBLINK (CSI?12h/CSI?12l) support. * Simplify font configuration of OSC 5379. ('mlcc font USASCII <Font name>' is available.) * "CSI 38;2;r;g;b m" and "CSI 48;2;r;g;b m" shows high colors instead of approximate vt 256 colors. "vt_color_mode" / --vtcolor(=256/high/true) option changes the behavior. * Bug fixes: Fix illegal memory access on MacOSX/Cocoa and Android. Fix segfault in spliting window on MacOSX/Cocoa. (Enbugged at 3.6.2)
2016-03-14don't use xcrun checking for xcrun on osxdbj2-3/+12
command line tools don't install xcrun in the toolkit so do a simple check for cc instead
2016-03-14Only support the dri option if X11_TYPE is modular. Not very useful in andtnn4-10/+20
of itself, but cuts down on noise from libdrm and MesaLib in X11_TYPE=native bulk builds. Also, only enable the Present extension if building with DRI.
2016-03-14needs randrproto>=1.5.0tnn1-2/+4
2016-03-14remove references to ruby200tnn1-2/+2
2016-03-13Update to version 9.22.morr2-8/+7
Changes: - NOTICE: this release updates terminfo. - add terminfo capabilities for various ctrl and shift-ctrl key variants (patch by Sebastian Schmidt). - fix longstanding core font encoding bug where some character ranges could not be mapped from unicode to the font: affected encodings are big5, gb2312, iso8859-8 (hebrew), jis0201 and ksc5601 (reported by Mikachu). - fix crash when the number of columns is 1 and a 0 width character is inserted (reported by Kuang-che Wu). - fix a crash when parsing an invalid color specification (reported by Kuang-che Wu). - fix a buffer overflow in font name parser (reported by Kuang-che Wu). - do not start blinking cursor if the window is unfocused (reported by Devin J. Pohly). - change the width of underline and i-beam cursor to 2 pixels (based on a patch by Omar Sandoval). - add pointerShape resource to change the mouse pointer shape (based on a patch by Brian Watson). - a keysym resource for a key which is already bound to an action now properly rebinds the key. - do not report mouse motion events if Shift is active (patch by Daniel Hahler). - put the alpha component last in responses to OSC color queries (patch by Benjamin Herr). - the key_press hook is now invoked before processing the event, as documented. This change was done in 9.21 but not announced and fixes debian bugs #511377, #531751 and red hat bug #1105069. Note that this change breaks a few scripts, such as mark-yank-urls, which rely on the previous buggy behaviour that urxvt processes the event (in particular keysym bindings) before invoking the hook. - the tabbed extension now properly refreshes the active tab on a key press when the mouse pointer is outside the terminal window. - add 'lookup_keysym' perl method to lookup the action bound to a key combination. - a key combination bound to 'matcher:select' can now be used to cycle through the matches in matcher. - change perl integer accessors (->width et al.) into mutators.
2016-03-13needs libXrandr>=1.5tnn1-2/+2
2016-03-13GTK+ 2.24.30tnn2-8/+7
* X11: - Support Randr 1.5 monitor information * Bug fixes: 722815 OS X: Deliver GdkModifierType during 'drag-motion' 612611 Fix interaction between scrolling menus and automatic mnemonics 699652 win32: On focus restore the window if iconified 698652 win32: Properly handle show and focus OS X: Fix clipboard image retrieval OS X: Fix a crash when fullscreening 758893 Prevent status icon size dithering * Translation updates: Japanese Thai
2016-03-12MAKEFLAGS -> MAKE_FLAGS (pkgsrc guide 22.1)tnn3-7/+7