0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 5 hours ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added NAVIGATION keyword and type
unwiredben
as bcombee
More... over 20 years ago
Added 'fnav' type
unwiredben
as bcombee
More... over 20 years ago
Fix HEXDUMP code to output on separate lines with change to byte output
unwiredben
as bcombee
More... over 20 years ago
Added -allowBadIconSizes and -allowLargeResources switches Warn about too-large resources Remove copyright notice output when -q is used Fix CW Pro 9 compilation errors Fix bug with commands following a HEX section Fix bug with #defining string symbols in include files Change status output to put byte count on same line as resource type/ID
unwiredben
as bcombee
More... over 20 years ago
Updated with new version number and locations
unwiredben
as bcombee
More... over 20 years ago
Make .pbitm files produce V1 bitmaps instead of V0, so that they are usable in bitmap families. Sigh :-(, it would be *so good* if this code was common instead of duplicated badly for each input file format.
John Marshall
as jmarshall
More... over 20 years ago
Implement transparency (as well as transparentIndex) for .ppm files.
John Marshall
as jmarshall
More... over 20 years ago
Remove debugging code from the debugging code, and fix indentation.
John Marshall
as jmarshall
More... over 20 years ago
Extend the bitmap parser to handle Handspring's Palm-RC syntax. This is essentially not too different from our BITMAPFAMILY syntax (and is handled as such), but the filenames can be in any order and the NOCOMPRESS/etc flags are more flexible.
John Marshall
as jmarshall
More... over 20 years ago
Suppress signed/unsigned comparison warning, and fix cut&paste typos.
John Marshall
as jmarshall
More... over 20 years ago
Add #define'd symbol handling for sized HEX values; support #error in header files, update version to 3.0 beta 4.
unwiredben
as bcombee
More... over 20 years ago
Suppress the "Generating [...] resources from [...]" message when being quiet (i.e. when -q is used).
John Marshall
as jmarshall
More... over 20 years ago
Updates for PilRC 3.0 beta 1
unwiredben
as bcombee
More... almost 21 years ago
Define an autoconf macro to scrape the version from the .spec file instead of doing it messily inline -- and we'll share the macro with other projects, notably prc-tools.
John Marshall
as jmarshall
More... almost 21 years ago
Removed .mcp file, use version in win32_cw folder
unwiredben
as bcombee
More... almost 21 years ago
Simplify error reporting to just one fprintf call
unwiredben
as bcombee
More... almost 21 years ago
Clarify error message when reading bitmap
unwiredben
as bcombee
More... almost 21 years ago
Take rwLocale out of PALM_INTERNAL, so that all that LOCALE stuff that is polluting the source code everywhere and is documented in the manual will actually work.
John Marshall
as jmarshall
More... almost 21 years ago
Take notice of "#line" directives and GCC's similar "linemarkers".
John Marshall
as jmarshall
More... almost 21 years ago
Add FONTFAMILY to the manual (i.e. finally remembered to integrate and update this manual change in 2.9p13 :-)), and modify the parser so that it accepts the "FONT <fname> DENSITY <density>" syntax motivated by the similar bitmap family syntax.
John Marshall
as jmarshall
More... almost 21 years ago
Add (quasi-undocumented) --version option, which just gives you the PilRC version number (in almost GNU format) without also adding several pages full of usage information.
John Marshall
as jmarshall
More... almost 21 years ago
Change the configure option to --enable-build-warnings, which is consistent with other packages, and change the test commands to use "=" (which is POSIX) instead of "==" (which is bash) -- one day I hope to be able to remember which is which there.
John Marshall
as jmarshall
More... almost 21 years ago
Added in patch for string #defines
unwiredben
as bcombee
More... about 21 years ago
Updated version number
unwiredben
as bcombee
More... about 21 years ago
Added CodeWarrior for Win32 build instructions
unwiredben
as bcombee
More... about 21 years ago
Removed .rc file -- used from parent folder instead
unwiredben
as bcombee
More... about 21 years ago
Initial commit of CWWin32 build items
unwiredben
as bcombee
More... about 21 years ago
Tidy up the head material some more; in particular, vertically align the "PilRC vXXX" header with the authors even in non-IE browsers.
John Marshall
as jmarshall
More... about 21 years ago
Use "BODY { font-family: arial, helvetica, sans-serif }" in the style sheet instead of having <font face=...> tags spread throughout the document.
John Marshall
as jmarshall
More... about 21 years ago
Modernise our AC_INIT and AM_INIT_AUTOMAKE usage.
John Marshall
as jmarshall
More... about 21 years ago