Skip to content

pn2200/g3data

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

GUI patches

Expand image properly (pack bottomhbox with fill=expand=TRUE).
In the old packing the image did not expand vertically.

Use correct action parameter in save_as dialog.
Use GTK_FILE_CHOOSER_ACTION_SAVE instead of GTK_FILE_CHOOSER_ACTION_OPEN, set default file name to "untitled.txt". With GTK_FILE_CHOOSER_ACTION_OPEN it was not possible to enter new file name with some GTK configurations.
47a1e64

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
What is g3data?
---------------
g3data is a tool for extracting data from scanned graphs. For graphs
published in scientific articles the actual data is usually not
explicitly given; g3data makes the process of extracting this data easy.

Web: http://github.com/pn2200/g3data/

License
-------
g3data is distributed under the GNU General Public License (GPL), as
described in the 'COPYING' file.

Building from source
--------------------
First, install the required prerequisite libraries, which are the
development versions of gtk2 and glib2. On Fedora 25, these packages are
gtk2-devel and glib2-devel.

Then use autoreconf to invoke the various parts of the GNU Build system:
     autoreconf -i

Then build:
     ./configure
     make