Recent commits to Gwyddion subversion repository:
r29605 by yeti-dn on 2026-03-13 18:34:20 in gwyddion
- started an import module for ThermoFisher Velox EMD TEM files - very crude file scanning and basic data reading
Modified:
Makefile.am
gwyhdf5.c
hdf5file.c
hdf5file.h
veloxemd.c (new)
r29604 by yeti-dn on 2026-03-12 16:41:08 in GWYDDION-UNSTABLE
- updated modules for changes in filter function signatures
Modified:
angle_dist.c
classify.c
edge.c
entropy.c
gaussian_step.c
gradient.c
grain_edge.c
grain_mark.c
hertz.c
hough.c
indent_analyze.c
logistic.c
slope_dist.c
sphere-revolve.c
terracefit.c
wpour_mark.c
zero_crossing.c
filter.c
r29603 by yeti-dn on 2026-03-12 16:40:46 in GWYDDION-UNSTABLE
- added a basic tests for simple total derivative filter
Modified:
field.c
test-list.txt
r29602 by yeti-dn on 2026-03-12 16:40:29 in GWYDDION-UNSTABLE
- added also a total simple derivative filter
Modified:
filters--small.c
filters.h
r29601 by yeti-dn on 2026-03-12 12:39:00 in GWYDDION-UNSTABLE
- added functions to make one Field or Line like an existing one, but without copying data
Modified:
field.c
field.h
filters--convdeconv.c
filters--small.c
filters.c
filters.h
line.c
line.h
stats.c
r29600 by yeti-dn on 2026-03-11 19:00:54 in GWYDDION-UNSTABLE
- added basic tests for derivative-like filters - generally whether they reproduce derivatives of exactly linear and/or quadratic data
Modified:
field.c
test-list.txt
r29599 by yeti-dn on 2026-03-11 18:58:40 in GWYDDION-UNSTABLE
- removed old simple filter functions which were replaced by an enum - added target argument to a few filter functions where the result is a different beast and replacing the source makes little logical sense - breaks modules
Modified:
filters--convdeconv.c
filters--small.c
filters.c
filters.h
internal.h
stats.c
r29598 by yeti-dn on 2026-03-10 14:35:46 in GWYDDION-UNSTABLE
- working on fixed small filters
Modified:
filters--small.c
filters.h
r29597 by yeti-dn on 2026-03-10 09:24:55 in GWYDDION-UNSTABLE
- mostly implemented derivative filters - added an as_derivative flag to gwy_field_derivative_filter
Modified:
filters--small.c
filters.h
r29596 by yeti-dn on 2026-03-09 18:47:58 in GWYDDION-UNSTABLE
- started alternative implementation of small fixed filters which would not be a hundred of similar functions
Modified:
Makefile.am
filters--small.c (new)
filters.c
filters.h
r29595 by yeti-dn on 2026-03-09 15:33:18 in GWYDDION-UNSTABLE
- added a few basic tests for 3×3 convolution filter
Modified:
field.c
test-list.txt
r29594 by yeti-dn on 2026-03-09 13:49:26 in GWYDDION-UNSTABLE
- ported minizip 1 compatiblity workaround from 2.x
Modified:
gwyzip-minizip1.h
r29593 by yeti-dn on 2026-03-09 13:46:26 in gwyddion
- trying to make it work with both old zlib minizip and standalone MiniZip 1
Modified:
gwyzip-minizip1.h
r29592 by yeti-dn on 2026-03-08 18:53:33 in gwyddion
- added a remark about the two different unzLocateFile functions
Modified:
gwyzip-minizip1.h
r29591 by yeti-dn on 2026-03-07 11:36:02 in GWYDDION-UNSTABLE
- added masking to gwy_field_area_clamp()
r29590 by yeti-dn on 2026-03-07 11:35:47 in GWYDDION-UNSTABLE
- added a few basic filter (threshold, clamp, …) tests
Modified:
field.c
line.c
test-list.txt
r29589 by yeti-dn on 2026-03-06 18:17:26 in GWYDDION-UNSTABLE
- fixed a couple of odd issues with 2.x file import
Modified:
gwyfile.c
r29588 by yeti-dn on 2026-03-06 18:05:32 in GWYDDION-UNSTABLE
- fixed translation of some 2.x main Container paths
Modified:
gwyfile.c
r29587 by yeti-dn on 2026-03-06 17:59:58 in GWYDDION-UNSTABLE
- disabled a bunch more debugging
Modified:
app-graph-window.c
app-image-window.c
gwyplaintool.c
gwydataview.c
gwydataviewlayer.c
r29586 by yeti-dn on 2026-03-06 17:58:00 in GWYDDION-UNSTABLE
- disabled debugging to reduce clutter
Modified:
data-browser--gui.c
data-browser.c
r29585 by yeti-dn on 2026-03-06 17:35:42 in GWYDDION-UNSTABLE
- made translation of 2.x masks work wihout warnings
Modified:
gwyfile.c
r29584 by yeti-dn on 2026-03-06 17:16:34 in GWYDDION-UNSTABLE
- added gwy_serializable_group_discard() tests
Modified:
serialization-utils.c
test-list.txt
r29583 by yeti-dn on 2026-03-06 17:16:16 in GWYDDION-UNSTABLE
- improved helper for discarding serialisation group items to discard many items at once
Modified:
serializable.c
serializable.h
r29582 by yeti-dn on 2026-03-06 11:08:57 in GWYDDION-UNSTABLE
- added a helper for packing scattered RGBA pieces to a serialised boxed RGBA
Modified:
gwyfile.c
r29581 by yeti-dn on 2026-03-06 11:07:54 in GWYDDION-UNSTABLE
- fixed moving down the wrong number of bytes in gwy_serializable_group_remove()
Modified:
serializable.c
r29580 by yeti-dn on 2026-03-06 10:34:14 in GWYDDION-UNSTABLE
- more fallout from making gwy_map_file_contents() producing a const pointer now - mostly splitting one pointer variable to two according to purpose
Modified:
createc.c
femtoscan.c
nanomagnetics.c
nanonics.c
nanoscope.c
omicronflat.c
rhk-sm3.c
zonfile.c
r29579 by yeti-dn on 2026-03-06 10:33:11 in GWYDDION-UNSTABLE
- partially updated GraphCurveModel item translations from 2.x
Modified:
gwyfile.c
r29578 by yeti-dn on 2026-03-05 19:18:02 in GWYDDION-UNSTABLE
- added a function for removing a serializable group item
Modified:
serializable.c
serializable.h
r29577 by yeti-dn on 2026-03-05 19:02:03 in GWYDDION-UNSTABLE
- fixed remaining mix-ups from graph curve model serialisation changes
Modified:
graph-curve-model.c
r29576 by yeti-dn on 2026-03-05 18:45:19 in GWYDDION-UNSTABLE
- changed graph curve point size and line width to double - changed graph curve colour serialised representation to RGBA
Modified:
param-def.c
gl-material.c
graph-curve-dialog.c
graph-curve-model.c
graph-curve-model.h
graph-curves.c
graph-internal.h
graph-key.c
cmap_simplemech.c
rawgraph.c
graph_cd.c
graph_fit.c
graph_simplemech.c
graph_terraces.c
grain_cross.c
relate.c
volume_cluster.c
volume_fdfit.c
graph-curve-model.c
r29575 by yeti-dn on 2026-03-05 18:06:49 in GWYDDION-UNSTABLE
- updated files outside libgwyui to renamed graph model headers
Modified:
TODO.gwy3
libgwyui-docs.xml
file.h
module-file.c
module-utils.h
params.h
results-export.h
r29574 by yeti-dn on 2026-03-05 18:02:31 in GWYDDION-UNSTABLE
- renamed graph model and curve model source files to simple names
Modified:
Makefile.am
graph-area.h
graph-curve-dialog.c
graph-curve-dialog.h
graph-curve-model.c (new)
graph-curve-model.h (new)
graph-curves.c
graph-curves.h
graph-data.c
graph-data.h
graph-internal.h
graph-key-dialog.c
graph-key-dialog.h
graph-key.h
graph-model.c (new)
graph-model.h (new)
graph-utils.h
graph.c
graph.h
gwycombobox.h
gwygraphcurvemodel.c (removed)
gwygraphcurvemodel.h (removed)
gwygraphmodel.c (removed)
gwygraphmodel.h (removed)
gwyui.h
r29573 by yeti-dn on 2026-03-05 17:55:45 in GWYDDION-UNSTABLE
- fixed image key handler eating also graphs because of the silly prefix /0
Modified:
gwyfile.c
r29572 by yeti-dn on 2026-03-05 15:51:52 in GWYDDION-UNSTABLE
- finished updating volume_zcal for modified file mapping functions
Modified:
volume_zcal.c
r29571 by yeti-dn on 2026-03-05 15:49:32 in GWYDDION-UNSTABLE
- updated modules for modified file mapping functions
Modified:
accurell.c
aistfile.c
alicona.c
ambfile.c
apefile.c
ardf.c
asciicmap.c
asdfile.c
assing-afm.c
bcrfile.c
burleigh.c
burleigh_bii.c
createc.c
csmfile.c
dektakvca.c
dimensionfile.c
dm3file.c
dmefile.c
ecsfile.c
ezdfile.c
femtoscan.c
gdeffile.c
gsffile.c
gwyfile.c
gwytiff.c
gwytiff.h
hdf4file.c
hdrimage.cc
hitachi-afm.c
igorfile.c
intelliwave.c
jeol.c
jspmfile.c
keyence.c
mapvue.c
matfile.c
metropro.c
microprof.c
miffile.c
mifile.c
mulfile.c
nanoeducator.c
nanomagnetics.c
nanonics.c
nanonis.c
nanoscope-ii.c
nanoscope.c
nanosystemz.c
nanotop.c
netcdf.c
npyfile.c
nt-mdt.c
nxiifile.c
oirfile.c
omicron.c
omicronflat.c
omicronmatrix.c
opdfile.c
pnifile.c
princetonspe.c
psppt.c
pt3file.c
qnami.c
quazarnpic.c
quesant.c
rhk-sm3.c
rhk-sm4.c
rhk-spm32.c
rmitmd.c
s94file.c
scafile.c
scanfile.c
sdfile.c
seiko.c
sensofar.c
sicmfile.c
sis.c
spcfile.c
spip-asc.c
spmlab.c
spmlabf.c
stmprg.c
stpfile.c
surffile.c
tiaser.c
unisoku.c
win_stm.c
wipfile.c
witfile.c
wsxmfile.c
zmgfile.c
zonfile.c
volume_zcal.c
r29570 by yeti-dn on 2026-03-05 15:49:03 in GWYDDION-UNSTABLE
- renamed file mapping and unmapping helpers to put the verb first - fixed the buffer pointer type to const since we do a non-writable mapping - removed return value and useless arguments from gwy_unmap_file_contents()
r29569 by yeti-dn on 2026-03-05 15:47:46 in GWYDDION-UNSTABLE
- documentation clarification
Modified:
deserialize.c
serializable.c
r29568 by yeti-dn on 2026-03-04 16:31:41 in GWYDDION-UNSTABLE
- progressed with 2.x files translation to a state when we can open basic files
Modified:
gwyfile.c
r29567 by yeti-dn on 2026-03-04 13:34:56 in GWYDDION-UNSTABLE
- started a translation function for top-level Container keys from 2.x to 3.x
Modified:
gwyfile.c
r29566 by yeti-dn on 2026-03-03 13:56:45 in GWYDDION-UNSTABLE
- split file type registration to separate versions 1, 2 and 3 - recognise .gwy2 and .gwy3 as extensions for saving v2 and v3 files - run gwy_deserialize_group_memory() on v2 files, which seems to work
Modified:
gwyfile.c
r29564 by yeti-dn on 2026-03-03 11:00:51 in GWYDDION-UNSTABLE
- automated gettext updates before 3.8 release
Modified:
cs.po
de.po
en_GB.po
es.po
fr.po
it.po
ja.po
ko.po
pt_BR.po
ru.po
r29563 by yeti-dn on 2026-03-03 10:41:09 in GWYDDION-UNSTABLE
- set version to 3.8
Modified:
AUTHORS
NEWS
configure.ac
net.gwyddion.Gwyddion3.appdata.xml
TODO
TODO.gwy3
gwyddion-night-build
r29562 by yeti-dn on 2026-03-03 10:40:03 in GWYDDION-UNSTABLE
- updated documentation a bit
Modified:
selection.c
r29561 by yeti-dn on 2026-03-03 08:44:12 in GWYDDION-UNSTABLE
- allow calling gwy_setup_data_view() with negative id - it can happen in synth modules when the file exists but does not contain any image data
Modified:
module-utils.c
r29560 by yeti-dn on 2026-03-02 18:40:19 in GWYDDION-UNSTABLE
- updated 3.8 news a bit
Modified:
NEWS
r29559 by yeti-dn on 2026-03-02 18:38:33 in GWYDDION-UNSTABLE
- added a simple grain renumbering module - also displays information about the current numbering
Modified:
Makefile.am
grain_number.c (new)
r29558 by yeti-dn on 2026-03-02 14:21:34 in GWYDDION-UNSTABLE
- fixed mixed up horizontal and vertical lines
Modified:
graph-utils.c
r29557 by klapetek on 2026-03-02 12:11:07 in GWYDDION-UNSTABLE
added xyz volumize module from v2, selection is not shown yet
Modified:
xyz_volumize.c (new)
r29556 by klapetek on 2026-03-02 12:10:13 in GWYDDION-UNSTABLE
added xyz volumize module from v2, selection is not shown yet
Modified:
Makefile.am