Recent commits to Gwyddion subversion repository:
r29799 by yeti-dn on today 14:36:54 in gwyddion
- merged automated gettext changes before 2.71
Modified:
cs.po
de.po
en_GB.po
es.po
fr.po
it.po
ja.po
ko.po
pt_BR.po
ru.po
r29798 by yeti-dn on today 08:26:49 in gwyddion
- disabled declaration-after-statement warning for GCC using a pragma
Modified:
batchcolor.c
r29797 by yeti-dn on today 08:22:56 in GWYDDION-UNSTABLE
- renamed the TODO file which is in fact a release checklist
Modified:
TODO (removed)
TODO.release (new)
r29796 by yeti-dn on today 08:22:35 in GWYDDION-UNSTABLE
- removed QA README from 2005
Modified:
Makefile.am
README.QA (removed)
r29795 by yeti-dn on today 08:20:18 in GWYDDION-UNSTABLE
- added a note about image-like previews
Modified:
TODO.gwy3
r29794 by yeti-dn on today 08:18:27 in gwyddion
- set version to 2.71
Modified:
configure.ac
net.gwyddion.Gwyddion.appdata.xml
gwyddion-night-build
r29793 by yeti-dn on yesterday 17:51:11 in GWYDDION-UNSTABLE
- fixed misaligned code
Modified:
cmap_align.c
cmap_asciiexport.c
cmap_basicops.c
cmap_crop.c
cmap_cutter.c
cmap_extractcurve.c
cmap_fdfit.c
cmap_fit.c
cmap_fztofd.c
cmap_linestat.c
cmap_lockin.c
cmap_polylevel.c
cmap_possearch.c
cmap_simplemech.c
cmap_sinebg.c
cmap_volumize.c
r29792 by yeti-dn on yesterday 17:50:57 in GWYDDION-UNSTABLE
- trying to convert xyz_raster to Scatter
Modified:
xyz_level.c
xyz_raster.c
r29791 by yeti-dn on yesterday 16:12:59 in GWYDDION-UNSTABLE
- unified graph find-curve-by-label with lawns and scatters to return the index - removed never used function to remove all graph curves by name
Modified:
param-table.c
graph-model.c
graph-model.h
r29790 by yeti-dn on yesterday 16:04:02 in GWYDDION-UNSTABLE
- use helper functions to find lawn curves, lawn segments and scatter data by name
Modified:
param-table.c
r29789 by yeti-dn on yesterday 15:56:44 in GWYDDION-UNSTABLE
- added functions for finding lawn curves, lawn segments and scatter data by label - added functions for clearing completely the labels
r29788 by yeti-dn on yesterday 15:05:54 in GWYDDION-UNSTABLE
- renamed curve_map to cmap in module and menu to be consistent with File and data browser
Modified:
toolbox-editor.c
toolbox-spec.c
toolbox.c
app-image-window.c
dialog.c
help.c
log.c
menu.c
menu.h
module-cmap.c
module-cmap.h
module-utils.c
module-utils.h
param-def.c
param-def.h
param-table.c
param-table.h
params.c
params.h
cmap_align.c
cmap_asciiexport.c
cmap_basicops.c
cmap_crop.c
cmap_cutter.c
cmap_extractcurve.c
cmap_fdfit.c
cmap_fit.c
cmap_fztofd.c
cmap_linestat.c
cmap_lockin.c
cmap_polylevel.c
cmap_possearch.c
cmap_simplemech.c
cmap_sinebg.c
cmap_volumize.c
calibrate.c
xyz_level.c
r29787 by yeti-dn on yesterday 15:00:51 in gwyddion
- final news update before 2.71 release
Modified:
NEWS
r29786 by yeti-dn on yesterday 14:45:21 in user-guide
- updated file format table before 2.71 release
Modified:
file-format-table.xml
r29785 by yeti-dn on yesterday 14:39:48 in gwyddion
- updated British ‘translation’
Modified:
en_GB.po
r29784 by yeti-dn on yesterday 14:34:14 in gwyddion
- bumped library versions before 2.71
Modified:
Makefile.am
r29782 by yeti-dn on yesterday 14:24:42 in GWYDDION-UNSTABLE
- added negative score to file detection as indication of an I/O error - fixed detection of whether file is unreadable - trying fopen() for reading does not work as a check for file being locked in MS Windows
Modified:
gwyddion.c
module-file.c
r29781 by yeti-dn on yesterday 13:52:09 in GWYDDION-UNSTABLE
- ported TIFF padding fix from 2.x
Modified:
gwytiff.c
r29780 by yeti-dn on yesterday 13:50:51 in gwyddion
- do not reject files with padded strips - just check the data can fit into the corresponding bytes
Modified:
gwytiff.c
r29778 by yeti-dn on yesterday 11:13:54 in GWYDDION-UNSTABLE
- removed an unused local variable
Modified:
param-def.c
r29777 by yeti-dn on yesterday 11:12:49 in GWYDDION-UNSTABLE
- added helper Scatter functions to pack data point-wise and fill it from such data - added a general filtering function - rebased gwy_scatter_new_part() on the general filter
r29776 by yeti-dn on yesterday 08:49:15 in GWYDDION-UNSTABLE
- made GWY_RUN_MASK private - clarified run modes documentation
Modified:
module-internal.h
module-loader.c
module-loader.h
r29775 by yeti-dn on 2026-04-10 18:28:19 in GWYDDION-UNSTABLE
- fixed hardcoded GWY_FILE_IMAGE in add_data_object() instead of data_kind - caused all kinds weird surprises
Modified:
file.c
r29773 by yeti-dn on 2026-04-10 17:55:22 in GWYDDION-UNSTABLE
- converted xyz_level to Scatter - rather a massacre - level-rotate needs to rotate the common XY using one Z channel; split from the other functions
Modified:
xyz_autocrop.c
xyz_average.c
xyz_crop.c
xyz_level.c
xyz_merge.c
r29772 by yeti-dn on 2026-04-10 15:59:42 in GWYDDION-UNSTABLE
- converted xyz_merge to Scatter
Modified:
xyz_average.c
xyz_merge.c
r29771 by yeti-dn on 2026-04-10 15:24:19 in GWYDDION-UNSTABLE
- print Not readable instead of Unknown when a file to identify is not readable
Modified:
gwyddion.c
r29770 by yeti-dn on 2026-04-10 15:12:19 in GWYDDION-UNSTABLE
- fixed swapped identify and check modes
Modified:
gwyddion.c
r29769 by yeti-dn on 2026-04-10 15:03:34 in GWYDDION-UNSTABLE
- added Params support for Scatter data index - added Params support for spectra data
Modified:
data-chooser.c
param-def.c
param-def.h
param-internal.h
param-table.c
param-table.h
params.c
params.h
r29768 by yeti-dn on 2026-04-10 14:54:03 in GWYDDION-UNSTABLE
- added a combo box constructor for Scatter data
Modified:
combo-boxes.c
combo-boxes.h
r29767 by yeti-dn on 2026-04-10 10:03:07 in GWYDDION-UNSTABLE
- reindented to 4 spaces
Modified:
autogen.sh
r29766 by yeti-dn on 2026-04-10 10:01:27 in GWYDDION-UNSTABLE
- ported gettext m4 files workaround from 2.x
Modified:
autogen.sh
r29765 by yeti-dn on 2026-04-10 09:50:41 in gwyddion
- moved the gettext m4 files workaround to the top level
Modified:
autogen.sh
r29764 by yeti-dn on 2026-04-10 09:47:50 in gwyddion
- trying to work aroung gettext m4 files being in a weird place
Modified:
autogen.sh
r29763 by yeti-dn on 2026-04-10 09:03:18 in GWYDDION-UNSTABLE
- converted xyz_crop to Scatter
Modified:
xyz_crop.c
r29762 by yeti-dn on 2026-04-10 08:39:31 in GWYDDION-UNSTABLE
- added gwy_preview_scatter_to_field()
Modified:
module-utils.c
module-utils.h
r29761 by yeti-dn on 2026-04-09 18:10:37 in GWYDDION-UNSTABLE
- converted xyz_average to Scatter - this one is now less nice, requiring data splitting and merging
Modified:
xyz_average.c
r29760 by yeti-dn on 2026-04-09 17:27:28 in GWYDDION-UNSTABLE
- rewrote xyz_autocrop to Scatter functions - the module seems botched to begin with
Modified:
xyz_autocrop.c
r29759 by yeti-dn on 2026-04-09 17:26:53 in GWYDDION-UNSTABLE
- added XYZ average function which works with split XY and Z
r29758 by yeti-dn on 2026-04-09 12:52:11 in GWYDDION-UNSTABLE
- fixed misaligned declarations
Modified:
file.h
cdline.h
correct.h
dict.h
gradient.h
gwynlfitpreset.h
internal.h
lawn.h
nl-fitter.h
shape-fit-preset.h
spline.h
synth.h
tip-model.h
utils.h
graph-curve-model.h
r29757 by yeti-dn on 2026-04-09 12:46:31 in GWYDDION-UNSTABLE
- fixed various confusions when things needs to be allocated in Scatter
r29756 by yeti-dn on 2026-04-09 12:45:31 in GWYDDION-UNSTABLE
- added basic Scatter object tests
Modified:
Makefile.am
scatter.c (new)
test-list.txt
r29755 by yeti-dn on 2026-04-09 10:31:00 in GWYDDION-UNSTABLE
- increased tolerance for invidivdual test_field_tip_blind_estimate() results - added a summary check which a decreased tolerance
r29754 by yeti-dn on 2026-04-09 09:35:42 in GWYDDION-UNSTABLE
- unified naming of foo_get_nthings() and foo_get_n_things() to the longer variant - it is what GLib and GTK+ uses
Modified:
app-image-window.c
data-browser--gui.c
file.c
file.h
gradient-editor.c
module-utils.c
cdline.c
cdline.h
gradient.c
gradient.h
gwynlfitpreset.c
gwynlfitpreset.h
nl-fitter.c
nl-fitter.h
scatter.c
scatter.h
shape-fit-preset.c
shape-fit-preset.h
spline.c
spline.h
surface.c
surface.h
tip-model.c
tip-model.h
graph-area.c
graph-curve-model.c
graph-curve-model.h
graph-data.c
graph-model.c
graph-window-measure-dialog.c
gwyglview.c
cmap_fdfit.c
cmap_fit.c
cmap_fztofd.c
cmap_lockin.c
cmap_polylevel.c
cmap_sinebg.c
formats3d.c
gxyzffile.c
shilpsfile.c
nanoscope.c
omicronflat.c
xyzexport.c
graph_align.c
graph_cd.c
graph_cut.c
graph_dos_spectrum.c
graph_fit.c
graph_fztofd.c
graph_logscale.c
graph_measure_period.c
graph_merge.c
graph_peaks.c
graph_polylevel.c
graph_sfuncs.c
graph_simplemech.c
graph_sinebg.c
graph_stats.c
graph_terraces.c
graphops.c
entropy.c
fit-shape.c
freq_split.c
indent_analyze.c
tip_model.c
wrap_calls.c
fibres.c
volume_cluster.c
volume_fdfit.c
volume_planestat.c
volume_xystitch.c
xyz_autocrop.c
xyz_average.c
xyz_crop.c
xyz_fft.c
xyz_level.c
xyz_merge.c
xyz_reduce.c
xyz_split.c
xyz_tcut.c
xyz_volumize.c
xyz_zdrift.c
field.c
file.c
gradient.c
graph-curve-model.c
surface.c
r29753 by yeti-dn on 2026-04-08 17:34:09 in GWYDDION-UNSTABLE
- added GwyScatter source code to Makefile since it at least compiles now - some error handling code unification between Lawn and Scatter - defined a proper compatibility checking function for Scatter in arithmetic
Modified:
libgwyddion-docs.xml
Makefile.am
arithmetic.c
arithmetic.h
gwyddion.c
gwyddion.h
internal.h
lawn.c
scatter.c
scatter.h
spectra.c
field.c