Fix use after free of GLOBALS->entrybox_text in regexp_highlight_generic().
Added "SV_ST_ARRAY" to exclude file parsing on init.
FSDB_VT_STRING support.
remove obsolete "not yet supported" messages for mda scopes with FSDB
Update FSDB to handle FST_ST_SV_ARRAY (VCS emits this), FSDB_ST_SV_INTERFACEPORT_REF, and FSDB_VT_STRING as a placeholder.
remove xpm warning message
Wrote replacement for gdk_pixbuf_new_from_xpm_data.
Added FST_ST_SV_ARRAY (FST) and "sv_array" (VCD) for arrays (gtkwave/libfst#17).
Added FST_ST_UNPACKED_DIM (FST) and "unpacked" (VCD) for unpacked arrays (gtkwave/libfst#17).
gtkwave-gtk3-3.3.126 fails to build on Windows #495
Changed ps2pdf to pstopdf on Mac as ps removed by Sonoma.
bugfix for fpshift specify: remove dataformat() as its function is done in the callback.
Fix for fixed point shift that does not disable it on the specify value change menu option.
Changed behavior of X search in pattern search so it is matched by a single X bit.
Updated libghw to current version.
update copyright date
Add warning message for missing XPM loader.
documentation update for headerbar rc option
added headerbar rc variable
Fix for rendering multiline string constants in dumps.
Fix for rendering multiline string constants in dumps.
Added -H --noheader command line option for GTK3.
github #446: add warning in vcd2fst for parameter size zero attempts to emit a real (vivado, but not MTI)
more github #446 fixes: there are some reals dumped as integer variables and we don't know until value change parsing time
parameter size 0 gating in vcd helpers based on simulator type
Update vcd2fst so it handles MTI 0 size conversion.
Gate MTI parameter size 0 = real fix with mti_realparam_fix in parser as it conflicts with Vivado expectations.
Parameter size 0 fix for Vivado: backs out very old fix (for MTI) that converts 0 size signals to reals.
VCD parser fix for colon in VCD variable name (Jasper).
version bump to 3.3.125 in documentation
remove erroneous add
preliminary add of json2stems
preliminary add of json2stems
Add right bracket check for bitblasting.
Dump all bits for a bitblasted vector in VCD saver in order to ensure stray bit extractions do not cause a failure to reconstruct vectors in proper order in the extracted file.
Use full type names in VCD saver instead of abbreviations.
Preserve bitblasted vector ordering with VCD saver.
Ensure type name in $var for VCD saver is >0 length (GHW).
Version bump to prepare for next development version.
eudo 2D arrays identified as broken in development version testing: fixed but removed via FST_LEN_SUBST_IS_BROKEN ifdef for now as this needs more testing and isn't likely useful
Preserve dimension on integer array element when expanded.
Fix improper autocoalesce of adjacent duplicate symbols.
Fix broken autocoalesce of bitblasted vectors that fix for #428 in 3.3.122 introduced.
Prepare for next development version cycle.
Update ./share/appdata/io.github.gtkwave.GTKWave.metainfo.xml
#428: Inconsistent handling of invalid vector bounds in VCD and FST loaders.
Libghw add from upstream for ghdl_rtik_type_i64.
Remove duplicate string values from adjacent value changes.
Fix in fst.c for duplicate string values.
#423: fstminer doesn't handle string transitions correctly.
Fix crash introduced in 3.3.120 with legacy VCD loader caused by "Fix case of missing newline at EOF for VCD loaders."
Libfst #15: fstReaderOpen should not fail on empty FST file.
Remove broken pseudo-2D array support in fst.c. Fix in fst.c for signals whose MSB/LSB/len mismatch.
Opaque pointer warning fix for fstapi.c.
Unnamed scope fix for fstReader.
Put in marker timer hack to cut down on CPU usage for Wayland screen updates.
Reenable wayland code for primary and baseline markers in wavewindow.c.
Added fstWriterGetFlushContextPending() to fstapi.c/.h.
Fix for popen_san() in vcd2fst using fsdb binaries.
Fix for convert_real for TR_REAL traces.
Added fixes for --saveonexit command line option.
Fixes for tcl9 compatibility.
Prototype fixes for port to gcc15.
Warning fixes in vzt_read.c and fstapi.c.
Buffer warning fix in fstVcdIDForFwrite.
Updates for MACOS compiles on gtk3.
fix cut and paste error in io.github.gtkwave.GTKWave.metainfo.xml
update ./configure to current versioning
Clang warning fixes in fstapi.con dynamic arrays.
Integrate gtkwave/pull/376 and gtkwave/pull/377 updates to the FST loader for windows and warnings fixes.
appstream-util validate-relax share/appdata/io.github.gtkwave.GTKWave.metainfo.xml
CreateFileMapping() warning fix for win32 compiles.
Remove escape check on coalesce in FST loader.
Add escape handling state machine for vars in FST loader.
Fix case of missing newline at EOF for VCD loaders.
Fix memory leak in ptranslate/ttranslate.
Fix memory leak on name in build_hierarchy_array().
update to 3.3.120, add launchable tag to io.github.gtkwave.GTKWave.metainfo.xml