.. |
dialog_about
|
Fix broken HTML formatting in about dialog.
|
9 years ago |
dialogs
|
Explicitly mark overriding functions.
|
9 years ago |
gal
|
Fixes: lp:1687014 Footpring editor disappearing axes crosshair
|
9 years ago |
geometry
|
Fixes Pcbnew bug: Drag Zone Outlines no longer working in legacy view
|
9 years ago |
kicad_curl
|
Narrow assumption on OpenSSL use
|
10 years ago |
math
|
Remove superflous includes.
|
10 years ago |
page_layout
|
Removed a few more headers from base_struct.h
|
9 years ago |
preview_items
|
Add reset text attributes function to GAL - use for arc tool
|
9 years ago |
swig
|
Minor Pcbnew Python scripting fix to expose SHAPE_POLY_SET interface
|
9 years ago |
system
|
Switched coroutine library from Boost libcotext to custom libcontext.
|
9 years ago |
tool
|
Do not store 'force cursor position' setting in VIEW_CONTROLS::SETTINGS
|
9 years ago |
view
|
Enable cursor snapping by default
|
9 years ago |
widgets
|
Add footprint select dropdown to component chooser, serious refactoring
|
9 years ago |
CMakeLists.txt
|
Move wxDataViewCtrl manipulators out of dialog_choose_component.cpp
|
9 years ago |
base_screen.cpp
|
Make undo/redo limits user configurable.
|
10 years ago |
base_struct.cpp
|
Removed a few more headers from base_struct.h
|
9 years ago |
base_units.cpp
|
Move some unit related util function to base_units.h
|
9 years ago |
basic_gal.cpp
|
Give all GAL canvases access to a GAL_DISPLAY_OPTIONS structure instance
|
9 years ago |
basicframe.cpp
|
Icons options menu: code rework
|
9 years ago |
bezier_curves.cpp
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
bin_mod.cpp
|
Remove old, empty header
|
10 years ago |
bitmap.cpp
|
Make show/hide icons in menus a run time option, instead of compil option.
|
9 years ago |
block_commande.cpp
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
build_version.cpp
|
Version string improvements.
|
9 years ago |
class_bitmap_base.cpp
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
class_colors_design_settings.cpp
|
Refactor layer enumerations to all live in the same place
|
9 years ago |
class_layer_box_selector.cpp
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 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 Bug #1536427 ("User (Custom)" size selection in"Page Settings" issue in non English languages).
|
10 years ago |
class_plotter.cpp
|
remove useless or incorrect wxASSERTs
|
9 years ago |
class_undoredo_container.cpp
|
Unified undo buffer handling code for PCB & module editor.
|
9 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
|
Fixed a crash when removing zones using the Global Deletion dialog
|
9 years ago |
common.cpp
|
Remove unused g_ShowPageLimits global variable
|
9 years ago |
common_plotDXF_functions.cpp
|
Pcbnew: add option to plot DXF lines in outline mode.
|
9 years ago |
common_plotGERBER_functions.cpp
|
remove useless or incorrect wxASSERTs
|
9 years ago |
common_plotHPGL_functions.cpp
|
remove useless or incorrect wxASSERTs
|
9 years ago |
common_plotPDF_functions.cpp
|
remove useless or incorrect wxASSERTs
|
9 years ago |
common_plotPS_functions.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
common_plotSVG_functions.cpp
|
remove useless or incorrect wxASSERTs
|
9 years ago |
common_plot_functions.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
config_params.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
confirm.cpp
|
Explicitly mark overriding functions.
|
9 years ago |
convert_basic_shapes_to_polygon.cpp
|
Gerbview: Fix 2 (minor) issues in aperture macro "moire". Add a .gbr test file for this aperture macro.
|
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
|
Removed a few more headers from base_struct.h
|
9 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
|
Fix bug: Render->Grid(Color) doesn't saved between kicad sessions.
|
9 years ago |
draw_panel.cpp
|
Move cursor shape flag into GAL settings
|
9 years ago |
draw_panel_gal.cpp
|
Refactor layer enumerations to all live in the same place
|
9 years ago |
drawtxt.cpp
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
dsnlexer.cpp
|
Remove redundant statement in DSNLEXER::PopReader
|
9 years ago |
eda_dde.cpp
|
Fix a few shadowed local vars, and coding style issues.
|
10 years ago |
eda_doc.cpp
|
Make doc extension (pdf) case insensitive.
|
9 years ago |
eda_pattern_match.cpp
|
Add relational operators to component search
|
9 years ago |
eda_text.cpp
|
Removed a few more headers from base_struct.h
|
9 years ago |
exceptions.cpp
|
Clean up file format error message a bit more
|
9 years ago |
executable_names.cpp
|
Move executable name constants to own file
|
9 years ago |
filter_reader.cpp
|
Add Pcbnew GEDA PCB module plugin support.
|
13 years ago |
findkicadhelppath.cpp.notused
|
improve help file finding after kiway breakage.
|
12 years ago |
footprint_filter.cpp
|
Cvpcb: fix not working footprint filtering by component keyword.
|
9 years ago |
footprint_info.cpp
|
Convert UTF8 to/from wxString correctly around LIB_ID
|
9 years ago |
fp_lib_table.cpp
|
Convert UTF8 to/from wxString correctly around LIB_ID
|
9 years ago |
gbr_metadata.cpp
|
Pcbnew: Add creation of Drill Files in Gerber X2 format.
|
9 years ago |
gestfich.cpp
|
Removed the space in the error message after the new line
|
10 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
|
Fix Windows (and macOS?) build error caused by 11f4622ea
|
9 years ago |
gr_basic.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
grid_tricks.cpp
|
Add missing C++ stdlib headers
|
10 years ago |
hotkeys_basic.cpp
|
Fixed a memleak in ReadHotkeyConfig()
|
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
|
Move SystemDirsAppend to own header
|
9 years ago |
kiway.cpp
|
Make show/hide icons in menus a run time option, instead of compil option.
|
9 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
|
Icons options menu: code rework
|
9 years ago |
lib_id.cpp
|
Fix a few coding issues in dialog_edit_module_for_Modedit.
|
9 years ago |
lib_table.keywords
|
Make footprint ID into a generic library ID.
|
9 years ago |
lib_table_base.cpp
|
Make FP_TBL_MODEL reusable.
|
9 years ago |
lockfile.cpp
|
Move file locking utilities to a separate file
|
9 years ago |
lset.cpp
|
Refactor layer enumerations to all live in the same place
|
9 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
|
GAL: fix grid origin and grid rendering in flipped view mode
|
9 years ago |
painter.cpp
|
Refactor layer enumerations to all live in the same place
|
9 years ago |
pcb.keywords
|
pcbnew: added diff pair gap & width to Design Rules dialog & PCB file format.
|
9 years ago |
pcb_plot_params.keywords
|
Prepare Plot Gerber file to include advanced aperture and net attributes.
|
9 years ago |
pgm_base.cpp
|
Disable icons in menus by default on osx
|
9 years ago |
prependpath.cpp
|
Fix some issues related to the footprint wizard frame:
|
10 years ago |
project.cpp
|
Add footprint select dropdown to component chooser, serious refactoring
|
9 years ago |
properties.cpp
|
Eeschema: initial schematic I/O plugin.
|
9 years ago |
ptree.cpp
|
Eeschema: extend max number of units per package to 52 and clean code to easily extend this value upto 26x26 (but 52 is a reasonable max value).
|
11 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
|
Split IO_ERROR out of richio.* and store Problem() and Where() separately
|
9 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 |
single_top.cpp
|
Make Mac-specific function conditional
|
9 years ago |
streamwrapper.cpp
|
Workaround for non-ASCII filenames in Windows
|
9 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 |
trigo.cpp
|
Clarify atan2 overloads
|
10 years ago |
utf8.cpp
|
Initial KIWAY (modular-kicad) work. Various tweeks.
|
12 years ago |
validators.cpp
|
Envrionment variable dialog improvments.
|
10 years ago |
wildcards_and_files_ext.cpp
|
Pcbnew: remove dead macro code.
|
10 years ago |
worksheet.cpp
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
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 |
wx_unit_binder.cpp
|
Fix some issues related to the footprint wizard frame:
|
10 years ago |
wxdataviewctrl_helpers.cpp
|
Move wxDataViewCtrl manipulators out of dialog_choose_component.cpp
|
9 years ago |
wxunittext.cpp
|
Code cleanup: Remove outdated decimils to/from iu defines and conversion functions (decimils are no more in use since a long time).
|
9 years ago |
wxwineda.cpp
|
* KIWAY Milestone A): Make major modules into DLL/DSOs.
|
12 years ago |
xnode.cpp
|
Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today.
|
12 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 |