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

Subversion commits

Recent commits to Gwyddion subversion repository:

r30378 by yeti-dn on yesterday 18:39:24 in GWYDDION-UNSTABLE

- corrected lowercase name to spot-remover for some degree of backward compatibility

Modified: spotremove.c

r30377 by yeti-dn on yesterday 18:38:35 in GWYDDION-UNSTABLE

- use formatted label and cell renderer function in some tools to try them out

Modified: cprofile.c distance.c profile.c rprofile.c

r30376 by yeti-dn on yesterday 18:37:31 in GWYDDION-UNSTABLE

- actually implement with_units argument of gwy_set_label_value_format() and gwy_set_cell_renderer_value_format()

Modified: utils.c utils.h

r30375 by yeti-dn on yesterday 18:26:00 in GWYDDION-UNSTABLE

- fixed a function name typo

Modified: utils.c utils.h

r30374 by yeti-dn on yesterday 18:24:28 in GWYDDION-UNSTABLE

- converted spotremove to GwyFool so that it at least compiles

Modified: spotremove.c

r30373 by yeti-dn on yesterday 18:24:02 in GWYDDION-UNSTABLE

- renamed complete flag to cleared is_complete

Modified: readvalue.c

r30372 by yeti-dn on yesterday 16:32:42 in GWYDDION-UNSTABLE

- added helper functions for setting labels and text cell renderers to formatted
  values

Modified: utils.c utils.h

r30371 by klapetek on yesterday 14:34:05 in GWYDDION-UNSTABLE

working on more align methods

Modified: cmap_align.c

r30370 by yeti-dn on yesterday 14:25:39 in GWYDDION-UNSTABLE

- documented the derived units enum
- added a couple more for increased clarity and coverage

Modified: derived-units.c derived-units.h line.c

r30369 by yeti-dn on yesterday 07:53:39 in GWYDDION-UNSTABLE

- fixed module version to 1.0

Modified: stripestats.c

r30368 by klapetek on 2026-08-21 13:33:43 in GWYDDION-UNSTABLE

changed orientation label

Modified: stripestats.c

r30367 by klapetek on 2026-08-21 13:13:55 in GWYDDION-UNSTABLE

using orientation terminology

Modified: stripestats.c

r30366 by klapetek on 2026-08-21 13:06:26 in GWYDDION-UNSTABLE

selection works, methods added

Modified: stripestats.c

r30365 by klapetek on 2026-08-21 12:05:49 in GWYDDION-UNSTABLE

adding basic Stripe Stats module construction

Modified: Makefile.am stripestats.c (new)

r30364 by yeti-dn on 2026-08-20 17:01:15 in GWYDDION-UNSTABLE

- hide menu items for recent files that do not exist (less than 10 files ever opened)

Modified: menu-recent-files.c

r30363 by yeti-dn on 2026-08-20 16:56:14 in mingw32-cross-compile

- added experimental v3 files

Modified: copysysfiles3 (new) setup3 (new)

r30362 by yeti-dn on 2026-08-20 11:51:49 in GWYDDION-UNSTABLE

- use g_setenv() instead of setenv()

Modified: testlibgwy.c

r30361 by yeti-dn on 2026-08-20 11:47:19 in GWYDDION-UNSTABLE

- link with libepoxy in all cases

Modified: Makefile.am

r30360 by yeti-dn on 2026-08-20 11:45:48 in GWYDDION-UNSTABLE

- compile and link with libepoxy
- guard ddd body with HAVE_EPOXY; make an dummy no-function module when do not have epoxy

Modified: Makefile.am ddd.c

r30359 by yeti-dn on 2026-08-20 09:11:50 in GWYDDION-UNSTABLE

- check for epoxy and set enable_gl based on that

Modified: configure.ac

r30358 by klapetek on 2026-08-19 18:54:28 in GWYDDION-UNSTABLE

removed unused includes

Modified: ddd.c pfm.c

r30357 by yeti-dn on 2026-08-19 18:03:10 in GWYDDION-UNSTABLE

- if we are cross-compiling, look for prefixed h5cc and disable HDF5 when not found
- ugly, but works around AC_PATH_TOOL willing to return the native h5cc

Modified: gwy-hdf5.m4

r30356 by yeti-dn on 2026-08-19 17:38:11 in GWYDDION-UNSTABLE

- use gmodule-2.0 flags from configure when compiling/linking

Modified: Makefile.am

r30355 by yeti-dn on 2026-08-19 17:35:21 in GWYDDION-UNSTABLE

- always inclide glib.h before any MS Windows headers because we need to test G_OS_WIN32
- also trying to fix some unused variables and wrong Win32 types

Modified: gwyddion.c filelist.c help.c module-loader.c utils--string.c utils.c

r30354 by yeti-dn on 2026-08-19 16:57:49 in GWYDDION-UNSTABLE

- fixed mixed up min and max in masked count_edges()

Modified: stats--minkowski.c

