- Update to version 1.2.8
* This release contains the following change to the way icons are displayed
in the terminal when COLORTERM=truecolor in the environment variables:
The vast majority of monospaced fonts are roughly half as wide as they
are tall; to account for this when displaying icons, `xprop` draws each
pixel twice in the horizontal, which nicely evens out the proportions.
This patch utilizes the Lower Half Block character (▄) to obtain the
same result in a quarter of the space. By setting both a background and
a foreground color, we can draw two pixels per character cell, thereby
halving the apparent height of an icon rather than doubling its width.
OBS-URL: https://build.opensuse.org/request/show/1224055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xprop?expand=0&rev=13
* This release contains the following change to the way icons are displayed
in the terminal when COLORTERM=truecolor in the environment variables:
The vast majority of monospaced fonts are roughly half as wide as they
are tall; to account for this when displaying icons, `xprop` draws each
pixel twice in the horizontal, which nicely evens out the proportions.
This patch utilizes the Lower Half Block character (▄) to obtain the
same result in a quarter of the space. By setting both a background and
a foreground color, we can draw two pixels per character cell, thereby
halving the apparent height of an icon rather than doubling its width.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=19
- Update to version 1.2.6
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* gitlab CI: stop requiring Signed-off-by in commits
* Mark help(), usage(), and grammar() with _X_NORETURN _X_COLD
* Declare help() and print_help() as static
* Rename "dpy" function arguments to "display" to avoid shadowing global
* Resolve many gcc -Wsign-compare warnings
* Variable scope reductions as suggested by cppcheck
OBS-URL: https://build.opensuse.org/request/show/1040094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xprop?expand=0&rev=11
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* gitlab CI: stop requiring Signed-off-by in commits
* Mark help(), usage(), and grammar() with _X_NORETURN _X_COLD
* Declare help() and print_help() as static
* Rename "dpy" function arguments to "display" to avoid shadowing global
* Resolve many gcc -Wsign-compare warnings
* Variable scope reductions as suggested by cppcheck
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=15
- Update to version 1.2.5
* Add missing `-help` function
* Make output with unknown width terminal the same as old code
* Free string list returned from XmbTextPropertyToTextList
* Correct icon buffer width computation for truecolor terminals
* Check return value from ioctl(TIOCGWINSZ)
* Don't display icons if they would line-wrap.
* Break down memory allocation logic and fix overallocating for UTF8.
* Fix aspect ratio for icon display by using two characters per icon pixel.
* Support true color output for icons if the terminal advertises it.
* Fix formatting of back-to-back not shown icons.
OBS-URL: https://build.opensuse.org/request/show/849638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xprop?expand=0&rev=9
* Add missing `-help` function
* Make output with unknown width terminal the same as old code
* Free string list returned from XmbTextPropertyToTextList
* Correct icon buffer width computation for truecolor terminals
* Check return value from ioctl(TIOCGWINSZ)
* Don't display icons if they would line-wrap.
* Break down memory allocation logic and fix overallocating for UTF8.
* Fix aspect ratio for icon display by using two characters per icon pixel.
* Support true color output for icons if the terminal advertises it.
* Fix formatting of back-to-back not shown icons.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=11
- Update to version 1.2.3
* configure: Drop AM_MAINTAINER_MODE
* autogen.sh: Honor NOCONFIGURE=1
* Print which option was in error along with usage message
* Add -version option to print program version
* Free the thunks used by Show_Prop
* Free the data returned by XListProperties()
* Free the data returned by XGetWindowProperty()
* Free the data returned by Format_Icons()
* autogen.sh: use quoted string variables
* autogen: add default patch prefix
* autogen.sh: use exec instead of waiting for configure to finish
OBS-URL: https://build.opensuse.org/request/show/593602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xprop?expand=0&rev=7
* configure: Drop AM_MAINTAINER_MODE
* autogen.sh: Honor NOCONFIGURE=1
* Print which option was in error along with usage message
* Add -version option to print program version
* Free the thunks used by Show_Prop
* Free the data returned by XListProperties()
* Free the data returned by XGetWindowProperty()
* Free the data returned by Format_Icons()
* autogen.sh: use quoted string variables
* autogen: add default patch prefix
* autogen.sh: use exec instead of waiting for configure to finish
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=7