Gwyddion – Free SPM (AFM, SNOM/NSOM, STM, MFM, …) data analysis software

Subversion commits

Recent commits to Gwyddion subversion repository:

r28593 by yeti-dn on today 13:11:17 in GWYDDION-UNSTABLE

- updated xyz modules to File
- removed typecasting of module functions to the formal type
- trying to utilise new File and helper functions

Modified: xyz_autocrop.c xyz_average.c xyz_crop.c xyz_fft.c xyz_level.c xyz_merge.c xyz_raster.c xyz_reduce.c xyz_split.c xyz_tcut.c xyz_zdrift.c

r28592 by yeti-dn on today 13:04:28 in GWYDDION-UNSTABLE

- changed formal types of param table and data chooser filters from Container to File

Modified: app.c data-chooser.c data-chooser.h param-table.c

r28591 by yeti-dn on today 12:47:32 in GWYDDION-UNSTABLE

- converted cmap_asciiexport to Lawn

Modified: cmap_asciiexport.c

r28590 by yeti-dn on today 12:24:46 in GWYDDION-UNSTABLE

- updated curve map modules to File
- removed typecasting of module functions to the formal type
- trying to utilise new File and helper functions

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

r28589 by yeti-dn on today 12:07:12 in GWYDDION-UNSTABLE

- added helper functions to create a field similar to a lawn and to set field's units to match a lawn

Modified: brick.c lawn.c lawn.h utils.c

r28588 by yeti-dn on today 09:20:39 in GWYDDION-UNSTABLE

- updated for gwy_file_detect() argument changes

Modified: gwyddion.c toolbox.c

r28587 by yeti-dn on today 09:05:10 in GWYDDION-UNSTABLE

- changed module utils function formal arguments from Container to File
- rewrote gwy_setup_data_view() to work with File enums, not the old GwyAppPage-stuff

Modified: data-browser.c module-utils.c module-utils.h

r28586 by yeti-dn on today 09:03:08 in GWYDDION-UNSTABLE

- removed one level of indirection from gis-boxed target value
- use copy by value
- this is generally how we want to use it: to fill some on-stack struct

Modified: gwycontainer.c gwycontainer.h

r28585 by yeti-dn on today 08:37:47 in GWYDDION-UNSTABLE

- changed gwy_container_gis_boxed() prototype to take the more logical pointer to a pointer as the
  target argument

Modified: gwycontainer.c gwycontainer.h

r28584 by yeti-dn on today 07:55:48 in GWYDDION-UNSTABLE

- updated File item sync test to use two data-kind arguments

Modified: file.c

r28583 by yeti-dn on today 07:54:33 in GWYDDION-UNSTABLE

- removed name arguments from other (non-file) module function prototypes

Modified: module-cmap.c module-cmap.h module-graph.c module-graph.h module-process.c module-process.h module-volume.c module-volume.h module-xyz.c module-xyz.h

r28582 by yeti-dn on today 07:53:50 in GWYDDION-UNSTABLE

- updated gwy_log_add_full() documentation

Modified: log.c

r28581 by yeti-dn on today 07:53:21 in GWYDDION-UNSTABLE

- separated source and destination data kinds in gwy_file_sync_items()

Modified: file.c file.h

r28580 by yeti-dn on today 07:20:06 in GWYDDION-UNSTABLE

- added missing import logging

Modified: fusionscope.c

r28579 by yeti-dn on today 07:16:47 in GWYDDION-UNSTABLE

- added fogrotten import logging

Modified: spcfile.c

r28576 by yeti-dn on yesterday 16:09:45 in GWYDDION-UNSTABLE

- fixed attocube only partially converted to File

Modified: attocube.c

r28575 by yeti-dn on yesterday 15:55:00 in GWYDDION-UNSTABLE

- updated HDF5 file modules to File

Modified: accurell.c datxfile.c epflfile.c ergofile.c fusionscope.c hdf5file.c nhffile.c nsidfile.c shilpsfile.c

r28573 by yeti-dn on yesterday 13:55:53 in gwyddion

- disabled volume data reading code which is a buffer overflow waiting to happen

Modified: tiaser.c

r28572 by yeti-dn on yesterday 13:53:41 in GWYDDION-UNSTABLE

- converted tiaser to File
- disabled volume reading code because it is a buffer overflow waiting to happen
- use gwy_convert_raw_data() to convert raw data

Modified: tiaser.c

r28571 by yeti-dn on 2025-09-16 17:20:10 in GWYDDION-UNSTABLE

- continuing updating file modules to File

Modified: sicmfile.c sis.c spcfile.c spip-asc.c spmlab.c spmlabf.c spmxfile.c stmprg.c stpfile.c surffile.c talos.c

r28570 by yeti-dn on 2025-09-16 17:02:55 in GWYDDION-UNSTABLE

- added examples to gwy_file_pass_meta() documentation

Modified: file.c

r28569 by yeti-dn on 2025-09-16 16:47:15 in GWYDDION-UNSTABLE

- converted the disaster which is spml to File

