| .. |
|
core
|
Modular KiCad Blueprint Milestone B), major portions:
|
12 years ago |
|
gal
|
Better way to determine supported OpenGL version and extensions.
|
11 years ago |
|
geometry
|
FIxed a few clang warnings.
|
11 years ago |
|
math
|
math: added OPT_BOX2 type
|
11 years ago |
|
tool
|
Moved the list of TOOL_ACTIONs to ACTION_MANAGER.
|
11 years ago |
|
ttl
|
Added functions to resolve connectivity queries in ratsnest (GAL).
|
11 years ago |
|
view
|
Minor fixes.
|
11 years ago |
|
HersheyCyrillic.h.unused
|
Use layer_widget in Gerbview
|
16 years ago |
|
base_struct.h
|
Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode.
|
11 years ago |
|
base_units.h
|
Add "move exact" and "duplicate" tools to pcbnew
|
11 years ago |
|
bezier_curves.h
|
More missing source license fixes.
|
11 years ago |
|
bin_mod.h
|
improve help file finding after kiway breakage.
|
12 years ago |
|
bitmaps.h
|
Cosmetic enhancements in dialogs and menus
|
11 years ago |
|
block_commande.h
|
Fix Bug #1426675 (Undo and cancel commands don't have effect for Duplicate operation in legacy mode)
|
11 years ago |
|
build_version.h
|
More missing source license fixes.
|
11 years ago |
|
class_base_screen.h
|
Pcbnew: better display of tracks/vias/grid sizes in toolbar
|
11 years ago |
|
class_bitmap_base.h
|
Very minor fixes: add missing const return type to some GetBoundingBox() declarations. Change few functions names to better names in some places (like GetName() to GetPinName() )
|
11 years ago |
|
class_board_design_settings.h
|
Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless
|
11 years ago |
|
class_board_item.h
|
Fix Bug #1426675 (Undo and cancel commands don't have effect for Duplicate operation in legacy mode)
|
11 years ago |
|
class_collector.h
|
Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It happens on XFCE, but also on Unity. This fix works on Unity. (it is due to the fact the dialog is not raised, for an unknown reason, and this bug depend on the way Eeschema and Libedit are run).
|
11 years ago |
|
class_colors_design_settings.h
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
|
class_draw_panel_gal.h
|
Reworked GAL switching.
|
11 years ago |
|
class_drawpanel.h
|
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
|
11 years ago |
|
class_drc_item.h
|
Fix uninitialized member in DRC_ITEM constructor.
|
11 years ago |
|
class_eda_rect.h
|
Polyline.h: remove useless class CRect. Use the more powerful EDA_RECT instead. Clean and remove duplicate code.
|
11 years ago |
|
class_layer_box_selector.h
|
More missing source license fixes.
|
11 years ago |
|
class_macros_record.h
|
More missing source license fixes.
|
11 years ago |
|
class_marker_base.h
|
More missing source license fixes.
|
11 years ago |
|
class_page_info.h
|
Code cleaning: move class PAGE_INFO from common.h to class_page_info.h;
|
11 years ago |
|
class_pcb_screen.h
|
More missing source license fixes.
|
11 years ago |
|
class_sch_screen.h
|
Eeschema impovements.
|
11 years ago |
|
class_title_block.h
|
Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines.
|
11 years ago |
|
class_undoredo_container.h
|
Added const modifiers where applicable (PICKED_ITEMS_LIST).
|
12 years ago |
|
class_worksheet_dataitem.h
|
More missing source license fixes.
|
11 years ago |
|
colors.h
|
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
|
11 years ago |
|
colors_selection.h
|
More missing source license fixes.
|
11 years ago |
|
common.h
|
Add "move exact" and "duplicate" tools to pcbnew
|
11 years ago |
|
config_params.h
|
Cvpcb: very minor fixes.
|
11 years ago |
|
confirm.h
|
Minor message box improvements
|
12 years ago |
|
convert_basic_shapes_to_polygon.h
|
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
|
13 years ago |
|
convert_from_iu.h
|
REMOVE: USE_PCBNEW_NANOMETERS by making it the only way to go in pcbnew, effectively removing the deci-mils build.
|
13 years ago |
|
convert_to_biu.h
|
More missing source license fixes.
|
11 years ago |
|
dialog_env_var_config.h
|
Add path (environment variable) configuration dialog.
|
11 years ago |
|
dialog_get_component.h
|
More missing source license fixes.
|
11 years ago |
|
dialog_helpers.h
|
Try to fix an issue on Ubuntu/Unity for some dialogs which are not displayed. For most, adding GetSizer()->Fit( this ) in dialog constructor fix the issue, but at least one dialog still is not displayed.
|
11 years ago |
|
dialog_hotkeys_editor.h
|
Add hotkeys to Kicad manager, and some rework on hotkeys management.
|
11 years ago |
|
dialog_shim.h
|
https://lists.launchpad.net/kicad-developers/msg14286.html
|
11 years ago |
|
dlist.h
|
Eeschema object list and other minor improvements.
|
14 years ago |
|
draw_frame.h
|
Alternative way of handling grid settings in GAL.
|
11 years ago |
|
drawtxt.h
|
More missing source license fixes.
|
11 years ago |
|
dsnlexer.h
|
More Coverity scan error fixes.
|
11 years ago |
|
eda_dde.h
|
More missing source license fixes.
|
11 years ago |
|
eda_doc.h
|
More missing source license fixes.
|
11 years ago |
|
eda_text.h
|
Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas.
|
11 years ago |
|
fctsys.h
|
More missing source license fixes.
|
11 years ago |
|
filter_reader.h
|
Add Pcbnew GEDA PCB module plugin support.
|
13 years ago |
|
footprint_info.h
|
remove USE_FP_LIB_TABLE code, make it the norm. Add lazy loading support to FOOTPRINT_INFO.
|
12 years ago |
|
fp_lib_table.h
|
More Coverity scan error fix goodness.
|
11 years ago |
|
fpid.h
|
Modular-Kicad milestone B), major portions:
|
12 years ago |
|
frame_type.h
|
More missing source license fixes.
|
11 years ago |
|
gestfich.h
|
More missing source license fixes.
|
11 years ago |
|
gr_basic.h
|
Fixed printing issues under Linux.
|
11 years ago |
|
grid_tricks.h
|
*) Factor out Cut, Copy, and Paste for wxGrid into class common/GRID_TRICKS.
|
12 years ago |
|
hashtables.h
|
Changed the way of looking up NETINFO_ITEM using net names (using boost::unordered_map). Added a hash function (wxString) for that. Introduced NETINFO_ITEM::GetNetItem( wxString ). BOARD::FindNet() uses the map.
|
12 years ago |
|
hotkeys_basic.h
|
Eeschema: Fix a very old bug relative to the tool to load power parts:
|
11 years ago |
|
html_messagebox.h
|
More missing source license fixes.
|
11 years ago |
|
id.h
|
Add path (environment variable) configuration dialog.
|
11 years ago |
|
import_export.h
|
* KIWAY Milestone A): Make major modules into DLL/DSOs.
|
12 years ago |
|
ki_mutex.h
|
More missing source license fixes.
|
11 years ago |
|
kicad_device_context.h
|
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
|
13 years ago |
|
kicad_string.h
|
Fix compile errors when wx3.x is built with --enable-stl
|
12 years ago |
|
kiface_i.h
|
Modular-Kicad milestone B), major portions:
|
12 years ago |
|
kiway.h
|
Comments typos fixed.
|
11 years ago |
|
kiway_express.h
|
remove KIWAY_EXPRESS::kiway_express() typo, add comments.
|
12 years ago |
|
kiway_mgr.h
|
*) Add KIFACE_I::StartFlags() and IsSingle() so a KIFACE implementation can know
|
12 years ago |
|
kiway_player.h
|
Modular KiCad Blueprint Milestone B), major portions:
|
12 years ago |
|
layers_id_colors_and_visibility.h
|
Pcbnew: Force visibility of items which have no option in dialogs to controle this visibility, when reading the .kicad_brd file.
|
11 years ago |
|
length.h.usuned
|
Namespace KiGfx->KIGFX.
|
12 years ago |
|
macros.h
|
More missing source license fixes.
|
11 years ago |
|
mail_type.h
|
More missing source license fixes.
|
11 years ago |
|
menus_helpers.h
|
Remove duplicate icon apply.svg (use ckecked_ok.svg instead which is the same icon).
|
12 years ago |
|
msgpanel.h
|
More Coverity scan error fix goodness.
|
11 years ago |
|
newstroke_font.h
|
Application name capitalization fixes.
|
14 years ago |
|
online_help.h
|
Help files: can now be html or pdf files: Kicad search first for a .html help file, and if not found in a path, search for the corresponding .pdf file.
|
11 years ago |
|
pad_shapes.h
|
Pcbnew: fix bug #1272714 . Code cleanup: use 2 different enums for pad shapes and pad drill shapes. Remove never used pad shape.
|
12 years ago |
|
painter.h
|
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
|
11 years ago |
|
pcbcommon.h
|
Default path fixes and remove old to find 3D model path code.
|
11 years ago |
|
pcbstruct.h
|
Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas.
|
11 years ago |
|
pgm_base.h
|
Add path (environment variable) configuration dialog.
|
11 years ago |
|
plot_common.h
|
Rework on Gerber plot functions: add X2 attributes in J5 version. Minor code cleaning.
|
11 years ago |
|
profile.h
|
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
|
11 years ago |
|
project.h
|
Add schematic component library change rescue feature (fixes lp:1435338).
|
11 years ago |
|
ptree.h
|
switch back to original sexpr usage of PTREE, add new DSNLEXER constructor, enforce accessors in kicad.exe
|
12 years ago |
|
reporter.h
|
3D viewer: minor fixes. Use our class REPORTER to show warning messages and activity info when building the 3D board view. Add a few comments in sources.
|
11 years ago |
|
richio.h
|
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
|
11 years ago |
|
search_stack.h
|
More missing source license fixes.
|
11 years ago |
|
trigo.h
|
Eeschema: netlist generation: fix bad choice for the "best net name" when selecting a net name between labels connected to the same net.
|
12 years ago |
|
utf8.h
|
Python scripting: make UTF8 class accessible by python scripts. Add python method GetChars() to UTF8 class to get its char buffer.
|
11 years ago |
|
validators.h
|
Add path (environment variable) configuration dialog.
|
11 years ago |
|
wildcards_and_files_ext.h
|
board_items_to_polygon_shape_transform.cpp: remove full duplicate code between DRAWSEGMENT and EDGE_MODULE, and fix incorrect conversion of DRAWSEGMENT polygon type to its polygonal shape.
|
11 years ago |
|
worksheet.h
|
Code cleaning: move class PAGE_INFO from common.h to class_page_info.h;
|
11 years ago |
|
worksheet_shape_builder.h
|
Page layout selection: fix Bug #1405972, and add minor enhancement in page layout selection dialog (the new layout is shown after selection).
|
11 years ago |
|
worksheet_viewitem.h
|
Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode.
|
11 years ago |
|
wxBasePcbFrame.h
|
Moved TOOL_MANAGER & TOOL_DISPATCHER to EDA_DRAW_FRAME.
|
11 years ago |
|
wxPcbStruct.h
|
Add path (environment variable) configuration dialog.
|
11 years ago |
|
wx_status_popup.h
|
Code formatting.
|
11 years ago |
|
wx_unit_binder.h
|
Code formatting.
|
11 years ago |
|
wxstruct.h
|
Fix issues in auto-save files:
|
11 years ago |
|
wxunittext.h
|
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
|
11 years ago |
|
xnode.h
|
Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today.
|
12 years ago |