Age | Commit message (Collapse) | Author | Files | Lines |
|
Alan Coopersmith (10):
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
xcompmgr.man: Update bug reporting URL from bugzilla to gitlab
Reduce variable scope as suggested by cppcheck
Remove obsolete casts on malloc & free calls
gitlab CI: stop requiring Signed-off-by in commits
Resolve -Wshadow warnings
Mark usage() as _X_COLD _X_NORETURN
Remove unused macros
xcompmgr 1.1.9
|
|
Change log:
lxqt-runner-1.2.0 / 2022-11-05
===============================
* Force the correct position on the window after it is moved from outside the app.
* Added an option for clearing the entry on launching apps.
|
|
Change log:
lxqt-panel-1.2.0 / 2022-11-05
==============================
* Added context items to Quick Launch for reloading desktop entries.
* Set window flags of the volume popup explicitly (useful under Wayland).
* Fixed Quick Launch icons when there are multiple config files.
|
|
Change log:
lxqt-session-1.2.0 / 2022-11-05
================================
* Fixed the core code when lxqt-session is started under Wayland.
* Reload mouse & touchpad settings when devices are reconnected.
|
|
Change log:
lxqt-qtplugin-1.2.0 / 2022-11-05
=================================
* Bumped the version to 1.2.0 and updated the dependencies.
|
|
Change log:
lxqt-notificationd-1.2.0 / 2022-11-05
======================================
* Allow no focused widget inside notifications (useful under Wayland).
* Don't show default actions if nameless (no empty button, no empty combo-box item).
|
|
Change log:
lxqt-globalkeys-1.2.0 / 2022-11-05
===================================
* Updated translations and bumped the version.
|
|
Change log:
lxqt-config-1.2.0 / 2022-11-05
===============================
* Enhancements to theme list in appearance config dialog. Themes are always sorted alphabetically, user themes are distinguished, and theme folders can be opened by double clicking or by using context menus.
|
|
Change log:
lxqt-admin-1.2.0 / 2022-11-05
==============================
* Removed the tool-bar's redundant context menu.
|
|
Change log:
lxqt-about-1.2.0 / 2022-11-05
==============================
* Sort language names alphabetically.
* Made directory paths clickable under "Technical Info".
|
|
Change log:
libfm-qt-1.2.0 / 2022-11-05
============================
* Support adding of pattern lists to entries of search dialog (such lists are used by `pcmanfm-qt` for having a search history).
* Fixed crash with empty URI scheme of folder path.
* Silenced compilation warnings about deprecated GLib functions.
* Don't show a deletion prompt without a selection.
* Fixed infinite loop if a symlink that is created by DND overwrites a non-empty directory.
* Allow remembering the result of execution prompt for multiple files.
* Added `Ctrl+D` to LXQt file dialog for deselecting all items.
* Allow selection by dragging mouse cursor inside non-name columns in the detailed list mode.
* Corrected the position of drop menu under Wayland.
* Fixed crash with DND into side-pane under Wayland.
* Added nullity checks to `XdndWorkaround`.
|
|
Change log:
liblxqt-1.2.0 / 2022-11-05
===========================
* Updated translations and bumped version to 1.2.0.
|
|
This adds compatibility with OCaml 5.0.
|
|
|
|
This is primarily a bug fix release, including further work on improving
the thread-safety-constructor and making it work with software which had
incorrectly called libX11 functions from inside X*IfEvent() calls.
Highlights:
* Allow X*IfEvent() to reenter libX11 to avoid deadlock from unsafe
calls when thread-safety-constructor is enabled (!150).
* Remove Xlib's pthread function stubs - instead use system provided
threads functions, including linking against any needed pthread
libraries if thread-safety-constructor is enabled (!155, !156).
* Fix off-by-one error in XKeycodeToKeysym for indexes > 3 (!78).
* Allow XNSpotLocation with OnTheSpot (!127).
* Fix Win32 build when -fno-common is in effect (!140).
* Fix memory leak in XRegisterIMInstantiateCallback (!158).
* Add compose sequences for the double-struck capitals ℕ ℤ ℚ ℝ ℂ (!144),
Samogitian E with dot above and macron (!147), Unicode minus sign (!163).
* Change <Compose> <^> <-> to mean superscript minus instead of macron (!162).
* Delete compose sequences that mix top-row digits with numpad digits (!139)
or mix upper & lower case letters (!144).
* Delete some unuseful compose sequences meant for Bépo layout (!146).
* Delete compose sequences using leftcaret & rightcaret keysyms (!163).
* Remove KOI8-R character set from en_US.UTF-8/XLC_LOCALE (!148).
* Map sr locales to sr_RS compose files (!161).
Complete changelog:
Adam Jackson (1):
Allow X*IfEvent() to reenter libX11
Adam Sampson (1):
xkb: Fix off-by-one error in XKeycodeToKeysym
Alan Coopersmith (11):
xkb: set num_keys when filling in keys in _XkbReadGetNamesReply()
doc: Document possible return values for XkbGetKeyboard()
gitlab CI: stop requiring Signed-off-by in commits
If thread-safety-constructor is enabled, link against pthreads not stubs
Use same pthread-stubs as libxcb
COPYING: remove notice for the removed UIThrStubs.c
Copyright & license cleanup
man pages: document XCloseIM frees its argument
Remove NEWS file which only covered 2006 & 2007 releases
README.md: Add 1.8.2 changes
libX11 1.8.2
Benno Schulenberg (13):
nls: delete compose sequences that mix top-row digits with numpad digits
docs: hard-wrap some items so that Table 2 fits within 80 characters
docs: remove the unsightly dashes from the overviews of arguments
docs: replace three placeholders with something that makes sense
nls: delete some pointless and wrong compose sequences meant for Bépo
nls: add compose sequences for the double-struck capitals ℕ ℤ ℚ ℝ ℂ
nls: delete eight sequences that pointlessly mix upper and lower case
nls: add four sequences for the Samogitian E with dot above and macron
nls: delete two compose sequences with an anomalous post-fixed breve
nls: change <Compose> <^> <-> to mean superscript minus instead of macron
nls: let `<Multi_key> <minus> <underscore>` compose U+2212 (MINUS SIGN)
nls: remove two compose sequences that use deprecated symbols
nls: reshuffle a few compose sequences, to have similar ones together
David H. Gutteridge (1):
configure.ac: report thread safety constructor build status
Jan Tojnar (1):
nls: Map sr locales to sr_RS compose files
Jon Turney (1):
Fix Win32 build with -fno-common
Kirill Chibisov (1):
ximcp/imRm.c: allow XNSpotLocation with OnTheSpot
Matthieu Herrb (1):
Mention that the predicate function is called with the display lock
Mike FABIAN (1):
Remove KOI8-R character set from en_US.UTF-8/XLC_LOCALE
Po Lu (1):
specs: document change in XIMPreeditCallbacks
Thomas E. Dickey (4):
reduce compiler warnings for macros BufAlloc, Data and Data32 using casts
use casts to reduce compiler warnings (no object change)
reduce compiler warnings with casts (no object change)
fix a memory leak in XRegisterIMInstantiateCallback
|
|
Change log:
qterminal-1.2.0 / 2022-11-05
=============================
* Add CI using GitHub Actions.
* Fixed command parsing with the `-e` option.
* Avoid segfault when using global menus.
* Improved documentation for the `--profile` option.
|
|
Change log:
qtermwidget-1.2.0 / 2022-11-05
===============================
* Enabled Bidi rendering by default.
* Made text DND follow the settings for newline trimming and multiline prompt.
* Allow `QTermWidget` to be used as a Qt Plugin.
|
|
Change log:
qtxdg-tools-3.10.0 / 2022-11-05
===============================
* Updated for libqtxdg-3.10.
|
|
Change log:
libqtxdg-3.10.0 / 2022-11-05
============================
* Invalidate GTK icon cache as soon as icons are installed.
* Follow `freedesktop.org` in adding dirs under `DefaultDirectoryDirs`.
|
|
|
|
|
|
Alan Coopersmith (8):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Build xz tarballs instead of bzip2
gitlab CI: add a basic build test
gitlab CI: stop requiring Signed-off-by in commits
InputDriverRec: Resolve -Wmissing-field-initializers warning
InitValuatorAxisStruct: Add missing line breaks
xf86-input-void 1.4.2
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
|
|
|
xtrlock is a very minimal X display lock program, which uses
nothing except the Xlib library. It doesn't obscure the screen,
it is completely idle while the display is locked and you don't
type at it, and it doesn't do funny things to the X access control
lists.
Original by Matthias Petermann, fixes by Paolo Vincenzo Olivo in wip
|
|
|
|
xss-lock allows to set an external locker as the X screensaver.
By Paolo Vincenzo Olivo in wip
|
|
Sources synced with upstream.
Corrected redundant DIST_SUBDIR naming.
Noticeable changes commited since 20220603:
- wayland: grab monitor size from compositor
- wayland: release pointer/keyboard on seat capabilities change
- wayland: support media keys
- wayland: correct keyboard ctl handling
|
|
Adjust language in GTK reference.
|
|
pkgsrc changes:
---------------
* Remove dependency on pthread-stubs for FreeBSD.
* Bum revision.
|
|
This version contains a fix for a heap overflow. A CVE has been
requested.
|
|
Alex Deucher (5):
amdgpu.ids: use consistent formatting for RID
amdgpu.ids: sort the file
amdgpu.ids: update to the latest marketing name
amdgpu_ids: add MI marketing names
amdgpu: Add a default marketing name if none is found
Eli Schwartz (1):
meson: fast-fail on unsupported OSes
Jordan Justen (2):
include/drm/drm_fourcc.h: Update from Linux v6.0-rc7
include/drm/i915_drm.h: Update from Linux v6.0-rc7
Marco Felsch (1):
tests/util: add imx-lcdif driver
Simon Ser (9):
intel: move declarations to top in drm_intel_gem_bo_unreference()
build: automatically disable Intel if pciaccess is not found
xf86drm: handle DRM_FORMAT_BIG_ENDIAN in drmGetFormatName()
amdgpu: silence uninitialized variable warning
xf86drmMode: add helpers for dumb buffers
modetest: drop unused offset field in struct bo
modetest: use sized integers in struct bo
modetest: use dumb buffer helpers
build: bump version to 2.4.114
|
|
|
|
Alan Coopersmith (14):
Update configure.ac bug URL for gitlab migration
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
gitlab CI: stop requiring Signed-off-by in commits
sun_mouse: Fix -Wsign-compare warnings
sun_mouse: Fix -Wnull-dereference warning
checkForErraticMovements: Fix -Wempty-body warnings
SetupMouse: fix -Wsign-compare warning
InputDriverRec: Fix -Wmissing-field-initializers warning
autoGood: quiet -Wimplicit-fallthrough warning
configure: check for timingsafe_memcmp
sun_mouse.c: #include "config.h"
xf86-input-mouse 1.9.4
|
|
5.15.7
Bug-fix release
|
|
Alan Coopersmith (6):
Fix spelling/wording issues
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
gitlab CI: stop requiring Signed-off-by in commits
Fix -Wstringop-truncation warnings in safe_strncpy()
sessreg 1.1.3
|
|
This release adds a new configure option --with-rgb-db-library to allow
builders more control over which dbm or ndbm compatible library is used
if --with-rgb-db-type is set to one of the non-default database options
instead of the default of "text". The --with-rgb-db-library option can
allow use of libraries that are not normally searched for (gdbm_compat)
or to bypass libraries we do normally search for (like Berkeley db).
Alan Coopersmith (12):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Remove unnecessary casts from malloc() & memcpy() calls
rgb.c: fix -Wdiscarded-qualifiers warning
rgb.c: if filename is too long, report error instead of truncating
README: provide more information on --with-rgb-db-type
configure: Add --with-rgb-db-library option
gitlab CI: build all 3 --with-rgb-db-type=(text|dbm|ndbm) options
gitlab CI: stop requiring Signed-off-by in commits
rgb 1.1.0
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
|
Alan Coopersmith (8):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
XineramaQueryScreens: fix -Wsign-compare warning
Remove "register" type qualifier from variable declarations
libXinerama 1.1.5
|
|
Aaron Plattner (1):
tests: Skip trapezoids for unsupported XRender formats
Alan Coopersmith (6):
Fix spelling/wording issues
Build xz tarballs instead of bzip2
gitlab CI: add a basic build test
Variable scope reductions as recommended by cppcheck
Stop casting return value of malloc() and calloc()
x11perf 1.6.2
|
|
Alan Coopersmith (14):
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
Xge.c, Xge.h: convert from ISO-8859-1 to UTF-8
Add extutilP.h header for xgeExtRegister() prototype
Remove unnecessary casts of malloc/calloc results
Remove unnecessary (char *) casts from Xfree() arguments
Use calloc instead of malloc if we may not initialize all the bytes
Import reallocarray() from libX11
Convert calls to Xmalloc arrays to use Xmallocarray instead
configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines
Remove "All rights reserved" from Oracle copyright notices.
COPYING: Add info for Xge.* and reallocarray.* files
libXext 1.3.5
Matthieu Herrb (1):
add ACLOCAL_AMFLAGS = -I m4 to make aclocal pick ax_gcc_builtin.m4
|
|
Alan Coopersmith (8):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Variable scope reductions as recommended by cppcheck
Handle -Wsign-compare warnings
gitlab CI: stop requiring Signed-off-by in commits
xsetroot 1.1.3
|
|
|
|
|
|
|
|
|
|
0.26.4 [2022-10-17]
- macOS: Allow changing the kitty icon by placing a custom icon in the kitty
config folder (#5464)
- Allow centering the background_image (#5525)
- X11: Fix a regression in the previous release that caused pasting from GTK
based applications to have extra newlines (#5528)
- Tab bar: Improve empty space management when some tabs have short titles,
allocate the saved space to the active tab (#5548)
- Fix background_tint not applying to window margins and padding (#3933)
- Wayland: Fix background image scaling using tiled mode on high DPI screens
- Wayland: Fix an abort when changing background colors with
wayland_titlebar_color set to background (#5562)
- Update to Unicode 15.0 (#5542)
- GNOME Wayland: Fix a memory leak in gnome-shell when using client side
decorations
|
|
- improve error-recovery when setting a bitmap font for the VT100 window, e.g.,
in case OSC 50 failed, restoring the most recent valid font so that a
subsequent OSC 50 reports this correctly (report by David Leadbeater).
- exclude MC_XDG_OPEN from environment variables trimmed on startup (report by
Gabor Hauzer).
- check for null pointer in isSelect() (report by Column Paget).
|
|
Major changes in 0.18 are:
* Fixed minor leak
* Updated translations
* Documentation fixes
|
|
Bump PKGREVISION.
Shorten DESCR.
|
|
Alan Coopersmith (10):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
Remove unnecessary casts from malloc & free calls
Reduce variable scopes as recommended by cppcheck
Resolve -Wsign-compare warnings
Rename xDepth to xPDepth to quiet -Wshadow warnings
libXrender 0.9.11
Dmitry Karasik (1):
fix coredumps in XRenderComputeTrapezoids (issue #1)
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Oliver Hattshire (1):
WIP: Documentation
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Robin Linden (1):
Add missing HAVE_CONFIG_H guard to Xrenderint.h
Thomas E. Dickey (8):
amend cppcheck-scope change, fixing c89 build
additional cppcheck-scope warning
cppcheck (removing unused assignment lets variable scope reduction)
use casts to reduce compiler warnings (no object change)
use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warnings
use _X_UNUSED for compiler-warnings
whitespace fix
fix regression
|
|
Alan Coopersmith (7):
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Variable scope reductions as recommended by cppcheck
Mark usage() as _X_COLD
gitlab CI: stop requiring Signed-off-by in commits
Cleanup README.md
xfsinfo 1.0.7
|