summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2015-06-30revert previous change to fix the build, looks like an accidental committnn1-3/+3
2015-06-30Update to 2.4.62:wiz2-6/+7
This release introduces the atomic and blob APIs, adds support for new devices (AMD Bonaire) and a new flag for coherent BOs in nouveau. Alex Deucher (1): radeon: add new bonaire pci id Alexandre Courbot (1): nouveau: add coherent BO attribute Boris BREZILLON (2): modetest: add atmel-hlcdc driver support tests/kmstest: support atmel-hlcdc Damien Lespiau (1): intel: Add the Broxton PCI IDs Daniel Stone (1): Add blob property create/destroy ioctl wrappers Emil Velikov (7): modetest: explicitly zero the newly allocated memory modetest: replace malloc + memset with calloc xf86drm: simplify drmMalloc/drmFree Revert "Add device enumeration interface (v4)" xf86drmMode: remove unused valgrind(VG) macros xf86drmMode: include config.h before anything else configure.ac: bump version to 2.4.62 for release Guillaume Desmottes (1): drmPrime*: initialize output args to 0 Ilia Mirkin (1): nouveau: add asserts to make sure krefs are there Jammy Zhou (1): Fix one warning (v2) Matt Turner (1): configure: Add flag to disable valgrind support. Tobias Jakobi (11): modetest: make middle SMPTE colors transparent modetest: only select plane with matching format exynos: fimg2d: fix return codes tests/exynos: replace return by break exynos/fimg2d: simplify g2d_fini() tests/exynos: clean struct connector tests/exynos: remove unused define tests/exynos: remove struct fimg2d_test_case tests/exynos: simplify drm_set_crtc tests/exynos: remove connector_find_plane tests/exynos: handle G2D_IMGBUF_COLOR in switch statements Ville Syrjälä (1): Support atomic modesetting ioctl frank (1): Add device enumeration interface (v4)
2015-06-30fix build of assembly files on ARMtnn2-1/+23
2015-06-30remove redundant patch, fixed in 1af15aaf278edcf6f6de94774350e34a80883c24tnn2-29/+1
2015-06-29Fix build with gcc 5.xmarkd2-10/+19
2015-06-29Update to 4.12.1:youri6-42/+35
4.12.0 ====== Stable release of xfce4-session for Xfce 4.12. * Miscellaneous bug fixes: - Remove AC_CHECK_HEADER_STDBOOL, it was only added in autoconf 2.69 and we dont use stdbool.h anyway - Add symlinks to the old icons (Bug #11513) - Rename action icon names (Bug #11513) - Gracefully handle the sessions dir being readonly (Bug #11307) - Add ConsoleKit2 support - Create scripts/xinitrc from scripts/xinitrc.in created by configure * Translation updates: Asturian (ast), Bulgarian (bg), Spanish (Castilian) (es), Finnish (fi), French (fr), Hebrew (he), Romanian (ro), Slovak (sk), Slovenian (sl). 4.11.1 ====== - Add DesktopNames to .desktop file - Export XDG_CURRENT_DESKTOP (Bug #11239) - Expand usage of xfsm_verbose for debugging - Don't log errors when trying to close non-existent FDs - Add error checking for fcntl - Properly print the dbus error message - Check the return value of select - atoi (argv[2]) is unsafe - Check the return value of gtk_tree_selection_get_selected - gtk_cell_renderer_text_new is never used - Minor Autotools Updates - Add fallback DragonflyBSD support for suspend/hibernate - Use pkexec for xfsm-shutdown (Bug 9952) - Handle gpg and ssh agents separately Patch by Mikhail Efremov - Non-POSIX compliant test used in startxfce4 (Bug 10828) Patch by seejay - Update copyright year (Bug 10768) - polkit_unix_process_new is deprecated (Bug 10793) Patch by Baurzhan Muftakhidinov - Add logind runtime detection to support suspend/hibernate (Bug 9952) Patch by Guido Berhoerster - Translation Updates: Asturian (ast), Bulgarian (bg), German (de), Spanish (Castilian) (es), Finnish (fi), French (fr), Norwegian Bokmål (nb), Dutch (Flemish) (nl), Polish (pl), Swedish (sv), Phan Vĩnh Thịnh (vi). 4.11.0 ====== - Remove gnome-keyring remains. - Remove xfce environment functions and use glib. - Add shutdown/reboot functionality for systemd (bug #8729). - Fix duplicated accelerators. - Use the async spawn function of glib. - Store the watch function id to avoid possible double free (bug #9709). - Translation updates: Amharic, Arabic, Asturian, Azerbaijani, Belarusian, Bulgarian, Bengali, Bengali (India), Catalan (Valencian), Czech, Danish, German, Dzongkha, Greek, English (Australia), English (United Kingdom), Spanish (Castilian), Basque, Persian, Finnish, French, Galician, Gujarati, Hindi, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Georgian, Kazakh, Korean, Lithuanian, Latvian, Macedonian, Marathi, Malay, Norwegian Bokmal, Dutch (Flemish), Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Slovak, Albanian, Serbian, Swedish, Tamil, Thai, Turkish, Uyghur, Ukrainian, Urdu, Urdu (Pakistan), Chinese (China), Chinese (Hong Kong), Chinese (Taiwan).
2015-06-29Update to 1.8.1:youri4-36/+39
=== Release 1.8.1 === build: install graphics tabs/ for gtk-2.0 theme (bug #11839) bis panel-plugin: fit button inside a single panel row build: install graphics tabs/ for gtk-2.0 theme (bug #11839) === Release 1.8.0 === gtkrc: always show steppers gtkrc: theme GtkNotebook gtkrc: fix top tabs gap gtkrc: set background tabs less opaque gtkrc: no need for bg[ACTIVE], use shade on fg[ACTIVE], and redefine tabs border gtkrc: fix syntax and switch fg[NORMAL] to @notes_fg_color build: remove soname versioning and install panel plugin to $datadir/xfce4/panel/plugins build: bump automake to 1.13 build: adjust to newer AM/AC macros build: fix s/AM_CFLAGS/AM_CPPFLAGS build: Uinstall hook for icon cache file
2015-06-29Update to 13.1.0 (all new patches have already been accepted upstream):wiz6-9/+189
This release is intended for general distro inclusion, Testing has been performed on various linux distros, FreeBSD 10.1 and Solaris 11.2. This release contains a number of build fixes and also changes to deal with improved vmmouse port security and backoff if a vmmouse kernel module is encountered. An additional dependency on libudev is introduced on linux. Note that if the new linux 4.1 vmmouse functionality is used, the user-space xf86-input-vmmouse driver can be skipped. Distros that want to keep the xf86-input-vmmouse driver as a backup should *not* use any version prior to 13.0.99 since those versions would compete with the in-kernel vmmouse driver for mouse input. 13.1.0: Thomas Hellstrom (1): Bump version number for release 13.0.99: Gaetan Nadon (6): Autoconf: remove AC_PROG_CC which overrides AC_PROG_CC_C99 from util-macros Autoconf: replace deprecated AC_HELP_STRING with AS_HELP_STRING Autoconf: minimum level required is 2.60 Autoconf: Fix deprecated use of AC_OUTPUT "make dist" fails when workstation has no udev package tools: make install fails when user has no write permission in /lib Jeremy Huddleston Sequoia (1): Always include config.h first Loïc Yhuel (1): Fix wheel button labels Peter Hutterer (4): Free the vmmouse data on UnInit Handle DEVICE_ABORT on ABI 19.1 Don't de-reference pMse if it hasn't been initialised yet Drop AM_MAINTAINER_MODE Stefan Dirsch (1): vmmouse_client.h: Include xorg-server.h before xf86_OSproc.h Thomas Hellstrom (5): Back off if we detect a vmmouse kernel driver v3 vmmouse: Run vmmouse_detect as an io privileged process vmmouse: Add support for the access restrict command vmmouse: Fix vmmouse_detect build on BSD vmmouse: Bump version number for release
2015-06-29Update to 1.17.2:wiz6-74/+14
This picks up a pile of fixes from master. Notable highlights: - Fix for CVE-2015-3164 in Xwayland - Fix int10 setup for vesa - Fix regression in server-interpreted auth - Fix fb setup on big-endian CPUs - Build fix for for gcc5 Complete changelog: Aaron Plattner (2): xfree86: Fix xf86_check_platform_slot's handling of PCI xfree86: Add GPU screens even if there are no active GDevs Adam Jackson (1): xserver 1.17.2 Adel Gadllah (1): modesetting: Fix software cursor fallback Alan Coopersmith (2): Clear ListenTransConns entries in CloseWellKnownConnections Accept x86_64 as well as i*86 for $host_cpu in Solaris on x86 Brent Collins (1): shm: Fix xselinux resource initialization for xinerama pixmaps Chris Wilson (2): shm: Fix use-after-free in ShmDestroyPixmap present: Copy unflip contents back to the Screen Pixmap Colin Harrison (2): os/xdmcp.c: Include Xtrans.h when building for WIN32 os/utils.c: Don't try to build os_move_fd() for WIN32 Dave Airlie (2): os/access: fix regression in server interpreted auth glamor: don't do render ops with matching source/dest (v2) Dima Ryazanov (1): xwayland: Implement smooth scrolling Egbert Eich (6): symbols: Fix sdksyms.sh to cope with gcc5 Xephyr: Don't crash when no command line argument is specified Xephyr: Print default server display number if none is specified Xephyr: Fix compile when debugging is enabled Xephyr: Fix screen image draw for the non-Glamor & non-XHSM case Xephyr: Fix broken image when endianess of client machine and host-Xserver differ Emil Velikov (2): randr: remove chatty error messages randr: use randr: prefix in ErrorF() Hans de Goede (1): Re-enable non serverfd input devices immediately on vtenter Jason Gerecke (2): xfree86: Return NULL from xf86CompatOutput if no compat_output is defined dix: Do not allow device transform to be set on valuatorless devices Jon TURNEY (9): ephyr: Avoid a segfault with 'DISPLAY= Xephy -glamor' os: XDMCP options like -query etc. should imply -listen tcp os: Teach vpnprintf() how to handle "%*.*s" hw/xwin/glx: Refactor parsing of the <proto> XML element hw/xwin/glx: Improve code generator to deal with latest Khronos OpenGL registry XML hw/xwin: Report Cygwin version information in log glamor: Fix build when configured --enable-glamor --disable-xshmfence hw/xwin/winclipboard: Link xwinclip with -lpthread hw/xnest: Fix build for MinGW Jonathan Gray (2): glamor: remove const from the return type of glamor_get_drawable_location() glamor: fix build when DRI3 is not defined Jürg Billeter (1): int10: Fix error check for pci_device_map_legacy Keith Packard (1): mi: Partial pie-slice filled arcs may need more space for spans Maarten Lankhorst (4): glamor: only use (un)pack_subimage when available glamor: do not check for gl errors in glamor_build_program glamor: Use GL_FRAMEBUFFER instead of GL_READ_FRAMEBUFFER glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2 Michal Srb (1): Expose GetMaster to modules. Michel Dänzer (2): Add AC_SYS_LARGEFILE defines to dix-config.h modesetting: Include dix-config.h from dumb_bo.c Olivier Fourdan (4): ephyr: Fail if glamor is requested but not usable xwayland: Add dependency on glamor libs glamor: check max native ALU instructions dix: Fix image byte order on big endian hardware Ray Strode (5): systemd-logind: filter out non-signal messages from message filter systemd-logind: don't second guess D-Bus default timeout xwayland: Enable access control on open sockets [CVE-2015-3164 1/3] os: support new implicit local user access mode [CVE-2015-3164 2/3] xwayland: default to local user if no xauth file given. [CVE-2015-3164 3/3] Robert Ancell (1): xwayland: Fix error strings Rui Matos (2): dix/events: Set currentTime to the given time stamp in NoticeTime xwayland: Throttle our cursor surface updates with a frame callback Vicente Olivert Riera (1): backtrace.c: Fix word cast to a pointer
2015-06-29Update to 2.3.4:wiz2-7/+6
Minor update to fix PanelID support. The minimum xserver version is now 1.6; if you haven't updated your xserver in the last six years, now would be a good time. Adam Jackson (3): configure: Drop PanelID test Don't include deprecated xf86PciInfo.h vesa 2.3.4 Alan Coopersmith (1): Raise required version of xorg-server to >= 1.6
2015-06-29Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.ryoon1-3/+3
sourceforge.jp is renamed to osdn.jp. However its mirror sites are not ready for osdn.jp.
2015-06-29Update to 0.5.0, this bring a new dependency; gtk3.youri2-8/+9
2015-06-29Update to 1.7.0.youri3-9/+11
2015-06-29Update to 4.4.4.youri2-7/+6
2015-06-29Update to 0.10.6.youri3-8/+10
2015-06-29Update to 4.12.2.youri2-8/+7
2015-06-27MirBSD also has SHA1Init() in libc.sevan1-2/+2
Pointed out by bsiegert@
2015-06-25SHA1Init() is only present in the libc of NetBSD, OpenBSD & Bitrig.sevan1-2/+2
Switch if statment from a *BSD wildcard to specifically listing these operating systems so FreeBSD & DragonFlyBSD can then use security/nettle. Reviewed by wiz@
2015-06-25For NetBSD, use TLS if available. Fixes rare asserts in automoc4 onjoerg3-3/+21
exit. Bump revision.
2015-06-25Fix build with Perl 5.22.joerg2-1/+16
2015-06-25Explicitly specify order for library installation, since libUtils.la isjoerg1-2/+5
used by others and needs to be installed before to allow relinking.
2015-06-24Fix linking with pulseaudio.nros1-2/+6
Bump pkgrevision. Requested by wiz.
2015-06-18Look for native fixesproto.pc in ${X11BASE}/share/pkgconfig, fixingjperkin2-3/+5
detection and bulk build impossibilities on EL6 and clones.
2015-06-18Add libXft per PR 40958, and while here also remove libXp asdholland2-6/+4
it's deprecated/useless. PKGREVISION -> 5.
2015-06-17Fix build under Solaris 10.tron3-3/+35
2015-06-16Update some minimum versions in requirements.wiz1-4/+4
atk bump requested by David H. Gutteridge in PR 49976.
2015-06-15Fix fallout of Perl update. Bump rervision of kdelibs3.joerg2-1/+16
2015-06-15gtk3 needs the version of libepoxy which hunts for just libGL.so.prlw11-1/+2
2015-06-15gtk3 needs a gettext which understands Glade, i.e., one which dependsprlw11-2/+2
on expat. (Thanks to ryoon for tools hint.)
2015-06-15Update gtksourceview3 to 3.16.1prlw13-10/+28
News in 3.16.1 -------------- * Update CMake language spec * Add a "path" class for contexts with a file name * Performance improvements for groups of text insertions/deletions * Fix bug with symbolic icons and dark GTK+ theme * Translation updates News in 3.16.0 -------------- * A few bug fixes and various other improvements * Translation updates News in 3.15.91 --------------- * Fix a crash when destroying the widget during a search * Add some signals to bind keyboard actions * Various other improvements * Translation updates News in 3.15.90 --------------- * Provide a way to draw background patterns (a grid) * Support incrementing and decrementing numbers * Various other improvements News in 3.15.3 -------------- * Better word boundaries for word selection (double-click) and word movements (ctrl+arrow, shift+ctrl+arrow, ctrl+backspace, etc). * Add style scheme chooser widgets: GtkSourceStyleSchemeChooser (interface), GtkSourceStyleSchemeChooserButton and GtkSourceStyleSchemeChooserWidget. * Add gtk_source_view_indent_lines() and gtk_source_view_unindent_lines(). * Add the GtkSourceView::move-to-matching-bracket action signal. * Add gtk_source_buffer_join_lines(). * Gutter: use current line background color for current line. * Add syntax highlighting support for Apache Thrift. * Various other improvements and bug fixes * Translation updates News in 3.15.2 -------------- * Undo/Redo: restore selection * Documentation improvements * Some GtkSourceGutter code refactoring * Syntax highlighting for Apache Pig 0.12 News in 3.15.1 -------------- * Search: allow caller to choose a style for text matches * gtk_source_completion_context_get_iter() now returns a gboolean to tell if the GtkTextIter is correctly set. For a more robust code, it is recommended to use the return value. * Improvements to the Lua and Yacc syntax highlighting * Translation updates
2015-06-14Fix build under NetBSD.ryoon1-2/+3
xgettext 0.18.3 or later is required. Add gettext-tools to TOOL_DEPENDS.
2015-06-14Update gtk3 to 3.16.3prlw15-19/+54
It now has a hard dependency on libepoxy, and provides gtk-icon-update-cache. Highlights from release notes: * Improve client-side decorations without a compositor * Theming: Fixes for the HighContrast theme * GtkMenuButton: - Improve accessible names * GtkCellRendererPixbuf: - Always follow state changes, the ::follow-state property is now ignored. This is necessary to make HighContrast and symbolic icons remain visible e.g. in selected rows. * GtkEntry: - Rework the size allocation code to be less arcane. This changed the semantics of the get_frame_size() vfunc. GtkEntry subclasses that override this vfunc may need adjustment. * Go back to requiring GTK_FRAME_EXTENTS support for CSD, to fix shadow problems in KDE. * GtkFileChooser: - Don't start search too eagerly - Use fts with tracker - Make tracker queries more similar to nautilus * GtkWindow: - Improve window dragging on header bars * Printing: - Make avahi-browsed printers work - Set printer state correctly * Wayland - Support hi-dpi cursors - Exit cleanly if the compositor goes away - Don't ignore early maximization/fullscreening - Make subsurface popovers work under Weston - DND fixes * GL - Port GdkGears example to modern OpenGL * GtkScrolledWindow - Avoid 'jumping' when zoom scrolling kicks in - Make zoom scrolling less easy to trigger - Make steppers use smooth autoscrolling - Ensure indicators appear in the correct place * Input methods can now be turned off entirely, which can be useful to free up the Ctrl-Shift-u shortcut * Add some DND support to gtk3-icon-browser * CSS - Support animated font weight changes * GtkPopover: - has a map/unmap animation now * GtkListBox now supports models with gtk_list_box_bind_model * GtkNotebook has a new function to support tab dnd * GtkSidebar was renamed to GtkStackSidebar to better convey what it does * GtkFileChooser now has a location column for search * GdkGLProfile has been removed * GTK+ types now support the GLib g_autoptr() facility for automatic cleanup of automatic variables. GTK+ itself does not use g_autoptr() internally. * GtkSearchEntry has gained ::next-match, ::previous-match and ::stop-search signals and a gtk_search_entry_handle_event() function, which help in providing a richer search experience and make search entries usable outside of GtkSearchBar. * GtkFileChooser: - The search has been reintegrated in the UI, there is now a toggle button on the header bar to go to search mode, in addition to the Alt-S shortcut. - The file chooser button now accepts files by drag-and-drop properly. * GtkScrolledWindow has gained a new ::edge-reached signal, which triggers when the edge of the scrollable area is reached. * CSS: - Performance improvements * OpenGL: - It is now possible to specify the required GL version, as well as some other options (debug, forward compatible) when creating a GdkGLContext - Support for the OpenGL legacy profile has been dropped. Most examples have been updated, with the exception of gdkgears, which will be fixed in the next snapshot - Use shader version 1.50 * GtkTextView - Allow to customize multi-click behaviors, using the new ::extend-selection signal - Selection can now be extended by scrolling - Better behavior and appearance for text selection with touch * GtkApplication: - Use app menu fallback with ssh connections - Provide a mechanism to hide unnecessary app menu items on OS X, so a single menu file can be used across platforms * GtkCalendar: - Show other months in a different color under Adwaita again - Ensure we always show a bit of the other month on both ends * GtkScrolledWindow - Make overlay scrollbars more dynamic * GtkFileChooser: - Make bookmark DND insert at the right location - Make '~' and '/' work in recent mode - Make Ctrl-L work in recent mode - Re-integrate search * CSS: - Introduce immutable style nodes - Performance improvements - Reduced memory consumption * GtkInspector: - Add a magnifier for the selected widget - Show more display information - Show memory address of objects * Wayland: - Use subsurfaces for popovers, so popovers can extend beyond the window boundaries - Prefer the Wayland backend over X11 if both are available * GL: - Fix interaction with hi-dpi - Add OpenGL support to the Windows backend * GtkTextView: - Font fallback and letter spacing can be controlled with tags now - Pango markup can be inserted in text buffers * GtkEntry now has API to grab focus without selecting the contents * GtkWindow now starts from the focused widget when looking for actions that are activated by accelerators * GtkScrolledWindow draws an indication where an edge if hiding some content that can be scrolled in * GtkStack has gained GtkNotebook-like focus handling * Theming: - Support :not() in CSS - GtkRange now supports :hover for the whole widget - The HighContrast theme has caught up with some never GTK+ features - Avoid excessive shadow redraws * Build: - gtk3-update-icon-cache is no longer used at build time, and the --enable-gtk2-dependency configure option has been removed - The examples that are used in the documentation can now be built standalone * Inspector: - Allow extension with loadable modules, the first use for this is gjs-inspector, which adds a JavaScript prompt - Allow testing cursor theme changes * GtkPopoverMenu: A GtkPopover subclass that makes it easy to manually build menu-like popovers which can include arbitrary controls. * GtkModelButton: A button widget that is optimized for use inside popovers with a GAction as 'model'. * GL support: - Try harder to pick good visuals - Rework the way GL rendering is done in GtkGLArea - Support input events in GtkGLArea - Use shaders - The GDK_GL environment variable can be used for debugging * Inspector: - Make picking widgets work in Wayland - Rework search in all pages - Improve space use - Support GL information and debug flags - Shield the inspector window from more debug settings - Hide empty tabs * Theming: - Include the HighContrast theme - Add borders to menus in non-composited environments - Load themes from versioned directories like .../themes/Emerald/gtk-3-14/. * Wayland: - Make window opacity work - Propagate clipboard owner changes * Mir: - Improved event handling - Support cursors - Enable CSD - Better monitor support - Add OpenGL support * Deprecations: - gdk_cursor_new - gdk_device_grab_info_libgtk_only - gdk_display_open_default_libgtk_only - gdk_add_option_entries_libgtk_only - gdk_pre_parse_libgtk_only * An experimental mir backend has been added. Use --enable-mir-backend to build it. * Inspector: - Show more information - Use a separate display connection * Deprecations: - GtkStyleProperties * GDK supports rendering windows using OpenGL; currently this is implemented for X11 and Wayland using libepoxy * GtkGLArea: A new widget for rendering with OpenGL * GtkSidebar: A new switcher for GtkStack that looks like a sidebar * Better typography: In many places, we now use proper Unicode characters for dashes, quotes, multiplication signs and the like, instead of ASCII approximations * Theming: - Context menus use the default font instead of inheriting from the widget they are attached to - Theming engines are no longer used - Backdrop style has been fine-tuned to make the difference to the active window more evident without affecting readability * Inspector: - Show nested tree models - Add a checkbox to disable the warning dialog - Rearrange the UI to gain space - Show object counts * GtkTextView has a monospace property * GtkPaned has a wide-handle property * GtkPrintUnixDialog - Has improved appearance without headerbars - Better rendering of sheet icons - No more missing icons * GtkScrolledWindow - A new policy, GTK_POLICY_EXTERNAL, which allows scrolling without showing a scrollbar - Scroll events can now overshoot as well - The new signal ::edge-overshot is emitted when the scrolled window is fully overshot - Scrollbars will be overlayed as narrow indicators when there is no mouse * Deprecations: - gdk_window_set_static_gravities - gdk_window_set_composited - gtk_style_context_get_background_color - gtk_style_context_get_border_color - gtk_settings_set_string/long/double_property - gtk_settings_install_property Plus many bug fixes and translation updates. For full details see: https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.16.3
2015-06-14Update gtk2 to 2.24.28prlw14-73/+15
Rename gtk-update-icon-cache to gtk2-update-icon-cache to avoid conflict with gtk3. Overview of Changes from GTK+ 2.24.27 to 2.24.28 ================================================ * Bug fixes: 693738 gtk print dialog shows "Getting printer information failed"... 746064 "sticky" window state reported wrongly on X11 746269 Segfault in gtk_tree_view_move_cursor_page_up_down 748014 W32: Tilting mousewheel left/right does not scroll horizontally
2015-06-13Package DeforaOS Locker 0.3.0khorben5-47/+16
This release brought: - new demo animation - Spanish translation - support for power management (DPMS) - improved build system - improved documentation - various bugfixes and improvements
2015-06-13Update mlterm to 3.5.0.tsutsui7-141/+267
pkgsrc changes: - handle new canna and wnn input method plugins as options - remove post-3.4.5 patch - pull the following post-3.5.0 Romanized Japanese conversion updates for wnn: https://bitbucket.org/arakiken/mlterm/commits/8de212cf5b3ec7f77ce1f9f6aa66770cb28b935e Changes noted in doc/en/ReleaseNote: ver 3.5.0 * Support WSDISPLAYIO_GET_FBINFO on NetBSD/framebuffer. * Support Canna (--im canna) and Freewnn (--im wnn) as input method plugins. * Support vertical and horizontal screen separation. (Note that -s=false option disables not only scrollbar but also screen separation.) * Add HSPLIT_SCREEN(Shift+F1), VSPLIT_SCREEN(Shift+F2), NEXT_SCREEN(Shift+F3), PREV_SCREEN(Shift+F4), CLOSE_SCREEN(Shift+F5), HEXPAND_SCREEN(Shift+F6) and VEXPAND_SCREEN(Shift+F7) to shortcut key settings. * Add "hsplit_screen", "vsplit_screen", "hresize_screen", "vresize_screen" and "next_screen" to OSC 5379. * Rename "use_scrollbar" option to "use_mdi" which enables not only scrollbar but also screen separation. * Support Allow132 (CSI?40h, CSI?40l). (Merge https://gist.github.com/saitoha/4b320b9cb6d637d14dbc) * HankakuZenkaku key works on Linux/framebuffer. * Bug fixes: Fix stiff behavior of "use_local_echo=true" on ssh connection by libssh2. Fix a bug which disabled OSC 5379 show_picture URL on all platforms except win32. (enbugged at 3.4.2)
2015-06-12Update to 1.5:wiz2-7/+6
Aaron Plattner (1): Use the right screen from $DISPLAY Chris Wilson (13): repeat: Specify test width/height rather than relying on win_width/height blend: Combine multiple tests into a single XGetImage request composite: Batch tests Split out printing the results from eval_diff() repeat: Only call GetImage once for each test. triangles: Use a single GetImage call to sample the result tsrcoords: Sample result with just a single GetImage tsrcoords2: Sample result using a single GetImage dstcoords: Sample result using a single GetImage TODO: Multiple roundtrips for image processing due to get_pixel fixed blend: Handle more sources than available rows in the window composite: Handle more sources than available rows in the window blend: Second attempt to handle multiple source pages... Damien Leone (1): t_tsrccoords: Skip this test when using indexed picture formats Dave Airlie (3): rendercheck: make gradient results align with pixman rendercheck: constrain accuracy rendercheck 1.5 Eric Anholt (6): Fix const cast warnings in our ops definitions. Convert to using asprintf for describe_format. Disable useless shadow warnings. Shut up some const assignment warnings. Add test for GTK rendering bug in glamor. Add test for a rendering bug in libreoffice. Gaetan Nadon (1): config: remove unrequired AC_HEADER_STDC Jeremy Huddleston (2): Report which test groups passed successfully Include strings.h for strcasecmp Matt Craighead (1): fix compiler warnings Vikram Fugro (1): t_triangles: Fix for triangles(trapezoids) test case
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz36-67/+72
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz2-4/+4
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-06-12Add patch to fix build with glib-2.44, from FreeBSD ports.wiz2-1/+225
2015-06-11Fix build with perl-5.22.0.ryoon2-1/+64
2015-06-11Update gnome-desktop3 to 3.16.2prlw15-41/+8
- Drop libgsystem dependency (#680326) - Modernize gtk-doc use (#742479) - Fix memory handling in GnomeRR and language code (#742111, #742569) - Fix mutex handling in thumbnailing code (#740666) - Fix thumbnailing failures due to internal cleanups (#684026) - Add installed tests (#737140) - Recognize builtin monitors in Dell machines (#740289) - Improve thumbnail handling (#684026) - languages: Use a more broadly compatible locale codeset suffix (#710412) - Remove unused code in gtk-reftest (#737123) - Translation updates
2015-06-09Update to 0.10.0ryoon2-10/+20
* Adjust X11 library dependencies. Changelog: 0.10.0: set WM_NAME, _NET_WM_NAME, and _NET_WM_PID (Michael Stapelberg) support for UTF-8 strings minor fixes 0.9.1: fixed cutsel segfault for empty cut buffer (Jurij Smakov) built package with libtool 2.4.2.418 to support ppc64le
2015-06-09update PLIST for modular-xorg-server with dtrace optionrichard1-1/+2
2015-06-08iCompile before linking for compilers that optimise out library symbols that dodsainty2-4/+7
not appear to be in use.
2015-06-07Add forgotten package from last commit,youri1-2/+2
was : update libsoup buildlink path
2015-06-07Drop outdated @commentjoerg1-2/+1
2015-06-05+ sxhkdyouri1-1/+2
2015-06-05Import sxhkd-0.5.5 as x11/sxhkd.youri4-0/+33
sxhkd is a simple X hotkey daemon with a powerful and compact configuration syntax. ok khorben
2015-06-02Update maintainer email address.youri1-2/+2
2015-05-31Bump PKGREVISION for hs-dlist-0.7.1.1szptvlfn4-8/+8