.. |
dialog_about
|
Add links to list of library contributors on GitHub
|
2017-12-12 07:40:15 -05:00 |
dialogs
|
Hotkey editor: DPI-independent default size
|
2018-01-06 22:33:46 -07:00 |
gal
|
OpenGL: Fix background color being drawn twice in no-AA mode
|
2018-01-06 17:32:19 +01:00 |
geometry
|
SHAPE_POLY_SET: fix segfault in unfracturing of polygons with 0-width slits
|
2018-01-02 00:49:59 +01:00 |
kicad_curl
|
…
|
|
libeval
|
Expression evaluator: increased output precision
|
2017-11-24 21:16:13 +01:00 |
math
|
…
|
|
page_layout
|
Minor string fixes
|
2017-12-18 18:09:48 +01:00 |
preview_items
|
Don't capture cursor if zone or polygon cancelled.
|
2018-01-04 13:10:37 -05:00 |
swig
|
…
|
|
system
|
…
|
|
tool
|
Don't warp cursor if the disambiguation menu is cancelled.
|
2018-01-02 13:01:55 -05:00 |
view
|
Flip horizontal scrollbar behavior in flipped board view mode
|
2018-01-06 14:58:05 -05:00 |
widgets
|
COLOR_SWATCH, INDICATOR_ICON: DPI-independent scaling
|
2018-01-07 09:28:47 -07:00 |
CMakeLists.txt
|
Order source file names alphabetically
|
2017-12-27 14:01:05 -05:00 |
base_screen.cpp
|
…
|
|
base_struct.cpp
|
…
|
|
base_units.cpp
|
Numeric expression evaluator
|
2017-11-24 21:15:40 +01:00 |
basic_gal.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
2017-11-16 15:53:30 +01:00 |
basicframe.cpp
|
Removed old debug output
|
2017-12-17 18:43:43 +01:00 |
bezier_curves.cpp
|
…
|
|
bin_mod.cpp
|
…
|
|
bitmap.cpp
|
Remove some extra semicolons
|
2017-11-09 19:52:18 +01:00 |
block_commande.cpp
|
…
|
|
build_version.cpp
|
…
|
|
class_bitmap_base.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
2017-11-16 15:53:30 +01:00 |
class_colors_design_settings.cpp
|
To avoid mistakes between graphic layers for pads, holes and not plated holes, rename 3 GAL_LAYER_ID names:
|
2017-11-29 09:48:41 +01:00 |
class_layer_box_selector.cpp
|
…
|
|
class_marker_base.cpp
|
…
|
|
class_page_info.cpp
|
Fix minor compil warnings (some are for old compilers).
|
2017-12-18 19:52:44 +01:00 |
class_plotter.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
2017-11-16 15:53:30 +01:00 |
class_undoredo_container.cpp
|
Remove some else-after-return's
|
2017-11-09 19:52:18 +01:00 |
colors.cpp
|
…
|
|
commit.cpp
|
refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future
|
2017-11-03 23:59:02 +01:00 |
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
|
2017-12-18 09:53:14 +01:00 |
common_plotDXF_functions.cpp
|
Avoid C-style array member init (illegal in C++)
|
2017-12-06 19:28:17 -05:00 |
common_plotGERBER_functions.cpp
|
Fix: Gerber plot output creates incorrect custom pads when a rectangular anchor pad with x size > y size is used.
|
2017-12-15 12:33:28 +01:00 |
common_plotHPGL_functions.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
2017-11-16 15:53:30 +01:00 |
common_plotPDF_functions.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
2017-11-16 15:53:30 +01:00 |
common_plotPS_functions.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
2017-11-16 15:53:30 +01:00 |
common_plotSVG_functions.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
2017-11-16 15:53:30 +01:00 |
common_plot_functions.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
2017-11-16 15:53:30 +01:00 |
config_params.cpp
|
GTK+ file dialog wildcard improvements.
|
2017-11-11 19:32:26 -05:00 |
confirm.cpp
|
DIALOG_MULTI_OPTIONS: fixed disappearing buttons
|
2017-11-21 23:18:55 +01:00 |
convert_basic_shapes_to_polygon.cpp
|
…
|
|
copy_to_clipboard.cpp
|
…
|
|
dialog_shim.cpp
|
Simplify DIALOG_SHIM::SetSizeInDU()
|
2018-01-06 14:51:07 -07:00 |
displlst.cpp
|
…
|
|
dlist.cpp
|
…
|
|
draw_frame.cpp
|
Add a first-run dialog to encourage user to switch to OpenGL
|
2018-01-04 10:14:40 -05:00 |
draw_panel.cpp
|
wx: Add double-click handling in disambiguation cases
|
2017-12-15 16:32:19 -05:00 |
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
|
2017-11-03 20:02:06 +01:00 |
drawtxt.cpp
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
2017-11-16 15:53:30 +01:00 |
dsnlexer.cpp
|
Fix quotes in UI messages
|
2017-12-15 07:33:07 -05:00 |
eagle_parser.cpp
|
Eagle Schematics Importer: support for UTF-8
|
2017-12-17 19:54:21 +01:00 |
eda_dde.cpp
|
…
|
|
eda_doc.cpp
|
Fix quotes in UI messages
|
2017-12-15 07:33:07 -05:00 |
eda_pattern_match.cpp
|
…
|
|
eda_text.cpp
|
Changed default text size to 50mils
|
2017-12-21 12:16:57 -05:00 |
env_paths.cpp
|
Revert commit bc0306ba as it did not fix the issue.
|
2017-11-22 15:54:18 -05:00 |
exceptions.cpp
|
Fix quotes in UI messages
|
2017-12-15 07:33:07 -05:00 |
executable_names.cpp
|
…
|
|
filter_reader.cpp
|
richio.h, class LINE_READER: prefix variable member names by "m_", like in other classes in Kicad.
|
2017-11-12 18:29:56 +01:00 |
findkicadhelppath.cpp.notused
|
…
|
|
footprint_filter.cpp
|
…
|
|
footprint_info.cpp
|
Fix quotes in UI messages
|
2017-12-15 07:33:07 -05:00 |
fp_lib_table.cpp
|
Fix quotes in UI messages
|
2017-12-15 07:33:07 -05:00 |
gbr_metadata.cpp
|
…
|
|
gestfich.cpp
|
Fix quotes in UI messages
|
2017-12-15 07:33:07 -05:00 |
getrunningmicrosecs.cpp
|
…
|
|
gl_context_mgr.cpp
|
Avoid drawing into a non valid gl context when closing the DIALOG_PAD_PROPERTIES dialog
|
2017-11-07 18:33:53 +01:00 |
gr_basic.cpp
|
Eeschema: Adding line styling options
|
2017-11-15 08:10:51 +01:00 |
grid_tricks.cpp
|
…
|
|
hash_eda.cpp
|
Hash functions for BOARD_ITEMs
|
2017-10-24 23:10:40 +02:00 |
hotkeys_basic.cpp
|
…
|
|
html_messagebox.cpp
|
HTML_MESSAGE_BOX: DPI-independent default size
|
2018-01-06 21:27:08 -07:00 |
incremental_text_ctrl.cpp
|
…
|
|
kiface_i.cpp
|
Removed old debug output
|
2017-12-17 18:43:43 +01:00 |
kiway.cpp
|
Better management of KIWAY_PLAYER frame when called in modal mode, and having the wxFLOAT_ON_PARENT style option.
|
2018-01-01 10:41:43 +01:00 |
kiway_express.cpp
|
…
|
|
kiway_holder.cpp
|
…
|
|
kiway_player.cpp
|
Removed old debug output
|
2017-12-17 18:43:43 +01:00 |
lib_id.cpp
|
Eagle Schematics Importer: support for UTF-8
|
2017-12-17 19:54:21 +01:00 |
lib_table.keywords
|
Added "enabled" parameter for LIB_TABLE_ROW
|
2017-11-21 08:18:06 -05:00 |
lib_table_base.cpp
|
Eeschema: fix remapping bug on windows builds.
|
2018-01-03 08:37:54 -05:00 |
lockfile.cpp
|
…
|
|
lset.cpp
|
…
|
|
md5_hash.cpp
|
fix minor compil warnings
|
2017-12-05 18:02:53 +01:00 |
msgpanel.cpp
|
…
|
|
netlist.keywords
|
…
|
|
newstroke_font.cpp
|
…
|
|
observable.cpp
|
…
|
|
origin_viewitem.cpp
|
…
|
|
painter.cpp
|
…
|
|
pcb.keywords
|
Add "unlock" property to footprint texts
|
2017-11-27 18:21:00 -07:00 |
pcb_plot_params.keywords
|
…
|
|
pgm_base.cpp
|
Symbol library table remapping fixes.
|
2017-11-09 18:50:18 -05:00 |
prependpath.cpp
|
…
|
|
project.cpp
|
Removed old debug output
|
2017-12-17 18:43:43 +01:00 |
properties.cpp
|
…
|
|
ptree.cpp
|
…
|
|
reporter.cpp
|
…
|
|
richio.cpp
|
Fix quotes in UI messages
|
2017-12-15 07:33:07 -05:00 |
search_stack.cpp
|
…
|
|
searchhelpfilefullpath.cpp
|
…
|
|
selcolor.cpp
|
…
|
|
settings.cpp
|
…
|
|
single_top.cpp
|
Convert symbol library editor over to use symbol library table.
|
2017-11-09 18:50:20 -05:00 |
streamwrapper.cpp
|
…
|
|
string.cpp
|
…
|
|
strtok_r.c
|
…
|
|
systemdirsappend.cpp
|
…
|
|
text_utils.cpp
|
change UTF8& operator+=( wchar_t ch ) to UTF8& operator+=( unsigned ch ), because swig does not like wchar_t.
|
2017-12-08 17:57:53 +01:00 |
trigo.cpp
|
…
|
|
utf8.cpp
|
change UTF8& operator+=( wchar_t ch ) to UTF8& operator+=( unsigned ch ), because swig does not like wchar_t.
|
2017-12-08 17:57:53 +01:00 |
validators.cpp
|
…
|
|
wildcards_and_files_ext.cpp
|
UI string normalization.
|
2017-12-24 10:04:32 -05:00 |
worksheet.cpp
|
…
|
|
worksheet_viewitem.cpp
|
…
|
|
wx_status_popup.cpp
|
…
|
|
wxdataviewctrl_helpers.cpp
|
…
|
|
wxwineda.cpp
|
…
|
|
xnode.cpp
|
…
|
|
zoom.cpp
|
…
|
|