Recent commits to Gwyddion subversion repository:
r26879 by yeti-dn on yesterday 18:21:30 in GWYDDION-UNSTABLE
- experimenting with invalidating only the changed regions when a vector layer selection changes - done for testing for the point layer
Modified:
gwydataview.c
gwydataviewlayer.c
gwylayerpoint.c
gwyvectorlayer.c
gwyvectorlayer.h
r26878 by yeti-dn on yesterday 16:50:05 in GWYDDION-UNSTABLE
- moved vector layer's selection to the private struct
Modified:
gwylayerpoint.c
gwylayerrectangle.c
gwyvectorlayer.c
gwyvectorlayer.h
r26877 by yeti-dn on 2024-11-19 16:18:22 in GWYDDION-UNSTABLE
- kind of made point and rectangle selection draw again
Modified:
gwylayerpoint.c
gwylayerrectangle.c
r26876 by yeti-dn on 2024-11-19 16:16:33 in GWYDDION-UNSTABLE
- fixed messing up coords arrays in clone() and duplicate()
Modified:
gwyselection.c
r26874 by yeti-dn on 2024-11-19 12:55:34 in GWYDDION-UNSTABLE
- merged added file import logging from 2.x
Modified:
andorsif.c
dektakvca.c
femtoscan.c
fitsfile.c
datxfile.c
epflfile.c
ergofile.c
hdf5file.c
nhffile.c
nsidfile.c
shilpsfile.c
keyence.c
npyfile.c
opengps.c
phoenix.c
quazarnpic.c
scanfile.c
scnxfile.c
spcfile.c
spmxfile.c
zonfile.c
r26873 by yeti-dn on 2024-11-19 12:52:14 in gwyddion
- added missing import log entries to a bunch of file formats
Modified:
andorsif.c
dektakvca.c
femtoscan.c
fitsfile.c
datxfile.c
epflfile.c
ergofile.c
hdf5file.c
nhffile.c
nsidfile.c
shilpsfile.c
keyence.c
npyfile.c
opengps.c
phoenix.c
quazarnpic.c
scanfile.c
scnxfile.c
spcfile.c
spmxfile.c
zonfile.c
r26872 by yeti-dn on 2024-11-19 12:14:15 in GWYDDION-UNSTABLE
- fixed not drawing the adjbar at all because we think is zero-sized
Modified:
gwyadjustbar.c
r26871 by yeti-dn on 2024-11-19 10:02:17 in GWYDDION-UNSTABLE
- changed single-item menubars to one vertical
Modified:
toolbox.c
r26870 by yeti-dn on 2024-11-19 09:49:50 in GWYDDION-UNSTABLE
- fixed adding menu keyboard shortcuts wrong
Modified:
toolbox.c
r26869 by yeti-dn on 2024-11-19 09:37:05 in GWYDDION-UNSTABLE
- tweaked the simple temporary menu builder to get Recent files submenu back
Modified:
toolbox.c
r26868 by yeti-dn on 2024-11-18 17:43:48 in GWYDDION-UNSTABLE
- working around having to explicitly do gtk_widget_set_can_default() on buttons added as dialog actions
Modified:
dialog.c
gwyplaintool.c
help.c
r26867 by yeti-dn on 2024-11-18 17:38:23 in GWYDDION-UNSTABLE
- worked around no longer being able to look for GtkHBox ancestor because the class is just GtkBox
Modified:
param-table.c
r26866 by yeti-dn on 2024-11-18 17:20:35 in GWYDDION-UNSTABLE
- fixed calling gtk_widget_set_[hv]align() with floating point values, not the GtkAlign enum
Modified:
app.c
data-browser.c
gwyappfilechooser.c
gwymoduleutils.c
gwyplaintool.c
param-table.c
wait.c
about.c
splash.c
tips.c
toolbox-editor.c
gwy3dwindow.c
gwyadjustbar.c
gwydgetutils.c
gwygraphareadialog.c
gwygraphwindowmeasuredialog.c
gwyoptionmenus.c
gwymodulebrowser.c
r26865 by yeti-dn on 2024-11-18 17:03:01 in GWYDDION-UNSTABLE
- set layer type directly
Modified:
stats.c
r26864 by yeti-dn on 2024-11-18 16:57:54 in GWYDDION-UNSTABLE
- restored (double) typecasts to force floating point division in hexcess and vexcess functions - fixes wrong ruler offsets in data windows
Modified:
gwydataview.c
r26863 by yeti-dn on 2024-11-18 16:20:10 in GWYDDION-UNSTABLE
- removed old calibration and uncertainty related code
Modified:
distance.c
readvalue.c
sfunctions.c
stats.c
r26862 by yeti-dn on 2024-11-18 16:07:49 in GWYDDION-UNSTABLE
- trying to fix layers not updating selections correctly
Modified:
gwylayerpoint.c
gwylayerrectangle.c
r26861 by yeti-dn on 2024-11-18 16:07:26 in GWYDDION-UNSTABLE
- do not clear the current button on the event controller's "stopped" signal - it is for things like double clicks, but we use click'n'drag
Modified:
gwyvectorlayer.c
r26860 by yeti-dn on 2024-11-18 15:22:39 in GWYDDION-UNSTABLE
- invalidate only the old and new marker positions when updating ruler markers
Modified:
gwydatawindow.c
gwyhruler.c
gwyruler.c
gwyruler.h
gwyvruler.c
r26859 by yeti-dn on 2024-11-18 14:01:43 in GWYDDION-UNSTABLE
- fixed inverted assertions causing immediate crashes
Modified:
gwyselection.c
r26858 by yeti-dn on 2024-11-18 12:49:07 in GWYDDION-UNSTABLE
- removed gwystastusbar
Modified:
libgwydgets-docs.sgml
Makefile.am
gwydgets.h
gwystatusbar.c (removed)
gwystatusbar.h (removed)
r26857 by yeti-dn on 2024-11-18 12:45:12 in GWYDDION-UNSTABLE
- rulers now drawn at least usably, if not perfectly - except for data view hexcess/vexcess
Modified:
gwycoloraxis.c
gwyhruler.c
gwyruler.c
gwyruler.h
gwyvruler.c
r26856 by yeti-dn on 2024-11-18 11:59:51 in GWYDDION-UNSTABLE
- improved statusbar creation
Modified:
gwydatawindow.c
gwygraphwindow.c
r26855 by yeti-dn on 2024-11-18 10:36:37 in GWYDDION-UNSTABLE
- restored rulers response to pointer moving inside the data view
Modified:
gwydatawindow.c
r26854 by yeti-dn on 2024-11-18 10:26:34 in GWYDDION-UNSTABLE
- changed user directory name to gwyddion3 to avoid chaos when both versions are used
Modified:
gwyutils.c
r26853 by yeti-dn on 2024-11-18 10:21:13 in GWYDDION-UNSTABLE
- fixed button added by sanity.h functions not being shown
Modified:
gwyappfilechooser.c
gwyplaintool.c
sanity.h
r26852 by yeti-dn on 2024-11-15 15:10:00 in GWYDDION-UNSTABLE
- removed a copule of deprecated functions
Modified:
brick.h
datafield.h
dataline.c
dataline.h
surface.c
surface.h
r26851 by yeti-dn on 2024-11-15 12:40:49 in GWYDDION-UNSTABLE
- fixed data view redrawing by not trying to be clever (Cairo si already taking care of drawing to the correct rectangle)
Modified:
gwydataview.c
r26850 by yeti-dn on 2024-11-15 12:31:09 in GWYDDION-UNSTABLE
- trying to connect layers to dataview events correctly
Modified:
gwydataview.c
gwydataviewlayer.c
gwyvectorlayer.c
r26849 by yeti-dn on 2024-11-15 12:02:03 in GWYDDION-UNSTABLE
- removed GwyCalibration for good
Modified:
app.c
libgwyprocess-docs.sgml
gwyddion.c
Makefile.am
cdline.c
cdline.h
gwycaldata.c (removed)
gwycaldata.h (removed)
gwycalibration.c (removed)
gwycalibration.h (removed)
gwyprocess.c
gwyprocess.h
r26848 by yeti-dn on 2024-11-15 11:53:19 in GWYDDION-UNSTABLE
- removed calfoeffs modules for good
Modified:
Makefile.am
calcoefs_load.c (removed)
calcoefs_new.c (removed)
calcoefs_simple.c (removed)
calcoefs_view.c (removed)
r26847 by yeti-dn on 2024-11-15 11:52:15 in GWYDDION-UNSTABLE
- fixed crash upon exit by cleanup of things that do not exist now
Modified:
app.c
r26846 by yeti-dn on 2024-11-15 11:49:44 in GWYDDION-UNSTABLE
- fixed inverted warning condition
Modified:
gwyvectorlayer.c
r26845 by yeti-dn on 2024-11-14 16:53:38 in GWYDDION-UNSTABLE
- fixing all kinds of basic porting bugs and typos - can get as far as showing some image now without crashing (sort of)
Modified:
param-table.c
gwyselection.c
gwycoloraxis.c
gwydatawindow.c
gwylayer-basic.c
readvalue.c
r26844 by yeti-dn on 2024-11-14 12:58:59 in GWYDDION-UNSTABLE
- made icons show up again
Modified:
gwyutils.c
gwydgets.c
index.theme
r26843 by yeti-dn on 2024-11-14 12:05:33 in GWYDDION-UNSTABLE
- really do not build polydistort (for now)
Modified:
Makefile.am
r26841 by yeti-dn on 2024-11-14 10:36:49 in GWYDDION-UNSTABLE
- ignore icon directories
Modified:
pixmaps
r26840 by yeti-dn on 2024-11-14 10:36:04 in GWYDDION-UNSTABLE
- moved all icons from target directories to src and added simple copy rules
Modified:
60x60 (removed)
Makefile.am
Makefile.am
gwy_drift-24.png (new)
gwy_drift.png (removed)
gwy_psdf_section-24.png (new)
gwy_psdf_section.png (removed)
gwyddion-60.png (new)
r26839 by yeti-dn on 2024-11-14 10:28:02 in GWYDDION-UNSTABLE
- moved source PNGs (i.e. where we do not have source SVG) out of 24x24 to make it unversioned
Modified:
24x24 (removed)
gwy_drift.png (new)
gwy_psdf_section.png (new)
r26838 by yeti-dn on 2024-11-14 10:22:50 in GWYDDION-UNSTABLE
- made documentation build (sort of) by emporarily commenting out and disabling various things - also got rid of versioned API indices
Modified:
gtk-doc.mk
Makefile.am
libgwyapp-docs.sgml
libgwyddion-docs.sgml
Makefile.am
libgwydgets-docs.sgml
libgwydraw-docs.sgml
libgwymodule-docs.sgml
libgwyprocess-docs.sgml
Makefile.am
r26837 by yeti-dn on 2024-11-14 10:11:40 in GWYDDION-UNSTABLE
- fixed non-canonical property name
Modified:
gwy3dsetup.c
r26836 by yeti-dn on 2024-11-13 18:34:32 in GWYDDION-UNSTABLE
- replaced Gwy MD5 function with GChecksum
Modified:
gwyddion-thumbnailer.c
r26835 by yeti-dn on 2024-11-13 18:31:08 in GWYDDION-UNSTABLE
- implemented marker radius getter and setter
Modified:
gwylayerpoint.c
r26834 by yeti-dn on 2024-11-13 18:24:55 in GWYDDION-UNSTABLE
- moved more modules which, for a variety of reasons, do not build to disabled_sources
Modified:
Makefile.am
Makefile.am
Makefile.am
Makefile.am
r26833 by yeti-dn on 2024-11-13 18:21:54 in gwyddion
- xystitch is not disabled
Modified:
Makefile.am
r26832 by yeti-dn on 2024-11-13 18:17:23 in GWYDDION-UNSTABLE
- removed usage of graph model calibrations - commented out direct access to Container in_construction field
Modified:
gwyfile.c
graph_cd.c
profile.c
r26831 by yeti-dn on 2024-11-13 18:08:07 in GWYDDION-UNSTABLE
- mass-fixed (sort of) current versions of 2.x modules
Modified:
Makefile.am
cmap_align.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
datxfile.c
hdf5file.c
nhffile.c
nsidfile.c
hdrimage.cc
imgexport.c
keyence.c
nmmxyz.c
oirfile.c
pixmap.c
rawfile.c
rawgraph.c
Makefile.am
graph_align.c
graph_cd.c
graph_cut.c
graph_dos_spectrum.c
graph_export_ascii.c
graph_export_bitmap.c
graph_export_vector.c
graph_fdfit.c
graph_filter.c
graph_fit.c
graph_fztofd.c
graph_level.c
graph_measure_period.c
graph_peaks.c
graph_polylevel.c
graph_sfuncs.c
graph_simplemech.c
graph_sinebg.c
graph_stats.c
graph_terraces.c
cross.c
ellipse.c
lattice.c
line.c
path.c
point.c
projective.c
rectangle.c
acf2d.c
angle_dist.c
anneal_synth.c
arc-revolve.c
arithmetic.c
basicops.c
bdep_synth.c
binning.c
calcoefs_load.c
calcoefs_new.c
calcoefs_simple.c
calcoefs_view.c
calibrate.c
classify.c
coerce.c
col_synth.c
convolution_filter.c
convolve.c
correct_affine.c
correct_perspective.c
cpde_synth.c
curvature.c
cwt.c
deconvolve.c
deposit_synth.c
diff_synth.c
disc_synth.c
displfield.c
domain_synth.c
drift.c
dune_synth.c
dwt.c
entropy.c
extend.c
extract_path.c
facet-level.c
facet_analysis.c
facet_measure.c
fbm_synth.c
fft.c
fft_filter_1d.c
fft_filter_2d.c
fft_synth.c
fibre_synth.c
fit-shape.c
flatten_base.c
fraccor.c
fractal.c
freq_split.c
good_profile.c
grain_cross.c
grain_dist.c
grain_edge.c
grain_filter.c
grain_makesel.c
grain_mark.c
grain_stat.c
grain_wshed.c
hough.c
immerse.c
indent_analyze.c
laplace.c
lat_synth.c
latsim.c
level.c
linecorrect.c
linematch.c
lno_synth.c
logistic.c
mark_disconn.c
mark_with.c
mask_distribute.c
mask_edt.c
mask_morph.c
mask_noisify.c
mask_shift.c
maskcor.c
maskops.c
mcrop.c
measure_lattice.c
median-bg.c
merge.c
mfm_current.c
mfm_field.c
mfm_findshift.c
mfm_parallel.c
mfm_recalc.c
mfm_shift.c
multiprofile.c
neural.c
noise_synth.c
obj_synth.c
otsu_threshold.c
outliers.c
pat_synth.c
pfm.c
phase_synth.c
pid.c
pileup_synth.c
plateau_synth.c
polydistort.c
polylevel.c
psdf2d.c
psdf_logphi.c
ptranslate.c (new)
rank.c
relate.c
roddeposit_synth.c
rotate.c
scale.c
scars.c
shade.c
slope_dist.c
smm.c
sphere-revolve.c
stitch.c
straighten_path.c
superresolution.c
terracefit.c
threshold.c
tilt.c
tip_blind.c
tip_model.c
tipops.c
tipshape.c
volumize.c
volumize_layers.c
wave_synth.c
wpour_mark.c
wrapvalue.c
xydenoise.c
xyzize.c
gwy.c
pygwy-console.c
pygwy.c
corrlen.c
cprofile.c
crop.c
distance.c
filter.c
grainmeasure.c
grainremover.c
icolorange.c
level3.c
linestats.c
maskedit.c
pathlevel.c
profile.c
readvalue.c
roughness.c
rprofile.c
selectionmanager.c
sfunctions.c
spectro.c
spotremove.c
stats.c
volume_1dfft.c
volume_arithmetic.c
volume_calibrate.c
volume_crop.c
volume_drift.c
volume_equiplane.c
volume_extract.c
volume_fdfit.c
volume_invert.c
volume_kmeans.c
volume_kmedians.c
volume_linestat.c
volume_planestat.c
volume_rephase.c
volume_slice.c
volume_strayfield.c
volume_swaxes.c
volume_xyarithmetics.c
volume_xystitch.c
volume_zcal.c
volume_zposlevel.c
xyz_autocrop.c
xyz_crop.c
xyz_drift.c
xyz_fft.c
xyz_level.c
xyz_raster.c
xyz_reduce.c (new)
xyzops.c