Activity for Petr Mikulik

  • Petr Mikulik Petr Mikulik committed [2fdfae]

    Ignore `replot` command called from mouse/hotkey-event-enhanced...

  • Petr Mikulik Petr Mikulik committed [bd81fe]

    allow setting arrow head(s) sizes --- new keywords `heads` and...

  • Petr Mikulik Petr Mikulik committed [a1c63d]

    avoid writing filenames in keys as enhanced text in enhanced-text capable terminals (postscript and Presentation Manager)

  • Petr Mikulik Petr Mikulik committed [52964c]

    bugfix 'if ((*t->pointsize))' changed to 'if (t->pointsize)'

  • Petr Mikulik Petr Mikulik committed [314e25]

    added documentation for the 'history' and 'system' commands

  • Petr Mikulik Petr Mikulik committed [4d3af6]

    post.trm: fixed /h definition for pm3d's gray palette

  • Petr Mikulik Petr Mikulik committed [5f0487]

    color.c, pm3d.c: allow pm3d compile without pslatex

  • Petr Mikulik Petr Mikulik committed [2905f1]

    make the branched version compile under OS/2

  • Petr Mikulik Petr Mikulik committed [218040]

    pm3d: move PostScriptColorFormulae from post.trm to getcolor.c, rename them to ps_math_color_formulae, add src/getcolor.h remove pm3d code from epslatex.trm which duplicates the code in post.trm, and call the particular ps.trm functions instead

  • Petr Mikulik Petr Mikulik committed [1542a6]

    make the branched version compile under OS/2

  • Petr Mikulik Petr Mikulik committed [b7460d]

    a file from yesterday

  • Petr Mikulik Petr Mikulik committed [07816e]

    src/pm3d.c: bugfix crash when plotting surface with 1 scan only; src/mouse.c: disable changing 3D view and scale during 'set pm3d map'

  • Petr Mikulik Petr Mikulik committed [af66df]

    don't zoom x2 and y2 axes when in 3D plot

  • Petr Mikulik Petr Mikulik committed [c6c920]

    new pm3d command '[set|unset|show] colorbox' (formerly part of 'palette' options)

  • Petr Mikulik Petr Mikulik committed [f9a792]

    suppose 'set pm3d at s' if pm3d was not used until now and 'set pm3d not-at-option' was used

  • Petr Mikulik Petr Mikulik committed [c426a8]

    changed variable 'pm3d_map_rotate_ylabel' to field 'pm3d.map'; implemented 'save' of 'pm3d', 'palette' and 'colorbox'.

  • Petr Mikulik Petr Mikulik committed [d5695c]

    Move IPC from '#if defined(USE_MOUSE) && [!]!defined(OS2)' to '#ifdef OS2_IPC' and '#ifdef PIPE_IPC'

  • Petr Mikulik Petr Mikulik committed [ff7e2b]

    src/syscfg.h: #define FAQ_LOCATION "http://www.gnuplot.org/faq"

  • Petr Mikulik Petr Mikulik committed [e9e18d]

    a patch enabling the PostScript terminal to use ISO-8859-2 encoding

  • Petr Mikulik Petr Mikulik committed [87502e]

    src/syscfg.h: #define FAQ_LOCATION "http://www.gnuplot.org/faq/"

  • Petr Mikulik Petr Mikulik committed [0a85e8]

    change PM terminal codepage according to 'set encoding', and use codepage 912 for iso_8859_2

  • Petr Mikulik Petr Mikulik committed [0c03b8]

    a patch enabling the PostScript terminal to use CP-852 encoding

  • Petr Mikulik Petr Mikulik committed [0ebab4]

    change PM terminal codepage according to 'set encoding', and use codepage 912 for iso_8859_2

  • Petr Mikulik Petr Mikulik committed [c1d84b]

    take care about undefined points in PM3D_SCANS_AUTOMATIC

  • Petr Mikulik Petr Mikulik committed [473b39]

    support 'set palette maxcolors n' also for postscript terminal (allow discrete filled contour-like steps)

  • Petr Mikulik Petr Mikulik committed [88b4c3]

    don't crash on pm3d in multiplot (reuse the previous colour palette if no more colours are available)

  • Petr Mikulik Petr Mikulik committed [088873]

    small changes: README.exp: remove section about 'mouse is experimental'; src/term.c: removed obsolete routine 'fill_gp4mouse'; src/command.c: removed an OS/2 switch for readline vs. readline_ipc.

  • Petr Mikulik Petr Mikulik committed [87a84b]

    gplt_x11.c: OS2_PIPE minor fixes

  • Petr Mikulik Petr Mikulik committed [9e26ef]

    new commands 'set term push', 'set term pop'

  • Petr Mikulik Petr Mikulik committed [e1b4a0]

    support for filled boxes (added PM_fillbox routine) --- it is used by the 'clear' command in multiplot mode to clear the subfigure area.

  • Petr Mikulik Petr Mikulik committed [31697e]

    fixed one missing 'postscript_gpoutfile = 0;' after a term->reset.

  • Petr Mikulik Petr Mikulik committed [10b87b]

    WIN_IPC, an IPC for Windows. Hotkeys in the windows terminal are now working.

  • Petr Mikulik Petr Mikulik committed [acc659]

    Partial implementation of mouse support for Windows. It should be finished according to my notes in the source code and on stderr.

  • Petr Mikulik Petr Mikulik committed [e7c8dc]

    Just noticed that VK_F1 has the same keycode as 'p' ... and those special keys VK_... remaped do not appear in WM_CHAR(???) ... no idea why ...

  • Petr Mikulik Petr Mikulik committed [28e8fc]

    Two more calls to DrawRuler() to draw the ruler after the graph window has been de-minimized or replotted by gnuplot after 'replot' or 'plot ...'; added remapping of VK_ key codes to gnuplot key codes GP_.

  • Petr Mikulik Petr Mikulik committed [1375bb]

    call GE_plotdone when graph drawn (otherwise rotate-and-scale-by-mouse was not working); fixed set cursor positioning typo ('set mouse zoomjump').

  • Petr Mikulik Petr Mikulik committed [c07026]

    added a configuration section for easier setup of compilation options

  • Petr Mikulik Petr Mikulik committed [fd1de5]

    we are forgetting to update NEWS file; for updating the changes made for 3.8d, 3.8e, ... is there somewhere written when this subversion changed? in ChangeLog, NEWS... Please update there your changes too.

  • Petr Mikulik Petr Mikulik committed [127e14]

    support for pipes under Windows

  • Petr Mikulik Petr Mikulik committed [ef7fab]

    new targets: gnuplot.tex, .dvi, .ps, .pdf

  • Petr Mikulik Petr Mikulik committed [fe6c40]

    autodetect pdf output - use package hyperref

  • Petr Mikulik Petr Mikulik committed [1655a4]

    bugfix for windows terminal crash on NT if there were too many colour polygons

  • Petr Mikulik Petr Mikulik committed [708ab7]

    wrong date of my last contrib corrected

  • Petr Mikulik Petr Mikulik committed [6b4c6f]

    do not support pipes on windows by default

  • Petr Mikulik Petr Mikulik committed [e15914]

    New colour box axis. Removed command: set pm3d zrange. New commands: set/unset/show of cbrange, [m]cbtics, format cb, grid [m]cb, cblabel, cbdata, [no]cbdtics, [no]cbmtics.

  • Petr Mikulik Petr Mikulik committed [aec70e]

    changed default color box size and position for pm3d map

  • Petr Mikulik Petr Mikulik committed [1105bb]

    Save color axis properties; link set term push/pop from help save.

  • Petr Mikulik Petr Mikulik committed [b32091]

    logscale for cb-axis according to z-axis

  • Petr Mikulik Petr Mikulik committed [d0641e]

    list mouseable terminals; changed default color box size for pm3d surface

  • Petr Mikulik Petr Mikulik committed [83ce20]

    compile also pgnuplot.c

  • Petr Mikulik Petr Mikulik committed [ca8306]

    remove duplicated show for historysize

  • Petr Mikulik Petr Mikulik committed [305ce1]

    implemented show for historysize, multiplot and termoptions

  • Petr Mikulik Petr Mikulik committed [028fb0]

    remove backslashes in \/ hcw options

  • Petr Mikulik Petr Mikulik committed [d2df19]

    Hotkeys Ctrl-Ins and Shift-Ins for clipboard access.

  • Petr Mikulik Petr Mikulik committed [4a91c3]

    bugfix for reversing axes during zoom

  • Petr Mikulik Petr Mikulik committed [6882c3]

    use %g format instead of %f when placing labels by mouse

  • Petr Mikulik Petr Mikulik committed [7dc9ad]

    matherr(exception) unsupported by mingw compiler

  • Petr Mikulik Petr Mikulik committed [c07f26]

    Support for filled boxes, i.e. termentry fillbox(), for the Presentation Manager and GIF terminals. However, only solid colours implemented, i.e. no density nor pattern styles.

  • Petr Mikulik Petr Mikulik committed [82a0cc]

    don't crash in X11_filled_polygon() for X11_ipc buffer overflow (this is not solution, but a workaround!)

  • Petr Mikulik Petr Mikulik committed [9eb8e2]

    implementation of 'plot ... with filledcurves'

  • Petr Mikulik Petr Mikulik committed [3a7cf7]

    typo fixed

  • Petr Mikulik Petr Mikulik committed [65841c]

    typo fixed

  • Petr Mikulik Petr Mikulik committed [49f4a7]

    New routine LocalReAllocPtr(); dynamically allocate enough memory for a polygon with many corners (fixes 'plot with filledcurves').

  • Petr Mikulik Petr Mikulik committed [a684ed]

    new option 'fix' in 'set autoscale {{axis}{...|fix} | fix}' to easily set fixmin and fixmax in one command for one or all axes

  • Petr Mikulik Petr Mikulik committed [fe2f52]

    Fix for a too early 'stroke' in converting colour images (replace '/g {stroke' by '/g {Stroke').

  • Petr Mikulik Petr Mikulik committed [713481]

    set.c: new autoscale option: 'set autoscale keepfix' autoscales all axes while keeping the fix settings. mouse.c: let hotkey 'a' do 'set autoscale keepfix' instead of 'set autoscale'.

  • Petr Mikulik Petr Mikulik committed [dfb32b]

    New options for set grid: layerdefault, front, back. Further, labels and arrows were not saving back, front option.

  • Petr Mikulik Petr Mikulik committed [ffebe1]

    Terminal-driver fixes

  • Petr Mikulik Petr Mikulik committed [ba725d]

    bugfix for yesterday

  • Petr Mikulik Petr Mikulik committed [d24369]

    set label with any line type (colour), point type and point size

  • Petr Mikulik Petr Mikulik committed [27ee65]

    set.c: Allow any order of options in set arrow. Fix default value in set label be nopoint. show.c: Fix crash in conv_text() for NULL pointer. Fix show label for labels with no label text specified.

  • Petr Mikulik Petr Mikulik committed [827047]

    add forgotten entry for set label lt pt ps and any options order

  • Petr Mikulik Petr Mikulik committed [40b800]

    allow any order of lt, lw, pal, ps, pt options in with; change with lt palette to with palette and mention this in NEWS; better documentation for with palette; add uncommented documentation for lines

  • Petr Mikulik Petr Mikulik committed [11fb5c]

    Fix splot 'a.dat' with ... palette crash if 'a.dat' contains a single scan only.

  • Petr Mikulik Petr Mikulik committed [e06ad0]

    Fix by Guillaume Allegre: Fix inconsistency in the document: many examples use the 'set no...' syntax instead of the 3.8-new syntax 'unset'.

  • Petr Mikulik Petr Mikulik committed [3c2cf4]

    Allow 'any order' of options and plot and splot. Comment out plot_tbl[] as unused for 2 years.

  • Petr Mikulik Petr Mikulik committed [a81abd]

    Fine tuning of the default color box size and position (take in/out/mirror/scale of tics into account). Remove obsolete code and comments.

  • Petr Mikulik Petr Mikulik committed [8d8b57]

    Routine do_event(): Disable event processing for undefined terminals (fixes crash when mouse is on and non-existing terminal is set).

  • Petr Mikulik Petr Mikulik committed [f1aade]

    Fix graph_error() to avoid gnuplot crash for log axes with negative min/max range value in splot. More appropriate error message for negative cb range and log z axis.

  • Petr Mikulik Petr Mikulik committed [737727]

    Reallocate larger keyboard buffer instead of silently ignoring input characters coming into an overfull buffer.

  • Petr Mikulik Petr Mikulik committed [524b4b]

    Contribution by Namio Matuda: Added some more hypertext facilities into gnuplot.pdf. Typos, fixes and polishing of the documentation, avoid LaTeX warnings.

  • Petr Mikulik Petr Mikulik committed [e12db8]

    Fix one c_token++ from yesterday.

  • Petr Mikulik Petr Mikulik committed [bebd5a]

    Implemented options for plotting style with filledcurves [options]

  • Petr Mikulik Petr Mikulik committed [63b59a]

    Remove set term pop after reset --- reset does not change terminal

  • Petr Mikulik Petr Mikulik committed [7e3b3c]

    Fix of Fix load_rcfile() to properly report the startup filename (needed if it contains a typo).

  • Petr Mikulik Petr Mikulik committed [ff8de2]

    Fix load_rcfile() to properly report the startup filename (needed if it contains a typo).

  • Petr Mikulik Petr Mikulik committed [53c4c2]

    Have \usepackage[..]{hyperref} only once

  • Petr Mikulik Petr Mikulik committed [d28b87]

    New option set key height

  • Petr Mikulik Petr Mikulik committed [ac7561]

    Fix for history !first_command_in_history; fix for history !load

  • Petr Mikulik Petr Mikulik committed [e52446]

    Improvements, easily editable options, _fstr... functions are declared in Cygwin.

  • Petr Mikulik Petr Mikulik committed [914924]

    Replace typesetting of _ from {\tt\_} to \_

  • Petr Mikulik Petr Mikulik committed [1b6ccc]

    INSTALL: Added section Running gnuplot on OS/2 from README.os2. README.os2: Added a note that this file can be removed.

  • Petr Mikulik Petr Mikulik committed [998381]

    NEWS: Added some text from ANNOUNCE-MOUSE. ANNOUNCE-MOUSE: Added a header to that file with two paragraphs which are worth saving, in my opinion. That's a technical docs for mouse and its communication.

  • Petr Mikulik Petr Mikulik committed [acc286]

    Added -DHAVE_SLEEP -DNO_SETVBUF.

  • Petr Mikulik Petr Mikulik committed [5b87ee]

    Several small corrections.

  • Petr Mikulik Petr Mikulik committed [5e024c]

    updated

  • Petr Mikulik Petr Mikulik committed [b11ed0]

    use set term push/pop and close output file

  • Petr Mikulik Petr Mikulik committed [315a56]

    Directory pm3d/demo merged with demo/ and removed.

  • Petr Mikulik Petr Mikulik committed [7f7dd4]

    Directory pm3d/demo merged with demo/ and removed.

  • Petr Mikulik Petr Mikulik committed [31a573]

    Directory pm3d/demo merged with demo/ and removed.

1 >
MongoDB Logo MongoDB