2
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 10 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix logo insert code in style sheet per sf.net instructions. More... over 18 years ago
Major rewrite of the margin calculation functions to address multiple problems. Fixes for bugs 1856207 "Margin error with 'xaxis'/'yaxis' position, 1843012 "Make margins, drawing consistent", and 945439 "x_tick_label_height not set correctly". See the ChangeLog entry for 2008-01-07 for details. Copyright updated to 2008 and PHP4 no longer listed as supported. More... over 18 years ago
Updated More... over 18 years ago
Updated figure for new margin code More... over 18 years ago
Changes to external functions for margin code rewrite More... over 18 years ago
Changes to internal functions for margin code rewrite More... over 18 years ago
PHP4 unsupported after 5.0.4 More... over 18 years ago
Update copyright year to 2008 More... over 18 years ago
For building special version for Sourceforge.net project site More... over 18 years ago
Updated More... over 18 years ago
Make SizeText() return only integers More... almost 19 years ago
Updated More... almost 19 years ago
Document changes to text functions; add DoCallbak More... almost 19 years ago
Updated More... almost 19 years ago
Major rewrite of the text drawing functions to address multiple problems. These changes are inter-dependent and cannot be split up. Fixes for bugs 1813070 1813071 1813474 1816844 1819668 1826513 on text issues. Partial fix for bug 945439 on label height margin. See the ChangeLog entry for 2007-12-09 for details. More... almost 19 years ago
Updated - describe changes to text functions More... almost 19 years ago
New: Creates most of error-image.png More... almost 19 years ago
Figure: Error image More... almost 19 years ago
New section: Error Handling More... almost 19 years ago
Updated: DrawError, PrintError, CheckOption More... almost 19 years ago
Updated More... almost 19 years ago
Improve error handling. Internal functions PrintError() and DrawError() are now the same. Both will draw the error message into the image and output it, and then trigger a user-level error. If no error handler has been set, it will exit, as before. But now the error message should also get logged, or written to the standard error stream, depending on the SAPI in use. You can now establish an error handler to catch most PHPlot errors and do some cleanup before exit. More... almost 19 years ago
Updated More... almost 19 years ago
Fix bug 1836528 "Insufficient checking of parameter values": Rewrote CheckOption to correctly validate option choices. (It previously accepted substrings and other incorrect values.) PHPlot methods that use CheckOption now must be called with valid option values. Empty strings are also no longer accepted. More... almost 19 years ago
Updated More... almost 19 years ago
DoCallback: Change to callbacks to support extra arguments. The PHPlot class can now pass extra arguments to a callback function. Callback functions now take the following form: my_callback($img, $passthru_arg, ...) Where '...' is zero or more additional arguments supplied by PHPlot to the callback. Each implemented callback reason will define any additional arguments it uses. The existing defined callbacks have not changed and do not currently pass any extra arguments. More... almost 19 years ago
Add variable args to callbacks More... almost 19 years ago
Updated More... almost 19 years ago
Removed 8 of the functions (class methods) marked 'deprecated'. Only deprecated functions which seem to have been for internal use have been removed. Even old scripts shouldn't be using them, and they are becoming a problem to maintain. Removed: SetImageArea() DrawDotSeries() DrawLineSeries() CalcXHeights() CalcYWidths() DrawLabels() InitImage() DrawDashedLine(). More... almost 19 years ago
Updated More... almost 19 years ago