.. |
core
|
Pcbnew: major swig fix.
|
2016-07-18 13:23:09 -04:00 |
gal
|
Replace boost::shared_ptr with std::shared_ptr.
|
2016-06-29 11:09:55 -04:00 |
geometry
|
Memoize SHAPE_LINE_CHAIN bounding box computation
|
2016-08-11 09:34:58 -04:00 |
kicad_curl
|
…
|
|
math
|
Fix incompatibility between basic_gal (which used angles in degrees in rotation) and other gal layers (which used radians in rotation). Rotation angles are now in radians.
|
2016-04-29 11:37:33 +02:00 |
plugins
|
3D Viewer: complete refactor of the 3D viewer.
|
2016-07-19 13:35:25 -04:00 |
tool
|
Fixed a crash when dragging a line was interrupted
|
2016-08-08 17:20:02 +02:00 |
ttl
|
Ratsnest NODE stores its parents in a set instead of a list
|
2016-08-18 17:17:52 +02:00 |
view
|
Code formatting
|
2016-08-15 17:16:53 +02:00 |
widgets
|
Do not mark wxMathPlot docs as the main Doxygen page
|
2016-08-16 09:49:39 +02:00 |
base_struct.h
|
Pcbnew: major swig fix.
|
2016-07-18 13:23:09 -04:00 |
base_units.h
|
Fix a bunch of misspellings of length.
|
2016-07-10 23:09:18 -04:00 |
basic_gal.h
|
Fix incompatibility between basic_gal (which used angles in degrees in rotation) and other gal layers (which used radians in rotation). Rotation angles are now in radians.
|
2016-04-29 11:37:33 +02:00 |
bezier_curves.h
|
…
|
|
bin_mod.h
|
…
|
|
bitmaps.h
|
Simulator: add simulator icon, and colored icons to identify more easily traces in trace list and cursor list.
|
2016-08-29 11:39:54 +02:00 |
block_commande.h
|
…
|
|
build_version.h
|
…
|
|
class_base_screen.h
|
…
|
|
class_bitmap_base.h
|
Eeschema: add saving schematic files to schematic plugin.
|
2016-07-11 15:48:46 -04:00 |
class_board_design_settings.h
|
…
|
|
class_board_item.h
|
Code cleanup: remove dead code (some removed methods were broken), and update or add comments.
|
2016-06-01 11:28:07 +02:00 |
class_collector.h
|
Pcbnew: major swig fix.
|
2016-07-18 13:23:09 -04:00 |
class_colors_design_settings.h
|
Gerbview: code cleanup (with the help of Mark Roszko's work)
|
2016-05-25 11:45:55 +02:00 |
class_draw_panel_gal.h
|
Fixed a crash when starting pcbnew with OpenGL GAL.
|
2016-05-09 17:23:01 +02:00 |
class_drawpanel.h
|
Remove legacy option to zoom to selection on middle mouse button
|
2016-06-11 19:37:43 -04:00 |
class_drc_item.h
|
…
|
|
class_eda_rect.h
|
3D Viewer: complete refactor of the 3D viewer.
|
2016-07-19 13:35:25 -04:00 |
class_layer_box_selector.h
|
…
|
|
class_marker_base.h
|
…
|
|
class_page_info.h
|
…
|
|
class_pcb_screen.h
|
…
|
|
class_title_block.h
|
…
|
|
class_undoredo_container.h
|
…
|
|
class_worksheet_dataitem.h
|
…
|
|
colors.h
|
Try to fix a compil issue on OSX (no viable conversion from 'const wxString' to 'const wxChar *', in colors.cpp)
|
2016-05-17 09:10:15 +02:00 |
colors_selection.h
|
…
|
|
common.h
|
Use std::atomic for portable locale init counting
|
2016-05-28 12:46:22 -04:00 |
config_params.h
|
…
|
|
confirm.h
|
…
|
|
convert_basic_shapes_to_polygon.h
|
…
|
|
convert_to_biu.h
|
Code cleanup: Remove outdated decimils to/from iu defines and conversion functions (decimils are no more in use since a long time).
|
2016-06-05 13:49:25 +02:00 |
dialog_env_var_config.h
|
…
|
|
dialog_get_component.h
|
…
|
|
dialog_helpers.h
|
…
|
|
dialog_hotkeys_editor.h
|
Hotkeys Editor has now a "reset to default" button
|
2016-03-29 18:35:24 +02:00 |
dialog_shim.h
|
Fix dialog size issues (some widgets have a incorrect size when initialized inside a TransferToWindow() method because the SetSizeHints() method was called before the init) and fix OS X copy/close bug in a few dialogs.
|
2016-07-14 16:25:35 +02:00 |
dlist.h
|
…
|
|
draw_frame.h
|
Add zoom-to-selection tool
|
2016-06-08 07:19:53 -04:00 |
drawtxt.h
|
…
|
|
dsnlexer.h
|
…
|
|
eda_dde.h
|
…
|
|
eda_doc.h
|
…
|
|
eda_pattern_match.h
|
…
|
|
eda_text.h
|
Add Set/GetOrientationDegrees and GetOrientationRadians for texts, pads and footprints to avoid internal units to usual angle units conversion in code (and avoid mistakes).
|
2016-05-02 12:49:14 +02:00 |
fctsys.h
|
…
|
|
filter_reader.h
|
…
|
|
footprint_info.h
|
Replace BOOST_FOREACH with C++11 range based for.
|
2016-06-29 16:07:55 -04:00 |
fp_lib_table.h
|
Eeschema: initial schematic I/O plugin.
|
2016-07-06 05:22:56 -04:00 |
fpid.h
|
…
|
|
frame_type.h
|
ngspice: something starts to work
|
2016-08-11 14:41:01 +02:00 |
gbr_netlist_metadata.h
|
Gerbview: locate item now does not take in account not visible layers. Remove an unused file
|
2016-08-19 09:45:59 +02:00 |
gestfich.h
|
…
|
|
gl_context_mgr.h
|
Reverted 6912 with minor changes (LockCtx requires to specify canvas that locks a context).
|
2016-06-13 16:43:33 +02:00 |
gr_basic.h
|
…
|
|
grid_tricks.h
|
…
|
|
hashtables.h
|
Pcbnew: major swig fix.
|
2016-07-18 13:23:09 -04:00 |
hotkeys_basic.h
|
Add zoom-to-selection tool
|
2016-06-08 07:19:53 -04:00 |
html_messagebox.h
|
…
|
|
i18n_utility.h
|
Try to fix a compil issue on OSX (no viable conversion from 'const wxString' to 'const wxChar *', in colors.cpp)
|
2016-05-17 09:10:15 +02:00 |
id.h
|
3D Viewer: complete refactor of the 3D viewer.
|
2016-07-19 13:35:25 -04:00 |
import_export.h
|
…
|
|
ki_mutex.h
|
…
|
|
kicad_device_context.h
|
…
|
|
kicad_string.h
|
Convert remaining occurences of stri[n]cmp to str[n]casecmp.
|
2016-08-16 10:27:09 +02:00 |
kiface_i.h
|
…
|
|
kiway.h
|
Make sure KIFACE_GETTER linkage is consistent
|
2016-05-28 13:10:06 -04:00 |
kiway_express.h
|
…
|
|
kiway_mgr.h
|
…
|
|
kiway_player.h
|
…
|
|
layers_id_colors_and_visibility.h
|
…
|
|
length.h.usuned
|
…
|
|
lru_cache.h
|
3D Viewer: complete refactor of the 3D viewer.
|
2016-07-19 13:35:25 -04:00 |
macros.h
|
Pcbnew: improved track scripting support.
|
2016-07-19 16:34:09 -04:00 |
mail_type.h
|
…
|
|
menus_helpers.h
|
…
|
|
msgpanel.h
|
…
|
|
newstroke_font.h
|
…
|
|
origin_viewitem.h
|
Added 'Reset Grid Origin' hot key (GAL).
|
2016-05-04 14:59:14 +02:00 |
pad_shapes.h
|
Pcbnew: Add rounded rect pad shape.
|
2016-04-06 20:15:49 +02:00 |
painter.h
|
Replace boost::shared_ptr with std::shared_ptr.
|
2016-06-29 11:09:55 -04:00 |
pcbcommon.h
|
…
|
|
pcbstruct.h
|
pcbnew legacy: remove option to hide via drill
|
2016-05-10 16:47:37 -04:00 |
pgm_base.h
|
Avoid conflicting declaration for Pgm()
|
2016-05-28 12:57:29 -04:00 |
plot_common.h
|
…
|
|
profile.h
|
…
|
|
project.h
|
…
|
|
properties.h
|
Eeschema: initial schematic I/O plugin.
|
2016-07-06 05:22:56 -04:00 |
ptree.h
|
…
|
|
reporter.h
|
Missing include in reporter.h
|
2016-08-11 14:41:07 +02:00 |
richio.h
|
Fix uninitialized fields
|
2016-05-10 22:36:23 -04:00 |
search_stack.h
|
…
|
|
trigo.h
|
Add Set/GetOrientationDegrees and GetOrientationRadians for texts, pads and footprints to avoid internal units to usual angle units conversion in code (and avoid mistakes).
|
2016-05-02 12:49:14 +02:00 |
utf8.h
|
Pcbnew: major swig fix.
|
2016-07-18 13:23:09 -04:00 |
validators.h
|
…
|
|
wildcards_and_files_ext.h
|
…
|
|
worksheet.h
|
…
|
|
worksheet_shape_builder.h
|
Add zoom-to-selection and block move to pl_editor
|
2016-06-11 09:51:05 -04:00 |
worksheet_viewitem.h
|
…
|
|
wxBasePcbFrame.h
|
3D Viewer: complete refactor of the 3D viewer.
|
2016-07-19 13:35:25 -04:00 |
wxPcbStruct.h
|
Pcbnew: fix several auto save file issues.
|
2016-08-11 15:13:47 -04:00 |
wx_status_popup.h
|
…
|
|
wx_unit_binder.h
|
…
|
|
wxstruct.h
|
…
|
|
wxunittext.h
|
…
|
|
xnode.h
|
…
|
|