stefan schippers
|
12b01e31c6
|
draw_symbol() and draw_temp_symbol(): do not attempt to do a 2nd level @var resolution for texts as this creates more inconveniences than advantages (quoting hell)
|
2024-03-20 23:57:01 +01:00 |
stefan schippers
|
e55c8294c2
|
fix ctrl-click in launchers if no intuitive interface is set
|
2024-03-20 18:43:25 +01:00 |
stefan schippers
|
cc1a70d340
|
quoting hell mitigation: translate3() should not eat backslashes
|
2024-03-20 15:08:12 +01:00 |
stefan schippers
|
6886fd98e9
|
f**k
|
2024-03-20 12:28:49 +01:00 |
stefan schippers
|
3e722d217d
|
remove dgb message
|
2024-03-20 11:55:36 +01:00 |
stefan schippers
|
8329720848
|
hash_file(): skip also .include lines if skip_path_lines parameter is set
|
2024-03-20 10:45:28 +01:00 |
stefan schippers
|
61b1c0b368
|
add `Tools->Grab screen area` function (unix only)
|
2024-03-20 03:53:56 +01:00 |
stefan schippers
|
6405ac4c09
|
simplified alpha removal and inversion in ps_embedded_image()
|
2024-03-18 11:53:51 +01:00 |
stefan schippers
|
197379989a
|
edit_image(): add removal of transparency with white and black
|
2024-03-18 10:54:10 +01:00 |
stefan schippers
|
cfccb64026
|
remove dbg msgs
|
2024-03-18 03:10:00 +01:00 |
stefan schippers
|
f68cb6c18a
|
start launcher commands on mouse button release (if no mouse movement has occurred) to allow ctrl-button1 drags
|
2024-03-18 02:39:54 +01:00 |
stefan schippers
|
04409cc315
|
simplified ps_embedded_image(), avoid recoding jpeg if possible (no invert), error checks in edit_image() and get_surface_from_b64data()
|
2024-03-18 01:08:51 +01:00 |
Stefan Schippers
|
b46828ae3e
|
fix a typo in simconf, fix embedding of jpeg inside svg images
|
2024-03-17 20:16:48 +01:00 |
stefan schippers
|
bf027bc4f8
|
refactored draw_image() into smaller functions
|
2024-03-17 10:11:57 +01:00 |
stefan schippers
|
9670368f9d
|
set_modify and undo() in `xschem image` commands
|
2024-03-17 02:13:54 +01:00 |
stefan schippers
|
294529f885
|
protect with #if HAS_CAIRO==1 the edit_image() calls
|
2024-03-17 01:56:59 +01:00 |
stefan schippers
|
d5f7c5c88c
|
cleanups in draw_image(), added command `xschem image` for various operations on images
|
2024-03-17 01:32:10 +01:00 |
stefan schippers
|
6416df9733
|
cleanups in draw_image(), do not decode-reencode jpeg data
|
2024-03-16 12:50:42 +01:00 |
stefan schippers
|
f84305930f
|
fix size and number of items ordering in fread() to match returned sizes
|
2024-03-15 16:07:46 +01:00 |
stefan schippers
|
092f111925
|
intuitive_interface fix: only clicking on an instance (no drag) does not push to undo state
|
2024-03-15 15:53:38 +01:00 |
stefan schippers
|
f7287f0c6c
|
add further #if defined(HAS_LIBJPEG) in xschem.h
|
2024-03-15 14:30:52 +01:00 |
stefan schippers
|
d30715bc2c
|
add #ifdefs for missing libjpeg libraries to avoid link problems, remove some warnings from compilers/glib versions that tave some functions marked as -Wunused-result
|
2024-03-15 13:59:52 +01:00 |
stefan schippers
|
56697dfc43
|
protect inspect_iage with HAS_CAIRO==1
|
2024-03-15 12:57:42 +01:00 |
stefan schippers
|
bef157aacf
|
More return codes when something goes wrong, like loading failure of a file given on cmdline
|
2024-03-15 11:56:35 +01:00 |
stefan schippers
|
91a2c98fed
|
has_included_subcircuit(): generate correct port order looking in spice_sym_def provided subcircuit netlist, in case of symbol with vectored ports. TODO: handle vectored instances of such symbols like x1[3:0]
|
2024-03-15 02:29:49 +01:00 |
stefan schippers
|
3bcda95589
|
improvements in image handling (png/jpg)
|
2024-03-15 00:37:27 +01:00 |
stefan schippers
|
d59196f1d4
|
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 |
stefan schippers
|
6c0398a8b6
|
fix unintended move operation start when clicking a launcher that starts a new schematic and returning to the originating schematic containing the launcher. Added support for direct JPG image import (no JPG->PNG filters)
|
2024-03-14 11:09:49 +01:00 |
stefan schippers
|
b1b2c3797b
|
rename ps_drawPNG to ps_embedded_image for consistency with svg
|
2024-03-13 16:03:27 +01:00 |
stefan schippers
|
c747d59a90
|
removed redundant Tools menu entries: insert wire label
|
2024-03-12 22:56:50 +01:00 |
stefan schippers
|
927ef74fe1
|
include in resetwin() the call to create_memory_cairo_ctx() so it will be correctly set up fro multiple windows
|
2024-03-12 18:21:28 +01:00 |
stefan schippers
|
56af3bf427
|
cleanup in in-memory cairo_ctx creation for text_bbox() when no X used
|
2024-03-12 12:46:15 +01:00 |
stefan schippers
|
e4ef7d4dc1
|
replace cairo_image_surface_create_for_data with cairo_image_surface_create in create_memory_cairo_ctx
|
2024-03-12 12:03:53 +01:00 |
stefan schippers
|
9b8015b437
|
in_memory cairo_ctx for better font rendering when no X available
|
2024-03-12 11:48:18 +01:00 |
stefan schippers
|
de4f44fd40
|
create_ps() will also use the temporary X connection for better font metrics if possible
|
2024-03-12 03:04:10 +01:00 |
stefan schippers
|
65ba2e1cc4
|
svg_draw(): if xschem started with -x but cairo is available use a temporary X connection (if X available) to create a cairo context so we get more precise font metricx for text bbox calculations
|
2024-03-12 02:36:32 +01:00 |
stefan schippers
|
560a9c5f57
|
add `xschem get bbox` command to get whole schematic bbox
|
2024-03-12 00:09:30 +01:00 |
stefan schippers
|
19bbbe449a
|
doc updates (developer info)
|
2024-03-11 18:39:07 +01:00 |
stefan schippers
|
fdebbb3a6c
|
doc typos
|
2024-03-11 16:49:59 +01:00 |
stefan schippers
|
034e21d78a
|
add some details about wire placement
|
2024-03-11 16:45:59 +01:00 |
stefan schippers
|
3c58cf131e
|
update intuitive_interface_cheatsheet.sch
|
2024-03-11 16:25:14 +01:00 |
stefan schippers
|
03ad183d4c
|
update intuitive_interface_cheatsheet.sch
|
2024-03-11 16:04:07 +01:00 |
stefan schippers
|
5792679daf
|
fix missing initialization of .bus element when pasting lines, updated intuitive_interface_cheatsheet.sch
|
2024-03-11 15:16:26 +01:00 |
stefan schippers
|
8ffe8f1bbe
|
additions to intuitive_interface_cheatsheet.sch
|
2024-03-11 12:44:11 +01:00 |
stefan schippers
|
961a5269b3
|
additions to intuitive_interface_cheatsheet.sch
|
2024-03-11 12:17:29 +01:00 |
stefan schippers
|
544592d40b
|
scaling of intuitive cheatsheet
|
2024-03-11 10:02:18 +01:00 |
stefan schippers
|
ed5601d560
|
updates in interface cheatsheet
|
2024-03-11 09:28:35 +01:00 |
stefan schippers
|
b675e94333
|
intuitive_interface by default is now enabled
|
2024-03-11 02:09:28 +01:00 |
stefan schippers
|
f69debac09
|
intuitive_interface_cheatsheet.sch /svg update
|
2024-03-11 01:52:34 +01:00 |
stefan schippers
|
05c6f4770b
|
cleanup the use of set_netlist_dir(), never use simuldir directly, updated intuitive_interface_cheatsheet
|
2024-03-10 23:50:38 +01:00 |