summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2019-02-04x11/kitty: update to 0.13.3 and fix build issuesgutteridge4-21/+43
Update to version 0.13.3. Separately, fix several build issues. The most significant problem was that the builds were non-reproducible, since elements of documentation were auto-generated to a directory structure with a random naming element, so no two PLISTs were the same. Also, it has a specific expectation it has the GNU ncurses version of tic(1), given the output it requires. This would cause breakages in NetBSD deployments that didn't happen to have ncurses installed from pkgsrc already. (If ncurses was installed, this package would build without it being noted as a dependency because the pkgsrc tools prefer the pkgsrc installation paths first.) An alternate fix would be to patch this package's custom Python code that calls tic(1) to work with NetBSD's implementation, but I opted not to choose that because there may be similar portability issues elsewhere. (E.g. looking at the man page for tic[1] on Illumos, I see it doesn't even have an -o option listed.) Change log: 0.13.3 [2019-01-19] icat kitten: Add a --stdin option to control if image data is read from STDIN (#1308) hints kitten: Start hints numbering at one instead of zero by default. Added an option --hints-offset to control it. (#1289) Fix a regression in the previous release that broke using background for cursor_text_color (#1288) macOS: Fix dragging kitty window tabs in traditional full screen mode causing crashes (#1296) macOS: Ensure that when running from a bundle, the bundle kitty exe is preferred over any kitty in PATH (#1280) macOS: Fix a regression that broke mapping of ctrl+tab (#1304) Add a list of user-created kittens to the docs Fix a regression that broke changing mouse wheel scroll direction with negative wheel_scroll_multiplier values in full-screen applications like vim (#1299) Fix background_opacity not working with pure white backgrounds (#1285) macOS: Fix "New OS Window" dock action not working when kitty is not focused (#1312) macOS: Add aliases for close window and new tab actions that conform to common Apple shortcuts for these actions (#1313) macOS: Fix some kittens causing 100% CPU usage 0.13.2 [2019-01-04] Add a new option tab_title_template to control how tab titles are formatted. In particular the template can be used to display the tab number next to the title (#1223) Report the current foreground processes as well as the original child process, when using kitty @ ls Use the current working directory of the foreground process for the *_with_cwd actions that open a new window with the current working directory. Add a new copy_or_interrupt action that can be mapped to kbd:ctrl+c. It will copy if there is a selection and interrupt otherwise (#1286) Fix setting background_opacity causing window margins/padding to be slightly different shade from background (#1221) Handle keyboards with a "+" key (#1224) Fix Private use Unicode area characters followed by spaces at the end of text not being rendered correctly (#1210) macOS: Add an entry to the dock menu to open a new OS window (#1242) macOS: Fix scrolling very slowly with wheel mice not working (#1238) Fix changing cursor_text_color via remote control not working (#1229) Add an action to resize windows that can be mapped to shortcuts in kitty.conf (#1245) Fix using the new_tab !neighbor action changing the order of the non-neighboring tabs (#1256) macOS: Fix momentum scrolling continuing when changing the active window/tab (#1267) 0.13.1 [2018-12-06] Fix passing input via the pipe action to a program without a window not working. Linux: Fix a regression in the previous release that caused automatic selection of bold/italic fonts when using aliases such as "monospace" to not work (#1209) Fix resizing window smaller and then restoring causing some wrapped lines to not be properly unwrapped (#1206) 0.13.0 [2018-12-05] Add an option scrollback_pager_history_size to tell kitty to store extended scrollback to use when viewing the scrollback buffer in a pager (#970) Modify the kittens sub-system to allow creating custom kittens without any user interface. This is useful for creating more complex actions that can be bound to key presses in kitty.conf. See doc:kittens/custom. (#870) Add a new nth_window action that can be used to go to the nth window and also previously active windows, using negative numbers. Similarly, goto_tab now accepts negative numbers to go to previously active tabs (#1040) Allow hiding the tab bar completely, by setting tab_bar_style to hidden. (#1014) Allow private use unicode characters to stretch over more than a single neighboring space (#1036) Add a new touch_scroll_multiplier option to modify the amount scrolled by high precision scrolling devices such as touchpads (#1129) icat kitten: Implement reading image data from STDIN, if STDIN is not connected to a terminal (#1130) hints kitten: Insert trailing spaces after matches when using the --multiple option. Also add a separate --add-trailing-space option to control this behavior (#1132) Fix the *_with_cwd actions using the cwd of the overlay window rather than the underlying window's cwd (#1045) Fix incorrect key repeat rate on wayland (#1055) macOS: Fix drag and drop of files not working on Mojave (#1058) macOS: Fix IME input for East Asian languages (#910) macOS: Fix rendering frames-per-second very low when processing large amounts of input in small chunks (#1082) macOS: Fix incorrect text sizes calculated when using an external display that is set to mirror the main display (#1056) macOS: Use the system default double click interval (#1090) macOS: Fix touch scrolling sensitivity low on retina screens (#1112) Linux: Fix incorrect rendering of some fonts when hinting is disabled at small sizes (#1173) Linux: Fix match rules used as aliases in Fontconfig configuration not being respected (#1085) Linux: Fix a crash when using the GNU Unifont as a fallback font (#1087) Wayland: Fix copying from hidden kitty windows hanging (#1051) Wayland: Add support for the primary selection protocol implemented by some compositors (#1095) Fix expansion of env vars not working in the env directive (#1075) Fix mouse_hide_wait only taking effect after an event such as cursor blink or key press (#1073) Fix the set_background_opacity action not working correctly (#1147) Fix second cell of emoji created using variation selectors not having the same attributes as the first cell (#1109) Fix focusing neighboring windows in the grid layout with less than 4 windows not working (#1115) Fix ctrl+shift+special key not working in normal and application keyboard modes (#1114) Add a terminfo entry for full keyboard mode. Fix incorrect text-antialiasing when using very low background opacity (#1005) When double or triple clicking ignore clicks if they are "far" from each other (#1093) Follow xterm's behavior for the menu key (#597) Fix hover detection of URLs not working when hovering over the first colon and slash characters in short URLs (#1201)
2019-02-03dmenu: Update to 4.9leot2-7/+7
Changes: 4.9 --- - Handle IME input - Do not allow using color fonts (workaround to avoid possible crashes) - Misc bug fixes and improvements
2019-02-03Allow Ruby 2.6 to build.taca1-2/+2
2019-02-03ruby-gnome2: update to 3.3.2. (missed file in previous)tsutsui1-1/+2
2019-02-03ruby-gnome2: update to 3.3.2.tsutsui5-25/+25
Upstream changes (from NEWS): == Ruby-GNOME2 3.3.2: 2019-02-03 This is a bug fix release of 3.3.1. === Changes ==== Ruby/GObjectIntrospection * Fixed * Fixed wrong nil check. [GitHub#1270][Patch by moveccr] * Fixed a memory leak when module function is used with block. [GitHub#1270][Reported by Izumi Tsutsui] ==== Ruby/GTK3 * Improvements * Add backward compatibility APIs: * (({Gtk::Screen#add_style_provider})) * (({Gtk::Screen#remove_style_provider})) * (({Gtk::StyleContext.add_provider_for_screen})) * (({Gtk::StyleContext#add_provider})) === Thanks * moveccr * Izumi Tsutsui
2019-02-01revbump for libvncserver consumerstnn1-1/+2
2019-02-01x11vnc: update to 0.9.16tnn2-7/+7
changes: build fixes, doc fixes
2019-01-31xfce4-session: remove file that is not in distinfowiz1-48/+0
2019-01-29gtk3: Update to 3.24.4leot2-7/+7
Changes: Overview of Changes in GTK+ 3.24.4 ================================== * Support gtk_file_chooser_set_filter in GtkFileChooserNative * Bugs fixed: - wayland: Fix long combobox positioning - about dialog: Activate all links in the same way - switch: Add fallbacks for symbols - spinbutton: Fix background color * Translation updates: - Africaans
2019-01-29x11/kitty: move bsd.prefs.mk placement to fix buildsgutteridge1-3/+3
bsd.prefs.mk needs to be first to pull in an appropriate Python version if one isn't already installed. XXX there are still other build issues.
2019-01-28xorgproto: pkglint style fixkamil1-4/+4
No Functional Change Intended
2019-01-27xf86-video-ati: fix bitrot, make it build againtnn3-3/+36
2019-01-27ruby-gnome2: update to 3.3.1.tsutsui10-35/+30
Upstream changes (from NEWS): == Ruby-GNOME2 3.3.1: 2019-01-09 This is a release that improves GObject Introspection support. === Changes ==== Ruby/GLib2 * Improvements * (({rbgobj_remove_relative()})): Added support for removing a relative added by (({rbgobj_add_relative()})). * Stopped to use raw (({Hash})) to guard objects from GC. * (({GLib::Idle.remove})): Deprecated. Use (({GLib::Source.remove})) instead. * Fixes * Fixed typos in samples. [GitHub#1267][Patch by kojix2] ==== Ruby/CairoGObject * Improvements * Started to require cairo gem 1.16.2 or later. ==== Ruby/GObjectIntrospection * Improvements * Added support for input object validation. * Added support for callback with module function such as (({Gdk.threads_add_idle})). [GitHub#1256][Reported by xetum] * Added support for converting (({GHash<utf8, GObject>})). * Added support for transfer full (({GHash})). * Added support for freeing array of primitive types. [GitHub#1266][Patch by Yosuke Shiro] * Improved suitable method detection for array and list. * Added support for converting an array of (({GObject})). * Added support for renaming compare operations: * (({not_equal})): (({!=})) * (({less_than})): (({<})) * (({less_than_or_equal})): (({<=})) * (({greater_than})): (({>})) * (({greater_than_or_equal})): (({>=})) ==== Ruby/GdkPixbuf2 * Fixes * Fixed markup. [GitHub#1250][Patch by kojix2] * Fixed a bug that data passed to (({GdkPixbuf::Pixbuf.new(data: array)})) is corrupt by GC. ==== Ruby/Pango * Improvements * (({Pango::Layout#get_pixel_extents})): Added for backward compatibility. * (({Pango::Rectangle#ascent})): Added for backward compatibility. * (({Pango::Rectangle#descent})): Added for backward compatibility. * (({Pango::Rectangle#lbearing})): Added for backward compatibility. * (({Pango::Rectangle#rbearing})): Added for backward compatibility. * (({Pango::Rectangle#left_bearing})): Added. * (({Pango::Rectangle#right_bearing})): Added. ==== Ruby/GTK2 * Fixes * Fixed typos in samples. [GitHub#1268][Patch by kojix2] ==== Ruby/GTK3 * Improvements * Updated sample to work on HiDPI environment. [GitHub#1246][Patch by noanoa07] * Updated samples. [GitHub#1258][GitHub#1259][GitHub#1260][Patch by kojix2] ==== Ruby/RSVG2 * Fixes * Fixed typos. [GitHub#1253][Patch by kojix2] * Removed needless rsvg2 gem dependency for Windows. [GitHub#1261][Reported by noanoa07] ==== Ruby/GEGL * Fixes * Fixed a typo in README. [GitHub#1263][Patch by kojix2] === Thanks * noanoa07 * kojix2 * xetum * Yosuke Shiro
2019-01-26qt5-qttools: make qdoc optionaltnn2-5/+13
It pulls in all of clang and I don't need that just to build wireshark.
2019-01-26append to PKG_SUPPORTED_OPTIONS since this file is used by multiple pkgstnn1-2/+2
2019-01-24Updated x11/ocaml-lablgtk to version 2.18.7jaapb5-38/+15
Minor changes, for example to build with ocaml 4.05.
2019-01-23Silence useless warning.youri3-7/+19
2019-01-23Add initial NetBSD backend for the cpufreq panel plugin.youri11-8/+1947
2019-01-23Use INSTALL file for the post-install commands,youri2-5/+11
so that it works with pkg_add. Noted by wiz@.
2019-01-22libdrm: update to 2.4.97.wiz4-29/+29
Alex Deucher (1): amdgpu: update to latest marketing names from 18.50 Andrey Grodzovsky (3): amdgpu/test: Add illegal register and memory access test v2 amdgpu/test: Disable deadlock tests for all non gfx8/9 ASICs. amdgpu/test: Enable deadlock test for CI family (gfx7) Christian König (1): amdgpu: add VM test to exercise max/min address space Daniel Vetter (1): doc: Rename README&CONTRIBUTING to .rst Eric Anholt (2): Avoid hardcoded strlens in drmParseSubsystemType(). drm: Attempt to parse SPI devices as platform bus devices. Eric Engestrom (6): xf86drmHash: remove unused loop variable meson: fix typo in compiler flag tests: skip drmdevice test if the machine doesn't have any drm device freedreno: remove always-defined #ifdef xf86atomic: #undef internal define README: reflow the project description to improve readability François Tigeot (2): xf86drm: implement drmParseSubsystemType for DragonFly libdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFly Leo Liu (1): tests/amdgpu/vcn: fix the nop command in IBs Lucas De Marchi (2): gitignore: sort file gitignore: add _build Marek Olšák (3): amdgpu: update amdgpu_drm.h amdgpu: add a faster BO list API Bump the version to 2.4.97 Mauro Rossi (1): android: Fix 32-bit app crashing in 64-bit Android
2019-01-22mate-settings-daemon:youri1-1/+7
Fix two warnings by including gnome-keyring and creating a file needed by the xrdb plugin.
2019-01-19libbdrm: sync patch-xf86drmMode.c with NetBS xsrc and FreeBSD portstnn5-68/+80
Also reduce diff to upstream. Doubt we need to worry about compilers that don't understand C99-style struct initializers here.
2019-01-19x11/xfce4-tumbler: fix PLIST so it handles options correctlygutteridge2-7/+6
The PLIST was not reflecting optional dependencies correctly. (It was also not necessary to include ffmpeg3 as a fixed dependency in the make file. That gets pulled in via ffmpegthumbnailer anyway, which is an option.) No PKGREVISION, because this doesn't affect the default build.
2019-01-18libdrm: remove a patch from xsrc that is wrongtnn3-16/+5
See: https://mail-index.netbsd.org/tech-x11/2019/01/18/msg001895.html Fixes DRM crashes with radeon on Linux. Bump PKGREVSION.
2019-01-18xfce4-exo: update to 0.12.3:youri2-8/+7
0.12.3 ====== - General: - Preferred Applications: Improved layout spacing and alignment - Resolved g_type_class_add_private deprecations (GObject 2.58) - Bug Fixes: - Hide exo launchers from GNOME Software (Xfce #14588) - Fix crash with "preedit-changed" signal (Xfce #14756) - Translation updates: Albanian, Amharic, Arabic, Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Uighur, Ukrainian, Urdu, Urdu (Pakistan), Vietnamese
2019-01-18xfce4-desktop: update to 4.13.2:youri4-16/+16
4.13.2 ====== [Please note that this is a development release.] Development release of xfdesktop targeting for Xfce 4.14. Please report all problems at bugzilla.xfce.org. - Use the new Thunarx-3 API (Thunar >= 1.7) - Use custom CSS for the iconview as a fallback (Bug #13609) - Get/set _NET_DESKTOP_MANAGER_S<screen> atom (Bug #13653) - Make "another desktop manager is running" messages critical (Bug #13653) - Change "Create Launcher..." icon (Bug #14161) - Do not popup a single "Applications" menu when right clicking on desktop (Bug #13866) - Single-click mode executes desktop items twice (Bug #14021) - Fix menu popup issue with desktop icons disabled (Bug #14415) - Fix memory leak : Don't try to allocate all the memory (Bug #12805) - Fix some autotools warnings and bump dependencies - Make a couple of strings translatable (Bug #14374) - Translation Updates: Amharic, Arabic, Asturian, Belarusian, Bulgarian, Catalan, Czech, Danish, German, Greek, English (Australia), English (United Kingdom), Spanish, Estonian, Basque, Persian (Iran), Finnish, French, Galician, Hebrew, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Dutch, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Slovak, Slovenian, Serbian, Swedish, Thai, Turkish, Uighur, Ukrainian, Uzbek, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan) 4.13.1 ====== [Please note that this is a development release.] Development release of xfdesktop targeting for Xfce 4.14. Please report all problems at bugzilla.xfce.org. * Miscellaneous bug fixes: - Fix a memory leak reported in Bug #13555 - Fix garcon-2 dependancy check (continue to use garcon-1) * Translation Updates: ca da de es fr he hr id it ja kk ko ms pl pt pt_BR ru th uk zh_CN 4.13.0 ====== [Please note that this is a development release.] Development release of xfdesktop targeting for Xfce 4.14. Please report all problems at bugzilla.xfce.org. * Major changes: - Port to Gtk3. - The iconview has a CSS name of "XfdesktopIconView" and adds the GTK_STYLE_CLASS_VIEW to it's base. It then adds GTK_STYLE_CLASS_LABEL when rendering the icon text with the states: selected, active, or normal. Additionally it uses the GTK_STYLE_CLASS_RUBBERBAND when for the rubberband theming. - Port to GDBus. * Miscellaneous bug fixes: - Don't redraw the icons on focus change events (Bug #12071) - Don't try to divide by 0 (Bug #12115) - Settings: Fix loading of wallpaper previews (Bug #11892) - Settings: Allow directories to be selected (Bug #12832) - Fix Open dialog's title (Bug #12560) - Prevent a crash in the backdrop loader (Bug #12339) - Use gdk's get static image for animation files - Add translation string for Trash desktop icon - Retain icon relative position when moving a group
2019-01-18xfce4-session: update to 4.13.1:youri2-9/+7
- Add/Edit Application Autostart Entries (Bug #13271) - Remove non-existent grid properties (Bug #13271) - fix coverity 178990 Resource leak - fix coverity cid 178989 Dereference after null check - 178988 'Constant' variable guards dead code - fix coverity cid 178987 Logically dead code - fix coverity cid 87608 Dereference after null check - 178988 'Constant' variable guards dead code - fix coverity cid 178987 Logically dead code - fix coverity cid 87608 Dereference after null check - fix coverity cid 87607 Unchecked return value from library - Hybrid Sleep support - "hibernate" and suspend the system - xfce4-session-logout: deconflict -h option (Bug #12806) - Export the SSH_AUTH_SOCK when spawning client Bug #13486 - fix: Compilation error with --disable-polkit Bug #12760 - Require libxfce4ui-2 instead of libxfce4ui-1 in pc.in file - xfsm-manager: pass manager variable to g_timeout_add Bug #13802 - Bump GTK version to 3.20 - Check accessibility depending on xfsm configuration - Fix keyboard grab for logout window - Fix fadeout window using Xlib API - Fix gdk max version to 3.20 - Translation updates: am, ar, ast, be, bg, bn, ca, cs, da, de, el, en_AU, en_GB, eo, es, eu, fi, fr, gl, he, hr, hu, id, is, it, ja, kk, ko, lt, lv, ms, nb, nl, nn, oc, pl, pt, pt_BR, ro, ru, sk, sl, sq, sr, sv, th, tr, ug, uk, ur, ur_PK, vi, zh_CN, zh_HK, zh_TW
2019-01-18xfce4-panel: update to 4.13.4:youri2-8/+7
- Add per-panel setting "icon-size" - Set minimum Gtk+3 version to 3.22 - Bugfixes: - Gtk+ deprecation fixes (all plugins) - tasklist: Fix group-button states - libxfce4panel: arrow button size fixes - launcher: plugin sizing fixes - appmenu: Add support for other menu editors (Bug #11684) - tasklist: Fix urgency blinking for group buttons (Bug #6904) - tasklist: Add 'group-button' styleclass - Fix anchors for gtk_menu_popup_at_widget (Bug #14803) - Fix struts on the bottom and right of the screen (Bug #14886) - tasklist: Don't listen for monitor changes in the plugin (Bug #10725) - tasklist: Use Gdk to to determine which monitor contains a window - tasklist: Ensure pressed buttons with open menus - tasklist: Replace exo-lucency with gtkcss - tasklist: Make all-minimized group buttons translucent (Bug #10862) - tasklist: Switch from wnck* icons to standard names - tasklist: Keep groupbutton active after closing menu - tasklist: Make sure icons in the group menu are 16px - tasklist: Make grouped buttons active (Bug #9129) - launcher: Rely on icon-size provided by panel - Prevent crash on removing certain plugins (Bug #14418) - Add "configure" button to composited infobar - Make compositor info in settings dialog a GtkInfoBar - directorymenu: Fix crash and drop deprecated call - Fix unreadable panel items without compositing (Bug #14842) - launcher: Fix arrows not being shown (Bug #14373) - launcher: Fix tooltip icon size (Bug #14774) - Re-introduce button images to plugin settings dialogs - Make the settings dialog more HIG compliant - launcher: Add 'New Link' button to properties (Bug #14855) - Drop the panel's welcome dialog (Bug #14388) - clock: Resolve deprecations and fix binary clock - Workaround for xinput2's subpixel handling (LP #1795135) - Ensure the orientation style classes are always applied - Add orientation-related style classes for improved theming - actions: Add support for dm-tool - panel-window: set struts with monitor scaling -Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch (Flemish), English (Australia), English (Great Britain), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Panjabi, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Vietnamese
2019-01-18xfce4-tumbler: update to 0.2.3:youri2-8/+7
0.2.3 ===== - Test sparse files only for regular files (bug #14693). - Fix uninitialized variable (bug #14688) 0.2.2 ===== - Added check to avoid sparse files, that cause high cpu and memory load. (bug #12259). - Use hash table to avoid scanning xdg user path twice when searching for desktop thumbnailers. - Close desktop thumbnailers directory when done from it. - Accept network paths in ffmpeg thumbnailer plugin. - Use pkg-config to find FreeType > 2.9.1. - Translation Updates: Czech, Finnish, Hungarian, Italian, Greek and English (Australia).
2019-01-18libxfce4util: update to 4.13.2:youri3-10/+11
- Add VAPIGEN for vala binding generation. - Fix make distcheck build - Better documentation processing (migrate away from sgml templates) - Allow language-specific keys before language-neutral ones (some applications names were not localized in applications menu) (bug #13979) - Translation updates: Arabic, Asturian, Bulgarian, Bengali, Catalan, Czech, Welsh, Danish, German, Greek, English (Australia), English (United Kingdom), Spanish, Estonian, Basque, Finnish, French, Galician, Hebrew, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Kazakh, Korean, Lithuanian, Latvian, Malay, Norwegian Bokmål, Dutch, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Sinhala, Slovak, Albanian, Serbian, Swedish, Thai, Turkish, Uighur, Ukrainian, Urdu, Urdu (Pakistan), Uzbek, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)
2019-01-18xfce4-garcon: update to 0.6.2:youri3-10/+16
- Fix some menu icons are too big (Bug #13785) - Support composite XDG_CURRENT_DESKTOP (#14137) - Decrement allocation counter on item unref (#12700) - Replace hash table for application actions with a list - Support for freedesktop Keyword item (#10683) - garcon-gtk2-1.pc should be optional. - Fix documentation generation - Fix make distcheck build - Fix some autogen warnings - Update dependencies and copyright - Translation Updates: Amharic, Arabic, Asturian, Belarusian, Bulgarian, Catalan, Czech, Danish, German, Greek, English (Australia), English (United Kingdom), Esperanto, Spanish, Estonian, Basque, Finnish, French, Galician, Hebrew, Hindi, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Dutch, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Slovak, Slovenian, Albanian, Serbian, Swedish, Telugu, Thai, Turkish, Uighur, Ukrainian, Uzbek, Uzbek (Latin), Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)
2019-01-18xfce4-whiskermenu-plugin: update to 2.3.0:youri3-10/+13
2.3.0 ===== - Fix sidebar wider than iconless categories. - Add buttons for individual logout commands. (bug #14639) - Add option to stay visible when focus is lost. (bug #12240) - Always allow positioning commands next to search. - Improve preferences spacing. (bug #14683) - Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Czech, Danish, Dutch, French, German, Greek, Lithuanian, Nepali, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Turkish, Welsh. 2.2.1 ===== - Fix category button staying active when dragged. (bug #14419) - Fix regression of non-square panel image support. (bug #14506) - Fix redundant hiding of menu. - Fix sidebar buttons retaining incorrect width. - Fix commands not following sidebar. - Translation updates: English (United Kingdom), Georgian, Japanese, Serbian, Slovak, Slovenian, Spanish, Swedish. 2.2.0 ===== - Fix panel icon size not following theme. - Disable opacity option when non-composited. - Rename option for including favorites in recent. - Load applications in a thread. (bug #12903) - Slide out search results. - Require GTK+ version 3.22. - Translation updates: Amharic, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Esperanto, French, German, Lithuanian, Nepali, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Slovak, Slovenian, Turkish.
2019-01-18xfce4-clipman-plugin: update to 1.4.3:youri2-8/+7
- Switch to xfce_panel_plugin_get_icon_size for consistent icon sizes - Make sure the "Disable" menuitem is shown in the panel plugin - Translations updates
2019-01-18xfce4-screenshooter: update to 1.9.3:youri2-8/+7
* Enhancements: - Allow user to move selection rectangle (bug #14365) - Allow and remember 0sec delay for all regions (bug #13763) * Bugs fixed: - Fix clipboard action handling (Bug #14513)
2019-01-18xfce4-notifyd: update to 0.4.3:youri3-9/+9
Bugs fixed: * Set the correct default value for fadeout (LP #1763674) Translations updates
2019-01-18Restore the variables - hi youri!martin1-7/+7
2019-01-18Make this buildablemartin2-2/+16
2019-01-17x11/xfce4-settings: update to version 4.13.5gutteridge3-9/+10
4.13.5 ====== - New: Add display profiles feature - Allows for saving/restoring display configurations - Profiles can be auto-applied when new displays are connected - Drop the Gtk Theme previews - Various UI improvements to the settings dialogs - New icons for the minimal display dialog - Fix: Fix broken hover effect in the settings manager (Bug #14539) - Fix: Add default mnemonics back to dialog buttons - Fix: Add DBUS_GLIB_CFLAGS for Settings Editor (Bug #14385) - Fix: Force using a period as a decimal separator in xfsettingsd (Bug #11906) - Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch (Flemish), English (Australia), English (Great Britain), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur
2019-01-16lxterminal: update to 0.3.2:youri2-8/+7
no changelog available
2019-01-16mozo: update to 1.21.1:youri3-20/+39
### mozo 1.21.1 * Translations update * disable deprecation warnings for distcheck * Remove libdir from Mozo/config.py ### mozo 1.21.0 * Translations update * drop acinclude.m4 which is not needed anymore * Support new mate-menus api * just reindent python code
2019-01-16mate-terminal: update to 1.21.1:youri3-9/+389
### mate-terminal 1.21.1 * Translations update disable deprecation warnings for distcheck terminal-profile: Fix memory leaks terminal-screen: avoid deprecated 'g_settings_list_schemas' Use make functions for HELP_LINGUAS Replace -Dokumentationsprojekt with Documentation Project add help to transifex config terminal-window: Fix warnings with menu popup terminal-window: replace deprecated gtk_menu_popup ### mate-terminal 1.21.0 * Translations update * term-screen: avoid deprecated 'gtk_style_context_get_background_color' * terminal-screen: avoid deprecated 'vte_terminal_spawn_sync' * terminal-window: avoid deprecated 'vte_terminal_copy_clipboard' * terminal-window: Fix: Session dbus daemon saturated * terminal-app: avoid gtk_dialog_add_buttons with stock ids * avoid deprecated GtkStock
2019-01-16mate-settings-daemon: update to 1.21.2:youri3-25/+38
### mate-settings-daemon 1.21.2 * update translations * media-keys: Add microphone mute key support * msd-xrdb-manager: realize the widget * media-keys: Make sound changes quiet with Alt * msd-xrdb-manager.c: avoid deprecated 'gtk_widget_ensure_style' * media-keys: always round the render coordinates for media icons * media-keys: Tweak the OSD's volume bar position * osd-window: make the window smaller * media-keys: Make icon smaller in OSD * media-keys: Use constant for icon size in OSD * media-keys: Add test for display switch OSD icons * media-keys: Add support for display switch OSD * media-keys: Don't show a level when muted ### mate-settings-daemon 1.21.1 * update translations * media-keys: Add test for rfkill OSD icons * media-keys: Add label for the touchpad OSD * media-keys: Add labels for the rfkill OSD * media-keys: Remove unuseful show_level argument in msd_media_keys_window_set_action_custom * media-keys: Remove test for screen brightness OSD icons * media-keys: Add support for Killswitch media keys * rfkill: Add RFKill support plugin on Linux systems * Add shortcut to start mate-control-center * media-keys: Add test for touchpad OSD icons * media-keys: Remove touchpad OSD icons and use theme's instead * media-keys: Simplify touchpad OSD * media-keys: Add support for XF86TouchpadOn/Off * Add support for org.mate.accessibility-keyboard.stickykeys-latch-to-lock * Xrandr:remove an unused function * daemon: fix a memory leak * daemon: Stop using deprecated GSettings API * require mate-desktop-1.21.1 * xsettings: add setting to enable/disable primary paste from middlemouse * xsettings: replace deprecated gdk_error_trap_push/pop * xrandr-manager: replace deprecated gdk_error_trap_push/pop * mouse-manager: replace deprecated gdk_error_trap_push/pop * media-keys-manager: replace deprecated GdkDeviceManager * keyboard-manager: replace deprecated gdk_error_trap_push/pop * clipboard-manager: replace deprecated gdk_error_trap_push/pop * background-manager: replace deprecated GDK functions * a11y-keyboard-manager: replace deprecated gdk_error_trap_push/pop * msd-input-helper: replace deprecated gdk_error_trap_push/pop * plugins: avoid deprecated 'gdk_keymap_get_default' ### mate-settings-daemon 1.21.0 * Translations update * xrandr-applet-popup: add an icon for configuration item * xrandr-applet-popup: add item to mirror displays * bump mate-desktop requirement * Make setting QT_SCALE_FACTOR optional. * xrandr-applet-popup: dim menuitems for disabled monitor * xrandr-applet-popup: enable turning monitors on an off * xrandr-applet-popup: show icon only if "menus-have-icons" is not turned off * xrandr-applet-popup: handle Greybird (etc) XFCE themes * Xrandr-applet-popup: Special case the GNOME themes for black text on monitor labels * xrander-applet-popup: remove draw callback * xrandr:fix indent * xrandr-applet-popup: allow themes to override monitor label colors * xrandr-applet-popup: add a border to colored monitor labels * xrandr-applet-popup: use colored bg again in monitor labels * xrandr applet popup: add monitor icons to monitor label menuitems * xrandr-applet: add a style class for menuitems * xrandr-applet: drop non-working bg from menu * xrandr-applet: don't hard code label colors in menu * Support background fallback on HiDPI * Prevent media-keys bindings from swallowing modifier keys * Scale OSD size correctly on HiDPI displays (#212)
2019-01-16mate-session-manager: update to 1.21.1:youri3-8/+28
### mate-session-manager 1.21.0 sync with transifex Fix broken link in man pages avoid deprecated GtkStock
2019-01-16mate-screensaver: update to 1.21.0:youri3-9/+20
### mate-screensaver 1.21.0 sync with transifex bump required version of mate-menus support new mate-menus api Fixed some gdk deprecations fixed gdk_flush warning avoid deprecated GtkStock
2019-01-16mate-panel: update to 1.21.3:youri3-39/+671
### mate-panel 1.21.3 update translations Use make functions for HELP_LINGUAS Check if manager->proxy is NULL Migrate mate-panel from dbus-glib to gdbus notification-area-preferences-dialog.ui: avoid GtkButton:use-stock Fix GdkSeat warning Ensure alt-F1 can show the menu even if no menu applet on panel na-tray: add preferences dialog and applet menu entry na-tray: wide panels, add GSettings to the applet na-tray: wide panels, convert main GtkBox display to GtkGrid na-tray: wide panels, preliminary batch box to grid rename button-widget: wide panels, more suitable resize limits on Widgets and arrows README - Add dependency list update legal.xml Clock applet help: To Adjust the System Date or Time Clock applet help: Add Show week numbers in calendar Clock applet help: Fix speed unit for meters per second ### mate-panel 1.21.2 sync with transifex menu-bar: transfer focus correctly on alt-F1 panel: avoid a critical panel-toplevel: fix memory leak in calculate_minimum_height Change GTK_CHECK_VERSION to match next gtk+ release applets: Guard against GTK scale-factor fixes on GtkSocket window-list: Skip setting size hints until WnckTasklist has items to show. applets: Fix runtime error messages mate-panel-applet: setup_x_error_handler for in-process applets too GTK 3.23: fix applet size allocation fish: avoid deprecated 'gtk_window_set_wmclass' Tray: simplify force-redraw, use code that actually works panel-actions: replace deprecated gtk_menu_popup applet-context-menu: replace deprecated gtk_menu_popup panel-context-menu: replace deprecated gtk_menu_popup GTK 3.23: don't cut tray icons too narrow in HiDPI mode na-tray-child: remove na_tray_child_size_allocate panel-menu-button: replace deprecated gtk_menu_popup na-tray-child: replace deprecated gdk_error_trap_push/pop functions libmate-panel-applet: replace deprecated gdk_error_trap functions panel-xutils: replace deprecated gdk_error_trap functions panel-util: replace deprecated gdk_flush main: replace deprecated gdk_flush panel-widget: replace deprecated gdk_flush panel-toplevel: add position css class panel-force-quit: replace deprecated gdk_device_grab panel-force-quit: replace deprecated gdk_error_trap functions panel-force-quit: replace deprecated gdk_flush menu.c: Fix: Keep spaces in the left if "menus-have-icons" is off Panel-gtk.c: Show menu icons only when "menus-have-icons" is set workspace-switcher: provide themed fallback color ### mate-panel 1.21.1 * Translations update * update mate-menus requiremnt * panel-menu-button.c: Force use basename for compare * Support new mate-menus api * Convert launcher icons to cairo surfaces * fix rendering and removal of in-process applets on unexpanded panel * applet.c: avoid deprecated GtkImageMenuItem * limit size of panel-hide-button * clock: fix weird thing in comments * clock: fix actual copy/paste error which caused use-after-free * clock: fix use-after-free * fish: Install fish animations in fish-specific directory * fish: drop wanda image from gresource ### mate-panel 1.21.0 * Translations update * css: use parsing-error signal to warn on bad css file or image * css: Convert to GResource * na-tray: Convert to GResource * wncklet: Convert to GResource * panel: Convert to GResource * clock: Use new GdkPixbuf API to load resources * clock: Convert to GResource * fish: Convert to GResource * libpanel-applet: Add panel_applet_setup_menu_from_resource() API * Theme: consistant theming for applet drag handles in all themes * Revert "panel-toplevel: Remove pointer boundary check in panel_toplevel_queue_auto_hide()" * panel-context-menu.c: avoid deprecated GtkImageMenuItem * avoid 'gtk_file_chooser_dialog_new' with stock ids * Accessibility: white/black applet handles in GNOME high contrast themes * panel-run-dialog.ui: avoid deprecated: * fish.c: avoid 'gtk_dialog_new_with_buttons' with stock id * panel-test-applets.ui: avoid deprecated: * window-list.ui: avoid GtkVBox and GtkButton:use-stock * workspace-switcher.ui: avoid deprecated GtkButton:use-stock * Theme: show applet handles on non-MATE themes * panel-properties-dialog.ui: avoid GtkButton:use-stock and GtkImage:stock * fish.ui: avoid deprecated: * clock.ui: avoid deprecated: * avoid gtk_dialog_add_buttons with stock ids * workspace-switcher: support i3 WM * tx: update config with branch specific resoures * workspace-switcher: support metacity WM * Apply fix for workspace-switcher by vkareh * Fix rendering of out-of-process window list with hidpi * hidpi: fix tray icon spacing with window-scaling > 1 * Fix out-of-process applet sizes for HiDPI * Fix hide buttons make panel bigger * run dialog: force icon size when loading app icon * run dialog: fix expand of content on window resize * Fix run dialog show-program-list enabling fix * tx: add makepot and .pot files * run-dialog: use F6 to switch between entry field and program list * transifex: set minimum_perc and type in config file * Fix strut sizes for HiDPI multi-monitors * Do not down-scale monitor geometries for GDK monitors * Scale monitor geometries down to device pixels to support multiple monitors in HiDPI * Drawer cleanup and fix arrow behavior
2019-01-16mate-menus: update to 1.21.0:youri4-39/+30
### mate-menus 1.21.0 udpate examples backports from gnome-menus use G_BEGIN/END_DECLS require gio-unix, drop python example require gio-unix drop python2 support
2019-01-16mate-indicator-applet: fix versionyouri3-8/+48
2019-01-16mate-desktop: Update to 1.21.2:youri3-9/+14
### mate-desktop 1.21.2 * Translations update * Add new setting to control XKB modifier latching ### mate-desktop 1.21.1 * Translations update * interface: add key to enable/disable primary paste from middlemouse * mate-desktop-item: replace deprecated gdk_error_trap_push/pop * mate-rr-config: replace deprecated gdk_flush * mate-rr: replace deprecated Gdk functions * mate-bg-crossfade: replace deprecated gdk_error_trap_push/pop * mate-bg: replace deprecated gdk_error_trap_push/pop * fix distcheck * add mate-language apis ### mate-desktop 1.21.0 * Translations update * drop ancient and unused acinclude.m4 * Add toggle for synchronizing QT_SCALE_FACTOR to GDK_SCALE_FACTOR * Change default cursor-size to 24px * Support background fallback on HiDPI * mate-rr-labeler: fix font-color for dark themes
2019-01-16mate-control-center: Update to 1.21.2:youri3-9/+1402
### mate-control-center 1.21.2 * Translations update * require mate-settings-daemon-1.21.2 * keybindings: Add a key binding to toggle the microphone's mute status * keybindings: Add some key bindings to control volume quietly * Account for NULL error when we see G_IO_STATUS_EOF * typing-break: replace deprecated gdk_error_trap functions * tx: update translation sources * update hint for mouse double-click * keybindings: double click instead one click to edit keyboard shortcuts * mate-keybinding-properties: avoid deprecated 'gtk_widget_ensure_style' * added search option for mate-font-viewer * Load avatar-default as default image * for accounts service support * keybindings: Add a key binding to launch settings * Depend on mate-desktop 1.21.2 due to new gschema key * Fix spelling and grammar mistakes * update legal.xml * Use make functions for HELP_LINGUAS * tx: add m-c-c user-guide to transifex config * Add UI to control org.mate.accessibility-keyboard.stickykeys-latch-to-lock * use fixed size to show user icon * Add new api for EImageChooser * get/set user face icon use accounts service ### mate-control-center 1.21.1 * Translations update * require mate-desktop-1.21.1 * typing-break: Make images larger and load as surface * Mouse: include a toggle to enable or disable middlemouse paste * capplets/keybindings: avoid deprecated 'gdk_keymap_get_default' * display-capplet.ui: replace deprecations * libslab: code clean up * wm-common: replace deprecated gdk_error_trap functions * libslab: replace deprecated gtk_menu_popup * msd-input-helper: replace deprecated gdk_error_trap functions * mouse: replace deprecated gdk_error_trap functions ### mate-control-center 1.21.0 * Translations update * update mate-control-center.pot * bump required version of mate-menus * use new mate-menus api * use new api * use matemenu_tree_new * appearance: fixed more indents * appearance: fixed indentations * appearance: add buttons-have-icons switch * mouse: add middle button emulation switch * display-capplet: add css name for scrollarea * Change cursor-size to 24px * Scale cursor size for HiDPI when changing themes * Fix screen geometry to account for rotation when snapping. * Add auto-detect toggle switch * theme-util.c: fix segfault on attempt to delete custom theme * theme-thumbnail.c: avoid deprecated GtkButton:use-stock * avoid deprecated GtkStock * Remove useless parameter in mate_theme_install_real * theme-installer.c: add tips when reinstall a existed theme
2019-01-16mate-applets: Update to 1.21.1:youri3-244/+8088
### mate-applets 1.21.1 * update translations * tx: update drivemount source for transifex * Use make functions for HELP_LINGUAS * Netspeed Manual: clean up * Manual: Linux and UNIX systems -> Linux and other Unix-like systems * tx: update sources for transifex * Use orderedlist to describe the steps to add the applet to a panel * Manual: Fix Add to Panel dialog title * Eyes Applet: Fix window title and factory name * Manual: OK -> Add (Add to Panel dialog) * trashapplet manual: Open Trash guimenuitem * Add/Update Catalan screenshots * transifex: update pot files: * Fix name of Eyes applet * Refer to the fstab(5) man page for more information... * Remove unused png files * Fix url of ulink to point to mate-user-guide * tx: update translation sources * Fix spelling and grammar mistakes * update legal.xml * tx: add help from applets to transifex config * accessx-status: fix another leak * Fix memory leak on accessx-status. * sticky-notes: fix a memory leak * timerapplet: Allow reseting timer when inactive * Avoid newly deprecated gtk_css_provider_get_default * Weather: apply a widget name to the textview * weather: add cssprovider for widget not for screen * mateweather-dialog.c: avoid deprecated 'gtk_widget_override_font' * cpufreq: stop segfault with gtk3.23 * trash applet: avoid deprecated 'gtk_window_set_wmclass' * cpufreq: fix a -Wimplicit-function-declaration * trash: fix a -Wincompatible-pointer-types warning * weather-applet: replace deprecated GtkAlignment * weather-dialog: replace deprecated GtkAlignment * weather-prefs: replace deprecated gtk_alignment_new * stickynotes: replace deprecated gdk_error_trap_push/pop functions * cpu-freq: replace deprecated gtk_menu_popup * sticknotes: replace deprecated gtk_menu_popup * drivemount: replace deprecated gtk_menu_popup * charpick: replace deprecated gtk_menu_popup ### mate-applets 1.21.0 * Translations update * Cpufreq: Force the frequency label to render if frequencies are not found right away * Cpufreq: Refactor to remove more GTK2 leftovers * Cpufreq: ensure frequency label always shows up if freq selected * accessx: Convert icons from pixbuf to cairo surfaces * netspeed: Use theme icons instead of embedded * battstat: Load theme icons instead of pixmaps * Convert applet icons from pixbuf to surfaces * solving type mismatch in g_settings_set_value * only text formatting to prepare for real change * Fix cpufreq applet spacing on HiDPI displays * multiload: add style class multiload-applet * avoid deprecated GtkStock