1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix #109 regression introduced by the latest commit needed to fix much more serious bug #210. More... almost 7 years ago
Revert some code for node_store_add_wire() introduced in commit More... almost 7 years ago
Simplify and optimize the wire rotation code. More... almost 7 years ago
Properly print or export rotated schematic elements (rotate around the item position). More... almost 7 years ago
Properly set the color opacity otherwise it is impossible to print or export the schematic. More... almost 7 years ago
If the user attempts to launch a simulation for the first time without having first configured the simulation settings, then start the simulation settings dialog before starting the actual simulation. More... almost 7 years ago
Remove unused variable from simulation settings GUI code. More... almost 7 years ago
Removed unused data types RefData and RefDataType in the schematic code. More... almost 7 years ago
Version bump. More... almost 7 years ago
Fix the code parsing the analysis type in the gnucap engine. More... almost 7 years ago
Do not corrupt the list of Fourier analysis selected output vectors shown in the GUI, when such list is empty. More... almost 7 years ago
Limit to three the number of decimal places used for the frequency of the Fourier analysis. More... almost 7 years ago
Optimize and clean up the new code used for adding output vectors in the simulation settings for the Fourier analysis. More... almost 7 years ago
When freeing the memory used by singly-linked lists, also free the memory allocated dynamically for list elements' data. More... almost 7 years ago
Initial support for the Fourier analysis. More... almost 7 years ago
Parse the order of magnitude for the frequency setting in the Fourier analysis and properly save such setting to file. More... almost 7 years ago
Fix a newly introduced bug in the parsing of the order of magnitude for the simulation settings. More... almost 7 years ago
Do not add Fourier analysis statements to the netlist if the frequency is null and/or the list of output vectors is empty. More... almost 7 years ago
Set a default frequency of 1 MHz for the Fourier analysis. More... almost 7 years ago
Automatically use the horizontal scrollbar for the log window, otherwise it might extend beyond the screen maximum width. More... almost 7 years ago
Show log window after simulation if this is enabled in the preferences. More... almost 7 years ago
Fix a compiler warning by casting to const. More... almost 7 years ago
Remove deprecated Gtk function gdk_color_parse() and fix the color intensities in the schematic initialization code. More... almost 7 years ago
Merge branch 'master' into master More... almost 7 years ago
Remove duplicate const specifier. More... almost 7 years ago
Fix wrongly hard-coded array bound. More... almost 7 years ago
Remove duplicate const specifier. More... almost 7 years ago
Improve the engine detection code (obsolete configuration load) and avoid a possible crash when the user attempts to start the simulation without any engine available. More... almost 7 years ago
Remove unused struct element (netlist editor). More... almost 7 years ago
Remove unused variable from ngspice engine code. More... almost 7 years ago