This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
xschem
mirror of
https://github.com/StefanSchippers/xschem.git
Watch
1
Star
0
Fork
You've already forked xschem
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
87f9a4e09b
xschem
/
XSchemWin
History
stefan schippers
7842890f0c
select_rect(): no more direct usage of fix_restore_rect() (now done in drawtemprect(xctx->gctiled,...). Some dialogs no more transient (having always on top is a hassle for some). The fix_broken_tiled_fill is now set to 1, make this alternate drawing method the default
2023-10-30 22:47:25 +01:00
..
XSchemWix
select_rect(): no more direct usage of fix_restore_rect() (now done in drawtemprect(xctx->gctiled,...). Some dialogs no more transient (having always on top is a hassle for some). The fix_broken_tiled_fill is now set to 1, make this alternate drawing method the default
2023-10-30 22:47:25 +01:00
INSTALL_WIN
(Joanne) update to be clearer on how to compile xschem (from scratch vs using XSchemWin.sln) on Windows using VS2022. font.sch micro edits
2022-09-28 11:33:48 +02:00
README_WIN
refactor some code (use set_text_flags() to avoid repetitive code), add xschem setprop text and xschem getprop text commands to set/get text attributes
2023-02-01 00:23:33 +01:00
XSchemWin.sln
update to 2.9.9.8; added release_binary to build binary with self compiled tcl/tk library; remove xschem.1 from Wix package
2021-08-24 07:59:04 +02:00
XSchemWin.vcxproj
fflush() all stdio buffers before calling fork(). End child processes with _exit() instead of exit() to avoid double fflushing in parent i/o streams
2023-01-19 02:46:45 +01:00
XSchemWin_cairo.vcxproj
refactor some code (use set_text_flags() to avoid repetitive code), add xschem setprop text and xschem getprop text commands to set/get text attributes
2023-02-01 00:23:33 +01:00
config.h
fix garbage on screen if drawing something, go to another tab, return and move objects. Regression was introduced on repo.hu r3033
2023-09-27 13:13:15 +02:00