xclock: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Jul 26 23:06:25 UTC 2025
Clock.c | 661 ++++++++++++++++++++++++++++++++++++++-------------------
Clock.h | 35 ++-
ClockP.h | 29 ++
man/xclock.man | 94 +++++++-
xclock.c | 4
5 files changed, 592 insertions(+), 231 deletions(-)
New commits:
commit 389396848614c13994cf5d0eebf3107dbfbf7e7c
Author: Axel Svensson <mail at axelsvensson.com>
Date: Wed May 7 12:31:36 2025 +0200
Configurable shapes and AM/PM marker
Allow configuring the shape of the hands and scale ticks by describing
a set of triangles in 5 new X resources (hourShape, minuteShape,
secondShape, majorShape and minorShape). The previous shapes are
retained as default values.
Add an AM/PM marker which by default does not appear. Its color and
shape are configurable by 4 new X resources (amColor, pmColor, amShape
and pmShape). Also add an X resources for whether to rotate the AM/PM
marker along the hour hand (rotateAmpm).
Add 3 "fixed" clock elements that do not rotate, allowing the user
more freedom in designing the clock face. They are configurable using
6 new X resources (fixed1Shape, fixed2Shape, fixed3Shape, fixed1Color,
fixed2Color, fixed3Color).
Allow configuring the Z order of clock elements in a new X
resource (zOrder).
Part-of: <https://gitlab.freedesktop.org/xorg/app/xclock/-/merge_requests/19>
commit 2a0f777046a7b96ec1ac32177762152de301024b
Author: Axel Svensson <mail at axelsvensson.com>
Date: Tue May 27 08:18:01 2025 +0200
Rename -circular to -proportional
Part-of: <https://gitlab.freedesktop.org/xorg/app/xclock/-/merge_requests/19>
More information about the xorg-commit
mailing list