b9eaf2557b
- 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.
Stefan Dirsch2024-11-14 02:24:19 +00:00
2048d25978
- 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.
Stefan Dirsch2024-11-14 02:24:19 +00:00
6866c98d33
Accepting request 1144055 from X11:XOrg
Ana Guerrero2024-02-06 15:32:32 +00:00
5a3269eba7
Accepting request 1144055 from X11:XOrg
Ana Guerrero2024-02-06 15:32:32 +00:00
e670714e19
- Update to version 1.2.7 * This release fixes a failure to build with C23 compilers.
Stefan Dirsch2024-02-04 21:14:34 +00:00
7ab9bbc5a5
- Update to version 1.2.7 * This release fixes a failure to build with C23 compilers.
Stefan Dirsch2024-02-04 21:14:34 +00:00
50ebe5a8bb
- 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
Stefan Dirsch2022-12-04 22:30:39 +00:00
e834a21e93
- 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
Stefan Dirsch2022-12-04 22:30:39 +00:00
bf544c143d
Accepting request 878737 from X11:XOrg
Richard Brown
2021-03-16 14:41:49 +00:00
fe485b263a
Accepting request 878737 from X11:XOrg
Richard Brown
2021-03-16 14:41:49 +00:00
b4071a8074
Accepting request 878652 from home:dirkmueller:Factory
Stefan Dirsch2021-03-13 12:13:14 +00:00
e90e936e99
Accepting request 878652 from home:dirkmueller:Factory
Stefan Dirsch2021-03-13 12:13:14 +00:00
62b09c912a
- 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.
Stefan Dirsch2020-11-20 11:01:57 +00:00
9e1249f0c6
- 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.
Stefan Dirsch2020-11-20 11:01:57 +00:00
d888cd2855
- Update to version 1.2.4 * Add missing braces around else clause in Read_Quoted() * Fix -Wsign-compare warning in dsimple.c * Fix typo in xprop.man * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration
Stefan Dirsch2019-03-10 11:52:47 +00:00
6f15a5a956
- Update to version 1.2.4 * Add missing braces around else clause in Read_Quoted() * Fix -Wsign-compare warning in dsimple.c * Fix typo in xprop.man * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration
Stefan Dirsch2019-03-10 11:52:47 +00:00
a083e9dadb
- 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
Stefan Dirsch2018-04-04 16:29:28 +00:00
d19c4c2e6d
- 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
Stefan Dirsch2018-04-04 16:29:28 +00:00
345ec748c6
Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel
Stefan Dirsch2014-04-27 22:09:52 +00:00
a60f7ae30a
Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel
Stefan Dirsch2014-04-27 22:09:52 +00:00
2013eb0369
Accepting request 186997 from X11:XOrg
Tomáš Chvátal
2013-08-18 20:27:58 +00:00
04b6d6abcc
Accepting request 186997 from X11:XOrg
Tomáš Chvátal
2013-08-18 20:27:58 +00:00
a86a7d7872
Accepting request 186995 from home:Zaitor:branches:X11:XOrg
Stefan Dirsch2013-08-14 08:05:35 +00:00
07d87d8256
Accepting request 186995 from home:Zaitor:branches:X11:XOrg
Stefan Dirsch2013-08-14 08:05:35 +00:00
22a5ce11d8
Accepting request 115494 from X11:XOrg
Stephan Kulow
2012-05-08 10:07:12 +00:00
727877a023
Accepting request 115494 from X11:XOrg
Stephan Kulow
2012-05-08 10:07:12 +00:00
867d8b9f03
Accepting request 113583 from home:dimstar:branches:X11:XOrg
Stefan Dirsch2012-04-15 10:50:36 +00:00
155169caaf
Accepting request 113583 from home:dimstar:branches:X11:XOrg
Stefan Dirsch2012-04-15 10:50:36 +00:00
23d41afe18
Accepting request 113533 from home:vuntz:branches:X11:XOrg
Stefan Dirsch2012-04-14 09:35:43 +00:00
d9fbac7aea
Accepting request 113533 from home:vuntz:branches:X11:XOrg
Stefan Dirsch2012-04-14 09:35:43 +00:00