Recent commits to Gwyddion subversion repository:
r29893 by klapetek on 2026-04-24 12:36:27 in GWYDDION-UNSTABLE
adding overlay and mask params
Modified:
ddd.c
r29892 by yeti-dn on 2026-04-24 12:19:09 in GWYDDION-UNSTABLE
- fixed calling the lawn segment callback when scatter data combo changes
Modified:
param-table.c
r29891 by yeti-dn on 2026-04-24 12:08:13 in GWYDDION-UNSTABLE
- fixed trying to set output labels on the original Scatter, not the output
Modified:
fit-shape.c
r29890 by yeti-dn on 2026-04-24 11:58:41 in GWYDDION-UNSTABLE
- fixed botched distinguishing between data type which was using image processing function name - just use two different trivial module main functions
Modified:
fit-shape.c
r29889 by yeti-dn on 2026-04-24 09:58:52 in GWYDDION-UNSTABLE
- added also a simple sort function to xyz_valueops
Modified:
xyz_relate.c
xyz_valueops.c
r29888 by yeti-dn on 2026-04-24 09:43:27 in GWYDDION-UNSTABLE
- added an ascending/descending flag to Scatter sorting function
r29887 by klapetek on 2026-04-24 08:56:47 in GWYDDION-UNSTABLE
z scale mouse control, tabs
Modified:
ddd.c
r29886 by klapetek on 2026-04-24 07:02:25 in GWYDDION-UNSTABLE
added z scale control
Modified:
ddd.c
r29885 by yeti-dn on 2026-04-23 16:50:07 in GWYDDION-UNSTABLE
- added a simple Relate function for XYZ data (without fitting)
Modified:
Makefile.am
xyz_relate.c (new)
r29883 by yeti-dn on 2026-04-23 15:10:08 in GWYDDION-UNSTABLE
- updated 3.10 news a bit
Modified:
NEWS
r29882 by yeti-dn on 2026-04-23 15:07:53 in GWYDDION-UNSTABLE
- added XYZ data operation logging
Modified:
xyz_fft.c
xyz_merge.c
xyz_reduce.c
xyz_split.c
xyz_tcut.c
xyz_volumize.c
xyz_zdrift.c
r29881 by yeti-dn on 2026-04-23 15:07:38 in GWYDDION-UNSTABLE
- added a simple module to remove a value from XYZ data and stack compatible XYZ data to one object
Modified:
Makefile.am
xyz_valueops.c (new)
r29880 by yeti-dn on 2026-04-23 14:31:44 in GWYDDION-UNSTABLE
- schedule XYZ data preview in item_changed()
Modified:
app-image-window.c
r29879 by klapetek on 2026-04-23 13:33:45 in GWYDDION-UNSTABLE
Added module for testing GL drawing options
Modified:
Makefile.am
ddd.c (new)
r29878 by yeti-dn on 2026-04-23 13:23:52 in GWYDDION-UNSTABLE
- fixed not freeing packed data in AVERAGE reduce - fixed dividing original data values instead of the sums when putting packed data back
Modified:
xyz_reduce.c
r29877 by yeti-dn on 2026-04-23 13:14:58 in GWYDDION-UNSTABLE
- fixed tcut discarding the created result Scatter - fixed using FROM param for both ends of the range
Modified:
xyz_tcut.c
r29876 by yeti-dn on 2026-04-23 13:01:15 in GWYDDION-UNSTABLE
- fixed gwy_scatter_reduce_points() not setting scatter->n to the new number of points
Modified:
scatter.c
r29875 by yeti-dn on 2026-04-23 11:50:32 in GWYDDION-UNSTABLE
- added a Scatter stack test
Modified:
scatter.c
test-list.txt
r29874 by yeti-dn on 2026-04-23 11:50:09 in GWYDDION-UNSTABLE
- fixed some edge cases of handling having labels when the number of values can be zero
Modified:
scatter.c
r29873 by yeti-dn on 2026-04-23 10:48:37 in GWYDDION-UNSTABLE
- extended Scatter insert test for more cases and added a removal test
Modified:
scatter.c
test-list.txt
r29872 by yeti-dn on 2026-04-22 09:39:43 in GWYDDION-UNSTABLE
- added a simple Scatter insert test
Modified:
scatter.c
test-list.txt
r29871 by yeti-dn on 2026-04-22 09:39:00 in GWYDDION-UNSTABLE
- fixed number-of-values modification functions not actually updating the number of values field
Modified:
scatter.c
r29870 by yeti-dn on 2026-04-22 09:17:27 in GWYDDION-UNSTABLE
- implemented Scatter → Surface items translation
Modified:
gwyfile.c
r29869 by yeti-dn on 2026-04-22 08:53:53 in GWYDDION-UNSTABLE
- implemented multi-value Scatter splitting to multiple single-valued on 3→2 export
Modified:
gwyfile.c
r29868 by yeti-dn on 2026-04-21 17:54:30 in GWYDDION-UNSTABLE
- implemented analysis of XYZ data and omitting/replication of auxiliary data - main data objects still need to be handled
Modified:
gwyfile.c
r29867 by yeti-dn on 2026-04-21 16:46:18 in GWYDDION-UNSTABLE
- added Surface to Scatter translation for 2–3 import
Modified:
gwyfile.c
r29866 by yeti-dn on 2026-04-21 15:31:50 in GWYDDION-UNSTABLE
- added Average-Laplace interpolation blend
Modified:
xyz_raster.c
r29865 by yeti-dn on 2026-04-21 15:31:29 in GWYDDION-UNSTABLE
- use library function for interpolation blending
Modified:
grainremover.c
spotremove.c
r29864 by yeti-dn on 2026-04-21 15:31:00 in GWYDDION-UNSTABLE
- emit xy-changed signal on Scatter after calibration
Modified:
calibrate.c
r29863 by yeti-dn on 2026-04-21 15:30:28 in GWYDDION-UNSTABLE
- use G_SOURCE_REMOVE instead of FALSE for idle function return values
Modified:
toolbox.c
sensitivity-group.c
r29862 by yeti-dn on 2026-04-21 15:29:47 in GWYDDION-UNSTABLE
- added a public function for data blending like we use to create Fractal-Laplace interpolation
r29861 by yeti-dn on 2026-04-21 14:27:18 in GWYDDION-UNSTABLE
- fixed xyz_average rasterisation for XYZ data which always have Z, broken by the no Z = density map change
Modified:
field.c
r29860 by yeti-dn on 2026-04-21 14:16:24 in GWYDDION-UNSTABLE
- updated XYZ preview upon "data-changed"
Modified:
app-image-window.c
data-chooser.c
dialog.c
r29859 by yeti-dn on 2026-04-21 13:54:22 in GWYDDION-UNSTABLE
- do not emit xy-changed when we do not change xy and do when we do
Modified:
xyz_level.c
r29858 by yeti-dn on 2026-04-21 13:41:37 in GWYDDION-UNSTABLE
- added a rudimentary preview selector for XYZ data (to choose different channels)
Modified:
Makefile.am
app-image-window.c
change-preview-xyz.c (new)
internal.h
r29857 by yeti-dn on 2026-04-21 09:35:20 in GWYDDION-UNSTABLE
- made density map XYZ data preview work again
Modified:
module-utils.c
field.c
r29856 by yeti-dn on 2026-04-21 09:26:15 in GWYDDION-UNSTABLE
- made gwy_scatter_copy_units_to_field() symmetrical to gwy_field_copy_units_to_scatter() and also allow to pass a negative index for XY units only
Modified:
scatter.c
r29855 by yeti-dn on 2026-04-21 09:20:57 in GWYDDION-UNSTABLE
- implemented Scatter functions manipulating the number of values per point
Modified:
arithmetic.c
scatter.c
scatter.h
r29854 by yeti-dn on 2026-04-20 15:06:44 in GWYDDION-UNSTABLE
- started implementing functions for managing values (data planes) in Scatter
Modified:
arithmetic.c
scatter.c
scatter.h
r29853 by yeti-dn on 2026-04-20 14:34:38 in gwyddion
- Brazilian Portugese translation update by Fellype
Modified:
pt_BR.po
r29852 by yeti-dn on 2026-04-20 12:52:27 in GWYDDION-UNSTABLE
- fixed logic around the very last bits of the mask in filter_points()
Modified:
scatter.c
r29851 by yeti-dn on 2026-04-20 12:51:40 in GWYDDION-UNSTABLE
- added a new-part test
Modified:
scatter.c
test-list.txt
r29850 by yeti-dn on 2026-04-20 11:34:15 in GWYDDION-UNSTABLE
- added a few basic Scatter filtering tests (using small bitmasks)
Modified:
scatter.c
test-list.txt
r29849 by yeti-dn on 2026-04-20 11:31:30 in GWYDDION-UNSTABLE
- clear bits not corresponding to any data in the last guint in filter_points() since we only use nonzero bits as end of data indicator
Modified:
scatter.c
r29848 by yeti-dn on 2026-04-20 11:04:05 in GWYDDION-UNSTABLE
- fixed bad indexing in counting set bits
Modified:
scatter.c
r29847 by yeti-dn on 2026-04-20 10:34:50 in GWYDDION-UNSTABLE
- moved the controls to the size - added a checkbox for marking empty regions with a mask in the preview
Modified:
xyz_tcut.c
r29846 by yeti-dn on 2026-04-20 10:17:45 in GWYDDION-UNSTABLE
- fixed another copy'n'paste bug in Scatter data selector
Modified:
param-table.c
r29845 by yeti-dn on 2026-04-20 09:33:41 in GWYDDION-UNSTABLE
- fixed gwy_param_table_append_scatter_data() wanting a Lawn instead of a Scatter
Modified:
param-table.c