xschem/src
stefan schippers 76c1425180 get_surface_from_file(): better error checking 2024-10-28 12:45:50 +01:00
..
systemlib set verison to 3.4.6RC (Release Candidate) to avoid confusion 2024-09-07 00:01:39 +02:00
utile avoid tk_messageBox in reload schematic warning message (blocks event loop). Avoid using xschem specific XSCHEM_SHAREDIR in utile/utile (can be used standalone) 2023-11-30 20:52:28 +01:00
Makefile.in improve `xschem add_symbol_pin` command, add create_symbol.tcl procedure 2024-04-12 00:06:36 +02:00
actions.c draw_image(): add cairo_flush() to flush pending paints. In some cases a black square was exported instead of the image... Update Changelog for upcoming 3.4.6 2024-09-23 23:17:19 +02:00
add_custom_button.tcl update src/add_custom_button.tcl to match code refactoring done in r2264 2023-03-29 23:41:28 +02:00
add_custom_menu.tcl add commented example for custom radiobutton menu entries in add_custom_menu.tcl 2024-10-10 14:28:36 +02:00
break.awk spice.awk: do not join user code lines 2023-12-03 21:33:03 +01:00
cairo_jpg.c fix erroneous bbox(START...) call in edit_rect_property() not followed by bbox(SET...) and bbox(END...), possibly locking the UI 2024-03-14 20:25:50 +01:00
cairo_jpg.h Added png and embedded graphs to ps and pdf export 2023-01-16 10:35:29 +01:00
callback.c avoid triggering tclcommand -> launcher() when dragging mouse with ctrl key around objects with such attribute 2024-10-12 20:47:34 +02:00
change_index.tcl
change_ref.awk
check.c remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
clip.c add Option menu `draw crosshair`, some fixes for crosshair restoring when unselecting 2024-03-04 20:42:29 +01:00
convert_to_verilog2001.awk update copyright info to 2023 2023-05-21 12:52:19 +02:00
create_alloc_ids.awk fix memory leaks introduced since introduction of my_expand() 2024-09-06 18:33:09 +02:00
create_alloc_ids_windows.awk First version: create_alloc_ids_windows.awk can be used with Windows GNU GAWK by running Windows batch file create_alloc_ids_windows.bat. It`s the equivalent to linux version of create_alloc_ids.awk. 2023-05-25 21:56:55 +02:00
create_alloc_ids_windows.bat First version: create_alloc_ids_windows.awk can be used with Windows GNU GAWK by running Windows batch file create_alloc_ids_windows.bat. It`s the equivalent to linux version of create_alloc_ids.awk. 2023-05-25 21:56:55 +02:00
create_graph.tcl added commands xschem get schprop|schvhdprop|schverilogprop|schtedaxprop|schsymbolprop, "xschem create_text" renamed to "xschem text" for syntax consistency 2023-09-29 09:46:31 +02:00
create_symbol.tcl set verison to 3.4.6RC (Release Candidate) to avoid confusion 2024-09-07 00:01:39 +02:00
draw.c get_surface_from_file(): better error checking 2024-10-28 12:45:50 +01:00
editprop.c change_elem_order(): use input_line instead of text_line dialog 2024-10-14 21:59:39 +02:00
exp.awk
expandlabel.y remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
findnet.c remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
flatten.awk update copyright info to 2023 2023-05-21 12:52:19 +02:00
flatten_savenodes.awk update copyright info to 2023 2023-05-21 12:52:19 +02:00
flatten_tedax.awk
font.c remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
get_malloc_id.awk
globals.c uniquify /tmp/xschem_web (--> /tmp/xschem_web_xxxxxx), also handle like /tmp/xschem_undo_xxxxx, create on startup and remove on exit. 2024-05-20 19:00:33 +02:00
gschemtoxschem.awk set verison to 3.4.6RC (Release Candidate) to avoid confusion 2024-09-07 00:01:39 +02:00
gtkwave_server.tcl
hash_iterator.c remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
herculestospice.awk
hilight.c further streamlined hash lookup functions 2024-10-14 15:35:53 +02:00
hspice_backannotate.tcl update copyright info to 2023 2023-05-21 12:52:19 +02:00
icon.c update copyright info to 2023 2023-05-21 12:52:19 +02:00
icon.xpm
import_opus_symbols.awk
in_memory_undo.c remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
keys.help add `Tools->Grab screen area` function (unix only) 2024-03-20 03:53:56 +01:00
label_compactor.awk
main.c remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
make_edif.awk
make_sch_from_cadence_pin.awk
make_sch_from_spice.awk set verison to 3.4.6RC (Release Candidate) to avoid confusion 2024-09-07 00:01:39 +02:00
make_sch_from_vhdl.awk update make_sch_from_vhdl.awk (compliance with regexp syntax) 2024-02-07 12:32:07 +01:00
make_sym.awk set verison to 3.4.6RC (Release Candidate) to avoid confusion 2024-09-07 00:01:39 +02:00
make_sym_from_spice.awk set verison to 3.4.6RC (Release Candidate) to avoid confusion 2024-09-07 00:01:39 +02:00
make_sym_lcc.awk update copyright info to 2023 2023-05-21 12:52:19 +02:00
make_vhdl_from_spice.awk
mouse_bindings.tcl updated moude_bindings.tcl with Paul`s new version, updated noconn.sym (do not use *_ignore attributes, put comments in netlist about NC net) 2023-06-30 09:11:04 +02:00
move.c remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
netlist.c sym_vs_sch_pins(): do tcl substitution on symbol references found in schematic being compared with symbol 2024-09-15 22:08:39 +02:00
netlist_compactor.awk
ngspice_backannotate.tcl update copyright info to 2023 2023-05-21 12:52:19 +02:00
node_hash.c further streamlined hash lookup functions 2024-10-14 15:35:53 +02:00
options.c remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
order_labels.awk
parse_synopsys_vhdl.awk
parselabel.l remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
paste.c remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
place_pins.tcl add src/place_pins.tcl, src/place_sym_pins.tcl 2023-09-28 16:09:06 +02:00
place_sym_pins.tcl added commands xschem get schprop|schvhdprop|schverilogprop|schtedaxprop|schsymbolprop, "xschem create_text" renamed to "xschem text" for syntax consistency 2023-09-29 09:46:31 +02:00
psprint.c svg and ps/pdf export: do not include data for offscreen graphs or images to reduce file size 2024-09-24 11:10:30 +02:00
rawtovcd.c update copyright info to 2023 2023-05-21 12:52:19 +02:00
reduce_even_odd_array_labels.awk
rescale.awk
resources.tcl dark_gui_colorscheme toolbar 2024-03-05 18:08:01 +01:00
save.c fix crash if multiple raw files are loaded and last one fails loading due to corrupt raw file 2024-10-24 22:16:46 +02:00
scheduler.c when inserting a svg image automatically set the filter attribute to rasterize svg to png (if tcl variable svg_to_png is set in xschemrc), "rsvg-convert" or "inkscape" or imagemagick "convert" can be used. see template xschemrc in src/ 2024-10-27 13:06:49 +01:00
select.c remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
sort_labels.awk
spice.awk spice.awk: handle per-instance .subckt lines of vector instances 2024-02-11 16:55:57 +01:00
spice_netlist.c further streamlined hash lookup functions 2024-10-14 15:35:53 +02:00
store.c remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
supergrep.awk
svgdraw.c svg and ps/pdf export: do not include data for offscreen graphs or images to reduce file size 2024-09-24 11:10:30 +02:00
symgen.awk set verison to 3.4.6RC (Release Candidate) to avoid confusion 2024-09-07 00:01:39 +02:00
tedax.awk update copyright info to 2023 2023-05-21 12:52:19 +02:00
tedax_netlist.c remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
token.c subst_token(): if s is empty and tok, new_val are gien just set return string to tok=new_val (no newlines whatsoever) 2024-10-05 11:43:57 +02:00
track_memory.awk optimization for new_prop_string() done. doc updates for instance hide_texts=true attribute, align strboolcmp() to tcl allowed boolean values (1, true, on, yes) 2023-10-03 15:20:30 +02:00
traduci.awk
traversal.tcl attribute default_schematic=ignore: if set in a symbol xschem will not descend into the default schematic associated to symbol. Instances MUST specify a schematic attribute 2023-12-02 13:17:32 +01:00
verilog.awk update copyright info to 2023 2023-05-21 12:52:19 +02:00
verilog_netlist.c remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
vhdl.awk update copyright info to 2023 2023-05-21 12:52:19 +02:00
vhdl_netlist.c remove memory tracking alloc IDs 2024-09-06 22:27:05 +02:00
xinit.c draw_image(): do RECTORDER() before taking *x1, *y1 2024-09-23 15:57:32 +02:00
xschem.h svg and ps/pdf export: do not include data for offscreen graphs or images to reduce file size 2024-09-24 11:10:30 +02:00
xschem.help add option --pipe (alias for -r / ----no_readline) 2023-10-22 22:16:17 +02:00
xschem.tcl when inserting a svg image automatically set the filter attribute to rasterize svg to png (if tcl variable svg_to_png is set in xschemrc), "rsvg-convert" or "inkscape" or imagemagick "convert" can be used. see template xschemrc in src/ 2024-10-27 13:06:49 +01:00
xschemrc when inserting a svg image automatically set the filter attribute to rasterize svg to png (if tcl variable svg_to_png is set in xschemrc), "rsvg-convert" or "inkscape" or imagemagick "convert" can be used. see template xschemrc in src/ 2024-10-27 13:06:49 +01:00