You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Seth Hillbrand 4d2e953f42 Cleanup: Replace C-only deprecated headers 6 years ago
..
dialog_about Make build date update whenever build version does 6 years ago
dialogs Cleanup: Replace C-only deprecated headers 6 years ago
gal Unified update to C++14 std::make_unique 6 years ago
geometry Cleanup: Replace C-only deprecated headers 6 years ago
kicad_curl Cleanup: Replace C-only deprecated headers 6 years ago
libeval Cleanup: Replace C-only deprecated headers 6 years ago
math Remove superflous includes. 10 years ago
page_layout Support 9 comments in the page setting GUI. 6 years ago
plotters Apply the overbar fixes from the stroke font to bitmap text. 6 years ago
preview_items pcbnew: Fix 45° snapping polygons 6 years ago
swig Python scripting: fix missing definition of uint32_t (and some other similar defs). 6 years ago
system Cleanup: Replace C-only deprecated headers 6 years ago
tool tool manager: Don't adjust the iterator to invalid 6 years ago
view view: Check for viewData in IsVisible() 6 years ago
widgets Fix library tree updating bug present at least on OSX. 6 years ago
CMakeLists.txt Add clear recent files action to the menus 6 years ago
advanced_config.cpp Make pin function in pads an advanced feature. 6 years ago
array_axis.cpp Pcbnew: add a step field to the array tool 7 years ago
array_options.cpp Arrays: isolate axis code in a new class 7 years ago
base_screen.cpp Cleanup some left-over vestiages of the legacy canvas architecture. 6 years ago
base_struct.cpp Allow EDA_RECT to properly be uninitialized 6 years ago
base_units.cpp Pcbnew: add a board layer stack manager 6 years ago
basic_gal.cpp DrawGraphicText: remove a static variable, and replace it (when needed) by a new parameter in argument list. 8 years ago
bezier_curves.cpp FIX: add parameter to GAL::DrawCurve to control the curve to polyline conversion. Cairo supports curves, but not Opengl, that needs a conversion to polyline. This control allows optimization in conversion 6 years ago
bin_mod.cpp Add clear recent files action to the menus 6 years ago
bitmap.cpp Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 6 years ago
bitmap_base.cpp Common: Fix copy-construction of empty BITMAP_BASE 7 years ago
board_printout.cpp When printing, pads are not always printed (especially on tech layers) 7 years ago
build_version.cpp Make build date update whenever build version does 6 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
colors_design_settings.cpp Update frame type enum to match current class names. 6 years ago
commit.cpp keepout in footprint: fix some crashes and issues. Create a specific type (PCB_MODULE_ZONE_AREA_T) for zones in footprint. The new class (MODULE_ZONE_CONTAINER) is the same as ZONE_CONTAINER, but the type ID is PCB_MODULE_ZONE_AREA_T instead of PCB_ZONE_AREA_T. 6 years ago
common.cpp Common: do not conditionally define wxPoint/Size operator<< 6 years ago
config_params.cpp Eradicate globals for PCB_GENERAL_SETTINGS. 6 years ago
confirm.cpp Improve spelling. 6 years ago
convert_basic_shapes_to_polygon.cpp Performance enhancement for pad drawing. 6 years ago
cursor_store.cpp Eeschema: construct simulator cursors on demand 7 years ago
dialog_shim.cpp Tighten up the board setup dialog layout a bit. 6 years ago
displlst.cpp Fix some issues with the previous commit. 6 years ago
dlist.cpp Fixed an assert in DHEAD::append() 8 years ago
dpi_scaling.cpp Add configuration of Hi-DPI canvas scaling in OpenGL 7 years ago
draw_panel_gal.cpp some other WXDEBUG replacement 6 years ago
dsnlexer.cpp Fix quotes in UI messages 8 years ago
eagle_parser.cpp Eagle: Fix crash when importing Eagle V6 7 years ago
eda_base_frame.cpp Add clear recent files action to the menus 6 years ago
eda_dde.cpp Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 6 years ago
eda_doc.cpp Move env var substitution into GetAssociatedDocument 7 years ago
eda_draw_frame.cpp Add clear recent files action to the menus 6 years ago
eda_pattern_match.cpp C++14: Remove unused make_unique.h 6 years ago
eda_size_ctrl.cpp Clean up units infrastructure after g_UserUnit removal. 7 years ago
eda_text.cpp Add super- and subscript support to Eeschema. 6 years ago
env_paths.cpp Fixed normalizeAbsolutePaths() condition 8 years ago
env_vars.cpp Add configuration of Hi-DPI canvas scaling in OpenGL 7 years ago
exceptions.cpp Fix bugs in Eeschema paste. 6 years ago
executable_names.cpp Move executable name constants to own file 9 years ago
filehistory.cpp Add clear recent files action to the menus 6 years ago
filename_resolver.cpp Fold 3D Search Paths dialog into Configure Paths. 7 years ago
filter_reader.cpp Cleanup: Replace C-only deprecated headers 6 years ago
footprint_filter.cpp Cleanup to make implementation names consistent with what they now do. 6 years ago
footprint_info.cpp Move remaining hard-coded segment counts 7 years ago
fp_lib_table.cpp Workaround an issue where a throw terminates (even when there's a catch for it). 6 years ago
gbr_metadata.cpp ADDED: Pcbnew, add "pin function" (pin name in eeschema) to pads. 6 years ago
gestfich.cpp Fix bug (typo?) in gestfich.cpp. 6 years ago
getrunningmicrosecs.cpp Cleanup: Replace C-only deprecated headers 6 years ago
gl_context_mgr.cpp Dealing with inconsistent wxGLCanvas::IsDisplaySupported() 7 years ago
gr_basic.cpp FIX: Bezier curves: replace previous algorithm to convert the curve to segments. In some cases it was not working well. Opengl was using an other algo (using the curve properties to create segments) Now only the OpenGL algo is used, with optimization to reduce the number of segments. 6 years ago
gr_text.cpp New selection highlighting model for eeschema. 6 years ago
grid_tricks.cpp Fix a wxWidgets alert (on wxWidgets 3.1.3) 6 years ago
hash_eda.cpp Gencad export: fix an issue in hash_eda calculation, that can generate the same hash for 2 different footprints. 6 years ago
hotkey_store.cpp Preferences, Hotkey list: Avoid list to be shown twice. 6 years ago
hotkeys_basic.cpp Improve gesture lables for better consistency with key labels. 6 years ago
html_messagebox.cpp Pcbnew: fix size of graphics import warning dialog. 6 years ago
kiface_i.cpp Removed old debug output 8 years ago
kiway.cpp Cleanup: Replace C-only deprecated headers 6 years ago
kiway_express.cpp Support synchronous messaging over KIWAY EXPRESS. 7 years ago
kiway_holder.cpp Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 6 years ago
kiway_player.cpp Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 6 years ago
languages_menu.cpp Add checking to languages menu. 6 years ago
lib_id.cpp Unify string lists of forbidden footprint chars 6 years ago
lib_table.keywords Added "enabled" parameter for LIB_TABLE_ROW 8 years ago
lib_table_base.cpp Alphabetize Library Table returns 6 years ago
lib_tree_model.cpp Return control of Symbol and Footprint chooser col widths to user. 6 years ago
lib_tree_model.h libtree: Update width automatically 7 years ago
lib_tree_model_adapter.cpp Fix width of part selector columns 6 years ago
lib_tree_model_adapter.h Fix width of part selector columns 6 years ago
lockfile.cpp Move file locking utilities to a separate file 9 years ago
lset.cpp Cleanup: Replace C-only deprecated headers 6 years ago
marker_base.cpp Convert remaining legacy drawing code to print code. 6 years ago
md5_hash.cpp Add MD5_HASH::Format for debug purposes. 7 years ago
msgpanel.cpp Remove colours from message text items. 7 years ago
netlist.keywords ADDED: Pcbnew, add "pin function" (pin name in eeschema) to pads. 6 years ago
newstroke_font.cpp Rescale and flip Chinese characters 6 years ago
observable.cpp Coverity fixes (mostly initializing variables) 9 years ago
origin_viewitem.cpp Fix compiler warnings. 6 years ago
page_info.cpp Fix code after renaming files 8 years ago
painter.cpp GAL: Make high-contrast meld into background 6 years ago
pcb.keywords ADDED: Pcbnew, add "pin function" (pin name in eeschema) to pads. 6 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 Add clear recent files action to the menus 6 years ago
prependpath.cpp Fix some issues related to the footprint wizard frame: 10 years ago
printout.cpp Grand printing dialogs refactor 7 years ago
project.cpp Ensure we have a destination for config template 7 years ago
properties.cpp Eeschema: initial schematic I/O plugin. 9 years ago
ptree.cpp Cleanup: Replace C-only deprecated headers 6 years ago
refdes_utils.cpp Fix broken GetReferencePrefix function 7 years ago
reporter.cpp Optionally sort reporter messages 8 years ago
richio.cpp Uniformly quote strings which may have user content. 7 years ago
search_stack.cpp Replace log debugging output with tracing. 7 years ago
searchhelpfilefullpath.cpp Replace log debugging output with tracing. 7 years ago
settings.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
single_top.cpp Update frame type enum to match current class names. 6 years ago
status_popup.cpp Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 6 years ago
streamwrapper.cpp Replace WIN32 preprocessor symbol by the official symbol _WIN32, used almost everywhere 7 years ago
string.cpp Cherry pick of line-ending-safety fix from 5.1. 6 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
trace_helpers.cpp Add log trace for tool handling 6 years ago
undo_redo_container.cpp eeschema: Remove UR_WIRE_IMAGE 7 years ago
utf8.cpp Cleanup: Replace C-only deprecated headers 6 years ago
validators.cpp Unify string lists of forbidden footprint chars 6 years ago
wildcards_and_files_ext.cpp Fix a couple of issues in new Save As command. 6 years ago
wxdataviewctrl_helpers.cpp Move wxDataViewCtrl manipulators out of dialog_choose_component.cpp 9 years ago
xnode.cpp Escape slashes in labels and netnames. 7 years ago