Activity for GraceGTK

  • LECORDIER LECORDIER created ticket #13

    Got SIGSYS message when run on apple computer (compiled with macport or homebrew)

  • pv committed [f83712] on Code

    Add "File/Import/.agr file" menu item

  • pv committed [e6e9d9] on Code

    Add missing MA_GLUE_ABLE

  • pv committed [32b2b5] on Code

    Correct bug: "graph hidden" not saved

  • pv committed [7c04c3] on Code

    Declare gchar *tmp out of case:

  • dumas dumas committed [75263e] on Code

    Created a function to wait for the GUI to display completely when data arrives from a file or stdin in the main loop

  • dumas dumas committed [b9f6f3] on Code

    project_read_template (); Reorganization of memory allocations and freeing

  • dumas dumas committed [460d25]

    grace_openr (); : Replace the local buffer limited by its size to display error messages with a dynamic allocation in the heap

  • Gérald Dumas committed [3c0754]

    files.c Changing the use of grace_path ();

  • Gérald Dumas committed [95b0f9]

    gg_gui_set_default (); Changing the use of grace_path ();

  • Gérald Dumas committed [ade769]

    driver_cairo_fonts_init (); Changing the use of grace_path ();

  • Gérald Dumas committed [000abd]

    gg_help (); Changing the use of grace_path ();

  • Gérald Dumas committed [df6802]

    netcdf.c Changing the use of grace_path ();

  • Gérald Dumas committed [537f5a]

    grace_path (); Wrong syntax of g_strdup_printf ();

  • Gérald Dumas committed [bf0451]

    init_t1(); Changing the use of grace_path ();

  • Gérald Dumas committed [e3d7a1]

    grace_path (); returns now an allocated char*.

  • pv committed [9efa36]

    SpreadSheet: debug x and y in XYCMAP case

  • GraceGTK GraceGTK updated /README

  • GraceGTK GraceGTK released /GraceGTK3-1.4.0rc3.tar.gz

  • pv committed [250be1]

    Avoid unwanted asking in non linear fit by hand

  • pv committed [9cbf55]

    Add INSTALL file

  • pv committed [557a01]

    Update GraceGTK.tex

  • pv committed [7cd8b3]

    Change icon in ./glade and add 2 xfig files in ./examples/Makefile

  • pv committed [1d4d51]

    Add block_instant_update in gg_print

  • pv committed [6d69ad]

    Change ng_fonts.agr page size to 842 ,595 (A4,Landscape)

  • pv committed [ee7484]

    Correct glade/Makefile and gg_print_version_CB()

  • pv committed [518692]

    CUPS revisited, debug printer use

  • pv committed [c0a03e]

    Cosmetic change

  • pv committed [41e36f]

    Create GG3 icon file

  • pv committed [e17737]

    Add templates/gracegtk3_icon_48x48.png

  • pv committed [6b5627]

    Add missing po->hidden in nn_cmd_graph()

  • pv committed [b0802a]

    Debug gset_find_point()

  • pv committed [db3203]

    First actualization of GraceGTK.tex

  • pv committed [cdec95]

    For MSWinsows: add dummy expand_tilde()

  • pv committed [e9d034]

    Correct buildinfo and cursor templates

  • pv committed [5cafd5]

    Add missing G_MODULE_EXPORT

  • pv committed [056769]

    Cosmetic changes

  • pv committed [4a7bc4]

    Add obj_move_command() with undo/redo

  • pv committed [4fa797]

    Debug obj_move() for graphs

  • pv committed [74c477]

    Debug ge_axis.c

  • pv committed [f6dd2c]

    Debug pars.yacc: ad gs for selectgraph

  • pv committed [5ab9be]

    Makes collective update of axes work

  • pv committed [203d22]

    Cosmetic change

  • pv committed [d71abf]

    Debug color setting with gg_panels

  • pv committed [3cfa60]

    Debug drawing stacked GRAPH_CHART with various layers

  • pv committed [4164c3]

    Glade files: suppress GtkAlignment and margin(left/right)

  • pv committed [f56a24]

    Makes collective update of graphs work

  • pv committed [ffeb28]

    Cosmetic changes

  • pv committed [6cc711]

    Replace gtkextra-marshal.[c,h] by gg_marshal;[c,h]

  • pv committed [3b8468]

    Suppress other warnings in T1lib

  • pv committed [866553]

    Replace gdk_beep() by gdk_display_beep()

  • pv committed [cdb564]

    Suppress not used col_clicked_CB() in gg_gset_data_edit

  • pv committed [f40346]

    Suppress some warnings in T1lib and gw

  • pv committed [5f6b15]

    Makes mouse scaling work

  • pv committed [fb6882]

    Cosmetic changes: suppress commented lines

  • pv committed [db8ab3]

    Add rotation of labels in zc_contours

  • pv committed [a9e4d6]

    Minor changes un CEPHES to avoid compilation warnings

  • pv committed [a82d0a]

    Cosmetic changes: suppress commented lines

  • pv committed [b3072f]

    Suppress warning compiling draw_pixbuf()

  • pv committed [067804]

    Suppress not yet used call to check_layer()

  • pv committed [6325f9]

    Glade save Arc.glade without errors

  • pv committed [df0e4c]

    Glade no longer display errors saving Axis.glade

  • pv committed [772d7f]

    Save Arc.glade with glade 3.20.0 (_ => -) and deprecated features

  • pv committed [c003f8]

    Many many changes to make tests work

  • pv committed [c96768]

    Add src/.dir-locals.el for eamcs find-tag

  • pv committed [028d09]

    Cosmetic change in toms626

  • pv committed [05e794]

    Add templates/*.png cursor files

  • pv committed [ffed66]

    Add new examples xfig files

  • pv committed [e230a6]

    Cosmetic: change comment for linew in defines.h

  • pv committed [1a31f6]

    driver_events.c not yet usable

  • pv committed [536dc3]

    scale_cursor reset to GDK_FLEUR

  • pv committed [2ab090]

    Cosmetic: suppress rot in compute_handles() args

  • pv committed [3d9c7a]

    Adding missing if (block_instant_update) in ge_obj.c

  • pv committed [f92d0e]

    Correct bug: open_arc_tighten_bbox() now works with rot not null

  • GraceGTK GraceGTK released /gracegtk-1.3.0_vista.zip

  • GraceGTK GraceGTK updated /README

  • GraceGTK GraceGTK released /gracegtk-1.3.0.tar.gz

  • pv committed [266a87]

    Minor changes in doc/GraceGTK.tex

  • pv committed [2edcf6]

    Remove gwmanspinbutton

  • pv committed [2dd4b4]

    Add -Wno-deprecated-declarations in buildinfo/Makefile

  • pv committed [07f5f7]

    VERSION 1.3.0

  • Sait Umar Sait Umar posted a comment on ticket #12

    Hi, the "GraceGTK: read to graph" pane is still a single-line wide (under read ascii data). The other two look good now. Thanks!

  • Patrick VINCENT Patrick VINCENT posted a comment on ticket #12

    Hi, Good remarks, I had pushed into GIT repository amendments. I will soon post a new release including new selection method for objects. Regards, PV

  • pv committed [bfcf0d]

    src/Makefile : add -Wno-deprecated-declarations

  • pv committed [9aee66]

    Increase height of graph lists (ticket 12)

  • Sait Umar Sait Umar created ticket #12

    Narrow window panes

  • P.Vincent committed [358548]

    Add scale_cursor GDK_CENTER_PTR

  • P.Vincent committed [f6970e]

    Cosmetic change: compute_rotated_handles() => compute_handles()

  • P.Vincent committed [8575b3]

    pars.yacc: restore jo=graph_next(); in WITH selectgraph

  • P.Vincent committed [2c78d8]

    Enhance Legend placement in graph_copy()

  • P.Vincent committed [f459ca]

    Set default meshlen for gset spline interpolation to 100

  • P.Vincent committed [00f7b1]

    Cosmetic: add "Click on handle" in tooltips

  • P.Vincent committed [0936df]

    Change gg_xconvglib() in xv_to_dev() and also y

  • P.Vincent committed [eaf3b9]

    Debug Kill graph, add button in Manage hidden

  • P.Vincent committed [5b9fc3]

    Correct bug in draw_clear_obj_handles()

  • P.Vincent committed [85d510]

    Correct bug in nn_cmd_graph()

  • P.Vincent committed [aebbb4]

    Introduce MA_GLUE_ABLE

  • P.Vincent committed [1027f2]

    Correct examples/ng_filter1.agr

  • P.Vincent committed [e9a52c]

    arrange_graphs(): enhance legend placement.

  • P.Vincent committed [7e90ad]

    Correct bug: draw_project() no longer cahnge parser gno gn

1 >