Commit Graph

20 Commits

Author SHA256 Message Date
Ana Guerrero
8d618aa57e Accepting request 1224055 from X11:XOrg
- 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
2024-11-15 14:37:53 +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.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=19
2024-11-14 02:24:19 +00:00
Ana Guerrero
5a3269eba7 Accepting request 1144055 from X11:XOrg
- Update to version 1.2.7
  * This release fixes a failure to build with C23 compilers.

OBS-URL: https://build.opensuse.org/request/show/1144055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xprop?expand=0&rev=12
2024-02-06 15:32:32 +00:00
7ab9bbc5a5 - Update to version 1.2.7
* This release fixes a failure to build with C23 compilers.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=17
2024-02-04 21:14:34 +00:00
Dominique Leuenberger
c105c0f2de Accepting request 1040094 from X11:XOrg
- 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
2022-12-07 16:33:16 +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

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=15
2022-12-04 22:30:39 +00:00
Richard Brown
fe485b263a Accepting request 878737 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/878737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xprop?expand=0&rev=10
2021-03-16 14:41:49 +00:00
e90e936e99 Accepting request 878652 from home:dirkmueller:Factory
- modernize spec file (move license to licensedir)

OBS-URL: https://build.opensuse.org/request/show/878652
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=13
2021-03-13 12:13:14 +00:00
Dominique Leuenberger
dace4bf521 Accepting request 849638 from X11:XOrg
- 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
2020-11-23 15:39:10 +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.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=11
2020-11-20 11:01:57 +00:00
Dominique Leuenberger
ecf8c2c429 Accepting request 683574 from X11:XOrg
- 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

OBS-URL: https://build.opensuse.org/request/show/683574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xprop?expand=0&rev=8
2019-03-12 08:49:51 +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

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=9
2019-03-10 11:52:47 +00:00
Dominique Leuenberger
31be26ddba Accepting request 593602 from X11:XOrg
- 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
2018-04-07 18:49:53 +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

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=7
2018-04-04 16:29:28 +00:00
a60f7ae30a Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=6
2014-04-27 22:09:52 +00:00
Tomáš Chvátal
04b6d6abcc Accepting request 186997 from X11:XOrg
Update to version 1.2.2: (forwarded request 186995 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/186997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xprop?expand=0&rev=4
2013-08-18 20:27:58 +00:00
07d87d8256 Accepting request 186995 from home:Zaitor:branches:X11:XOrg
Update to version 1.2.2:

OBS-URL: https://build.opensuse.org/request/show/186995
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=4
2013-08-14 08:05:35 +00:00
Stephan Kulow
727877a023 Accepting request 115494 from X11:XOrg
Pushing X11:XOrg

OBS-URL: https://build.opensuse.org/request/show/115494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xprop?expand=0&rev=1
2012-05-08 10:07:12 +00:00
155169caaf Accepting request 113583 from home:dimstar:branches:X11:XOrg
Update to 1.2.1

OBS-URL: https://build.opensuse.org/request/show/113583
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=2
2012-04-15 10:50:36 +00:00
d9fbac7aea Accepting request 113533 from home:vuntz:branches:X11:XOrg
Split xprop out of xorg-x11; no change to the content

OBS-URL: https://build.opensuse.org/request/show/113533
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=1
2012-04-14 09:35:43 +00:00