Recent commits to Gwyddion subversion repository:
r28462 by yeti-dn on yesterday 15:02:21 in GWYDDION-UNSTABLE
- added a few gwy_debug()s
Modified:
talos.c
r28461 by yeti-dn on yesterday 14:57:13 in gwyddion
- fixed reading TIFF RATIONAL type as SRATIONAL - added actual SRATIONAL - fixes wrong dimensions of some Talos HRTEM files
Modified:
gwytiff.c
r28460 by yeti-dn on yesterday 14:55:54 in gwyddion
- added a couple of gwy_debug()s
Modified:
talos.c
r28459 by yeti-dn on yesterday 14:39:53 in GWYDDION-UNSTABLE
- include float in GwySerTest object - added a few more basic serialisation tests
Modified:
serialization-utils.c
serialization.c
test-list.txt
r28458 by yeti-dn on yesterday 14:37:06 in GWYDDION-UNSTABLE
- added single precision float as a serialisable data type
Modified:
deserialize.c
serializable-utils.c
serializable.c
serializable.h
serialize.c
r28457 by yeti-dn on 2025-08-26 12:43:14 in GWYDDION-UNSTABLE
- added a few basic data object tests
Modified:
brick.c
field.c
line.c
surface.c
test-list.txt
r28456 by yeti-dn on 2025-08-26 11:56:36 in GWYDDION-UNSTABLE
- fixed unit handling in deserialisation - we already have signals connected to the unit objects
Modified:
gwygraphmodel.c
r28455 by yeti-dn on 2025-08-26 11:44:22 in GWYDDION-UNSTABLE
- unified unit properties to be writable, but by value - try to emit property notifications correctly when n unit object changes
Modified:
color-axis.c
graph-internal.h
gwygraphmodel.c
r28454 by yeti-dn on 2025-08-26 09:42:25 in GWYDDION-UNSTABLE
- removed unit object setters from GraphAxis
Modified:
graph-axis.c
graph-axis.h
graph.c
ruler.c
r28453 by yeti-dn on 2025-08-26 07:42:56 in GWYDDION-UNSTABLE
- removed use() and release() of Resource - they were no longer used by anything, except internally by the neural network module
Modified:
data-browser-aux.c
resource.c
resource.h
imgexport.c
neural.c
neuraldata.h
resource.c
test-list.txt
r28452 by yeti-dn on 2025-08-26 07:27:52 in GWYDDION-UNSTABLE
- unified gradient property handling among widgets a bit
Modified:
cell-renderer-gradient.c
color-axis.c
gwydataview.c
shader.c
shader.h
facet_analysis.c
shade.c
r28451 by yeti-dn on 2025-08-26 06:56:41 in GWYDDION-UNSTABLE
- added a few more basic serialisation tests
Modified:
serialization-utils.c
serialization.c
test-list.txt
r28450 by yeti-dn on 2025-08-25 18:05:18 in GWYDDION-UNSTABLE
- added basic serialisation tests with low-level functions requesting specific 32bit/64bit formats
Modified:
serialization.c
test-list.txt
testlibgwy.h
r28449 by yeti-dn on 2025-08-25 17:54:09 in GWYDDION-UNSTABLE
- updated serialisation documentation a bit more
Modified:
deserialize.c
serializable.c
r28448 by yeti-dn on 2025-08-25 17:33:25 in GWYDDION-UNSTABLE
- updated serialisation documentation sections
Modified:
libgwyddion-docs.xml
r28447 by yeti-dn on 2025-08-25 17:32:25 in GWYDDION-UNSTABLE
- updated serialisation documentation a bit
Modified:
serializable-utils.c
serializable.c
r28446 by yeti-dn on 2025-08-25 17:18:10 in GWYDDION-UNSTABLE
- updated 3.5 news a bit
Modified:
NEWS
r28445 by yeti-dn on 2025-08-25 17:14:16 in GWYDDION-UNSTABLE
- fixed mistakes in tests rewritten after serialisation changes
Modified:
serialization-utils.c
serialization.c
spectra.c
r28444 by yeti-dn on 2025-08-25 17:13:03 in GWYDDION-UNSTABLE
- fixed all kinds of typos and mixed up variables in serialisation and deserialisation
Modified:
deserialize.c
gwycontainer.c
serializable.c
serialize.c
spectra.c
r28443 by yeti-dn on 2025-08-25 14:49:11 in GWYDDION-UNSTABLE
- fixed swapped size and object name in serialising
Modified:
serialize.c
r28442 by yeti-dn on 2025-08-25 09:35:53 in GWYDDION-UNSTABLE
- made tests at least compile after serialisation changes
Modified:
serialization-utils.c
serialization.c
r28441 by yeti-dn on 2025-08-25 08:39:21 in GWYDDION-UNSTABLE
- changed gwy_serializable_group_append() to append multiple items
Modified:
gwycontainer.c
serializable.c
serializable.h
r28440 by yeti-dn on 2025-08-25 08:07:39 in GWYDDION-UNSTABLE
- updated error domain constants fix from upstream
Modified:
gir-vim-syntax.py
r28439 by yeti-dn on 2025-08-25 06:22:13 in GWYDDION-UNSTABLE
- started updating tests for serialisation changes
Modified:
serialization.c
r28438 by yeti-dn on 2025-08-24 16:12:47 in GWYDDION-UNSTABLE
- updated serializable classes to changes in the interface
Modified:
gwygllabel.c
gwyglsetup.c
gwygraphcurvemodel.c
gwygraphmodel.c
r28437 by yeti-dn on 2025-08-24 15:57:54 in GWYDDION-UNSTABLE
- made GwySerializableGroup an opaque struct, with members visible only to serialisation itself - finished the intermediate-representation rewrite at least to the state that it compiles again - updated serialisable classes and boxed to compile
Modified:
Makefile.am
brick.c
deserialize.c
deserialize.h
field.c
gl-material.c
gradient.c
gwycontainer.c
gwycontainer.h
gwysiunit.c
gwysiunit.h
lawn.c
line.c
rgba.c
selection-axis.c
selection-path.c
selection-range.c
selection.c
serializable-boxed.c
serializable-internal.h (new)
serializable-utils.c
serializable-utils.h
serializable.c
serializable.h
serialize.c
spectra.c
string-list.c
surface.c
xy.c
xyz.c
r28436 by yeti-dn on 2025-08-22 11:47:31 in GWYDDION-UNSTABLE
- slightly updated serializable-boxed for intermediate format
Modified:
serializable-boxed.c
r28435 by yeti-dn on 2025-08-22 11:38:30 in GWYDDION-UNSTABLE
- made deserialize compile - it only does reconstruction to items now, though, not to objects
Modified:
deserialize.c
deserialize.h
serializable.c
serializable.h
serialize.c
serialize.h
r28434 by yeti-dn on 2025-08-22 10:25:33 in GWYDDION-UNSTABLE
- split serialize and deserialize to separate source files as the do not share anything - continuing conversion to intermediate representation in serialisation
Modified:
Makefile.am
deserialize.c (new)
deserialize.h (new)
gwyddion.h
serializable-utils.c
serializable.c
serializable.h
serialize.c
serialize.h
r28433 by yeti-dn on 2025-08-21 17:52:38 in GWYDDION-UNSTABLE
- partially rewritten serialisation to nested item groups, like libgwyfile - a total mess
Modified:
file.c
serializable-boxed.c
serializable-boxed.h
serializable-utils.c
serializable-utils.h
serializable.c
serializable.h
serialize.c
r28432 by yeti-dn on 2025-08-21 15:16:19 in GWYDDION-UNSTABLE
- preparation for using non-flat lists during serialisation (like libgwyfile) - renamed Items to Group - documented some undocumented struct fields
Modified:
brick.c
field.c
gl-material.c
gradient.c
gwycontainer.c
gwysiunit.c
lawn.c
line.c
rgba.c
selection-axis.c
selection-path.c
selection-range.c
selection.c
serializable-boxed.c
serializable-boxed.h
serializable-utils.c
serializable-utils.h
serializable.c
serializable.h
serialize.c
spectra.c
string-list.c
surface.c
xy.c
xyz.c
gwygllabel.c
gwyglsetup.c
gwygraphcurvemodel.c
gwygraphmodel.c
serialization-utils.c
serialization.c
r28429 by yeti-dn on 2025-08-20 16:03:51 in gwyddion
- take units from meta_data_raw_NNN::datachannel_units, not from the IMAGE_LAYERS_JSON_NNN thing
Modified:
fusionscope.c
r28428 by klapetek on 2025-08-20 11:53:59 in gwyddion
adding paramtable to dialogue properly
Modified:
cmap_polylevel.c
r28426 by klapetek on 2025-08-20 10:46:08 in gwyddion
showing tree as a separate dialogue
Modified:
cmap_classify.c
r28425 by yeti-dn on 2025-08-20 08:40:34 in gwyddion
- improved the handling of overview frames and regions
Modified:
fusionscope.c
r28424 by klapetek on 2025-08-19 14:15:01 in gwyddion
cleaning code, adding button to show tree
Modified:
cmap_classify.c
r28422 by klapetek on 2025-08-19 12:58:38 in gwyddion
enabling flobal polynome use
Modified:
cmap_polylevel.c
r28421 by klapetek on 2025-08-19 11:20:05 in gwyddion
graph selection is now editable by mouse
Modified:
cmap_polylevel.c
cmap_sinebg.c
r28420 by yeti-dn on 2025-08-18 12:12:22 in GWYDDION-UNSTABLE
- made size type (32 ot 64 bits) a run-time parameter, although only internally
Modified:
serialize.c
r28419 by yeti-dn on 2025-08-17 15:25:07 in gwyddion
- added metadata from FRAME_INFO - filter them to include metadata pertaining to the specific image
Modified:
fusionscope.c
r28418 by yeti-dn on 2025-08-15 18:43:59 in gwyddion
- added some image metadata where we do not need filtering - frame metadata still missing
Modified:
fusionscope.c
r28417 by yeti-dn on 2025-08-15 18:29:19 in gwyddion
- added recursive expansion of JSON embedded as strings in JSON - but only for the relatively sane probeJSON
Modified:
fusionscope.c
r28416 by yeti-dn on 2025-08-15 18:12:42 in gwyddion
- slightly refactored JSON string reading - added EXPERIMENT_INFO reading
Modified:
fusionscope.c