stefan schippers
|
0d2b57bfa5
|
use TkDefaultFont in right click context menu instead of a custom menu. This makes scaling with tk_scaling more consistent
|
2025-03-18 13:30:40 +01:00 |
stefan schippers
|
c4b3e204a0
|
place_moved_wire(): in manhattan mode don`t store new wires if not needed (single point)
|
2025-03-18 12:36:46 +01:00 |
stefan schippers
|
2ea1294fb1
|
add toolbar_icon_zoom and ctxmenu_icon_zoom xschemrc (integer) variables to enlarge icons on XUHD displays
|
2025-03-18 10:51:34 +01:00 |
stefan schippers
|
0f9d201f0a
|
(2) insert symbol preview. Fixed some race conditions
|
2025-03-18 03:31:37 +01:00 |
stefan schippers
|
172a001425
|
insert symbol preview. Fixed some race conditions
|
2025-03-18 03:07:48 +01:00 |
stefan schippers
|
4584c260ba
|
new insert symbol: low-pass filter (200ms) on preview rendering to speed up quick listbox select events (arrow key autorepeat)
|
2025-03-18 01:58:55 +01:00 |
stefan schippers
|
b348451160
|
new symbol browser: add Update button to refresh list of dirs and files; fix Alt-s (Reload) incorrectly moved in r keybind after handle_key_press() refactoring
|
2025-03-18 00:53:46 +01:00 |
stefan schippers
|
abfa38b1e4
|
make move of wires with `manhattan_lines` consistent, keep last wire segment selected. TBD: fix orthogonal_wiring modes
|
2025-03-17 19:23:55 +01:00 |
stefan schippers
|
f9546b6ebd
|
add ORDER() before storing new wires (manhattan mode) in move operation
|
2025-03-17 13:08:37 +01:00 |
stefan schippers
|
42bd51e88b
|
use drawtemp_manhattanline() also for new_line(). transform xctx->nl_xx[12] and xctx->nl_yy[12] used in some drawimg functions to local variables where global context is not needed.
|
2025-03-17 00:23:05 +01:00 |
stefan schippers
|
caddf0f0dd
|
fix indentation
|
2025-03-16 23:38:54 +01:00 |
stefan schippers
|
50321ae480
|
align callback.c with SuperCD fork
|
2025-03-16 19:56:57 +01:00 |
stefan schippers
|
33591fa41d
|
applied recent additions from SuperCgayan
|
2025-03-16 11:35:30 +01:00 |
stefan schippers
|
b415b8e889
|
fix regression in new_wire() (in manhattan mode) due to previous commit (courtesy SuperChayan)
|
2025-03-16 11:08:27 +01:00 |
stefan schippers
|
a0a5d9876f
|
drawtemp_manhattanline(): use local nl_xx[12] and nl_yy[12] variables, since xctx->nl_xx[12] and xctx->nl_yy[12] are used also in select_rect() which calls draw_selection() which calls drawtemp_manhattanline().
|
2025-03-16 05:15:40 +01:00 |
stefan schippers
|
2f26544c45
|
dont assume a particular manhattan_lines when starting wires or lines. Keep last one set
|
2025-03-16 01:17:50 +01:00 |
stefan schippers
|
e4cf179868
|
insert_symbol: Return Key binding for quick dialog close
|
2025-03-16 01:01:49 +01:00 |
stefan schippers
|
c02b80c79d
|
fixes in insert_symbol
|
2025-03-16 00:49:38 +01:00 |
stefan schippers
|
124d73ee64
|
fix regression (start new wires in manhattan orient)
|
2025-03-16 00:31:57 +01:00 |
stefan schippers
|
cc90201b27
|
remove debug msgs in insert_symbol
|
2025-03-16 00:13:07 +01:00 |
stefan schippers
|
ed8a6dbe11
|
little optimization in insert_symbol
|
2025-03-16 00:02:12 +01:00 |
stefan schippers
|
d37c872a49
|
merge in a SuperChayan change in move.c
|
2025-03-15 23:47:18 +01:00 |
stefan schippers
|
fd65c8876d
|
cleanup and fixes in proc insert_symbol
|
2025-03-15 23:29:11 +01:00 |
stefan schippers
|
313acc8e29
|
further improvements to new_symbol_browser
|
2025-03-15 03:20:01 +01:00 |
stefan schippers
|
73a920ea41
|
xinit.c: eval user_startup_commands after sourcong tcl_files
|
2025-03-14 18:28:19 +01:00 |
stefan schippers
|
08397f7038
|
merge Chayan Deb changes for manhattan-style move objects and handle_key_press() refactor
|
2025-03-14 15:25:57 +01:00 |
stefan schippers
|
588ee1b8f4
|
do not call place_symbol() with relative symbol names. Initial draft fof proc get_list_of_dirs_with_symbols
|
2025-03-14 03:29:05 +01:00 |
stefan schippers
|
9cb435c43c
|
remove implicit [pwd] prepending to relative paths given to rel_sym_path. this assumption is incorrect in some cases
|
2025-03-13 21:51:06 +01:00 |
stefan schippers
|
e789988b05
|
add `user_startup_commands` variable that may contain tcl code to be executed after any new window creation. Useful to have custom bindings / menu / buttons in all windows.
|
2025-03-13 20:11:18 +01:00 |
stefan schippers
|
84ca35e6f5
|
add menu option Simulation->LVS->Upper case .SUBCKT and .ENDS
|
2025-03-13 11:57:09 +01:00 |
stefan schippers
|
ac1f618030
|
clean up a bit the load_file_dialog pack order
|
2025-03-13 11:26:07 +01:00 |
stefan schippers
|
514b1f3789
|
insert_symbol: keep selected listbox item when leaving/entering the widget
|
2025-03-13 01:45:40 +01:00 |
stefan schippers
|
0c4c8f4d9f
|
proc insert_symbol: select active listbox cell so symbol placement can start right away
|
2025-03-13 00:48:38 +01:00 |
stefan schippers
|
2a4ebe4b77
|
new (optional) symbol placement browser
|
2025-03-12 16:59:45 +01:00 |
stefan schippers
|
0f5c554e33
|
add command `xschem get ui_state`, improvements in proc insert_symbol
|
2025-03-12 02:00:45 +01:00 |
stefan schippers
|
e1488da407
|
add `xschem rect gui`, `xschem line gui`, `xschem polygon gui`, `xschem wire gui` to start placement of these objects with 1st point set to mouse coordinates
|
2025-03-11 20:47:00 +01:00 |
stefan schippers
|
5e6ce2dce8
|
fix xschem.tcl proc traversal
|
2025-03-10 17:02:46 +01:00 |
stefan schippers
|
c69c1b2687
|
better handling of snap cursor and snap wire creation (no cadence emulation)
|
2025-03-10 01:03:15 +01:00 |
stefan schippers
|
d582fc98d8
|
proc load_file_dialog: allow multi selection (extended) only for load file, not for place instance
|
2025-03-09 13:53:18 +01:00 |
stefan schippers
|
7e5a36531b
|
reduce max zoom in/out factors
|
2025-03-09 10:15:50 +01:00 |
stefan schippers
|
de6434c941
|
allow multi-selections when loading a file; limit max line width in change_linewidth() to avoid strange artifacts at extreme zoom-ins
|
2025-03-09 02:46:58 +01:00 |
stefan schippers
|
2f1643368e
|
add command `xschem raw rename old_node new_node`
|
2025-03-08 21:14:46 +01:00 |
stefan schippers
|
f1901e055c
|
clip graph point[].x values to prevent aliasing at absurdly deep zoom in values
|
2025-03-08 10:53:21 +01:00 |
stefan schippers
|
d7d812c023
|
square grid points if grid_point_size is specified
|
2025-03-07 15:59:43 +01:00 |
stefan schippers
|
96eeef5a95
|
raw_read(): cleanup allocated `rawptr` if nothing loaded due to missing file
|
2025-03-07 15:34:19 +01:00 |
stefan schippers
|
fafd48eb31
|
new tcl variable grid_point_size to set size of grid points (for 4K+ displays)
|
2025-03-07 14:45:13 +01:00 |
stefan schippers
|
eb99123a49
|
`xschem load` command: allow multiple files to be loaded
|
2025-03-06 20:47:49 +01:00 |
stefan schippers
|
72527804e0
|
revert res.sym
|
2025-03-04 10:01:29 +01:00 |
stefan schippers
|
fb9189018d
|
avoid strdup on value in print_spice_element()
|
2025-03-04 09:58:56 +01:00 |
stefan schippers
|
56e0410047
|
fix a bug in eval_expr() usage in token.c (duplicate return string to avoid double free)
|
2025-03-04 09:43:26 +01:00 |