| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Alan Coopersmith (10):
Use _CONST_X_STRING to make libXt declare String as const char *
Fix spelling/wording issues
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Move bitmaps into a new bitmaps directory
test: add round-trip-test for atobm & bmtoa
atobm: accept single character lines
atobm: close memory leaks
gitlab CI: stop requiring Signed-off-by in commits
bitmap 1.1.0
Jeremy Mates (1):
bitmap: Fix a crash with underspecified dimensions
|
|
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
|
This release fixes a long standing bug in the bitmap editor where
operations would not work properly when NumLock was on.
Alan Coopersmith (3):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
bitmap 1.0.9
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
Walter Harms (1):
same time ago the user Frederic Baldit complained (on xorg) that
|
|
This minor maintenance release provides the usual set of accumulated
build configuration improvements, compiler & static analyzer warning
fixes, and other janitorial cleanups.
Alan Coopersmith (6):
Print which option was in error along with usage message
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Stop memory leaks from XtNewString(StripFilename(filename))
Stop memory leak in XmuWriteBitmapDataToFile()
bitmap 1.0.8
Eric S. Raymond (1):
Use table markup in preference to various low-level constructions.
Gaetan Nadon (1):
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Jeremy Huddleston Sequoia (5):
assert to avoid a NULL dereference
Avoid shadow declarations
Silence -Wbad-function-cast
Demacro modernization of NewSList to plug a memory leak during error handling
Use '& 7' instead '% 8' to silence clang analyzer warning
|
|
This minor maintenance release fixes some compiler warnings & man page
typos, and other code cleanups.
Alan Coopersmith (6):
Fix pixmap leak in error paths of BWGetUnzoomedPixmap
Combine usage messages into a single string
Fix genererate typo in bmtoa error messages
Simplify & unify error path between mktemp & mkstemp versions
Mark usage() functions as noreturn, as suggested by gcc
bitmap 1.0.7
Bjarni Ingi Gislason (1):
bitmap.man: Fix some typos.
|
|
|
|
|
|
1.0.6:
This minor maintenance release fixes a some compiler warnings and
provides build configuration improvements and other code cleanups.
1.0.5:
This minor maintenance release just provides build configuration
improvements and other janitorial cleanups.
|
|
native X11R7 on NetBSD, the files don't end up in /usr/X111R7.
|
|
Add AM_PROG_CC_C_O to configure.ac to make automake-1.10 happier
Fill in COPYING, README, & AUTHORS
Strip RCS/CVS ids
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add missing PHONY line for automatic ChangeLog generation
xaw8 is gone, use xaw7
Build fix for case-insensitive file systems
Fix typo in bitmap.man
Fix build with builddir != srcdir
$(builddir) is the current directory
Ansification and compile warning fixes.
Rename app-defaults files to match "pattern" used on other applications.
|
|
|
|
|
|
The bitmap program is a rudimentary tool for creating or editing
rectangular images made up of 1's and 0's. Bitmaps are used in X for
defining clipping regions, cursor shapes, icon shapes, and tile and
stipple patterns.
The bmtoa and atobm filters convert bitmap files to and from ASCII
strings. They are most commonly used to quickly print out bitmaps and
to generate versions for including in text.
This is from the modular X.org X11 project.
|