r30353 by yeti-dn on 2026-08-19 16:49:15 in GWYDDION-UNSTABLE

- fixed wrong indexing in calculate_min_max_dist()

Modified: stats--minkowski.c

r30352 by yeti-dn on 2026-08-19 16:43:57 in GWYDDION-UNSTABLE

- converted roughness to GwyFool
- seems working

Modified: roughness.c

r30351 by yeti-dn on 2026-08-19 16:26:00 in GWYDDION-UNSTABLE

- added extend do documentation index

Modified: libgwyddion-docs.xml

r30350 by yeti-dn on 2026-08-19 11:34:11 in GWYDDION-UNSTABLE

- set units of output lines in gwy_line_angle_dist() and gwy_line_height_dist()

Modified: linestats.c

r30349 by yeti-dn on 2026-08-19 09:04:49 in GWYDDION-UNSTABLE

- increased recent function menu size by 1

Modified: menu.c

r30348 by yeti-dn on 2026-08-19 09:03:09 in GWYDDION-UNSTABLE

- disabled debugging

Modified: dialog.c

r30347 by yeti-dn on 2026-08-19 09:02:31 in GWYDDION-UNSTABLE

- fixing update/invalidate logic
- MASK_CHANGED should cause an update when masking mode takes the mask into account, not when
  the new state is have-mask
- changed selection should always invalidate Dialog; actual recalculation is still controlled
  by the instant updates option

Modified: corrlen.c cprofile.c crop.c icolorange.c linestats.c profile.c rprofile.c stat-funcs.c stats.c

r30346 by yeti-dn on 2026-08-19 08:55:09 in GWYDDION-UNSTABLE

- converted corrlen to GwyFool, seems largely working

Modified: corrlen.c

r30345 by yeti-dn on 2026-08-18 18:41:22 in GWYDDION-UNSTABLE

- converted icolorange to GwyFool to a degreee that it compiles

Modified: icolorange.c

r30344 by yeti-dn on 2026-08-18 17:06:17 in GWYDDION-UNSTABLE

- use gwy_graph_set_axes_visible() when hiding all axes

Modified: acf2d.c freq_split.c psdf2d.c tip_blind.c

r30343 by yeti-dn on 2026-08-18 17:03:44 in GWYDDION-UNSTABLE

- added a helper function setting the visibility of all graph axes in one call

Modified: graph.c graph.h

r30342 by klapetek on 2026-08-18 16:57:28 in GWYDDION-UNSTABLE

playing with depth test

Modified: ddd.c

r30341 by yeti-dn on 2026-08-18 16:37:44 in GWYDDION-UNSTABLE

- updated 3.12 news

Modified: NEWS

r30340 by yeti-dn on 2026-08-18 16:35:26 in GWYDDION-UNSTABLE

- check that something (whatever it is) is filled in the result arrays in
  test_nield_grain_quantity_combinations()

Modified: nield.c

r30339 by yeti-dn on 2026-08-18 16:34:30 in GWYDDION-UNSTABLE

- fixed a couple more cases of Feret length cases mishandling

Modified: grain-quantities.c

r30338 by yeti-dn on 2026-08-18 13:43:02 in GWYDDION-UNSTABLE

- added a test trying to calculate entirely random grain quantity combinations
- pretty evil, currently crashes

Modified: nield.c test-list.txt

r30337 by yeti-dn on 2026-08-18 13:15:36 in GWYDDION-UNSTABLE

- fixed missing handling of the Feret length cases

Modified: grain-quantities.c

r30336 by yeti-dn on 2026-08-18 12:50:05 in GWYDDION-UNSTABLE

- converted grainmeasure to GwyFool
- seems mostly working

Modified: grainmeasure.c

r30335 by yeti-dn on 2026-08-18 12:43:30 in GWYDDION-UNSTABLE

- removed forgotten gwy_param_def_set_function_name()

Modified: maskedit.c

r30334 by klapetek on 2026-08-18 12:01:15 in GWYDDION-UNSTABLE

trying to split drawing routines to enable updates

Modified: ddd.c

r30333 by yeti-dn on 2026-08-18 08:09:28 in GWYDDION-UNSTABLE

- corrected comments about data modification

Modified: maskedit.c readvalue.c

r30332 by yeti-dn on 2026-08-18 08:06:08 in GWYDDION-UNSTABLE

- converted maskedit to GwyFool
- seems working

Modified: maskedit.c

r30331 by yeti-dn on 2026-08-18 07:15:07 in GWYDDION-UNSTABLE

- added an option to emit signal when a radio button is clicked even when it is already
  the selected option

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

r30330 by yeti-dn on 2026-08-17 19:38:44 in GWYDDION-UNSTABLE

- added notes about ParamTable "param-changed" being a weird signal

Modified: TODO.gwy3

r30329 by yeti-dn on 2026-08-17 16:59:22 in GWYDDION-UNSTABLE

- use gwy_fool_produce_graph_curves()

Modified: cprofile.c linestats.c profile.c rprofile.c stat-funcs.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