Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Menu

Tree [631c9c] master / src /
 History

HTTPS access


File Date Author Commit
 beos unknown
 os2 2021-03-13 Bastian Maerkisch Bastian Maerkisch [dffffb] pm: raise plot window on mouse click on plot
 qtterminal 2024-12-31 Ethan A Merritt Ethan A Merritt [385aca] track call stack depth of multiplot commands
 win 2024-01-12 Ethan A Merritt Ethan A Merritt [c4dca4] Convert remaining 3 files in SJIS encoding to U...
 wxterminal 2024-12-31 Ethan A Merritt Ethan A Merritt [385aca] track call stack depth of multiplot commands
 .gitignore 2022-09-04 Ethan A Merritt Ethan A Merritt [44efdb] Do not install the qt_embed_example program
 GNUmakefile unknown
 Makefile.am 2025-01-05 Ethan A Merritt Ethan A Merritt [6f281e] Collect code and structures that support marks ...
 Makefile.maint unknown
 alloc.c 2019-12-02 Ethan A Merritt Ethan A Merritt [4a577e] typos reported by fossies.org codespell checker
 alloc.h 2019-01-28 Ethan A Merritt Ethan A Merritt [1c71c2] Remove macro __PROTO(...)
 amos_airy.c 2024-05-22 Ethan A Merritt Ethan A Merritt [83c81b] clean up function prototypes to satisfy gcc -Wm...
 amos_airy.h 2024-05-22 Ethan A Merritt Ethan A Merritt [83c81b] clean up function prototypes to satisfy gcc -Wm...
 axis.c 2025-01-07 Ethan A Merritt Ethan A Merritt [2c6dba] track data range separately for each axis regar...
 axis.h 2024-12-02 Ethan A Merritt Ethan A Merritt [1bb540] improved multiplot mousing (1/4) - limit mouse ...
 bf_test.c 2024-05-22 Ethan A Merritt Ethan A Merritt [83c81b] clean up function prototypes to satisfy gcc -Wm...
 bitmap.c 2023-05-01 Ethan A Merritt Ethan A Merritt [63a38d] sixeltek: rework assignment of palette colors,...
 bitmap.h 2021-12-01 Ethan A Merritt Ethan A Merritt [805857] CHANGE term->text_angle(int ang) to term->text_...
 boundary.c 2025-04-08 Ethan A Merritt Ethan A Merritt [a1529c] spiderplot titles should not consume space in t...
 boundary.h 2020-03-16 Ethan A Merritt Ethan A Merritt [f151e1] Print overall plot title (from "set title") aft...
 breaders.c 2024-07-25 Ethan A Merritt Ethan A Merritt [96d580] more consistent use of safe_strncpy()
 breaders.h 2024-02-17 Ethan A Merritt Ethan A Merritt [f3a151] If libgd is not configured, fall back to libstb...
 color.c 2 days ago Ethan A Merritt Ethan A Merritt [631c9c] Fix broken cases of "set colorbox invert"
 color.h 2023-06-17 Ethan A Merritt Ethan A Merritt [309c1a] save/show palette "viridis" by name rather than...
 command.c 2025-03-04 Ethan A Merritt Ethan A Merritt [d6c1e2] consolidate bookkeeping of multiplot panel bounds
 command.h 2024-12-30 Ethan A Merritt Ethan A Merritt [4a13f5] split do_line() into two halves
 complexfun.c 2025-01-11 Ethan A Merritt Ethan A Merritt [cb9720] handle_underflow doesn't work properly without ...
 complexfun.h 2021-04-08 Ethan A Merritt Ethan A Merritt [76aa70] Riemann zeta function (complex domain and range)
 contour.c 2024-07-22 Ethan A Merritt Ethan A Merritt [719227] contours: allow contour to follow edge of z-cl...
 contour.h 2023-04-06 Ethan A Merritt Ethan A Merritt [d22b9d] move global contour parameters into a single st...
 datablock.c 2024-12-07 Ethan A Merritt Ethan A Merritt [6e47cf] prevent possible use-after-free if a function b...
 datablock.h 2022-10-11 Ethan A Merritt Ethan A Merritt [6717b1] Suppress resetting the evaluation stack during ...
 datafile.c 2025-04-18 Ethan A Merritt Ethan A Merritt [dce7b1] boxplot: using 1:2:3:xticlabel("foo") should...
 datafile.h 2025-04-18 Ethan A Merritt Ethan A Merritt [dce7b1] boxplot: using 1:2:3:xticlabel("foo") should...
 dynarray.c unknown
 dynarray.h unknown
 encoding.c 2022-10-23 Bastian Maerkisch Bastian Maerkisch [77f761] Use corresponding inttype.h macro as parameter ...
 encoding.h 2021-12-18 Bastian Maerkisch Bastian Maerkisch [ab9699] block: enable output to screen even when UTF-8 ...
 eval.c 2025-04-15 Ethan A Merritt Ethan A Merritt [2cf853] Guarantee that comma operator is a sequence poi...
 eval.h 2025-04-15 Ethan A Merritt Ethan A Merritt [2cf853] Guarantee that comma operator is a sequence poi...
 external.c 2023-06-22 Ethan A Merritt Ethan A Merritt [36a21d] plugin / import mechanism: Add a version check...
 external.h unknown
 filters.c 2025-03-27 Hiroki Motoyoshi Hiroki Motoyoshi [f0a03a] Filter "bins" with "binvalue=avg" should report...
 filters.h 2024-08-19 Ethan A Merritt Ethan A Merritt [e6facf] Allow filter "delaunay" in 3D plots
 fit.c 2023-04-16 Ethan A Merritt Ethan A Merritt [33ea0e] Add "fit" to the set of mutually restricted com...
 fit.h unknown
 gadgets.c 2025-03-04 Ethan A Merritt Ethan A Merritt [d6c1e2] consolidate bookkeeping of multiplot panel bounds
 gadgets.h 2025-01-19 Ethan A Merritt Ethan A Merritt [8038bd] marks: implement "noclip" option for "plot with...
 genopt.com unknown
 getcolor.c 2023-06-17 Ethan A Merritt Ethan A Merritt [309c1a] save/show palette "viridis" by name rather than...
 getcolor.h 2022-07-06 Hiroki Motoyoshi Hiroki Motoyoshi [685c7a] Fix discrete gradient palette colorbox for term...
 gnuplot.opt unknown
 gp_hist.h 2021-09-22 Jun Takimoto Jun Takimoto [a5562b] Expand XDG support
 gp_time.h 2021-06-14 Ethan A Merritt Ethan A Merritt [a8a8a8] "set mxtics time <N> <units"
 gp_types.h 2024-08-25 Ethan A Merritt Ethan A Merritt [b36e86] fix key sample for "splot with boxes"
 gpexecute.c 2024-07-02 Ethan A Merritt Ethan A Merritt [3e7914] remove dead code
 gpexecute.h 2021-02-12 Bastian Maerkisch Bastian Maerkisch [7ec226] os2: first round to allow "mouse" commands anytime
 gplocale.c 2022-12-16 Ethan A Merritt Ethan A Merritt [405c85] refactor variable.c into gplocale.c and loadpath.c
 gplocale.h 2022-12-16 Ethan A Merritt Ethan A Merritt [405c85] refactor variable.c into gplocale.c and loadpath.c
 gplt_x11.c 2024-08-30 Ethan A Merritt Ethan A Merritt [4516c3] remove dead code and comments related to DISABL...
 gplt_x11.h 2020-04-10 Bastian Maerkisch Bastian Maerkisch [9c5c58] More typos reported by the fossies.org codespel...
 graph3d.c 2025-04-01 Ethan A Merritt Ethan A Merritt [52fe63] fix regression in "splot ... using 1:2:3:4 with...
 graph3d.h 2025-03-02 Ethan A Merritt Ethan A Merritt [892972] watchpoints: support watchpoints in "set view m...
 graphics.c 2025-04-13 Hiroki Motoyoshi Hiroki Motoyoshi [22feb8] hsteps should take defaults from "set boxwidth"
 graphics.h 2025-03-02 Ethan A Merritt Ethan A Merritt [892972] watchpoints: support watchpoints in "set view m...
 help.c 2024-07-06 Ethan A Merritt Ethan A Merritt [8f209b] modify (hopefully improve) parsing of the "help...
 help.h 2023-01-30 Ethan A Merritt Ethan A Merritt [912309] remove configure option --with-row-help
 hidden3d.c 2025-02-06 Ethan A Merritt Ethan A Merritt [6f43f4] "save" was saving the wrong front/back state fo...
 hidden3d.h 2025-01-26 Ethan A Merritt Ethan A Merritt [f6f13f] Enable the HIDDEN3d_CACHE option by default
 history.c 2024-09-03 Ethan A Merritt Ethan A Merritt [0a5ba8] Rework term->waitforinput() to accommodate UTF-...
 internal.c 2025-04-08 Ethan A Merritt Ethan A Merritt [4eb442] more informative error message for improper arr...
 internal.h 2022-08-21 Ethan A Merritt Ethan A Merritt [4d6954] user-callable function join( array, "sep" )
 interpol.c 2023-03-29 Ethan A Merritt Ethan A Merritt [9282ff] Revert "zsort: use extra coordinate (if availab...
 interpol.h 2022-11-07 Ethan A Merritt Ethan A Merritt [09b6ee] Split interpol.c into two files interpol.c and ...
 jitter.c 2022-10-26 Ethan A Merritt Ethan A Merritt [cc829a] Add parameter "clear" to internal routine get_p...
 jitter.h 2022-05-04 Ethan A Merritt Ethan A Merritt [82b0c2] Remove redundant or unneeded #include "axis.h"
 libcerf.c 2022-11-02 Ethan A Merritt Ethan A Merritt [07fdf0] libcerf: Avoid floating underflow that limited ...
 libcerf.h 2020-05-13 Ethan A Merritt Ethan A Merritt [3b8dfc] Special functions FresnelC(x) and FresnelS(x)
 linkopt.vms unknown
 loadpath.c 2022-12-16 Ethan A Merritt Ethan A Merritt [405c85] refactor variable.c into gplocale.c and loadpath.c
 loadpath.h 2022-12-16 Ethan A Merritt Ethan A Merritt [405c85] refactor variable.c into gplocale.c and loadpath.c
 makefile.all 2025-01-05 Ethan A Merritt Ethan A Merritt [6f281e] Collect code and structures that support marks ...
 makefile.awc 2024-06-18 Ethan A Merritt Ethan A Merritt [f74ce8] Remove old license-encumbered pdf.trm from the ...
 marching_cubes.h unknown
 marks.c 2025-01-20 Ethan A Merritt Ethan A Merritt [aa2816] marks: "fillstyle noborder" should not suppress...
 marks.h 2025-01-19 Ethan A Merritt Ethan A Merritt [7f6727] set mark: allow named sample variable to act a...
 matrix.c 2023-02-02 Ethan A Merritt Ethan A Merritt [9cef92] cleanup: Apply or remove old FIXME items
 matrix.h unknown
 misc.c 2025-01-31 Ethan A Merritt Ethan A Merritt [373632] "set style fill transparent\n"
 misc.h 2024-12-28 Ethan A Merritt Ethan A Merritt [9ee6b4] Revert improved multiplot mousing (4/4)
 mouse.c 2025-03-11 Ethan A Merritt Ethan A Merritt [ed647d] guard against trying to format a huge number as...
 mouse.h 2024-12-02 Ethan A Merritt Ethan A Merritt [1bb540] improved multiplot mousing (1/4) - limit mouse ...
 mousecmn.h unknown
 multiplot.c 2025-03-04 Ethan A Merritt Ethan A Merritt [d6c1e2] consolidate bookkeeping of multiplot panel bounds
 multiplot.h 2025-03-04 Ethan A Merritt Ethan A Merritt [d6c1e2] consolidate bookkeeping of multiplot panel bounds
 parse.c 2025-04-15 Ethan A Merritt Ethan A Merritt [2cf853] Guarantee that comma operator is a sequence poi...
 parse.h 2023-12-17 Ethan A Merritt Ethan A Merritt [60a7c8] revised initialization of array from a command ...
 plot.c 2024-09-03 Ethan A Merritt Ethan A Merritt [0a5ba8] Rework term->waitforinput() to accommodate UTF-...
 plot.h 2024-12-26 Ethan A Merritt Ethan A Merritt [101453] bugfix: expand bracketed clause when reading fr...
 plot2d.c 3 days ago Hiroki Motoyoshi Hiroki Motoyoshi [e909a9] boxplot: using (start):2:3:4 every :::n::n s...
 plot2d.h 2022-09-12 Ethan A Merritt Ethan A Merritt [3cf95a] move all the polar_grid_* variables into a sing...
 plot3d.c 2025-03-03 Ethan A Merritt Ethan A Merritt [2c334a] watchpoints: "show watchpoints" must handle bo...
 plot3d.h 2024-08-19 Ethan A Merritt Ethan A Merritt [e6facf] Allow filter "delaunay" in 3D plots
 pm3d.c 2024-11-28 Ethan A Merritt Ethan A Merritt [3085b2] Handle a corner case of intersecting pm3d surfaces
 pm3d.h 2024-07-10 Ethan A Merritt Ethan A Merritt [b13fd4] splot with contourfill {at base}
 qt_table.h 2021-10-17 Ethan A Merritt Ethan A Merritt [a2359e] arm and s390 need "signed char"
 readline.c 2024-09-04 Ethan A Merritt Ethan A Merritt [2458e2] Rework term->waitforinput() to accommodate UTF-...
 readline.h 2024-09-04 Ethan A Merritt Ethan A Merritt [2458e2] Rework term->waitforinput() to accommodate UTF-...
 save.c 2025-02-10 Ethan A Merritt Ethan A Merritt [742b44] watchpoint labels: bugfixes, add to "save" output
 save.h 2024-08-11 Ethan A Merritt Ethan A Merritt [815084] New command "save changes <filename>"
 scanner.c 2023-12-07 Ethan A Merritt Ethan A Merritt [f4cdd4] conditional code to treat UTF-8 nonbreaking spa...
 scanner.h 2019-01-28 Ethan A Merritt Ethan A Merritt [1c71c2] Remove macro __PROTO(...)
 set.c 2025-03-04 Ethan A Merritt Ethan A Merritt [d6c1e2] consolidate bookkeeping of multiplot panel bounds
 setshow.h 2022-11-15 Ethan A Merritt Ethan A Merritt [a95fb9] "reset session" now resets datafile properties
 show.c 2025-01-05 Ethan A Merritt Ethan A Merritt [6f281e] Collect code and structures that support marks ...
 specfun.c 2024-05-22 Ethan A Merritt Ethan A Merritt [83c81b] clean up function prototypes to satisfy gcc -Wm...
 specfun.h 2021-03-19 Ethan A Merritt Ethan A Merritt [4dba93] New: uigamma(a,x) provides regularized upper in...
 standard.c 2025-03-01 Ethan A Merritt Ethan A Merritt [fca424] EllipticE(): Allow for floating point precision...
 standard.h 2022-01-09 Tommaso Cucinotta Tommaso Cucinotta [3574b8] Added function for cubic root cbrt(), useful fo...
 stats.c 2024-07-26 Ethan A Merritt Ethan A Merritt [ec758c] fixup - safe_strncpy
 stats.h unknown
 stdfn.c 2024-07-25 Ethan A Merritt Ethan A Merritt [76498b] use strlcpy() for safe_strncpy() if the system ...
 stdfn.h 2024-07-25 Ethan A Merritt Ethan A Merritt [76498b] use strlcpy() for safe_strncpy() if the system ...
 syscfg.h 2024-06-19 Ethan A Merritt Ethan A Merritt [2c4466] Remove dead code for long-gone systems
 tables.c 2025-01-05 Ethan A Merritt Ethan A Merritt [6f281e] Collect code and structures that support marks ...
 tables.h 2025-01-05 Ethan A Merritt Ethan A Merritt [6f281e] Collect code and structures that support marks ...
 tabulate.c 2025-04-07 Ethan A Merritt Ethan A Merritt [71545c] tabulate variable color column for splot
 tabulate.h 2024-07-19 Ethan A Merritt Ethan A Merritt [1ffd58] move action table pointer for "plot with table ...
 term.c 2025-04-09 Hiroki Motoyoshi Hiroki Motoyoshi [3f2fac] Revised criteria for interpretation of "with ci...
 term.h 2024-06-18 Ethan A Merritt Ethan A Merritt [f74ce8] Remove old license-encumbered pdf.trm from the ...
 term_api.h 2024-12-31 Ethan A Merritt Ethan A Merritt [385aca] track call stack depth of multiplot commands
 time.c 2024-05-22 Ethan A Merritt Ethan A Merritt [83c81b] clean up function prototypes to satisfy gcc -Wm...
 unset.c 2025-01-05 Ethan A Merritt Ethan A Merritt [6f281e] Collect code and structures that support marks ...
 util.c 2024-07-25 Ethan A Merritt Ethan A Merritt [96d580] more consistent use of safe_strncpy()
 util.h 2024-05-22 Ethan A Merritt Ethan A Merritt [83c81b] clean up function prototypes to satisfy gcc -Wm...
 util3d.c 2024-09-25 Ethan A Merritt Ethan A Merritt [33acc5] implement z-clipping for 3D filled curves
 util3d.h 2024-09-25 Ethan A Merritt Ethan A Merritt [33acc5] implement z-clipping for 3D filled curves
 version.c 2025-01-21 Ethan A Merritt Ethan A Merritt [5fa0e0] Update copyright and other dates to 2025
 version.h 2023-06-22 Ethan A Merritt Ethan A Merritt [36a21d] plugin / import mechanism: Add a version check...
 vms.c 2023-06-12 Ethan A Merritt Ethan A Merritt [03c02a] VMS cleanup
 vms.h 2023-06-12 Ethan A Merritt Ethan A Merritt [03c02a] VMS cleanup
 voxelgrid.c 2023-04-20 Ethan A Merritt Ethan A Merritt [1ad5eb] Add "vfill" to the set of mutually restricted c...
 voxelgrid.h 2020-07-29 Ethan A Merritt Ethan A Merritt [614281] teach 'stats' command about voxel grids
 vplot.c 2019-12-02 Ethan A Merritt Ethan A Merritt [4a577e] typos reported by fossies.org codespell checker
 vplot.h unknown
 watch.c 2025-03-03 Ethan A Merritt Ethan A Merritt [2c334a] watchpoints: "show watchpoints" must handle bo...
 watch.h 2025-03-02 Ethan A Merritt Ethan A Merritt [487f95] watchpoints: rework implementation of watchpoin...
 x11.opt unknown
 xdg.c 2023-07-26 Ethan A Merritt Ethan A Merritt [9bb848] remove dead code
 xdg.h 2021-09-22 Jun Takimoto Jun Takimoto [a5562b] Expand XDG support