| .. |
|
core
|
made netlist entries and netlist update undoable
|
10 years ago |
|
gal
|
Fixed text vertical alignment for bitmap font (OpenGL).
|
10 years ago |
|
geometry
|
Minor fixes: Fix a few shadowed local variables, and deprecated warnings is a few dialogs generated by wxFormbuilder (using a very recent wxFormbuilder version, after apr 25, 2016)
|
10 years ago |
|
kicad_curl
|
GitHub plugin: fix threading issues when libcurl is build against openssl.
|
10 years ago |
|
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.
|
10 years ago |
|
plugins
|
Fix 3D Coverity issue, other minor fixes
|
10 years ago |
|
tool
|
TOOL_SETTINGS acquires wxConfigBase each time it is used.
|
10 years ago |
|
ttl
|
Removed a redundant field in RN_NODE class.
|
11 years ago |
|
view
|
Fixed a crash when starting pcbnew with OpenGL GAL.
|
10 years ago |
|
widgets
|
hotkeys: add defaults command to right-click menu
|
10 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 |
|
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.
|
10 years ago |
|
bezier_curves.h
|
More missing source license fixes.
|
11 years ago |
|
bin_mod.h
|
Minor coding style fixes in headers
|
10 years ago |
|
bitmaps.h
|
Add Lithuanian language to language list menu.
|
10 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
|
Fix saving undo/redo limits in Eeschema.
|
10 years ago |
|
class_bitmap_base.h
|
Minor coding style fixes in headers
|
10 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
|
Added menu for locking tracks & vias (GAL).
|
10 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
|
Fixed a crash when starting pcbnew with OpenGL GAL.
|
10 years ago |
|
class_drawpanel.h
|
Add support for optional touchpad panning.
|
10 years ago |
|
class_drc_item.h
|
Fix uninitialized member in DRC_ITEM constructor.
|
11 years ago |
|
class_eda_rect.h
|
Fix a few Coverity warnings and typo is dialogs
|
10 years ago |
|
class_layer_box_selector.h
|
More missing source license fixes.
|
11 years ago |
|
class_marker_base.h
|
Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless.
|
10 years ago |
|
class_page_info.h
|
Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless.
|
10 years ago |
|
class_pcb_screen.h
|
More missing source license fixes.
|
11 years ago |
|
class_title_block.h
|
Minor coding style fixes in headers
|
10 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
|
Try to fix a compil issue on OSX (no viable conversion from 'const wxString' to 'const wxChar *', in colors.cpp)
|
10 years ago |
|
colors_selection.h
|
More missing source license fixes.
|
11 years ago |
|
common.h
|
Fix an issue in LOCALE_IO class, used to switch to/back locale "C" when reading/writing files: the back to locale was broken, and created issues in countries using the ',' as fp separator, especially when the non default language was used.
|
10 years ago |
|
config_params.h
|
Minor coding style fixes in headers
|
10 years ago |
|
confirm.h
|
Clean up includes in confirm.cpp, confirm.h
|
10 years ago |
|
convert_basic_shapes_to_polygon.h
|
Prepare rounded rect and custom shaped pads: add plot functions. It fixes also a pcbnew crash in HPGL mode when plotting trapezoidal pads.
|
10 years ago |
|
convert_from_iu.h
|
Minor fixes: remove a few useless includes and move a few others to the right file. Remove a few coverity warnings about not initialized members.
|
11 years ago |
|
convert_to_biu.h
|
Minor fixes: remove a few useless includes and move a few others to the right file. Remove a few coverity warnings about not initialized members.
|
11 years ago |
|
dialog_env_var_config.h
|
Many minor fixes (like bug #1477213). Better help in dialog environment variables editor (the tooltip was never shown on Windows)
|
10 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
|
Hotkeys Editor has now a "reset to default" button
|
10 years ago |
|
dialog_shim.h
|
Fix quasi-modal dialog mode in DIALOG_SHIM class.
|
10 years ago |
|
dlist.h
|
Eeschema object list and other minor improvements.
|
14 years ago |
|
draw_frame.h
|
Fix typing problems with GR_KB_* constants
|
10 years ago |
|
drawtxt.h
|
Rework on class EDA_TEXT and related classes and draw functions. More work. Eechema: in rotate texts: redraw the full screen to avoid garbage on screen.
|
10 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_pattern_match.h
|
Minor coding style fixes in headers
|
10 years ago |
|
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).
|
10 years ago |
|
fctsys.h
|
removed wx carbon include in fctsys as it is unnecessary
|
10 years ago |
|
filter_reader.h
|
Minor coding style fixes in headers
|
10 years ago |
|
footprint_info.h
|
CvPcb: count unique pin numbers when filtering by pin count. (fixes:1300719)
|
10 years ago |
|
fp_lib_table.h
|
More Coverity scan error fix goodness.
|
11 years ago |
|
fpid.h
|
Pcbnew: Fpid parser: Fix crash when reading a .kicad_pcb file containing a valid fpid with a revision value.
|
10 years ago |
|
frame_type.h
|
More missing source license fixes.
|
11 years ago |
|
gestfich.h
|
Default and most recently used path fixes. (fixes: 1494210)
|
10 years ago |
|
gr_basic.h
|
All: use solid lines instead of dashed lines to draw X and Y axis in legacy canvas (like in Gal canvas). The main reason: on OSX axis using dashed lines are very very slow to draw (looks like a wxWidget issue when the wxDC scale factor is very small)
|
10 years ago |
|
grid_tricks.h
|
*) Factor out Cut, Copy, and Paste for wxGrid into class common/GRID_TRICKS.
|
12 years ago |
|
hashtables.h
|
Minor coding style fixes in headers
|
10 years ago |
|
hotkeys_basic.h
|
Try to fix a compil issue on OSX (no viable conversion from 'const wxString' to 'const wxChar *', in colors.cpp)
|
10 years ago |
|
html_messagebox.h
|
More missing source license fixes.
|
11 years ago |
|
i18n_utility.h
|
Try to fix a compil issue on OSX (no viable conversion from 'const wxString' to 'const wxChar *', in colors.cpp)
|
10 years ago |
|
id.h
|
Add Lithuanian language to language list menu.
|
10 years ago |
|
import_export.h
|
Use _WIN32 instead of __MINGW32__ in 2 conditional compilations which are Windows specific, not especially mingw32 specific.
|
10 years ago |
|
ki_mutex.h
|
More missing source license fixes.
|
11 years ago |
|
kicad_device_context.h
|
Minor coding style fixes in headers
|
10 years ago |
|
kicad_string.h
|
Pcbnew: Fpid parser: Fix crash when reading a .kicad_pcb file containing a valid fpid with a revision value.
|
10 years ago |
|
kiface_i.h
|
Minor coding style fixes in headers
|
10 years ago |
|
kiway.h
|
Change the way main editor frames are managed by Kicad: before this change, they had the Kicad manager frame as parent frame, and it creates a few issues:
|
10 years ago |
|
kiway_express.h
|
Minor coding style fixes in headers
|
10 years ago |
|
kiway_mgr.h
|
Minor coding style fixes in headers
|
10 years ago |
|
kiway_player.h
|
Minor coding style fixes in headers
|
10 years ago |
|
layers_id_colors_and_visibility.h
|
Fix enum comparison warnings
|
10 years ago |
|
length.h.usuned
|
Namespace KiGfx->KIGFX.
|
12 years ago |
|
macros.h
|
Remove a few conditional compilation for wxWidgets version < 3.0
|
10 years ago |
|
mail_type.h
|
One-click PCB update improvements
|
10 years ago |
|
menus_helpers.h
|
CvPcb: serious code cleanup (work in progress): Remove dead or outdated code. Fix a lot of coding style issues. Use better code in many places. No new features.
|
10 years ago |
|
msgpanel.h
|
More Coverity scan error fix goodness.
|
11 years ago |
|
newstroke_font.h
|
Fix incorrect (too small) bounding box EDA_TEXT, noticeable when chars like j or { are used in zone fill functions.
|
10 years ago |
|
origin_viewitem.h
|
Added 'Reset Grid Origin' hot key (GAL).
|
10 years ago |
|
pad_shapes.h
|
Pcbnew: Add rounded rect pad shape.
|
10 years ago |
|
painter.h
|
Net highlighting mode is toggled when used on the same net (GAL).
|
10 years ago |
|
pcbcommon.h
|
Default path fixes and remove old to find 3D model path code.
|
11 years ago |
|
pcbstruct.h
|
pcbnew legacy: remove option to hide via drill
|
10 years ago |
|
pgm_base.h
|
Fix an issue in LOCALE_IO class, used to switch to/back locale "C" when reading/writing files: the back to locale was broken, and created issues in countries using the ',' as fp separator, especially when the non default language was used.
|
10 years ago |
|
plot_common.h
|
HPGL plot dialog: remove no more in use Pen Overlap parameter. Fix incorrect polygon fill by setting the hpgl pen thickness in hpgl file. Add filled circle (previously, a circle was never filled)
|
10 years ago |
|
profile.h
|
Remove superflous includes.
|
10 years ago |
|
project.h
|
Resync with main branch r6482
|
10 years ago |
|
ptree.h
|
Minor coding style fixes in headers
|
10 years ago |
|
reporter.h
|
Minor coding style fixes in headers
|
10 years ago |
|
richio.h
|
Fix uninitialized fields
|
10 years ago |
|
search_stack.h
|
Fix windows help path bug. (fixes lp:1313412)
|
10 years ago |
|
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).
|
10 years ago |
|
utf8.h
|
Minor coding style fixes in headers
|
10 years ago |
|
validators.h
|
Envrionment variable dialog improvments.
|
10 years ago |
|
wildcards_and_files_ext.h
|
KiCad: add html file support to tree view.
|
11 years ago |
|
worksheet.h
|
Minor coding style fixes in headers
|
10 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
|
Remove redundant forward declarations.
|
10 years ago |
|
wxPcbStruct.h
|
Add CSV file format in pcbnew position files (and cleanup code)
|
10 years ago |
|
wx_status_popup.h
|
Code formatting.
|
11 years ago |
|
wx_unit_binder.h
|
Method to check WX_UNIT_BINDER value validity.
|
11 years ago |
|
wxstruct.h
|
Move copy version information code to about dialog.
|
10 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
|
Minor coding style fixes in headers
|
10 years ago |