Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
698 commits
Select commit Hold shift + click to select a range
80d5565
fix test for "missing" string in a csv file
Jun 15, 2016
ea83f09
comment on comments
Jun 17, 2016
bfd445a
gnuplot.doc
Jun 18, 2016
81b8f85
fix early program exit on replot+resize event with inline data
Jun 17, 2016
09d9302
plot iteration with negative increment failed due to tracking the wro…
Jun 17, 2016
e64ad69
*** empty log message ***
Jun 18, 2016
eb14737
update release notes
Jun 18, 2016
bb2898c
Add note about compiling with Solaris SunPro C
Jun 22, 2016
716acfc
handle "with filledcurves" for smoothed curves
Jul 3, 2016
2ceb1b0
better fix for smooth + filledcurves
Jul 5, 2016
ca6fc19
grammar fixes
Jul 6, 2016
4da0901
implement textbox margins for qt, epslatex, and cairolatex
Jul 8, 2016
5e54dea
Bump patchlevel to 5.0.4
Jul 9, 2016
9c12143
apply text color to enhanced text
Jul 15, 2016
b63ca59
last fixes for 5.0.4
Jul 15, 2016
ef7b67a
date
Jul 15, 2016
62590bc
Aqua's term->fillbox scales badly with total number of rectangles,
Jun-T Jul 19, 2016
2232d91
Provide terminal flag TERM_POLYGON_PIXELS...
Jul 21, 2016
d03afbc
Set TERM_POLYGON_PIXELS to avoid qt terminal aliasing artifacts
Jul 21, 2016
9cd6d65
typo in postscript font example
Jul 26, 2016
3ba74fa
set termopt dash not relevant in version 5
Jul 26, 2016
512593a
Add reference to online demos; clarify use of 'set multiplot'
Jul 30, 2016
9282537
Handle errors when creating a cairo surface. Bug #1621
markisch Jul 31, 2016
651773e
Update Japanese menu and help texts.
Jul 31, 2016
9efae8b
Enforce inclusion of directory and program group pages.
markisch Jul 31, 2016
d44a5d9
Missing cleanup of cached point symbols. Bugfix.
markisch Jul 31, 2016
404e9da
Enable filename completion for system commands and pipes.
markisch Jul 15, 2016
83ae856
Now that history commands are no longer stored in the history list, s…
markisch Jul 31, 2016
5a1b313
Avoid usage of isnan() in C++ code.
markisch Jul 31, 2016
16f820f
Revert last change. Not applicable.
markisch Jul 31, 2016
1fe80d8
Change return value of *_getch() functions to int instead of char.
markisch Jul 31, 2016
e5b0516
fix unset y2mtics
Aug 1, 2016
daa5a98
matrix dimensions in an image plot must be adjusted for subsampling d…
Aug 3, 2016
72b1c8a
new option "rotate variable" for 2D plot with labels
Aug 3, 2016
e10f319
*** empty log message ***
Aug 4, 2016
c400962
improved vertical justification of rotated text
Aug 4, 2016
6a2e7b0
use QFont::ForceOutline to prevent selection of a nonrotatable bitmap…
Aug 4, 2016
f019f6d
Correct spelling of include file name
tmacchant3 Aug 6, 2016
b478046
add utf8 minus sign
Aug 7, 2016
b1399ce
new demo
Aug 7, 2016
4727230
New command "set minussign"
Aug 7, 2016
0405302
New command "set minussign"
Aug 7, 2016
4151494
bump patchlevel to 5pre to distinguish test builds from previous rele…
Aug 7, 2016
3fdcf24
index entry for special files ++ and +
Aug 8, 2016
f08c825
Update MSVC config.h for current version of the tool (VS 2015)
Aug 9, 2016
59eb258
Summary: Define ftruncate for OpenWatcom
Aug 9, 2016
a9607dc
prevent crash due to autoscaling from no data points
Aug 11, 2016
a86e0a0
back out minus sign replacement for SJIS encoding
Aug 11, 2016
caba6d9
typos
Aug 15, 2016
91ce8d5
fix parsing errors in "fillcolor" keyword to plot command
Aug 16, 2016
2ba2331
simplex/duplex treatment depends on PostSript level
Aug 17, 2016
4693665
set action table pointer to NULL after freeing the action table
Aug 18, 2016
06b22c9
modify squash_spaces to optionally remove whitespace altogether
Aug 19, 2016
674ad7c
export widget in inactive window must export this window's plot, not …
Aug 21, 2016
eb11951
clear errno before reading next character from input stream
Aug 21, 2016
bca6a12
repair fix for Bug 1846 (errno not reset)
Aug 23, 2016
ced0542
improved autoscaling of plot with boxes
Aug 24, 2016
847b9b7
the stats command "name" option now accepts "columnheader" or "column…
Aug 24, 2016
bf94bc7
wxt file export widget now works correctly for inactive plots
Aug 25, 2016
abe3fbc
update Release Notes
Aug 26, 2016
cc87cf2
new keyword "set colorbox {{no}invert}"
Aug 25, 2016
e90987d
index "splines"
Aug 28, 2016
ff727b6
epslatex: reset linetype between plots
Sep 1, 2016
abbc521
force coordinates generated for pseudofile '++' to match the range li…
Sep 2, 2016
bd0665f
more complete tracking and reporting of column headers in data files,
Sep 3, 2016
304ca4c
replace UNDEFINED points with blank line when tabulating smoothed data
Sep 6, 2016
3054255
sanity check that string found in column header is a legal identifier…
Sep 6, 2016
a8abdff
bump patchlevel to 5pre
Sep 7, 2016
5192c57
fix inconsistent splot borders drawn when the base is upside down
dansebald Sep 7, 2016
45247d9
typos
Sep 8, 2016
7c423ec
Version dependent macros to enable compilation with at least VS2012 o…
markisch Sep 12, 2016
a6ce619
Change (nominal) font size of most dialogs to 8pt.
markisch Sep 12, 2016
98d3dd3
Use the encoding which was active while plotting (not the current one…
markisch Sep 12, 2016
efe894f
Fix a resource leak.
markisch Sep 12, 2016
2fcc88f
Use default GUI font and match the size of the dialog box to the actu…
markisch Sep 12, 2016
3e9e686
The size of the scroll bar thumb reflects the length or width of the …
markisch Sep 12, 2016
d8039d8
Ctrl-C copies to clipboard if there's selected text or sets the Ctrl-…
markisch Sep 12, 2016
3052f66
Use TB_ADDBUTTON instead of TB_LOADIMAGES to load standard icons as t…
markisch Sep 12, 2016
c1380f1
2016-09-06 revision to which plot edges have tic labels attached shou…
Sep 13, 2016
f1cfc18
Fix minor GDI resource leak.
markisch Sep 14, 2016
7b48a1f
Ignore "set termopt {dashed|solid}"
Sep 15, 2016
8544d25
Ignore "set termopt {dashed|solid}"
Sep 15, 2016
db8d648
linestyle can take a dashtype
Sep 21, 2016
1e3bc7f
when checking for palette colors, look in list of objects also
Sep 25, 2016
2338260
initialize fillcolor
Sep 27, 2016
3c187da
Do not use columnheader as a prefix for "stats" unless it is specific…
Sep 27, 2016
170f74f
introduce a true string width function rather than using boundingBox,…
dansebald Oct 1, 2016
be18482
set version info to 5.0.5
Oct 9, 2016
c2cca6c
release 5.0.5
Oct 9, 2016
62a42c2
stupid typo - latest release is 5.0.5
Oct 12, 2016
d4b31c6
multithreaded wxt was faulting during resize (mutex lock failure)
Oct 13, 2016
fa34a96
Use win_sleep on Windows even if usleep is available
markisch Oct 15, 2016
8609bdc
ShowWindow requires a flag, not a boolean
markisch Oct 15, 2016
cfc3710
Draw images with GDI+ using nearest neighbour interpolation.
markisch Oct 15, 2016
aaed95f
Recreate the brush in case of fractional solid fill
markisch Oct 15, 2016
06aa8c5
Use StringFormat::GenericTypographic to reduce differences in text la…
markisch Oct 15, 2016
5773e2c
Proper init of font chooser dialog. Request scalable fonts only.
markisch Oct 15, 2016
7a71fa1
5Calculation of hchar and vtic lost precision
markisch Oct 15, 2016
7c3cc68
Take fontscale into account
markisch Oct 15, 2016
27ff1d9
Backport revised iteration code from development version,
Oct 18, 2016
2340a06
new command 'set micro' enables encoding-specific char for gprintf %c…
Oct 21, 2016
3445990
Avoid missed plots when a plot command contains more than one...
Oct 26, 2016
a869c9c
no longer necessary to track highest iteration in each plot clause se…
Oct 27, 2016
e9052d9
update online demos for 5.0.5
Oct 29, 2016
c628c47
typo
Oct 30, 2016
7a17519
assignment of x/y dimensions in "binary record=(a,b) ... with image"
Nov 3, 2016
a144ec8
revised adjustment of x2label and plot title when x2tics are present
Nov 14, 2016
c86b300
avoid writing zlabel twice
Nov 14, 2016
704ac7c
mark non-free pdf terminal as DEPRECATED
Nov 17, 2016
e9257b5
qt distinguish between opaque and solid pattern fill
Nov 17, 2016
236c6b0
Front/back layering of border+grid components was not always correct …
Nov 29, 2016
8be4f9d
repair read-past-end-of-string error
Dec 2, 2016
c83afe5
initialize space that will hold input data values
Dec 2, 2016
4ef0890
allow fractional font sizes
Dec 6, 2016
4a974bd
allow fractional font sizes for gdlib terminals
Dec 6, 2016
915db42
revert problematic patch of 19-Nov-2016 affecting grid layer
Dec 7, 2016
2abd7b4
reset border layer to "front"
Dec 7, 2016
789c6f0
revert problematic patch of 29-Nov-2016 affecting grid layer
Dec 7, 2016
1055b0a
Fuzz-testing found a crash from trying to adjust the range of a boxpl…
Dec 15, 2016
ccb2ea5
'set pm3d depthorder interpolate N,M' was not correctly tracking memo…
Dec 15, 2016
1665d33
do not allow inverted R axis
Dec 28, 2016
8b8ed4c
pm3d depthorder
Dec 29, 2016
59886c5
aquaterm was ignoring ignore_enhanced_text
Jun-T Jan 2, 2017
f3b8333
aquaterm was ignoring ignore_enhanced_text
Jan 2, 2017
adc2155
Fix incorrect detection of a metafile device context.
markisch Jan 2, 2017
5c32773
Fix insufficient memory allocation in strappend.
markisch Jan 2, 2017
dc3f4c2
QPrinterDialog requires a parent on Windows
markisch Jan 2, 2017
2656ab0
Open temporary file for printing in binary mode
markisch Jan 2, 2017
289942d
Detect if the passing through printer data via the Escape() API is no…
markisch Jan 2, 2017
65e4b19
clarify documentation of binary keyword "transpose"
Jan 3, 2017
e1a4dc2
Save and show commands were failing to list linecolor for lines with …
Jan 18, 2017
ebeeff5
distinguish between "missing" and NaN data values during evaluation o…
Jan 20, 2017
b2b18a7
new command 'set datafile missing NaN' treats NaN data points as miss…
Jan 21, 2017
ffa37be
update
Jan 22, 2017
f7d8bca
use label z value for associated palette-colored point
Jan 22, 2017
c09fed3
update copyright notices to 2017
Jan 23, 2017
87dbcf8
do not write postscript comments into cairolatex output stream
Jan 23, 2017
19192fb
improved placement of hypertext, mouse-click output, and support for …
Jan 24, 2017
bd35880
Mouse support for inverted r axis
Jan 24, 2017
ed9cde3
error check for attempt to fseek on a binary input pipe
Jan 26, 2017
1468756
when printing an error message, reconstruct the original line number...
Jan 27, 2017
3c95eb4
remove obsolete tag "language=javascript"
Jan 31, 2017
4b34ff1
Apply pointinterval property to splot with linespoints
Feb 1, 2017
56f2ef3
apply pointinterval propery in hidden3d mode
Feb 1, 2017
57a2047
add boxclusters demo
Feb 3, 2017
77629be
Zero out each command string as it is freed
Feb 3, 2017
c653566
hidden3d structures must be initialized for dots as they are for points
Feb 7, 2017
71ae441
"linewidth <lw>" is accepted as a terminal option for aquaterm, qt, wxt
Feb 9, 2017
9a76128
Make the the "set term ... linewidth" option more like other terminals.
mojca Feb 10, 2017
032793e
Qt4 info only printed for Qt4 build
Feb 9, 2017
8475138
outdated description of autoscale polar
Feb 15, 2017
0c87fc8
if an arrowstyle has no explicit linetype or color, apply the current…
Feb 15, 2017
2e7013f
hidden3d vector processing must apply arrowhead style for each vector…
Feb 15, 2017
6667521
update
Feb 16, 2017
ac781da
fix tracking of NaN values from function evaluation during binary dat…
Feb 19, 2017
3c34390
backport svg/domterm terminal from 5.1 to 5.0
Feb 21, 2017
3c8f3f1
spline segments entirely outside xrange are now ignored rather than t…
Feb 24, 2017
13bfa95
save/show style arrow was showing incorrect settings for head and lin…
Feb 24, 2017
dbd7eb6
Optionally use pkg-config to use gdlib.
markisch Feb 25, 2017
e6586e9
New variable CWFLAGS for warning flags
markisch Feb 25, 2017
9b03e31
New target '7z'
markisch Feb 25, 2017
2ad53b3
Resource target depends on manifest files
markisch Feb 25, 2017
fa6a5d7
Enforce calling the lua executable instead of the lua wrapper script …
Feb 25, 2017
e7fd79c
Use C++11 mode. Omit C++ flags when building gp_cairo.c
markisch Feb 25, 2017
a11f174
Use shell command instead of backtics to obtain version info
markisch Feb 25, 2017
23f4589
Use local the build of gnuplot to create plots for the turorial.
markisch Feb 25, 2017
21bdb38
Optionally copy required DLLs from Mingw64 on install.
markisch Feb 25, 2017
9b8590f
Remove special Windows code for degree sign, fix micro sign for cp125…
markisch Feb 25, 2017
33919c6
Improved appearance of dash patterns which now scale with the line width
markisch Feb 25, 2017
fa0623a
End all demos with 'pause -1; reset'. Set encoding to utf8 when requ…
markisch Feb 25, 2017
ae4783d
For the windows help, use the Tahoma font. Scale font sizes down to f…
markisch Feb 25, 2017
5d78a1c
Raise pause message box instead of the text window during pause.
markisch Feb 25, 2017
50484b6
Enable space-raises-console and terminal option 'raise' for qt on Win…
markisch Feb 25, 2017
b7f0ecc
avoid name conflict with yield() function on Solaris
Feb 27, 2017
16db4ea
Bump versioning to 5.0.6pre in preparation for release
Feb 27, 2017
626400e
Determine initial font metrics etc. using the appropriate API.
markisch Feb 28, 2017
5568d41
Positioning of rotated text depends on currently selected font and size
markisch Feb 28, 2017
e037906
Clarify warning message for abnormal exit
Feb 27, 2017
b2240da
version date -> 28 Feb 2017
Feb 28, 2017
0402c52
correct date string
Mar 1, 2017
baf23dc
reset visible/hidden plot status only on explicit request
Mar 2, 2017
1120407
Support building 32 and 64 bit variants. Include Manifest files. Corr…
markisch Mar 4, 2017
401b323
Enforce calling the lua executable instead of the lua wrapper script …
markisch Mar 4, 2017
f57314d
Eliminate compiler warnings.
markisch Mar 2, 2017
a0a2cc1
defer initialization of parallel plot structures to catch both defaul…
Mar 5, 2017
3ac3165
move GEPID to end of enum definition so that gnuplot_qt for 5.0.6...
Mar 8, 2017
f4170b9
Do not enforce cbrange validity if the palette is not used
Mar 9, 2017
cd0bf4f
*** empty log message ***
Mar 13, 2017
da602bf
bump versioning to 5.0.6 for release
Mar 17, 2017
6d4f9c0
rangelimited y2 axis was incorrectly drawn top-to-bottom rather than …
Mar 19, 2017
71a48b9
assignment of x/y dimensions in "binary record=(a,b) ... with image"
Mar 21, 2017
e99d2d1
move enum value GEPID to be before GEDone, limit it to _WIN32
Mar 23, 2017
748102a
For logscale z, "xyplane at 0" is treated as "xyplane at <Z-axis min>"
Mar 31, 2017
00557d3
Exit with error if dropping privilege fails
dansebald Apr 1, 2017
0263e7b
space-raises-console is MSWin only
Apr 1, 2017
e7a3cf0
clarify limitations on objects placed in 3D plots
Apr 7, 2017
db0535b
allow placement of circles in 3D using axis coordinates
Apr 10, 2017
b6ebadc
export GPVAL_VIEW_XCENT GPVAL_VIEW_YCENT GPVAL_VIEW_RADIUS
Apr 10, 2017
845793b
Place quotes around $(GNUTERM) so that multi-word definitions do not …
Apr 10, 2017
548c58e
Prevent negative array index caused by degenerate hidden3d polygon
Apr 12, 2017
6dcbf35
prevent negative array index caused by hidden3d degenerate polygon
Apr 13, 2017
c4a16a5
Placement of objects in "set view map" mode should not fail on invali…
Apr 18, 2017
399343f
New utility routine is_function(token) for convenience in parsing
Apr 18, 2017
cf63056
Extend test for lua packages
markisch Apr 19, 2017
f8f1178
do not lose track of clipping region while drawing 3D boundary
Apr 18, 2017
9ad2b6f
Scale linewidth of textbox border by the current terminal linewidth s…
Apr 19, 2017
9828698
fix incorrect initialization of plot dimensions
May 2, 2017
65b559b
fix incorrect initialization of plot dimensions
May 2, 2017
81f3958
set term {pngcairo|pdfcairo} pointscale <factor>
May 8, 2017
eab80ba
Backport of fixes from 5.1:
markisch May 13, 2017
a1c7c7a
Backport fixes from 5.1:
markisch May 13, 2017
90572e5
GDI+ implementation of enhanced text. Backport from 5.1
markisch May 13, 2017
ba5d0fd
Make draw_image static
markisch May 13, 2017
6d0da75
Remove hack for the windows terminal which tried to fix the aspect ra…
markisch May 15, 2017
750aca1
Handle empty type face name
markisch May 15, 2017
2760efa
distinguish 'bind "shift-Button1"' from 'bind "Button1"'
May 15, 2017
3f30014
add fillsteps
May 16, 2017
fca4355
fillcolor
May 17, 2017
0813325
Move initialisation of special characters to a separate function
markisch May 15, 2017
c21bd6d
Track canvas size
markisch May 22, 2017
671eba8
Add event handler to catch close events for console mode gnuplot on W…
markisch May 15, 2017
634f510
exit via stats_cleanup if no usable data found in input stream
May 22, 2017
b3cc451
On Windows, release the CPU if QtLocalSocket triggered an event, but …
markisch May 23, 2017
ac20f55
Let the gnuplot core know the current window ID
markisch May 25, 2017
3adbbe0
Do not emit Author field containing current username
May 30, 2017
0b1052c
do not use LaTeX formatting in tabular output
Jun 2, 2017
ac448fd
sanity check for NULL format passed to gprintf
Jun 12, 2017
496fddf
sanity check to trap `plot "+" binary`
Jun 12, 2017
e538643
Use grayscale antialiasing for rotated text.
markisch Jun 13, 2017
4f5e7aa
Sanity check that inverse mapping function does not yield NaN at axis…
Jun 12, 2017
f3aec67
sanity check for empty image data structure
Jun 12, 2017
d56e925
Speed up drawing of anti-aliased polygons.
markisch Jul 3, 2017
8f11246
fix inconsistencies in parsing "plot with table"
Jul 18, 2017
4c2a776
extra lines left by mistake
Jul 18, 2017
e05c83e
be more careful saving a string containing the previous fit command
Jul 22, 2017
6e3214f
deprecate command "update" in favor of new command "save fit <filename>"
Jul 22, 2017
495d388
Pipe support using emulation for wgnuplot
markisch Jul 31, 2017
2d4b845
Use the compiler's popen/pclose instead of our fake pipe emulation
markisch Jul 31, 2017
9c30bc5
must not try to un-log z coordinates during 2D image processing
Aug 2, 2017
190ba6f
allow range on pseudofile '+' to include sampling interval (backport …
Aug 4, 2017
bd1f778
user-defined dashtypes in metapost terminal
Aug 4, 2017
3969ff3
Revise recursive iteration algorithm to handle empty range in nested …
Aug 8, 2017
710e5d3
Bump patchlevel to 5.0.7
Aug 10, 2017
43fea45
memory leak from functional evaluation of iteration limits
Aug 10, 2017
3bee2ef
*** empty log message ***
Aug 11, 2017
9d24630
tag 5.0.7 for release
Aug 13, 2017
441d6d9
Release 5.0.7
Aug 16, 2017
0778671
recheck inrange/outrange points after spline or bezier smoothing
Sep 25, 2017
f489619
Origin of emf data needs to be 0,0
markisch Oct 1, 2017
48b9f67
update description of strlen to mention multibyte chars
Oct 4, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUGS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Please see and use

http://sourceforge.net/tracker/?atid=102055&group_id=2055&func=browse
http://sourceforge.net/p/gnuplot/bugs/

for an up-to-date bug tracking system.
8,320 changes: 3,346 additions & 4,974 deletions ChangeLog

Large diffs are not rendered by default.

Loading