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

Subversion commits

Recent commits to Gwyddion subversion repository:

r29953 by yeti-dn on yesterday 14:06:47 in gwyddion

- updated gettext M4 macros to newer versions
- to not try to get them from gettext in autogen because gettext tries to hide them in odd places
- carry the files with us

Modified: autogen.sh Makefile.am gettext.m4 host-cpu-c-abi.m4 (new) iconv.m4 intlmacosx.m4 (new) lib-ld.m4 (new) lib-link.m4 (new) lib-prefix.m4 (new) nls.m4 po.m4 progtest.m4 Makefile.in.in

r29952 by yeti-dn on yesterday 12:52:02 in GWYDDION-UNSTABLE

- updated also po/Makefile.in.in which got out of sync with other gettext stuff

Modified: Makefile.in.in

r29951 by yeti-dn on yesterday 12:44:30 in GWYDDION-UNSTABLE

- stop trying to use system gettext M4 macros because it tries to hide them in weird places
- carry them with us; renamed all such files to start with gettext

Modified: autogen.sh Makefile.am gettext-build-to-host.m4 (new) gettext-host-cpu-c-abi.m4 (new) gettext-iconv.m4 (new) gettext-intlmacosx.m4 (new) gettext-lib-ld.m4 (new) gettext-lib-link.m4 (new) gettext-lib-prefix.m4 (new) gettext-nls.m4 (new) gettext-po.m4 (new) gettext-progtest.m4 (new) iconv.m4 (removed) nls.m4 (removed) po.m4 (removed) progtest.m4 (removed)

r29950 by yeti-dn on yesterday 12:39:21 in GWYDDION-UNSTABLE

- updated gettext M4 macros

Modified: gettext.m4 iconv.m4 nls.m4 po.m4 progtest.m4

r29949 by yeti-dn on yesterday 08:04:30 in GWYDDION-UNSTABLE

- if gettext's lib-prefix.m4 is in a weird place, just link it into our m4

Modified: autogen.sh

r29948 by yeti-dn on 2026-05-05 18:05:38 in tags

- tagged version 3.10

Modified: gwyddion-3.10 (new)

r29947 by yeti-dn on 2026-05-05 17:54:49 in GWYDDION-UNSTABLE

- merged automated gettext updates before 3.10 release

Modified: cs.po de.po en_GB.po es.po fr.po it.po ja.po ko.po pt_BR.po ru.po

r29946 by yeti-dn on 2026-05-05 17:47:29 in GWYDDION-UNSTABLE

- set version to 3.10

Modified: NEWS configure.ac net.gwyddion.Gwyddion3.appdata.xml TODO.gwy3 gwyddion-night-build

r29945 by yeti-dn on 2026-05-05 17:43:35 in GWYDDION-UNSTABLE

- added a basic File huge id fixing test

Modified: file.c test-list.txt

r29944 by yeti-dn on 2026-05-05 17:43:13 in GWYDDION-UNSTABLE

- improved error reporting for huge id fixes

Modified: file.c

r29943 by yeti-dn on 2026-05-05 17:24:51 in GWYDDION-UNSTABLE

- fixed huge id fix function trying to move GHashTable (i.e. GwyDict) items while running
  a foreach() function
- first gather remapping quarks, then do it
- fixed huge id fixing function trying to run also on data kinds that do not need it

Modified: file.c

r29942 by yeti-dn on 2026-05-05 17:23:30 in GWYDDION-UNSTABLE

- fixed mismatch between header and documentation argument name

Modified: module-utils.h

r29941 by yeti-dn on 2026-05-05 16:40:38 in GWYDDION-UNSTABLE

- fixed mismatch between header and documentation parameter names

Modified: scatter.c

r29940 by yeti-dn on 2026-05-05 16:37:32 in GWYDDION-UNSTABLE

- allow file piece definition lines to be a C comment

Modified: make-file-pieces.py

r29939 by yeti-dn on 2026-05-05 16:36:01 in GWYDDION-UNSTABLE

- updated 3.10 news

Modified: NEWS

r29938 by yeti-dn on 2026-05-05 16:33:51 in GWYDDION-UNSTABLE

- ported titan file module from 2.x

Modified: Makefile.am titan.c (new)

r29937 by yeti-dn on 2026-05-04 13:43:40 in GWYDDION-UNSTABLE

- added a data browser shutdown function
- prevents trying to respond to random changes while the program is already shutting down

Modified: app.c data-browser--gui.c data-browser-internal.h data-browser.c data-browser.h

r29936 by yeti-dn on 2026-05-04 13:22:56 in GWYDDION-UNSTABLE

- trying to translate correctly cross selections which are SelectionCross in v2 and SelectionPoint in v3

Modified: gwyfile.c

r29935 by yeti-dn on 2026-04-30 12:07:54 in GWYDDION-UNSTABLE

- changed parameter type mismatch responses from assertions to warnings

Modified: params.c

r29934 by yeti-dn on 2026-04-30 11:53:36 in GWYDDION-UNSTABLE

- fixed setting outliers parameter as int instead of boolean

Modified: app-image-window.c

r29933 by yeti-dn on 2026-04-30 11:45:44 in GWYDDION-UNSTABLE

- added some tests picture preview settings to test_file_parse_key()

Modified: file.c

r29932 by yeti-dn on 2026-04-30 11:42:32 in GWYDDION-UNSTABLE

- use existing raster data for XYZ previews when possible
- try to honour XYZ preview settings when updating it and when creating thumbnails

Modified: app-image-window.c module-utils.c module-utils.h thumbnail.c

r29931 by yeti-dn on 2026-04-30 11:02:19 in GWYDDION-UNSTABLE