Modified: spml.c

r28568 by yeti-dn on 2025-09-16 16:36:42 in GWYDDION-UNSTABLE

- added an explanatory note to gwy_file_pass_meta()

Modified: file.c

r28566 by yeti-dn on 2025-09-16 14:40:14 in GWYDDION-UNSTABLE

- continuing updating file modules to File

Modified: hdrimage.cc omicronmatrix.c opdfile.c opengps.c phoenix.c pltfile.c pnifile.c princetonspe.c psia.c psppt.c pt3file.c quazarnpic.c quesant.c

r28565 by yeti-dn on 2025-09-16 14:25:00 in GWYDDION-UNSTABLE

- ported pixmap to File
- also split the detection to individual detection functions
- avoids looking up formats and (in some cases) creating pixbuf loaders to reject the file

Modified: pixmap.c

r28564 by yeti-dn on 2025-09-16 12:25:39 in GWYDDION-UNSTABLE

- rewrote gwy_stramong() description
- fixes gtk-doc stupidly taking ‘+ 1’ as some kind of bullet point

Modified: utils--string.c

r28563 by yeti-dn on 2025-09-16 09:30:36 in GWYDDION-UNSTABLE

- continuing updating file modules to File

Modified: nxiifile.c oirfile.c oldmda.c ols.c ometiff.c omicron.c

r28562 by yeti-dn on 2025-09-16 09:30:18 in GWYDDION-UNSTABLE

- converted omicronflat to File
- there is some file content postprocessing

Modified: omicronflat.c

r28561 by yeti-dn on 2025-09-16 09:01:03 in GWYDDION-UNSTABLE

- converted nt-mdt to GwyFile

Modified: nt-mdt.c

r28559 by francheu on 2025-09-14 10:32:16 in gwyddion

Update of French translation

Modified: fr.po

r28558 by dn2010 on 2025-09-13 07:12:31 in gwyddion

- Russian translation update

Modified: ru.po

r28557 by yeti-dn on 2025-09-12 16:43:12 in GWYDDION-UNSTABLE

- continuing updating file modules to File

Modified: magellan.c mapvue.c matfile.c metropro.c miffile.c mifile.c mulfile.c

r28556 by yeti-dn on 2025-09-12 15:40:24 in GWYDDION-UNSTABLE

- continuing updating file modules to File

Modified: iso28600.c jeol.c jeoltem.c jpkscan.c jspmfile.c keyence.c leica.c lextfile.c

r28555 by yeti-dn on 2025-09-12 09:05:51 in GWYDDION-UNSTABLE

- clarified copy() and assing() behaviour with respect to in-contruction state

Modified: gwycontainer.c

r28554 by yeti-dn on 2025-09-12 08:58:36 in GWYDDION-UNSTABLE

- temporarily disabled gwyfile module

Modified: Makefile.am

r28552 by yeti-dn on 2025-09-12 07:02:13 in GWYDDION-UNSTABLE

- added tests for putting data objects in File in various ways and getting them back

Modified: file.c test-list.txt

r28551 by yeti-dn on 2025-09-12 06:13:47 in GWYDDION-UNSTABLE

- use deg2rad and rad2deg
- added a few comments where raw parameters are incorrectly defined in degrees instead of radians

Modified: cmap_fztofd.c acf2d.c correct_affine.c facet_analysis.c facet_measure.c indent_analyze.c level.c pfm.c psdf2d.c raveraging.c rotate.c slope_dist.c tilt.c tip_model.c distance.c grainmeasure.c volume_drift.c volume_mfmrecalc.c

r28549 by yeti-dn on 2025-09-11 16:25:36 in GWYDDION-UNSTABLE

- rewritten dumbfile to decouple the structure of read stuff from the structure or actual
  Gwyddion files

Modified: dumbfile.c

r28548 by yeti-dn on 2025-09-11 14:54:39 in GWYDDION-UNSTABLE

- removed gwy_container_finish_construction() calls on metadata as File now does it itself

Modified: anasys_xml.c apedaxfile.c apefile.c ardf.c asdfile.c attocube.c

r28547 by yeti-dn on 2025-09-11 14:51:16 in GWYDDION-UNSTABLE

- if metadata passed to gwy_file_pass_meta() is still marked as being constructed, finish it

Modified: file.c

r28546 by yeti-dn on 2025-09-11 14:45:39 in GWYDDION-UNSTABLE

- use rad2deg and deg2rad

Modified: fit-table.c graph-window-measure-dialog.c gwyglview.c gwyglwindow.c

r28545 by yeti-dn on 2025-09-11 14:38:56 in GWYDDION-UNSTABLE

- use rad2deg and deg2rad
- mostly debug messages

Modified: correct.c math--gridcheck.c shape-fit-preset.c tip-model.c

1.3 (yeti, 2014-06-08 11:10:03)
© David Nečas and Petr Klapetek

Home Download News Features Screenshots Documentation Communicate Participate Resources Publications Applications Site Map

Valid XHTML 1.0 Valid CSS