Age | Commit message (Collapse) | Author | Files | Lines |
|
x11/xephem: build fix
Revisions pulled up:
- x11/xephem/Makefile 1.64
---
Module Name: pkgsrc
Committed By: dholland
Date: Sun Oct 9 20:39:29 UTC 2016
Modified Files:
pkgsrc/x11/xephem: Makefile
Log Message:
PR 51546 Simon Burge: use rm -f where appropriate
|
|
Bump PKGREVISION.
|
|
|
|
mcookie generates a 128-bit random hexadecimal number for use with
the X authority system.
|
|
|
|
|
|
|
|
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).
|
|
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)
|
|
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
|
|
|
|
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.
|
|
to bump their dependencies (except those that were bumped in the last 24
hours already).
|
|
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
|
|
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
|
|
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...
|
|
naming scheme of the other multi-version packages. Add support for the
coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
|
|
|
|
simply copy them locally in Operations.c
|
|
|
|
Bug-fix release.
|
|
Maintenance branch release, primarily for bdftopcf's benefit as it's
the only thing that really needs the Xfont1 API. (xfs uses it too, I
believe, but could be ported to Xfont2). If someone wanted to step up
and merge Xfont1 into bdtopcf directly, that'd be great.
Adam Jackson (1):
libXfont 1.5.2
Alan Coopersmith (1):
doc: add a couple olinks to fsproto & xfs-design docs
Benjamin Tissoires (1):
bdfReadCharacters: Allow negative DWIDTH values
Jeremy Huddleston Sequoia (6):
stubs: Add missing externs for declarations in the NO_WEAK_SYMBOLS && PIC stubs resolution
Use NO_WEAK_SYMBOLS instead of -flat_namespace
FreeType: Correct an allocation size
bitmap: Bail out on invalid input to FontFileMakeDir instead of calling calloc for 0 bytes
fserve: Silence a -Wformat warning
fserve: Fix a buffer read overrun in _fs_client_access
Keith Packard (1):
Fix warnings
Thomas Klausner (1):
Fix is*() usage.
|
|
|
|
|
|
by the infrastructure.
Mark a couple more packages as not ready for python-3.x.
|
|
Changes:
Add xrandr 1.5 to the list of supported versions
This does not include GUI for xrandr's new features, but the classical
XRandR features are unaffected.
New translations from weblate after introducing new string
New languages:
* Albanian (sq)
Updates:
* Danish (da)
* Ukrainian (uk)
Covering new strings:
* Catalan (ca)
* Russian ru)
* Spanish (es)
* Polish (pl)
* Persian (fa)
* Estonian (et)
* Chinese (China; zh_CN)
* Dutch (nl)
|
|
Bump revision.
|
|
|
|
In Lablgtk-2.18.5:
2016.08.10 [Jacques]
* update applications/browser for 4.04
2016.08.02 [Jacques]
* add CAMLparam before CAMLlocal (report by Francois Bobot)
* add -fno-unwind-tables to GTKCFLAGS if the compiler allows it
(suggested by Bart Jacobs)
|
|
|
|
No functional change; the buffer is large enough.
|
|
|
|
This framework provides code and utilities to ease the transition from
kdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++
classes whose functionality has been replaced by code in CMake, Qt and
other frameworks.
Code should aim to port away from this framework eventually. The API
documentation of the classes in this framework and the notes at
<http://community.kde.org/Frameworks/Porting_Notes> should help with
this.
Note that some of the classes in this framework, especially
KStandardDirs, may not work correctly unless any libraries and other
software using the KDELibs 4 Support framework are installed to the same
location as KDELibs4Support, although it may be sufficient to set the
KDEDIRS environment variable correctly.
|
|
5.22:
Framework Integration
* Remove platformtheme plugin as it's in plasma-integration
KWidgetsAddons
* KNewPasswordWidget: Remove size hint on spacer, which was leading to
some always empty space in the layout
* KNewPasswordWidget: fix QPalette when widget is disabled
KWindowSystem
* Fix generation of path to xcb plugin
Plasma Framework
* [QuickTheme] Fix properties
* highlight/highlightedText from proper color group
* ConfigModel: Don't try to resolve empty source path from package
* [calendar] Only show the events mark on days grid, not month or year
* declarativeimports/core/windowthumbnail.h - fix -Wreorder warning
* reload icon theme properly
* Always write the theme name to plasmarc, also if the default theme is
chosen
* [calendar] Add a mark to days containing an event
* add Positive, Neutral, Negative text colors
* ScrollArea: Fix warning when contentItem is not Flickable
* Add a prop and method for aligning the menu against a corner of its
visual parent
* Allow setting minimum width on Menu
* Maintain order in stored item list
* Extend API to allow (re)positioning menu items during procedural insert
* bind highlightedText color in Plasma::Theme
* Fix unsetting associated application/urls for Plasma::Applets
* Don't expose symbols of private class DataEngineManager
* add an "event" element in the calendar svg
* SortFilterModel: Invalidate filter when changing filter callback
5.23:
Framework Integration
* Remove unused dependencies and translation handling
KActivities
* Adding runningActivities property to the Consumer
KConfigWidgets
* Allow using new style connect syntax with KStandardAction::create()
KInit
* Fix race in which the file containing the X11 cookie has the wrong
permissions for a small while
* Fix permissions of /tmp/xauth-xxx-_y
KJobWidgets
* Set correct "dialog" flag for Progress Widget dialog
KWidgetsAddons
* Use selected icon effect for current KPageView page
KWindowSystem
* [platform xcb] Respect request icon size
KXMLGUI
* Right-clicking the menu bar of an application will now longer
allow bypassing
Plasma Framework
* Add cantata system tray support
* Selected state for Plasma::Svg and IconItem
* DaysModel: reset m_agendaNeedsUpdate when plugin sends new events
* Update audio and network icon to get a better contrast
* Deprecate downloadPath(const QString &file) in favor of
downloadPath()
* [icon thumbnail] Request for preferred icon size
* Plasmoids can now tell whether widgets are locked by the user or
sysadmin restrictions
* [ContainmentInterface] Don't try to popup empty QMenu
* Use SAX for Plasma::Svg stylesheet replacement
* [DialogShadows] Cache access to QX11Info::display()
* restore air plasma theme icons from KDE4
* Reload selected color scheme on colors changed
5.24:
KConfigWidgets
* KStandardAction::showStatusbar: Return the intended action
KDED
* [OS X] make kded5 an agent, and build it as a regular application
KDesignerPlugin
* Add support for KNewPasswordWidget
KGlobalAccel
* Use QGuiApplication instead of QApplication
KInit
* Allow timeout in reset_oom_protection while waiting for SIGUSR1
KWidgetsAddons
* Fix reading Unihan data
* Fix minimum size of KNewPasswordDialog
* Fix ambiguous contructor on MSVC 2015
* Fix an alignment issue under the OS X native "macintosh" style
KXMLGUI
* KXMLGui: Fix merge indices when removing xmlgui clients with
actions in groups
* Don't warn about "file found in compat location" if it wasn't
found at all
* Add donate menu item to help menu of our apps
Plasma Framework
* [Calendar] Flip arrow buttons on right-to-left languages
* Plasma::Service::operationDescription() should return a QVariantMap
* Don't include embedded contrainers in containmentAt(pos)
* fix the color theming for the restart system icon (login screen)
* disable taskbar thumbnails with llvmpipe
* guard against invalid applets
* PluginLoader::loadApplet: restore compatibility for misinstalled applets
* correct folder for PLASMA_PLASMOIDS_PLUGINDIR
* PluginLoader: improve error message about plugin version compatibility
* Fix check to keep QMenu on screen for multiscreen layouts
* New containment type for the systray
5.25:
KActivities
* [KActivities-CLI] commands for starting and stopping an activity
* [KActivities-CLI] setting and getting activity name, icon and
description
* Added a CLI application for controlling activities
* Adding scripts to switch to previous and next activities
* Method for inserting into QFlatSet now returns index along with
the iterator
* Adding ZSH functions for stopping and deleting non-current activities
* Added isCurrent property to KActivities::Info
* Using constant iterators when searching for activity
KConfigWidgets
* Add DeleteFile and RenameFile standard action
* The config page has now scroll bars when needed
KGlobalAccel
* Use klauncher dbus instead of KRun
* Launch jumplist actions via KGlobalAccel
* KGlobalAccel: Fix deadlock on exit under Windows
KInit
* Adapt KInit to Mac OS X
KWidgetsAddons
* [KCharSelect] Fix crash when searching with no present data file
* [KCharSelect] Handle characters outside BMP
* [KCharSelect] Update kcharselect-data to Unicode 9.0.0
* KCollapsibleGroupBox: Stop animation in destructor if still running
* Update to Breeze palette (sync from KColorScheme)
KWindowSystem
* [xcb] Ensure the compositingChanged signal is emitted if
NETEventFilter is recreated
* Add a convenience API to query the windowing system/platform
used by Qt
KXMLGUI
* Fix minimum size hint (cut-off text)
* [KToggleToolBarAction] Honor action/options_show_toolbar restriction
Plasma Framework
* Keep compatiable slot createApplet with Frameworks 5.24
* Don't delete gl texture twice in thumbnail (bug 365946)
* Add translation domain to wallpaper QML object
* Don't manually delete applets
* Add a kapptemplate for Plasma Wallpaper
* Templates: register templates in own toplevel category "Plasma/"
* Templates: Update techbase wiki links in READMEs
* Define what Plasma packagestructures extend plasmashell
* support a size for adding applets
* Define Plasma PackageStructure as regular KPackage PackageStructure plugins
* Fix: update wallpaper example Autumn's config.qml to QtQuick.Controls
* Use KPackage to install Plasma Packages
* If we pass a QIcon as an argument to IconItem::Source, use it
* Add overlay support to Plasma IconItem
* Add Qt::Dialog to default flags to make QXcbWindow::isTransient()
happy
* [Breeze Plasma Theme] Add network-flightmode-on/off icons
* Emit contextualActionsAboutToShow before showing the applet's
contextualActions menu
* [TextField] Bind to TextField length instead of text
* [Button Styles] Horizontally center in icon-only mode
* [Containment] Treat HiddenStatus as low status
* Add kruler system tray icon from Yuri Fabirovsky
* Fix the infamous 'dialogs show up on the Task Manager' bug once more
* fix network wireless available icon with an ? emblem
* IconItem: Use better approach to disable animation when going
from invisible to visible
* Set Tooltip window type on ToolTipDialog through KWindowSystem API
|
|
libudev is a Linux kernel specific library for device detection
This fixes build on Slackware 14.2.
|
|
Instead of checking that PKGSRC_COMPILER is equal to gcc, see if gcc
is contained in it. Thus, if PKGSRC_COMPILER is "ccache gcc" or
"ccache distcc gcc", the hack will still be applied. (As a side
effect, I can confirm that the hack is still needed on recent netbsd-7
i386.)
|
|
Overview of Changes in GTK+ 3.20.9
==================================
* Bug fixes:
769287 GtkMenuToolButton:show-menu is emitted twice and breaks dynamic m...
769603 gtk+-3.20.8: underlink issue with ld.gold - build fails: ./.libs/...
Fix headerbar size allocation
Use g_snprintf instead of snprintf
* Translation updates
Brazilian Portuguese
Czech
German
Hungarian
Indonesian
Lithuanian
Polish
Portuguese
Swedish
|
|
XXX: mlterm-con is not handled yet
Changes noted in doc/en/ReleaseNote:
ver 3.7.2
* Add mlterm-con which is a console version of mlterm (like GNU Screen) and which
works on various terminal emulators. (see doc/en/README.console)
* Add "console_encoding" / --ckm option which specifies a character encoding of
the console where mlterm-con works.
* Add "default_cell_size" / --csz option for mlterm-con.
* Add "console_sixel_colors" / --csc option for mlterm-con.
* Add "primary_da" / --da1 and "secondary_da" / --da2 options.
* Support DECRQSS partially.
* Support wheel mouse on MacOSX/Cocoa. (Thanks to @nyarla)
(Merge a patch at http://the.nyarla.net/entry/2016/06/03/195013)
* Bug fixes:
Fix misalignment of the position of characters in drawing them with the use
of complementary loaded fonts on cairo.
|
|
|
|
Changes:
* Big input and output to the escape code parser have been fixed. This was an
addition to the copy and paste fix of the last release.
* Many comments to the config.def.h were added to make the complexity of
terminals easier to grasp. Terminals are still complex and not easy to
understand.
* -T is the same as -t for compatibility reasons - to set the title of the
window.
* You can now define the mouse shape, mouse background and mouse foreground
color.
* Fixes in the UTF-8 wide character handling were applied.
* Invalid UTF-8 characters are handled better.
* There is now more documentation for the -l option, which is the way to make
st directly connect to some other pseudo terminal or a serial line.
* You can now send a break to the terminal.
* The default stty args have been changed. Look into the source for details,
if you depend on them in your setup.
* The default font is now using antialias and autohint.
* The libXext dependency has been removed.
* Some eastereggs were added. You may find them easily.
* -n has been introduced for setting the application class. This is useful for
complex st setups in dwm.
* Some backspace fixes. Please still not forget to read up all the history
books on backspace behaviour of the time and in different implementations
before you file any bug on it. This is a requirement.
* DPI handling is optimized.
Many patches were incorporated by many contributes. Thank you for help-
ing making st the tool which makes our life easier!
|
|
---------------------------------------
http://stalonetray.sourceforge.net/news.html
March 4, 2015
New bugfix release 0.8.3. Changes:
fix high CPU usage under E19 caused by support for _NET_WM_PING
February 5, 2015
New bugfix release 0.8.2 (aka "It ain't dead. It's restin'"). Changes:
several fixes in command line and config file parser
fixed _NET_WM_STRUTS_PARTIAL support for multiple screens (kudos to Mario Pilz for a patch)
fixed _NET_WM_DESKTOP support (thanks to Sasha Vasko for a report)
added support for _NET_WM_PING
|
|
Overview of Changes in GTK+ 3.20.8
==================================
* Revert an unintentional bump of the GLib requirement in 3.20.7
Overview of Changes in GTK+ 3.20.7
==================================
* Bugs fixed:
118959 GtkScale value '-0'
674215 regression with updating tooltips
708148 gtk_tree_view_get_path_at_pos mistakenly identifies column of ini...
745622 Selected text not highlighted in GtkInfoBar
747206 gtktextview: note on how to get line spacing between two paragraphs
764060 opening a second nautilus while a delete operation is in progress...
764203 Default background color for the 'textview border' node
765924 Improve external drives detection
766120 Scale draw_value() align changed from centre/right (H/V) to lefti...
766122 Re-used filechooser displays $pwd half of the time when shown
766341 Do not rely on memfd as it requires a fairly recent kernel
766643 Frozen windows when unmapped with pending configure event
766782 OpenGL in broadway leads to segmentation fault
767058 GtkInfoBar: right-click/context menu all white
767468 Popover over a treeview cellrenderer is hidden immediately after ...
767705 GtkActionHelper: Change a message to a warning
767766 CUPS 2.X detected incorrectly by configure
767795 Warning when the "accelerator" property of GtkShortcutsShortcut ...
767848 crash in the window test
767851 Adwaita: popover arrows broken in some orientations
768016 [Wayland] Submenus often get closed after ~2 seconds
768025 entry.warning & entry.error broken
768082 wayland: copying from Wayland to NEdit (Xwayland/Motif) doesn't work
768142 Incorrect order of $(LIBS) and $(OBJS) in Makefile.example caused...
768177 CLIPBOARD target request after PRIMARY request times out. GDK_SEL...
768485 Change the priority of the window-close idle to G_PRIORITY_DEFAULT
768657 places-view: fix open action for locations without a mount or volume
768930 reftests: override GSETTINGS_SCHEMA_DIR when running tests
769003 Adwaita: GtkCalendar uses a confusing style for week of year
769047 GtkWidget <-> GtkStyleContext API not clear
* Translation updates:
Indonesian
Norwegian bokmål
|
|
|
|
|
|
|
|
News in 3.20.4
--------------
* Fix a critical message when showing a completion window
* Fix a general syntax highlighting issue
* Other smaller bug fixes
* Translation updates
|
|
Andreas Boll (6):
radeon: Wire up radeon-symbol-check to make check
automake: Don't include Android Makefiles in the release tarball
virtgpu: Update kernel header
automake: Include virtgpu_drm.h in the release tarball
man: Fix typo
radeon: Fix typo in stderr message
Emil Velikov (2):
tests/drmdevice: print out the full 'bus' and 'dev' strings
tests/drmdevice: be move verbose when using open()
Qiang Yu (2):
drm: drmGetDevice return correct device on multi GPU setups
drm: fix drmFreeDevices memory leak on multi GPU setups
Rob Clark (24):
freedreno: rework internal ring->emit_reloc_ring()
freedreno: add simpler ring-reloc
freedreno: split out fd_bo_cache
freedreno: refactor bo-cache API
freedreno: move bo-cache to it's own file
freedreno: sync uapi
freedreno: add madvise support
freedreno: fix potential fd leak in error path
freedreno: expose kernel driver version
freedreno: support either coarse or fine-grained bucket sizes
freedreno: ocd
freedreno: fix potential leak at free
freedreno/msm: use private bo-cache for ringbuffer bo's
freedreno/msm: drop return from get_cmd()
freedreno/msm: split out cmd buffer tracking from ring
list: add first/last entry macros
freedreno/msm: split out dump_submit() helper
freedreno: support growable cmdstream buffers
freedreno/msm: use hashtable to track bo idx
freedreno: move legacy kgsl related README
freedreno: fix distcheck errors
freedreno: fix android build break
freedreno: fix warnings
Bump version for release
|
|
|
|
Here's a new libdrm release, which I needed in order to use the new vc4
ioctl in Mesa.
Alex Deucher (2):
tests/amdgpu: expand write/copy tests to compute
tests/amdgpu: expand write/copy tests to compute
Christian König (1):
amdgpu: fix fence status query
Eric Anholt (2):
vc4: Update kernel headers for getparam addition.
Bump version to 2.4.69 for release.
Jan Vesely (1):
xf86drm.c: Fix mix of tabs and spaces
Leo Liu (1):
tests/amdgpu: add interface to adapt firmware requirement
Marek Olšák (1):
radeon: use SAMPLE_SPLIT=2 for better MSAA perf on EG/CM
Mike Frysinger (1):
pull in sys/sysmacros.h when available
Nicolai Hähnle (1):
xf86drm: ensure proper alignment of pointers in drmProcessPciDevice
Qiang Yu (1):
drm: fix multi GPU drmGetDevices only return one device
Rob Clark (1):
freedreno/msm: fix memory leak on ringbuffer free
Rob Herring (1):
Android: strip out header files from sources list
Rodrigo Vivi (2):
intel: Add more Kabylake PCI IDs.
intel: Removing PCI IDs that are no longer listed as Kabylake.
Sonny Jiang (1):
tests/amdgpu: adapt to new polaris10/11 uvd fw
|
|
- Drop patch-ac, it is now included in upstream.
(upstream)
- Updated x11/xpad 4.0 to 4.8
---------------------------
Version 4.8
* Fix: Autostart - Pads did not hide on startup when set in the preferences
due to the tray icon not being recognized properly (#1560019)
Version 4.7
* Fix: Translations - Updated the translation template, so translaters can
translate the new or changed strings (#1531634)
* Fix: Autostart - Partial undo of bug report #1395889, preventing autoset
of system-wide autostart of Xpad (#1517262)
* Fix: Autostart - If Xpad is run for the first time, autostart for the
current user will be enabled. (#1517262)
* Fix: Technical - The info file of a pad was only saved on proper exit of
Xpad (#1534925)
Version 4.6
* New: Preferences - The ability to hide the pads from the taskbar (which
was previously binded to window decorations) (#1029202)
* New: Preferences - The ability to hide the pads from the workspace
switcher (which was previously binded to window decorations) (#1340331)
* Fix: CLI - the show, hide and toggle command-line options have been fixed
(#1424081)
* Fix: Menu - Limited the length of the note names in the menu items to 20
characters. This prevents very wide stretched menus.
* Fix: Internationalization - Added and updated the Xpad.pot file to
restore the multi-lingual support (#1455888)
* Fix: Help - Set the ability to select and copy the help text (#1415138)
* Fix: Pad focus - Improved the showing and focussing of pads after
minimization or creation of a new pad.
* Fix: Pad focus - After deleting a pad, it is conveniant to have the focus
on another pad. This fix added that behavior.
* Fix: Performance - Only save the location of the pad to disk when exiting
Xpad. This prevents a lot of disk writes when moving pads. (#1459251)
* Fix: Default settings - Window decorations are turned off by default (#1395889)
* Fix: Default settings - Autostart Xpad by default for all users (#1395889)
* Fix: Technical - Code cleanup - removed spaces and indentions
* Fix: Technical - Prevent deprecated error messages when not using
configure --enable-debug=yes
* Fix: Technical - Changed preference window type from GtkDialog to GtkWindow (#1395309)
* Fix: Technical - Prevent race condition when application shutdown is requested
* Fix: Technical - Initialized uninitialized variable
* Fix: Technical - Replaced or removed deprecated GTK functions, such as gtk_alignment_new
* Fix: Technical - Removed debugging implementaton, since it was not used
and uses unnecessary resources
Version 4.5
* New: Debug - ability to use built-in debugging functionality for bug
solving and code improvements by Sagar Ghuge (#1389334)
* New: Systray - ability to open the help from the tray icon menu (#1406378)
* Many bugfixes: see Changelog
Version 4.4
* Only bugfixes and technical changes: see Changelog
Version 4.3
* New: Systray - ability to hide the tray icon
* New: Toolbar - ability to add multiple separators
* New: Toolbar - ability to add paste button on toolbar
* New: Autostart - Ability to set the automatic start of Xpad in the
Preferences menu
* New: Autostart - Ability to set the wait for systray option in the
Preferences menu
* New: Autostart - Ability to delay the start of Xpad in the Preferences
menu
* New: Autostart - Ability to set the automatic creation of a new pad at
the start of Xpad in the Preferences menu
* New: Autostart - Ability to set the automatic open/hide/restore of all
pads at the start of Xpad in the Preferences menu
* New: Shortcuts - Added shortcuts keys for New pad (CTRL-N) and Delete
(SHIFT-DEL) and changed Redo from (CTRL-R) to (CTRL-Y)
* Many bugfixes: see Changelog
Version 4.2
* New: Undo/redo functionality such as CTRL-Z
* New: ability to reconfigure the left-right click behaviour of the tray icon
* Many bugfixes: see Changelog
Version 4.1
* Undo/Redo for xpad and bug-fixes. Feature by Sergei Riaguzov
* Bug #490445: crash when right-clicking on tray icon to display list of
notes. Patch by David Hull
* Bug #360142: Add keyboard shortcuts for formatting. Patch by Dennis Hilmar
* Bug #591978: xpad critical start. Patch by OBATA Akio
|