- added a function to get preview settings from File just as the actual values
- fixed mixed up loading and saving in one case
- renamed preview param functions to more descriptive names

Modified: app-image-window.c change-preview-cmap.c change-preview-volume.c change-preview-xyz.c internal.h

r29930 by yeti-dn on 2026-04-30 09:11:47 in GWYDDION-UNSTABLE

- fixed item_changed() to not blindly assume anything corresponding to PICTURE file piece is the
  preview image itself

Modified: app-image-window.c

r29929 by yeti-dn on 2026-04-30 09:08:00 in GWYDDION-UNSTABLE

- updated GTypes in file piece table
- prefill constant GType at compile time; only fill object types at runtime

Modified: file.c

r29928 by yeti-dn on 2026-04-29 18:14:26 in GWYDDION-UNSTABLE

- implemented loading and remembering image preview generation settings from and to File
- only partially done (for change dialogues), there still other places just doing some default

Modified: app-image-window.c change-preview-cmap.c change-preview-volume.c change-preview-xyz.c internal.h param-internal.h

r29927 by yeti-dn on 2026-04-29 18:11:04 in GWYDDION-UNSTABLE

- added image preview settings for non-image data (volume, curve map, xyz) to File

Modified: file.c

r29926 by yeti-dn on 2026-04-29 17:32:24 in GWYDDION-UNSTABLE

- added functions for obtaining default parameter values

Modified: params.c params.h

r29925 by yeti-dn on 2026-04-29 09:20:45 in GWYDDION-UNSTABLE

- added a simple curve map curve renaming module

Modified: Makefile.am cmap_rename.c (new)

r29924 by yeti-dn on 2026-04-29 09:20:28 in GWYDDION-UNSTABLE

- added logging for the output graph

Modified: cmap_extractcurve.c

r29923 by yeti-dn on 2026-04-29 09:17:09 in GWYDDION-UNSTABLE

- fixed defining two parameters with the same name in xyz_rename

Modified: xyz_valueops.c

r29922 by yeti-dn on 2026-04-29 09:15:03 in GWYDDION-UNSTABLE

- removed dialogue outcome for dialogue with only a Close button

Modified: xyz_valueops.c

r29921 by yeti-dn on 2026-04-29 09:12:27 in GWYDDION-UNSTABLE

- use Close button on informative-only dialogues
- removed pointless dialog response handling

Modified: grain_stat.c grain_summary.c

r29920 by yeti-dn on 2026-04-28 14:08:33 in GWYDDION-UNSTABLE

- added a simple value rename function to xyz_valueops

Modified: xyz_valueops.c

r29919 by yeti-dn on 2026-04-28 14:08:09 in GWYDDION-UNSTABLE

- added an optional preserve-index argument to curve selector refresh functions

Modified: param-table.c param-table.h

r29918 by yeti-dn on 2026-04-28 13:30:39 in user-guide

- updated the description of Gaussian filter width which is now just σ

Modified: filters.xml

r29917 by yeti-dn on 2026-04-28 13:09:10 in GWYDDION-UNSTABLE

- refactored changing graph curve chooser model replacement
- added a model refresh function
- added analogous functions for Lawn curve and Scatter data

Modified: param-table.c param-table.h

r29916 by yeti-dn on 2026-04-28 12:04:02 in GWYDDION-UNSTABLE

- added support for a Close button, which is basically a differently styled Cancel

Modified: dialog.c

r29915 by yeti-dn on 2026-04-28 11:46:12 in GWYDDION-UNSTABLE

- added some missing handling of XYZ and spectra data

Modified: data-browser--gui.c

r29914 by yeti-dn on 2026-04-28 09:54:05 in GWYDDION-UNSTABLE

- fixed botched mixing of v3 separate Scatter XY and value arrays to v2 XYZ

Modified: gwyfile.c

r29913 by yeti-dn on 2026-04-28 09:42:44 in GWYDDION-UNSTABLE

- fixed scattered data name prefix when exporting to v2

Modified: gwyfile.c

r29912 by yeti-dn on 2026-04-28 09:39:11 in GWYDDION-UNSTABLE

- fixed translate_object_group_3to2() not matching GwySurface because it was checking the pre-rename
  name

Modified: gwyfile.c

r29911 by yeti-dn on 2026-04-28 09:38:33 in GWYDDION-UNSTABLE

- moved no-compatible-data message in xyz_stack to param_changed() because the filtering is only
  done when the chooser is created

Modified: xyz_valueops.c

r29910 by yeti-dn on 2026-04-28 09:14:27 in GWYDDION-UNSTABLE

- disabled debugging

Modified: app.c

r29909 by yeti-dn on 2026-04-28 08:44:19 in GWYDDION-UNSTABLE

- added a couple of simple sort-by-value Scatter tests

Modified: scatter.c test-list.txt

r29908 by yeti-dn on 2026-04-28 07:47:07 in tags

- tagged gwydump 2.2

Modified: gwydump-2.2 (new)

r29907 by yeti-dn on 2026-04-28 07:36:44 in gwydump

- updated the (commented out) CROSSPREFIX to more recent mingw64

Modified: Makefile

r29906 by yeti-dn on 2026-04-28 07:36:17 in gwydump

- try to print 64bit offsets correctly on 32bit systems
- only use the 64bit offset format if the file is actually huge and needs it

Modified: gwydump.c

r29905 by yeti-dn on 2026-04-28 06:59:02 in gwydump

- set version to 2.2

Modified: Makefile

r29904 by yeti-dn on 2026-04-28 06:55:50 in gwydump

- fixed record item type ctype to 'r'
- added float item support

Modified: gwydump.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