76 Commits (6e0a40e32e659d5ebfe369f1936f6b221ceeceee)

Author SHA1 Message Date
Jeff Young 36a139acb3 Tighten up hittest logic for junctions and lines. 5 years ago
PJM 43176a5b29 Eeschema: Add Schematic Setup GUI to set junction dot size from list 5 years ago
Jeff Young bd103c133d Don't save junction colours when they're inherited. 5 years ago
Marek Roszko e928b2d8fd Split EDA_UNITS out from common. 5 years ago
Marek Roszko 1538d737e7 Split out FILL_T to its own header to avoid spreading eda_item everywhere 5 years ago
jean-pierre charras 7865d8de43 more cleanup about removing useless include 5 years ago
Seth Hillbrand 02a5d47de9 Avoid passing references in EESchema 5 years ago
Jon Evans 38a4e4ad5a Remove the last bits of the old netlist system 5 years ago
Jeff Young 6ef20e34fc Better support for mixed styles in Junction Properties dialog. 5 years ago
Jeff Young e910dc0092 Make sure lines/wires/busses get default widths if not spec'ed. 5 years ago
Jeff Young 047e95ccc4 Fix crash on Preferences > Colors. 5 years ago
Jeff Young 310613a941 Pin junction dot size to no less than 170% of wire width. 5 years ago
Jeff Young 97964b2a4c Use netclass colour for junction dots and when printing/plotting. 5 years ago
Wayne Stambaugh 2078e629c5 Eeschema: allow editing of junction properties diameter and color. 5 years ago
Jon Evans fbc42a8cb5 Move schematic defaults to SCHEMATIC and add some missing settings entries 6 years ago
Wayne Stambaugh 35f3eb6220 Eeschema: fix large diffs when saving schematics. 6 years ago
Jon Evans f7ebf2af5e Add separate color setting for bus junctions 6 years ago
Jeff Young 9c8941e040 Remove a bunch of globals. 6 years ago
Jeff Young 591428b0d9 Remove some problematic global variables. 6 years ago
Jeff Young 085d80e3f3 Remove duplicated settings from preferences. 6 years ago
Jon Evans 643c97a2f4 ADDED: Schematic plotting can use a dedicated color theme 6 years ago
Mark Roszko 70908043a3 Convert enums inside eeschema and the symbol editor to be scoped 6 years ago
Jon Evans be788c6aff Fix default junction size 6 years ago
Jeff Young 6bf1ac45e3 New selection highlighting model for eeschema. 6 years ago
Seth Hillbrand 875caa694c Eeschema: Allow junction dots to be hidden 7 years ago
Jeff Young d6e9bdf07b Convert remaining legacy drawing code to print code. 7 years ago
Jon Evans c02777a721 Clean up some unnecessary header dependencies 7 years ago
Jeff Young f81007f74b Some clean-up and moving message panel update to selection event. 7 years ago
Jeff Young 2aad4a5e57 Remove dead code from removal of eeschema legacy canvas. 7 years ago
Jeff Young 95635804bf Replace pin mark/sweep with method that doesn't invalidate iterators. 7 years ago
Jeff Young 81d4a45e73 Ignore BRIGHTENED state when printing. 7 years ago
Jon Evans 83c7e7fc65 New connectivity algorithm and bus upgrades 7 years ago
Jeff Young f17c18bcce Remove AdvanceDepth() hacks in favour of proper layers. 7 years ago
Jeff Young 96724af2c4 Ensure junctions and no-connects are visible even on fat wires. 7 years ago
Tomasz Wlostowski 90c7c60471 eeschema-gal: initial GALified version. Lots of stuff still to do! 7 years ago
jean-pierre charras 795a36c9fe Fix code after renaming files, and a bit of code cleanup (remove useless includes and multiple includes of the same files) 8 years ago
jean-pierre charras e499d337d8 rename files: update filenames in sources 8 years ago
Wayne Stambaugh a0473614b5 Remove all schematic object load and save code. 8 years ago
jean-pierre charras bdc6a5950b rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions. 8 years ago
Maciej Suminski 0dc88bb4cf Changed COLOR4D defines to static consts 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
John Beard a8eea6155a Move bitmaps.h out of base_struct.h 9 years ago
Nox_firegalaxy 44b8533d4d Add connection highlight to eeschema, step 1. 9 years ago
unknown 71b3125d8e Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 11 years ago
unknown bdeac4c116 Fix potential buffer overflows in eeschema. Fix Bug #1468604 (Assert triggered in eeschema when trying to edit components) 11 years ago
Povilas Kanapickas 7f12513c7e Remove some uses of using namespace std. 12 years ago
jean-pierre charras 5f01f123de All: GetBoundingBox returns now a const EDA_RECT. 12 years ago
jean-pierre charras d368739731 Gerbview: fix incorrect printing of negative objects, when using black and white option. 12 years ago
jean-pierre charras daeeee5617 Eeschema: Rework on netlist generator: code clenenig and enhancement. 12 years ago
jean-pierre charras 7080828fe2 More about worksheet code. 13 years ago