corrected the number of format specifiers in a fprintf (src/show.c)
small patch such that zooming of map views works again.
removed a superfluous ifndef(OS2) in term/x11.trm
Typedef and header cleanup.
[ Bug #105190 ] CTRL-C
save.c: don't close the fp's if it's stdout
src/gplt_x11.c: repaired `selection' (by left mouse).
corrected a small typo
implemented finally configurable offsets for:
relative arrows:
ggi driver:
term/ggi.trm: reordered the header so that the doc2gih eats it.
term/ggi.trm: increased the speed of ggi command line input...
oops, pasted the wrong name into ChangeLog.
src/save.c: set linestyle --> set style line
merged the pm3d branch back to MAIN.
readded term/(emf|epslatex|ggi).trm
I hope, this is the last one.
oops. either CVS is not perfect, or it's me.
docs/gnuplot.doc: added GGI/win to the list of pm3d capable terminals
src/gplt_x11.c: moved current_gc outside the #ifdef PM3D...
a few changes after merging the axis branch
src/graph3d.c: made `pm3d solid' working again.
src/gpexecute.inc: splitted into src/gpexecute.c...
forgot to commit these.
src/gplt_x11.c: Patch from Pieter-Tjerk de Boer...
docs/gnuplot.doc, pm3d/README: included tgif as supported
src/gplt_x11.c: added a few ifdefs, so it compiles w/o mouse/pm3d.
term/ggi.trm: implemented relative motion events for the ggi terminal.
term/ggi.trm: copy the ggi options to term_options
term/ggi.trm, configure.in: prepared for using wmh if it's available
src/set.c, src/show.c: corrected a bug so that x2zeroaxis works again.
Hans-Bernhard Broeker (broeker@physik.rwth-aachen.de) wrote
-noevents fixes:
term/ggi.trm,configure.in: pm3d for ggi...
PS_make_palette() made it work with negative palette values R/G/B.
removed unsued variables
removed the X11_unset_pm3d() function which made multiplot...
term/x11.trm: split the driver path into words...
src/readline.c: switching to unbuffered input solved the problem...
removed an unused variable
implemented rotated text for the x11 driver
implemented rotated text for the x11 driver
implemented the non-buffered stdin for the X11 driver
scaling for 'linetype palette' was broken...
reformatting my last entry
pm3d coloring from an arbitrary data column for data splots
a 90 deg rotated 3d sinc which demonstrates the difference between...
some bug fixes and improvements for the new pm3d functionality
quick demo for the new pm3d features
remove stdin buffering like in x11
updated
improved 'scans automatic' for the case where all...
pm3d support for the pdf driver
pm3d support for the pdf driver
small changes for error messages
added prototypes, removed unused variable
added shape-rendering:crispEdges to render surfaces correctly,
first 13 pointtypes like in the postscript driver.
SVG enhancements:
install a SIGWINCH handler to solve BUG 533101...
'filledboxes pattern' for the pdf driver. To be improved.
'filledboxes solid' for the pdf driver
use USE_ULIG_FILLEDBOXES to allow building w/o filledboxes support.
removed SVG_StyleStrokeColor() which was unused
changes for 'linetype palette'
macro Y(y) and PNG_point plus related functions,
yet again improved scansautomatic
filledboxes (pattern / solid)
More terminal driver cleanups:
replaced (int)rint(x) --> (int)(x + 0.5)
support for rotated text in X11
* src/plot.c: reordering: init_color() must come BEFORE load_rcfile().
Miscellaneous cleanups:
* term/cgm.trm: point types and line types (colors)...
added --help / --version switches
started a section for what has to be done before releasing 4.0
* term/cgm.trm: fixed bug #616167 "cgm color problem"
another entry about pm3d / concave data
cgm needs filledboxes (which should be no problem)
term/cgm.trm fixes:
* src/gplt_x11.c: subtract 1 from plot->cmap->allocated...
added my name to the authors section...
docs/gnuplot.doc: added emf to the list of file formats which can do pm3d.
term/emf.trm: implemented pm3d and point types