summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2016-11-14Updated mcookie to 2.29.wiz3-16/+16
No changes AFAICT.
2016-11-14Updated libxkbcommon to 0.7.0.wiz3-7/+24
libxkbcommon 0.7.0 - 2016-11-11 ================== - Added support for different "modes" of calculating consumed modifiers. The existing mode, based on the XKB standard, has proven to be unintuitive in various shortcut implementations. A new mode, based on the calculation used by the GTK toolkit, is added. This mode is less eager to declare a modifier as consumed. - Added a new interactive demo program using the Wayland protocol. See the PACKAGING file for the new (optional) test dependencies. - Fixed a compilation error on GNU Hurd. - New API: enum xkb_consumed_mode XKB_CONSUMED_MODE_XKB XKB_CONSUMED_MODE_GTK xkb_state_key_get_consumed_mods2 xkb_state_mod_index_is_consumed2
2016-11-08Recursive bump for poppler-0.48.0.wiz1-2/+2
2016-11-07Recursive bump for xapian shlib major bump.wiz1-2/+2
2016-11-04modular-xorg-server: try to autoload nouveau on netbsd toomaya3-2/+19
bump PKGREVISION
2016-10-25Updated libXi to 1.7.8.wiz2-7/+7
This release fixes a crash introduced in the 1.7.7 release. If a device has no classes, a wrong error was returned, eventually causing some applications to crash. This is fixed now. Niels Ole Salscheider (1): SizeClassInfo can return 0 even without an error Peter Hutterer (2): XListInputDevices: don't touch ndevices in case of error libXi 1.7.8
2016-10-19Remove old, undocumented patches where I can't even find reasoningwiz3-27/+1
in the CVS logs. Not needed on NetBSD, let me know if they are needed anywhere else.
2016-10-19Updated xscreensaver-demo to 5.36.wiz1-2/+1
Changes: See xscreensaver update.
2016-10-19Updated xscreensaver to 5.36.wiz6-42/+24
New hacks, discoball, cubetwist, cubestack, splodesic and hexstrut. OSX: loading image files works in dymaxionmap, glplanet, lavalite, pulsar, gleidescope and extrusion. Several new programs in m6502. rotzoomer -mode circle. Better titles in photopile.
2016-10-19Update mcookie to 2.28.2.wiz3-12/+21
Changes not found.
2016-10-09Recursive bump for all users of pgsql now that the default is 95.wiz3-6/+6
2016-10-09Updated xterm to 327.wiz2-7/+7
Patch #327 - 2016/10/07 * add a check in the function which handles end-of-line wrapping to ensure that C1 controls are allocated one column when allowC1Printable is set (Debian #738794). * use consistent error-checking after strtol calls, fixes a case where a query with OSC 6 did not ensure there was a valid color number (report by Alex Smith). * add -baudrate option, for testing ncurses. * always generate the CASE_xxx symbols in VTparse.h and Tekparse.h, as part of a change to improve debug-logging. This makes the build always depend upon awk. * modify allowC1Printable to disallow codes 160-254 as being equivalent to codes 32-126 when parsing escape sequences (Debian #839220). * amend fix from patch #326 for TrueType fonts to exclude the hidden character used for double-width cells (report by Grady Martin). * fix a typo in ctlseqs.ms
2016-10-09Use pax, not cp -R, to install subtrees.dholland1-3/+3
2016-10-09PR 51546 Simon Burge: use rm -f where appropriatedholland1-2/+2
2016-10-09Update ruby-gnome2 packages to 3.0.9.tsutsui11-36/+58
Upstream changes: (from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.0.9/NEWS) == Ruby-GNOME2 3.0.9: 2016-08-12 === Changes ==== All * Update Realease date in NEWS. * Use the latest Rubies. * Readme: update ruby versions supported. [Patch by cedlemo] * travis: install experimental gems dependent packages for GSF and GOffice. [patch by Hiroshi Hatake] * add GSF, GOffice and Gnumeric in the main Rakefile. [patch by cedlemo] * ignore no-GI version of gdk_pixbuf2 in main run-test.rb and in the main extconf.rb. * remove conditionnal macro based on HAVE_RUBY_ENCODING_H. * clean code in main Rakefile. * define top level windows:version:update in main Rakefile. ==== Ruby/GIO2 * Improvements * Fixes * remove needless lazy initialization. * follow GI API improvement. ==== Ruby/GLIB2 * Improvements * support for GLib 2.30 on CentOS 6. [ruby-list:50310][5.5] [ruby-list:50316][5.5] * add GLib 2.30 check. * add GLib 2.34 check. * support customizing signal callback. * support (({GObject#bind_property_full})). [patch by cedlemo] * clean code and style issue. * fix GC bug that alive proc may be GC-ed. * Fixes * windows: improve rake. * split g-ir-compiler args. * add debug option as comment. * fix wrong define location. * use predicate style. * fix wrong function in rbglib-variant.c. * bump version. * use SPDX format for license. * homebrew: * add workaround for libffi.pc isn't found on OS X. * enable libffi workaround for gi. * remove checks for old Ruby. * Ruby 2.1 or later has (({rb_str_new_cstr})). * set UTF-8 encoding to (({GLIB.XXX_to_utf8})) return value. * remove unused variables in rbglib_convert.c. [patch by cedlemo] * support Ruby 2.4 Integer unification. [patch Hiroshi Hatake] * gnome2 rake add windows:version:update task. * gnome2 rake reduce too much update. * gnome2 rake accept the latest version isn't found case. * gnome2 rake ignore development series. * windows: update dependencies. * support :freedesktop download site. * support :freedesktop_gstreamer download site. * ignore development version in :freedesktop_gstreamer. ==== Ruby/GStreamer * Improvements * Fixes * windows: improve rake file. * update patches. * follow file name change. * specify x86_64 as arch for 64bit Windows. * stop splitting g-ir-compiler args by default. * fix typo. * windows: update dependencies. * use :freedesktop_gstreamer download_site. * update external packages. ==== Ruby/Poppler * Improvements * Fixes * windows: improve rake file. * use https. * add missing Makefile existence check. * segmentation fault in (({Poppler::Page#text_layout})). [patch by YAMAMOTO Masayuki] * use (({GdkPixbuf::Pixbuf})) form in sample files. [patch by cedlemo] * remove needless gdk_pixbuf2 build dependency. * add missing make file existence check in run-test.rb. ==== Ruby/GObjectIntrospection * Improvements * support dispatching by Flags and Enums. [GitHub#745][Reported by Mamoru TASAKA] * cache results of methods of (({GI::CallableInfo})). [GitHub#749][Reported by rafagf1] * cache collection reader result. [GitHub#749][Reported by rafagf1] * reduce needless function call. [GitHub#749][Reported by rafagf1] * cache (({GI::AgInfo#gclosure?})). * add (({GI::Loader#rubyish_class_name})). [patch by cedlemo] * accept on_XXX as predicate method name. * support gslist of structure values as return value. [patch by cedlemo] * make constant name easy to customize. * Fixes * fix a typo in loader.rb. * fix a bug that int32[] returns wrong values. [GitHub#758][reported by TASAKA] * don't return array length output argument for return value. * windows: update dependencies. ==== Ruby/GDK3 * Improvements * Fixes * windows: * support symbolic icons. [GitHub#750][Abby Archer] * use (({GdkPixbuf::Pixbuf})) form in gdk3 library and test files. [patch by cedlemo] * Rake file update GTK+ version. ==== Ruby/GTK3 * Improvements * update gtk-demo textscroll. [patch by cedlemo] * update gtk-demo data files to Gtk 3.20. [patch by cedlemo] * cache (({Gtk::TreeModel#get_column_type})). [GitHub#749][Reported by rafagf1] * update gtk-demo main.rb to Gtk 3.20. [patch by cedlemo] * update theming_style_classes gtk demo to 3.20. [patch by cedlemo] * update assistant gtk demo to 3.20. [patch by cedlemo] * update css related gtk demos to 3.20. [patch by cedlemo] * update markup gtk demo to 3.20. [patch by cedlemo] * update font-features demo to 3.20. [patch by cedlemo] * make (({Gtk::TreeView#expand_row})) rubyish. * support "row-collapsed" and "row-expanded" signals for (({Gtk::TreeView})). [GitHub#762][Reported Eric Cunningham] * update misc sample bindings.rb to Gtk 3.20. [patch by cedlemo] * update rotated text gtk demo. [patch by cedlemo] * update pixbufs gtk demo. [patch by cedlemo] * hide "found" return value from (({Gtk::TextView#get_iter_at_XXX})). [GitHub#794][Reported by Miguel Hernández] * add (({Gtk::TextView#get_iter_at})) * Fixes * guard text marks from GC. [GitHub#743][Reported by cedlemo] * fix a bug that GC-ed (({Gtk::TextTag})) may be reused. * relax condition in test for (({Gtk::ListStore})). * use GTK+ version check in test for (({Gtk::Image})). * fix issue in the gtk3 tutorial. [patch from Renich Bon Ciric] * follow (({Gtk::TextBuffer#select_bounds})) API change. [GitHub#794][Reported by Miguel Hernandez] * (({Gtk::TextView#get_iter_at*})) return nil when not found. [GitHub#794][Reported by Miguel Hernandez] * fix typo at gtk-demo. [patch by tSU_RooT] * use (({GdkPixbuf::Pixbuf})) form in gtk-demo files. [patch by cedlemo] * use (({GdkPixbuf::Pixbuf})) form in sample misc files. [patch by cedlemo] * use (({GdkPixbuf::Pixbuf})) form in test files. [patch by cedlemo] * gtk3 sample: follow (({Gtk::TextBuffer#select_bounds})) API change. [GitHub#794][Reported by Miguel Hernández] * (({Gtk::TextView#get_iter_at*})) return nil when not found. [GitHub#794][Reported by Miguel Hernández] * fix wrong method used in order to set window size in tutorial samples. [patch by Renich Bon Ciric] * fix label in ((#Gtk::TextView})) tests. * fix typo at gtk-demo. [patch by tSU_RooT] * update all samples, tests, demo, tutorial to use (({GdkPixbuf#Pixbuf})). [patch by cedlemo] * add gtk3 demo transparent.rb. [patch by cedlemo] * update sample with (({Gtk::SeclectionData})) API changes. [patch by cedlemo] * lib and tests follow GI API improvement. * test omit on old GTK+. * require more newer GTK+ version for (({Gtk::TextView})) test. ==== Ruby/Pango * Improvements * add tests for (({Pango::Context})). [patch by cedlemo] * improve tests for (({Pango::Context})). * implement (({Pango::Context#set_chape_renderer})). * add (({Pango::AttrShape#data})). [GitHub#766][Reported by cedlemo] * Fixes * fix error with MACRO usage in rbpangoattrlist.c. [patch by cedlemo] * fix a bug that (({Pango#GlyphGeometry#geometry=})) does nothing. * fix GC related problem in rbpangocontext.c. * windows: update external packages. ==== Ruby/GSF * Improvements * start GSF module. [patch by cedlemo] * Fixes * follow GI API improvement. * windows: fix external package name. * windows: update external packages. ==== Ruby/GOffice * Improvements * start GOffice module. [patch by cedlemo] * support version. * Fixes * add tests for GOffice. * use (({GI::Loader#rubyish_class_nme})) in loader.rb. [patch by cedlemo] * add rules in order to fix issues when building objects. [patch by cedlemo] * add availability check in tests. * fix condition issue in test. * make some tests omitted when run by Travis CI. * windows: update external packages. ==== Ruby/Gnumeric * Improvements * start Gnumeric module. [patch by cedlemo] * Fixes * add missing dependency in run-test.rb. * use (({GI::Loader#rubyish_class_nme})) in loader.rb. [patch by cedlemo] * add rules in order to fix issues when building objects. [patch by cedlemo] * travis : add gnumeric as package to install instead of relying on dep. [patch by cedlemo] * improve renaming rules for C structures to ruby Class in GI loader. [patch by cedlemo] * add rules in order to avoid 2 objects information beeing reloaded. [patch by cedlemo] * windows: fix external package version. ==== Ruby/GdkPixbuf2 * Improvements * replace C implementation with one based on GObject-Introspection. [patch by cedlemo] * implement backward compatibility for (({GdkPixbuf::Pixbuf.new})). [patch by cedlemo] * add rubyish methods. * add (({GdkPixbuf::Pixbuf#composite!})). * implement rubyish methods: * (({GdkPixbuf#dup})) * (({GdkPixbuf#fill!})) * (({GdkPixbuf#rotate})) * (({GdkPixbuf#saturate_and_pixelate})) * (({GdkPixbuf#save})) * (({GdkPixbuf#scale})) * (({GdkPixbuf#scale!})) * support version information. * support options in (({GdkPixbuf::Pixbuf#composite})) and (({GdkPixbuf::Pixbuf#composite!})). * Fixes * remove needless lazy initialization. * improve tests. * add deprecated message for backward compatibility. * add tests for (({GdkPixbuf::Pixbuf#new})). [patch by cedlemo] * add tests for (({GdkPixbuf::Pixbuf#dup})) and (({GdkPixbuf::Pixbuf#fill!})). [patch by cedlemo] * ignore no-gi version of gdk_pixbuf2 in run-test.rb and extconf.rb. * add tests for (({GdkPixbuf::Pixbuf#rotate})) and (({GdkPixbuf::Pixbuf#new})). [patch by cedlemo] * update and fix issues in the samples. [patch by cedlemo] * improve gdk_pixbuf2 libs and tests style, and add missing copyright header. * add missing GObjectIntrospection dependency in tests. * add backward compatibility between the old Gdk::Pixbuf and GdkPixbuf::Pixbuf. * supports running on different directory for gdk_pixbuf2 samples. * add (({PixbufLoader#last_write})). * add tests for (({GdkPixbuf#new})). [patch by cedlemo] * add tests for (({GdkPixbuf#new})) with :file and :scale parameters. [patch by cedlemo] * add tests for (({GdkPixbuf#new})) from subpixbuf. [patch by cedlemo] * add backward compatibily for (({GdkPixbuf::Pixbuf#new})) and (({GdkPixbuf::Pixbuf#new_subpixbuf})). * simplify and improve tests. * use warn and raise instead of puts messages. * add test for (({GdkPixbuf::Pixbuf#dup})). [patch by cedlemo] * add test for (({GdkPixbuf::Pixbuf#new})) from data. [patch by cedlemo] * add test for (({GdkPixbuf::Pixbuf#fill!})). [patch by cedlemo] * clean (({GdkPixbuf::Pixbuf#fill!})) tests. * add test for (({GdkPixbuf::Pixbuf#new})) from bytes. [patch by cedlemo] * clean (({GdkPixbuf::Pixbuf#new})) tests. * add (({GdkPixbuf::Pixbuf#rotate})) tests. [patch by cedlemo] * clean (({GdkPixbuf::Pixbuf#rotate})) tests. * add (({GdkPixbuf#new})) from resource test. [patch by cedlemo] * add (({GdkPixbuf::Pixbuf#new})) from resource at scale tests. [patch by cedlemo] * clean (({GdkPixbuf::Pixbuf#new})) tests. * update sample with the GdkPixbuf::Pixbuf form. * add deprecated hook for (({GdkPixbuf::PixbufFormat#signature})). * add tests for (({GdkPixbuf::Pixbuf#saturate_and_pixelate})). [patch by cedlemo] * keep backward compatibility for (({Gdk::PixbufError})). ==== Ruby/VTE3 * Improvements * Fixes * remove needless lazy load. * windows: update external package. ==== Ruby/GTK2 * Improvements * Fixes * use (({GdkPixbuf::Pixbuf})) form in library, test and sample files. [patch by cedlemo] ==== Ruby/RSVG2 * Improvements * Fixes * use (({GdkPixbuf::Pixbuf})) form in library, test and sample files. [patch by cedlemo] * windows: update external packages. ==== Ruby/Clutter * Improvements * Fixes * use (({GdkPixbuf::Pixbuf})) form in library, test and sample files. [patch by cedlemo] * windows update version. ==== Ruby/ClutterGtk * Improvements * Fixes * use (({GdkPixbuf::Pixbuf})) form in library, test and sample files. [patch by cedlemo] * Fix issue with initialization of (({Gtk::IconView})) without hash argument. [patch by cedlemo] ==== Ruby/ClutterGstreamer * Improvements * Fixes * add missing gdk_pixbuf2 dependency in tests. ==== Ruby/GtkSourceView3 * Improvements * Fixes * windows: update dependencies. ==== Ruby/GSF * Added. ==== Ruby/GOffice * Added. ==== Ruby/Gnumeric * Added. ==== Thanks * Mamoru TASAKA * rafagf1 * 5.5 * Abby Archer * Eric Cunningham * Hiroshi Hatake * Renich Bon Ciric * Miguel Hernández * tSU_RooT * YAMAMOTO Masayuki * cedlemo
2016-10-08Requires a newer xcb version.joerg1-2/+2
2016-10-08This requires libdrm_amdgpu.so from x11/libdrm. Fix buildryoon1-1/+2
2016-10-07Revbump post boost updateadam19-37/+38
2016-10-07Use sanitized _USE_CWRAPPERS.joerg1-2/+2
2016-10-04Updated libXvMC to 1.0.10.wiz2-7/+7
Matthieu Herrb (1): libXvMC 1.0.10 Tobias Stoeckmann (1): Avoid buffer underflow on empty strings.
2016-10-04Updated libXv to 1.0.11.wiz2-7/+7
Alan Coopersmith (1): Fix typo in dependencies for lint library Matthieu Herrb (1): libXv 1.0.11 Tobias Stoeckmann (1): Protocol handling issues in libXv - CVE-2016-5407
2016-10-04Updated libXtst to 1.2.3.wiz2-8/+8
Matthieu Herrb (1): libXtst 1.2.3 Michael Joost (1): Remove fallback for _XEatDataWords, require libX11 1.6 for it Tobias Stoeckmann (1): Out of boundary access and endless loop in libXtst
2016-10-04Updated libXrender to 0.9.10.wiz2-7/+7
Lauri Kasanen (1): Fix documentation to explicitly mention premultiplied alpha Matthieu Herrb (1): libXrender 0.9.10 Tobias Stoeckmann (2): Avoid OOB write in XRenderQueryFilters Validate lengths while parsing server data.
2016-10-04Updated libXrandr to 1.5.1.wiz2-7/+7
Matthieu Herrb (1): libXrandr 1.5.1 Tobias Stoeckmann (1): Avoid out of boundary accesses on illegal responses walter harms (2): fix: doGetScreenResources() info: redundant null check on calling free() fix: redundant null check on calling free()
2016-10-04Updated libXi to 1.7.7.wiz2-7/+7
Matthieu Herrb (1): libXi 1.7.7 Tobias Stoeckmann (1): Properly validate server responses.
2016-10-04Updated libXfixes to 5.0.3.wiz2-7/+7
Matthieu Herrb (1): libXfixes 5.0.3 Tobias Stoeckmann (1): Integer overflow on illegal server response
2016-10-04Updated libX11 to 1.6.4.wiz4-17/+20
Alan Coopersmith (20): Move Compose \ o / to be with other emoji compose sequences Replace Xmalloc+memset pairs with Xcalloc calls Get rid of some extraneous ; at the end of C source lines Remove unused definition of XCONN_CHECK_FREQ Bug 93184: read_EncodingInfo invalid free Bug 93183: _XDefaultOpenIM memory leaks in out-of-memory error paths Delete #if 0 hunks of code Use strdup instead of Xmalloc+strcpy in _XDefaultOpenIM XDefaultOMIF: replace strlen+Xmalloc+strcpy with strdup XDefaultOMIF: additional code simplification XDefaultOMIF: Remove comments referring to ancient Sun bug ids XlcDL.c: replace strcpy+strcat sequences with snprintf XlcDL.c: reduce code duplication lcPubWrap: replace malloc(strlen) + strcpy with strdup Stop checking XTRANS_SECURE_RPC_FLAGS since we no longer use them Stop checking for preferred order of local transports Don't need to link libX11-xcb against libX11 xcms: use size_t for strlen/sizeof values instead of converting to int & back xcms: use unsigned indexes when looping through unsigned values xcms: use size_t for pointer offsets passed to strncmp Bhavi Dhingra (1): omGeneric.c: Correct the parameter usage of sizeof Christian Linhart (1): fix for Xlib 32-bit request number issues Daniel Albers (1): Add Compose sequence for U+1F4A9. Dominik Muth (1): Xlib.h: Fix macros imitating C functions. Gunnar Hjalmarsson (1): Add compose file for pt_PT similar to pt_BR James Cloos (2): Fix missing update in cf4d5989383a Fix another missing update in cf4d5989383a Julien Cristau (1): Mark _XNextRequest as hidden Mats Blakstad (1): New compose keys for local languages in Togo Matthew D. Fuller (1): Fixup param specification for XChangeProperty() Matthieu Herrb (1): libX11 1.6.4 Mike FABIAN (3): add be_BY.UTF-8@latin and sr_RS.UTF-8@latin to locale.dir fix spelling mistakes in ks_IN and sd_IN devanagari locales Fix spelling mistake introduced by 748d47e69f5c12d8557d56a8a8ec166588da7b93 Olivier Fourdan (1): XKB: fix XkbGetKeyboardByName with Xming server Peter Hutterer (3): Fix potential memory leak Fix an indentation issue Fix three "use of uninitialized variable" coverity warnings Ross Burton (1): Add missing NULL checks to ICWrap Thomas Klausner (2): Do not return() after exit(). Ignore test-driver (used by newer autoconf). Tobias Stoeckmann (2): The validation of server responses avoids out of boundary accesses. Validation of server responses in XGetImage() walter harms (1): XFree will accept NULL as argument
2016-10-04Updated libdrm to 2.4.71.wiz2-7/+7
Daniel Kurtz (1): modetest: add mediatek to module list Eric Anholt (1): Simplify the RELEASING steps based on current release.sh. Flora Cui (1): amdgpu: expose the AMDGPU_GEM_CREATE_VRAM_CLEARED flag Kristian H. Kristensen (1): Add drmModeAddFB2WithModifiers() which takes format modifiers Leo Liu (1): tests/amdgpu: update vce encRefPic addr mode to tiled Marek Olšák (3): radeon: sync radeon_drm.h with the kernel amdgpu: sync amdgpu_drm.h with the kernel amdgpu: fix valgrind warnings caused by amdgpu_query_firmware_version Michel Dänzer (1): intel: Add new symbols to intel-symbol-check Rob Clark (2): list: fix an issue with android build using clang Bump version for release Ronie Salgado (1): amdgpu: add SI support Stéphane Marchesin (1): modetest: Also print the pixel clock The etnaviv authors (2): libdrm: add etnaviv drm support libdrm: add etnaviv tests Yang Rong (1): intel: Export pooled EU and min no. of eus in a pool. satsahu (1): modetest: Adding amdgpu to module list
2016-10-03Updated xterm to 326.wiz2-7/+7
Patch #326 - 2016/09/25 updated appdata file (report by Richard Hughes). improve discussion of the different terminal emulations provided by xterm in the manual page. add examples of setting the icon title with/without the window title in the manual (Debian #833984). correct a limit-check when using a numeric value for extended Booleans e.g., *fullscreen:3 rather than a name such as *fullscreen:never. add action allow-bold-fonts improved formatting fixes for manual page, using script to find mismatches in spelling of resources, actions and menu entries. improve documentation of logging resources. fix a special case of flickering cursor by adding GraphicsExpose to the list of event types that should not trigger making the mouse cursor visible (patch by Joe Peterson). correct initialization of line-drawing in VT52-mode, overlooked in changes for patch #297 (report/patch by Ben Wiley Sittler). minor clarification of form-feed versus line-feed in ctlseqs.ms (suggested by David Kemper). amend fix for Debian #738794 to restore a check for missing characters which are not combining characters. Also fill in a corresponding special case for TrueType fonts (Debian #827905).
2016-09-30Updated xkeyboard-config to 2.19.wiz3-8/+10
Another regular release: ---------------------------------- Baurzhan Muftakhidinov (1): Add extended Kazakh layout type Benno Schulenberg (4): symbols/rs: Do not specify the key.type where it isn't needed. symbols/rs: Remove pointless trailing "any" and "NoSymbol". symbols/rs: Specify some keys explicitly as four-level alphabetic. symbols/de: Do not specify the key.type where it isn't needed. Mart Lubbers (2): add phonetic russian dvorak layout add contact and author Mike FABIAN (1): Move Indian keyboard layouts from base.xml.in to base.extras.xml.in Peter Hutterer (1): Add Australian as separate entry Sergey Udaltsov (14): Added Carpalx intl layout de(legacy) to de(deadtilde) Nonexisting option removed Added parens:swap_brackets Fixed carpalx layout Fixed carpalx layout Updated cm mmuock ru sometimes need ralt as ralt, not as level3 cm(mmuock), not ma The quote should be normal quotedbl 2.18.99, sent to translators Use digits literally Prerelease sync with TP Release 2.19 Tomi Leppänen (1): rules: Move Finnish DAS layout to extras
2016-09-30Updated xf86-video-nouveau to 1.0.13.wiz2-8/+7
Adam Jackson (1): Adapt Block/WakeupHandler signature for ABI 23 Ben Skeggs (2): fix use of out-of-scope data exa/nv50-: fix some potential incomplete pushes Hans de Goede (1): Properly cleanup fb for reverse-prime-offload Ilia Mirkin (2): HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCs Bump version to 1.0.13 Keith Packard (1): Use NotifyFd for drm and udev fds
2016-09-30Updated xproto to 7.0.31.wiz2-7/+7
7.0.31 A bit of a brownbag release; sorry I didn't catch the typo in review. Keith Packard (2): Fix typo __has_extenstion -> __has_extension xproto 7.0.31 7.0.30 Jeremy Huddleston Sequoia (5): Xfuncproto.h: Define __has_feature() if it isn't already Xfuncproto.h: Define __has_extension() if it isn't already Xfuncproto: Add support for _X_DEPRECATED_MSG() macro Xfuncproto: Add support for _X_NOTSAN macro xproto 7.0.30
2016-09-20Handle Solaris 11/sparc correctly. Fixes PR#51475 from Joern Clausen.jperkin3-7/+17
Bump PKGREVISION.
2016-09-20+ mcookie.wiz1-1/+2
2016-09-20Import mcookie-2.28 as x11/mcookie.wiz9-0/+154
mcookie generates a 128-bit random hexadecimal number for use with the X authority system.
2016-09-19extensions on SunOS fixes buildwiedi1-1/+3
2016-09-19fix int type on SunOSwiedi1-1/+3
2016-09-19Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-2/+2
2016-09-18Update to 2.2.13ryoon3-85/+74
Changelog: Version 2.2.13 (9 May 2016) -------------- Use glib's unix fd implementation for io_watch where glib >= 2.36 is installed, unless otherwise chosen during configuration (acinclude.m4, configure-gtk2.ac, configure-gtk-3.ac; io_watch.cpp). Update documentation (callback.h, extension.h, future.h). Version 2.2.12 (18 October 2015) -------------- Simplify Cgu::Application::add() method (application.cpp). Minor implementation improvement for Cgu::Thread::parallel_transform* functions (do pointer arithmetic before not after tasks are launched) (parallel.h). Permit return value optimisation when returning thread object on starting new thread (thread.cpp). Update libtool to version 2.4.6. Documentation fix for doxygen-1.8.9 (docs/Doxyfile.in). Update code comments (emitter.h). Update documentation (doxygen.main.in, application.h, emitter.h, extension.h, future.h, future.tpp, shared_handle.h, shared_ptr.h, task_manager.h, thread.h).
2016-09-16Update gtkmm to 2.24.5prlw14-133/+156
2.24.5 (stable) This release can be used together with glibmm up to at least 2.49.5. It's recommended that you use gtkmm3 instead of gtkmm2. The support for gtkmm2 is minimal, and diminishing. Build: * Update the MSVC projects (Chun-wei Fan) * Use C++11 if the compiler supports it (Murray Cumming) * Update to be compatible with new versions of glibmm (Kjell Ahlstedt, Murray Cumming) Documentation: * Improve the documentation of Gtk::ComboBoxText (Kjell Ahlstedt) Bug #766039 (Omega Phil)
2016-09-16Updated xf86-video-amdgpu to 1.1.2.wiz3-8/+9
This is the 1.1.2 release of xf86-video-amdgpu, the Xorg driver for AMD Radeon GPUs supported by the amdgpu kernel driver. The only change in this release is a fix for issues with the configure option --with-xorg-conf-dir which slipped into the 1.1.1 release. Everybody is advised to use this release in favour of 1.1.1. Michel Dänzer (2): Fix handling of configure option --with-xorg-conf-dir Bump version for 1.1.2 release
2016-09-15xbindkeys-tk: bump to 1.8.6 too.wiz1-2/+1
2016-09-15Updated xbindkeys to 1.8.6 and switch it to guile20.wiz4-16/+14
2011-03-09 Hans-Peter Deifel <hpdeifel@gmx.de> * options.c: Replace some deprecated guile functions. The GH interface has been removed in guile-2.0 so do not use it anymore in xbindkeys. 2011-02-21 Philippe Brochard <pbrochard@common-lisp.net> * options.c (get_rc_guile_file): Fix a crash related to guile's GC and freeing of static memory. Thanks to Thomas Lindroth. 2010-12-04 Philippe Brochard <pbrochard@common-lisp.net> * options.c: Fix some compilations warnings. * xbindkeys.c (adjust_display): adjust envstr_size to prevent a segfault with libX11-1.4.0. 2010-01-24 Alexander Clouter <alex@digriz.org.uk> * xbindkeys.c (event_loop): Doesn't stat on configuration file change the first time if poll-rc is false. 2010-01-23 Philippe Brochard <hocwp@free.fr> * options.c: A poll-rc flag has been added to poll the rc/guile configuration file for update. By default no poll is done on configuration files. Many thanks to Alexander Clouter. * xbindkeys.c (event_loop): Stat both default rc file and guile rc file for reloading them when they change. xbindkeys changelog by Philippe Brochard <hocwp@free.fr> version: 1.8.3: Add a listen loop in the main loop. This fix a bug where, in the previous version, a keypress was needed to reload the configuration file after a keybinding change. Now one can edit the configuration file and keybindings are automatically updated after each save. Many thanks to Edwin Stang! 1.8.2: Correction of typos in the man page. An emphasis is made on the documentation about the guile configuration file (the prefered way for non trivial configuration). Many thanks to Brad Sawatzky. 1.8.1: Better Guile configuration with autotools. Minor compilation warning have been fixed. 1.8.0: Enable a full access to the xbindkeys internal from the guile scheme configuration file. A grabbed key can start a shell command or run a scheme function. This enable to do more powerfull things inside xbindkeys whitout the need of an external shell script (like double click, timed double click or keys combinations). --------------------------------------------------------------------------- 1.7.4: xbindkeys.spec: Change Copyright to License. Little english correction in warnings. Configuration files are reloaded on the fly when they have changed so there is no more need to send a HUP signal to reload them (Many thanks to Shish). Use `scm_c_define_gsubr' instead of 'scm_make_gsubr' with the guile mode.
2016-09-15After guile's and guile20's installation prefixes have changed, it's timewiz1-2/+2
to bump their dependencies (except those that were bumped in the last 24 hours already).
2016-09-15Updated xf86-video-ati to 7.7.1.wiz2-7/+7
I'm pleased to announce the 7.7.1 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. This is a stable point release containing only fixes for crash/hang/corruption bugs and other minor changes. Thanks to Qiang Yu for his contributions to this release! Michel Dänzer (15): Handle Zaphod mode correctly in radeon_mode_hotplug Explicitly set the fbcon pixmap pitch again Only use RandR APIs if RandR is enabled Don't enable micro-tiling for scanout buffers on pre-R600 Wait for pending flips to complete before turning off an output or CRTC Also call drmmode_clear_pending_flip from radeon_scanout_flip_abort Don't override crtc parameter value in drmmode_flip_handler/abort Also handle disabled CRTCs in drmmode_clear_pending_flip glamor: Fix radeon_glamor_share_pixmap_backing for priv->bo == NULL Consolidate get_drawable_pixmap helper Move DRI2's local fixup_glamor helper to radeon_glamor_set_pixmap_bo glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIME Destroy all dedicated scanout buffers during CloseScreen DRI2: Add interpolated_vblanks in radeon_dri2_get_crtc_msc Bump version for 7.7.1 release Qiang Yu (3): Remove RR_Capability_SinkOutput for GPU without CRTC Fix radeon_mode_hotplug crash on multi GPU platform. DRI2: Fix radeon_dri2_exchange_buffers width/height copy'n'paste error
2016-09-15Updated xf86-video-amdgpu to 1.1.1.wiz3-9/+8
I'm pleased to announce the 1.1.1 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. This is a stable point release containing only fixes and other minor changes. Highlights: * Support for all currently available GPUs supported by the amdgpu kernel driver. * A few fixes for crash/hang bugs. Thanks to everybody who contributed to this release in any way! Alex Deucher (1): add missing bonaire pci id Flora Cui (3): add strato pci id Add more Polaris 10 PCI IDs Add more Polaris 11 PCI IDs Marek Olšák (1): Fix cursor size for SI Michel Dänzer (14): Handle Zaphod mode correctly in amdgpu_mode_hotplug glamor: Fix amdgpu_glamor_share_pixmap_backing for priv->bo == NULL Remove amdgpu_share_pixmap_backing Add amdgpu_pixmap_get_tiling_info Consolidate get_drawable_pixmap helper Move DRI2's local fixup_glamor helper to amdgpu_glamor_set_pixmap_bo v2 glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIME Destroy all dedicated scanout buffers during CloseScreen Only use RandR APIs if RandR is enabled DRI2: Add interpolated_vblanks in amdgpu_dri2_get_crtc_msc Add Mullins PCI IDs Add missing Kaveri PCI ID (1318) Use --with-xorg-conf-dir=$prefix/share/X11/xorg.conf.d by default Bump version for the 1.1.1 release Qiang Yu (3): Remove RR_Capability_SinkOutput for GPU without CRTC. Fix amdgpu_mode_hotplug crash on multi GPU platform. DRI2: Fix amdgpu_dri2_exchange_buffers width/height copy'n'paste error Ronie Salgado (1): Add SI PCI IDs
2016-09-13Update gtk2 to 2.24.31prlw13-25/+8
Overview of Changes from GTK+ 2.24.30 to 2.24.31 ================================================ * File chooser: - backport many file chooser entry fixes and cleanups - don't crash if invisible files are deleted * Bug fixes: 555087 Shouldn't the return type of gtk_entry_completion_get_model be Gtk... 586367 In local_only mode, file chooser should return native paths for fi... 635287 Specify packages when generating GIR 640698 Incompatibility in 'matched-selected' signal invocation 648419 crash in remove_capslock_feedback at gtkentry.c line 10127 672271 File chooser seems over-enthusiastic about using subdirectories 679333 unable to filter folders in folder select mode 687196 filesystemmodel: invalidate nodes on file remove 703220 (CVE-2013-7447) Memory allocation integer overflow in gdk_cairo_se... 720330 Gtk-CRITICAL **: gtk_entry_completion_set_model: assertion 'GTK_IS... 729927 impossible to create a directory if the contents of the current on... 737777 Applications crash randomly while printing with a password-secured... 752707 Location bar navigation to parent directories 756450 GTK file chooser completion dropdown sets cursor in wrong position 765120 Configure notify does not always reflect window size enforced by (... 765193 Add introspection support for Visual Studio builds 768163 improved fullscreen behaviour 764996 GDK: Incorrect window size when creating window with position spec... 769126 Can't type astral plane characters into a GtkEntry using the Windo...
2016-09-08Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow thejoerg2-4/+4
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2016-09-06Needs msgfmtjoerg1-2/+2
2016-09-05Since some alignment functions were moved out of compiler.h,richard2-1/+58
simply copy them locally in Operations.c