| .. |
|
dialog_about
|
Add links to list of library contributors on GitHub
|
8 years ago |
|
dialogs
|
Fix quotes in UI messages
|
8 years ago |
|
gal
|
gal: Draw grid from edge to edge
|
8 years ago |
|
geometry
|
Fixed zone filling crash & thermal stubs inconsistency
|
8 years ago |
|
kicad_curl
|
Remove useless includes and more fixes to avoid including curl.h in files, when not mandatory.
|
8 years ago |
|
libeval
|
Expression evaluator: increased output precision
|
8 years ago |
|
math
|
Remove superflous includes.
|
10 years ago |
|
page_layout
|
Minor string fixes
|
8 years ago |
|
preview_items
|
Larger font for the ruler tool
|
8 years ago |
|
swig
|
Fix compil issue in Python support.
|
9 years ago |
|
system
|
Switched coroutine library from Boost libcotext to custom libcontext.
|
9 years ago |
|
tool
|
Fix touchpad tapping.
|
8 years ago |
|
view
|
support "disable autopan" with gal canvas
|
8 years ago |
|
widgets
|
Fix quotes in UI messages
|
8 years ago |
|
CMakeLists.txt
|
Create HIDPI_GL_CANVAS wrapper for transparent wxGLCanvas HiDPI/Retina support. Enable HiDPI/Retina for 3d-viewer.
|
8 years ago |
|
base_screen.cpp
|
general UI fix. Fixed a lot of icons and a lot of menu.
|
9 years ago |
|
base_struct.cpp
|
Minor trace logging improvements.
|
8 years ago |
|
base_units.cpp
|
Numeric expression evaluator
|
8 years ago |
|
basic_gal.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
8 years ago |
|
basicframe.cpp
|
Removed old debug output
|
8 years ago |
|
bezier_curves.cpp
|
Fix eeschema crash when saving LIB_BEZIER objects
|
8 years ago |
|
bin_mod.cpp
|
Remove old, empty header
|
10 years ago |
|
bitmap.cpp
|
Remove some extra semicolons
|
8 years ago |
|
block_commande.cpp
|
eeschema: Fixed use-after-free on exit when paste operation is aborted
|
8 years ago |
|
build_version.cpp
|
Version string improvements.
|
9 years ago |
|
class_bitmap_base.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
8 years ago |
|
class_colors_design_settings.cpp
|
To avoid mistakes between graphic layers for pads, holes and not plated holes, rename 3 GAL_LAYER_ID names:
|
8 years ago |
|
class_layer_box_selector.cpp
|
Multiple improvements concerning colors, configuration handling and legacy features in pcbnew:
|
8 years ago |
|
class_marker_base.cpp
|
Plot solder mask layer: fix incorrect margin of zones drawn on this layer (zone areas were slighly larger than the actual areas)
|
10 years ago |
|
class_page_info.cpp
|
Fix minor compil warnings (some are for old compilers).
|
8 years ago |
|
class_plotter.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
8 years ago |
|
class_undoredo_container.cpp
|
Remove some else-after-return's
|
8 years ago |
|
colors.cpp
|
Try to fix a compil issue on OSX (no viable conversion from 'const wxString' to 'const wxChar *', in colors.cpp)
|
10 years ago |
|
commit.cpp
|
refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future
|
8 years ago |
|
common.cpp
|
Define "template<> struct hash<wxString>" in Kicad only if wxWidgets version < 3.1.0, because it is already defined in 3.1.0
|
8 years ago |
|
common_plotDXF_functions.cpp
|
Avoid C-style array member init (illegal in C++)
|
8 years ago |
|
common_plotGERBER_functions.cpp
|
Fix: Gerber plot output creates incorrect custom pads when a rectangular anchor pad with x size > y size is used.
|
8 years ago |
|
common_plotHPGL_functions.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
8 years ago |
|
common_plotPDF_functions.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
8 years ago |
|
common_plotPS_functions.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
8 years ago |
|
common_plotSVG_functions.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
8 years ago |
|
common_plot_functions.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
8 years ago |
|
config_params.cpp
|
GTK+ file dialog wildcard improvements.
|
8 years ago |
|
confirm.cpp
|
DIALOG_MULTI_OPTIONS: fixed disappearing buttons
|
8 years ago |
|
convert_basic_shapes_to_polygon.cpp
|
Fix a few doxygen warnings
|
9 years ago |
|
copy_to_clipboard.cpp
|
Enable plot in clipboard on Linux and OSX in eeschema, and copy in clipboard in 3d viewer ( was existing on Windows, but disabled on other OS ).
|
11 years ago |
|
dialog_shim.cpp
|
DIALOG_SHIM: do not raise invisible windows on wxMSW
|
8 years ago |
|
displlst.cpp
|
Replace dangerous cast of pointer->long
|
10 years ago |
|
dlist.cpp
|
Hide m_galCanvas and m_galCanvasActive behind accessors. Fix DLIST concatonation API corner case.
|
12 years ago |
|
draw_frame.cpp
|
support "disable autopan" with gal canvas
|
8 years ago |
|
draw_panel.cpp
|
wx: Add double-click handling in disambiguation cases
|
8 years ago |
|
draw_panel_gal.cpp
|
refactoring: derive PCB-specific PCB_VIEW from VIEW with the intention of moving PCB_EDIT_FRAME entries used by the tools (e.g. GetActiveLayer) there
|
8 years ago |
|
drawtxt.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
8 years ago |
|
dsnlexer.cpp
|
Fix quotes in UI messages
|
8 years ago |
|
eagle_parser.cpp
|
Eagle Schematics Importer: support for UTF-8
|
8 years ago |
|
eda_dde.cpp
|
Fix a few shadowed local vars, and coding style issues.
|
10 years ago |
|
eda_doc.cpp
|
Fix quotes in UI messages
|
8 years ago |
|
eda_pattern_match.cpp
|
Add relational operators to component search
|
9 years ago |
|
eda_text.cpp
|
Moved FMT_UI & FMT_ANGLE macros to a separate header
|
8 years ago |
|
env_paths.cpp
|
Fixed library path resolution in Spice netlist exporter
|
8 years ago |
|
exceptions.cpp
|
Fix quotes in UI messages
|
8 years ago |
|
executable_names.cpp
|
Move executable name constants to own file
|
9 years ago |
|
filter_reader.cpp
|
richio.h, class LINE_READER: prefix variable member names by "m_", like in other classes in Kicad.
|
8 years ago |
|
findkicadhelppath.cpp.notused
|
improve help file finding after kiway breakage.
|
12 years ago |
|
footprint_filter.cpp
|
Minor FOOTPRINT_FILTER fix
|
8 years ago |
|
footprint_info.cpp
|
Fix quotes in UI messages
|
8 years ago |
|
fp_lib_table.cpp
|
Fix quotes in UI messages
|
8 years ago |
|
gbr_metadata.cpp
|
Add Gerber job file writer in Pcbnew, and a basic reader in Gerbview. Currently disabled
|
8 years ago |
|
gestfich.cpp
|
Fix quotes in UI messages
|
8 years ago |
|
getrunningmicrosecs.cpp
|
Performance counter rework: More comments, code cleaning, and move GetRunningMicroSecs() prototype from common.h to profile.h.
|
9 years ago |
|
gl_context_mgr.cpp
|
Avoid drawing into a non valid gl context when closing the DIALOG_PAD_PROPERTIES dialog
|
8 years ago |
|
gr_basic.cpp
|
Eeschema: Adding line styling options
|
8 years ago |
|
grid_tricks.cpp
|
Add missing C++ stdlib headers
|
10 years ago |
|
hash_eda.cpp
|
Hash functions for BOARD_ITEMs
|
8 years ago |
|
hotkeys_basic.cpp
|
general UI fix. Fixed a lot of icons and a lot of menu.
|
9 years ago |
|
html_messagebox.cpp
|
Fix graphics rendering on RTL systems (lp:1559545)
|
10 years ago |
|
incremental_text_ctrl.cpp
|
SPIN_INCREMENTAL_TEXT_CTRL: unused member warning
|
9 years ago |
|
kiface_i.cpp
|
Removed old debug output
|
8 years ago |
|
kiway.cpp
|
Fix quotes in UI messages
|
8 years ago |
|
kiway_express.cpp
|
Teach cvpcb about new KIWAY based cross-probing, factor out MAIL_T into mail_type.h
|
12 years ago |
|
kiway_holder.cpp
|
License for KIWAY_HOLDER
|
9 years ago |
|
kiway_player.cpp
|
Removed old debug output
|
8 years ago |
|
lib_id.cpp
|
Eagle Schematics Importer: support for UTF-8
|
8 years ago |
|
lib_table.keywords
|
Added "enabled" parameter for LIB_TABLE_ROW
|
8 years ago |
|
lib_table_base.cpp
|
Only enumerate active libraries
|
8 years ago |
|
lockfile.cpp
|
Move file locking utilities to a separate file
|
9 years ago |
|
lset.cpp
|
Fix minor issues in DIALOG_KEEPOUT_AREA_PROPERTIES.
|
8 years ago |
|
md5_hash.cpp
|
fix minor compil warnings
|
8 years ago |
|
msgpanel.cpp
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
netlist.keywords
|
Fix Bug #1381287 (CvPCB ignores the footprint filter field on aliased components)
|
11 years ago |
|
newstroke_font.cpp
|
all: new Russian GOST patch - author Konstantin Baranovskiy
|
13 years ago |
|
observable.cpp
|
Coverity fixes (mostly initializing variables)
|
9 years ago |
|
origin_viewitem.cpp
|
Display GRID_HELPER auxiliary axes and snap points
|
8 years ago |
|
painter.cpp
|
Refactor layer enumerations to all live in the same place
|
9 years ago |
|
pcb.keywords
|
Add "unlock" property to footprint texts
|
8 years ago |
|
pcb_plot_params.keywords
|
Add Gerber job file writer in Pcbnew, and a basic reader in Gerbview. Currently disabled
|
8 years ago |
|
pgm_base.cpp
|
Symbol library table remapping fixes.
|
8 years ago |
|
prependpath.cpp
|
Fix some issues related to the footprint wizard frame:
|
10 years ago |
|
project.cpp
|
Removed old debug output
|
8 years ago |
|
properties.cpp
|
Eeschema: initial schematic I/O plugin.
|
10 years ago |
|
ptree.cpp
|
Removed all exception specifiers since deprecated.
|
9 years ago |
|
reporter.cpp
|
Added lazy rendering mode for HTML reporter widget (allows a faster report creation, when the report has many lines)
|
10 years ago |
|
richio.cpp
|
Fix quotes in UI messages
|
8 years ago |
|
search_stack.cpp
|
Fix windows help path bug. (fixes lp:1313412)
|
10 years ago |
|
searchhelpfilefullpath.cpp
|
Fix windows help path bug. (fixes lp:1313412)
|
10 years ago |
|
selcolor.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
settings.cpp
|
Multiple improvements concerning colors, configuration handling and legacy features in pcbnew:
|
8 years ago |
|
single_top.cpp
|
Convert symbol library editor over to use symbol library table.
|
8 years ago |
|
streamwrapper.cpp
|
Fix a few doxygen warnings and add a few comments.
|
8 years ago |
|
string.cpp
|
Display more information in component selector
|
9 years ago |
|
strtok_r.c
|
Add strtok_r.c
|
12 years ago |
|
systemdirsappend.cpp
|
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 |
|
text_utils.cpp
|
change UTF8& operator+=( wchar_t ch ) to UTF8& operator+=( unsigned ch ), because swig does not like wchar_t.
|
8 years ago |
|
trigo.cpp
|
common: VECTOR2I-based RotatePoint()
|
8 years ago |
|
utf8.cpp
|
change UTF8& operator+=( wchar_t ch ) to UTF8& operator+=( unsigned ch ), because swig does not like wchar_t.
|
8 years ago |
|
validators.cpp
|
Envrionment variable dialog improvments.
|
10 years ago |
|
wildcards_and_files_ext.cpp
|
Fix wildcard for Eagle XML files.
|
8 years ago |
|
worksheet.cpp
|
Removed all exception specifiers since deprecated.
|
9 years ago |
|
worksheet_viewitem.cpp
|
Refactor layer enumerations to all live in the same place
|
9 years ago |
|
wx_status_popup.cpp
|
Code formatting.
|
11 years ago |
|
wxdataviewctrl_helpers.cpp
|
Move wxDataViewCtrl manipulators out of dialog_choose_component.cpp
|
9 years ago |
|
wxwineda.cpp
|
* KIWAY Milestone A): Make major modules into DLL/DSOs.
|
12 years ago |
|
xnode.cpp
|
Removed all exception specifiers since deprecated.
|
9 years ago |
|
zoom.cpp
|
Fix a UI policy issue. Very minor cosmetic change: give same look to Zoom and Grid selection in 2 menus.
|
9 years ago |