- 17 Apr, 2013 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 16 Apr, 2013 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 15 Apr, 2013 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
Moved switching canvas routines to pcbnew, as they are used only there right now (otherwise libgal would have to be linked to every Kicad application).
-
Maciej Suminski authored
-
- 12 Apr, 2013 4 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
Added missing callback function (combine callback).
-
Wayne Stambaugh authored
-
Maciej Suminski authored
-
- 11 Apr, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 10 Apr, 2013 6 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
jean-pierre charras authored
-
Maciej Suminski authored
Removed DRAW_MODE_NORMAL, DRAW_MODE_PREPARE_EDGES, DRAW_MODE_DRAW_EDGES modes.
-
Lorenzo Marcantonio authored
Fixed layer picker for exporting to pcbnew Realigned pcb layer name with class BOARD
-
- 09 Apr, 2013 10 commits
-
-
Lorenzo Marcantonio authored
-
Lorenzo Marcantonio authored
-
Lorenzo Marcantonio authored
Dynamic contrast for netname and pin numbers ('halo' text) Handle netname drawing even on diagonal tracks
-
Lorenzo Marcantonio authored
More layer classification cleanup
-
Maciej Suminski authored
-
Maciej Suminski authored
Modified CMakeLists.txt in order to compile Kicad with KICAD_GAL=ON for Windows Added settings that allow to use M cross environment (http://mxe.cc) to crosscompile Kicad for Windows.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Lorenzo Marcantonio authored
-
Wayne Stambaugh authored
-
- 08 Apr, 2013 5 commits
-
-
Dick Hollenbeck authored
bit string version of property_tree. The ram resident structure of the ptree is mostly compatible with one created using the xml_parser from boost::property_tree, with slight differences in the way atoms are stored. The result is you can use Format() to convert from xml to s-expression, but not the other way around. You can write a simple s-expression beautifier in just a few lines of code. The main value however is the s-expression parser, i.e. Scan(), which is an alternative to crafting a custom recursive descent parser for a particular grammar. The tipping point depends on whether you want to read only a small portion of a much larger document. If so, then using the ptree will likely be a "faster to code" route. Documentation on how to navigate a ptree can be found on the boost website and there are a number of examples in the pcbnew/eagle_plugin.cpp file in this project. Powerful path navigation support makes it easy to extract a subset of a ptree.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
New methods in VIEW class: SetTopLayer(), EnableTopLayer() for managing the top layer display. New method in PCB_RENDER_SETTINGS class: LoadDisplayOptions() for applying display settings like high-contrast, outline display of items, etc.
-
jean-pierre charras authored
Make dialog footprint wizard list resizable.
-
- 07 Apr, 2013 3 commits
-
-
Marco Mattila authored
-
Lorenzo Marcantonio authored
(when disabled they are shown as standard holes, a lot less distracting than the previous fixed yellow color)
-
Lorenzo Marcantonio authored
Better description for entities on right click menu and panel Typo fixes and some comment reformats
-
- 06 Apr, 2013 1 commit
-
-
Lorenzo Marcantonio authored
-