0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for bug 866367 - #define FOO fails
unwiredben
as bcombee
More... over 20 years ago
Fix for bug 867474 (AUTO widths calculated wrong), a regression in PilRC 3.0
unwiredben
as bcombee
More... over 20 years ago
Remove "beta" from version number, which is now "3.0" -- hurrah!
John Marshall
as jmarshall
More... over 20 years ago
Added NAVIGATION section, general updates to account for 3.0 changes
unwiredben
as bcombee
More... over 20 years ago
Update version number in doc/index.html, and add that file to the list in version.h.
John Marshall
as jmarshall
More... over 20 years ago
Remove comments about long-since applied bug fix.
John Marshall
as jmarshall
More... over 20 years ago
Describe some more of 3.0's additions.
John Marshall
as jmarshall
More... over 20 years ago
*Finally* finished the rewrite of the section on bitmaps and icons.
John Marshall
as jmarshall
More... over 20 years ago
Change the configure option to --enable-build-warnings in the documentation here too.
John Marshall
as jmarshall
More... over 20 years ago
Add script for making source packages (.tar.gz and .zip).
John Marshall
as jmarshall
More... over 20 years ago
Update my email address here too.
John Marshall
as jmarshall
More... over 20 years ago
Don't package the example. It seems to have turned into a testsuite for the PilRC developers rather than a coherent example for the users.
John Marshall
as jmarshall
More... over 20 years ago
Build script for making a Cygwin binary package.
John Marshall
as jmarshall
More... over 20 years ago
Use "white-space: nowrap" in "Usage:" to prevent the hyphens starting each option from being chosen for line breaks. This does the right thing in Opera and Mozilla, but not IE 5.0. Perhaps it works in later versions of IE, but in any case it's no worse than before.
John Marshall
as jmarshall
More... over 20 years ago
Removed error about having to have a 72 dpi bitmap in a family, since it is valid to only have other density members for special cases.
unwiredben
as bcombee
More... over 20 years ago
A valid 8-bit colour palette can have up to 256 entries, not just 255.
John Marshall
as jmarshall
More... over 20 years ago
Close the palette file when we've finished reading from it.
John Marshall
as jmarshall
More... over 20 years ago
Updated to 3.0b5
unwiredben
as bcombee
More... over 20 years ago
Use USHORT-based definition for all platforms to avoid alignment problems on Solaris
unwiredben
as bcombee
More... over 20 years ago
Fix FRAME handling, add warning for form with editable fields but no GSI, allow #define strings to span multiple lines
unwiredben
as bcombee
More... over 20 years ago
Allow FIRSTCHAR and LASTCHAR items in font header to accept font output from PRCExplorer
unwiredben
as bcombee
More... over 20 years ago
Predefine __rcp__ and __PILRC__ preprocessor symbols.
John Marshall
as jmarshall
More... over 20 years ago
Install the ppmquant files in $prefix/share/pilrc.
John Marshall
as jmarshall
More... over 20 years ago
Make --version work again, after it was broken by the change that introduced header().
John Marshall
as jmarshall
More... over 20 years ago
Oops. Change the reference to pilfont.zip here too.
John Marshall
as jmarshall
More... over 20 years ago
Move pilfont.zip to the new contrib directory.
John Marshall
as jmarshall
More... over 20 years ago
Create a new subdirectory for these miscellaneous bits and pieces. These will be joined by pilfont.zip and a couple of other things. (Perhaps the files in ppmquant should also go down here?)
John Marshall
as jmarshall
More... over 20 years ago
The "file" command thinks files starting with "IC" are "PC icon data". But this one's a text file -- add a comment to unconfuse it. (Yes, I've got a script that needs this to be right :-).)
John Marshall
as jmarshall
More... over 20 years ago
Collect the version numbers in main.c and pilrc.rc into just one place: version.h. That's one less place that needs updating all the time.
John Marshall
as jmarshall
More... over 20 years ago
More test cases and examples
unwiredben
as bcombee
More... over 20 years ago