kicad/include
Tomasz Wlostowski d937fadd6f Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +02:00
..
core Rename class GROUP in pcbnew to PCB_GROUP 2020-08-12 15:36:08 +01:00
gal Remove shadowing linewidth member from the Cairo GAL 2020-08-10 22:16:11 +00:00
kicad_curl
libeval Add parsing for centimeters into the numeric evaluator 2020-07-07 23:12:17 +01:00
libeval_compiler libeval_compiler: general clean up of the Lemon grammar + some smart pointers + killed all memory leaks. WIP! 2020-08-13 14:50:59 +02:00
plugins Add noexcept to some functions in the 3d viewer. 2020-04-16 16:11:21 +00:00
preview_items Improve arc geometry manager to choose the direction which makes more sense 2020-07-03 15:05:17 +00:00
project Settings management: try to fix full filename issues when using non ASCII7 chars. 2020-08-02 21:31:03 +02:00
settings Ensure the environment variables are synchronized between KiCad and Python 2020-08-09 19:56:12 +01:00
tool libcontext: clean up own's shit when coroutine call is over (MSVC only) 2020-07-22 16:57:54 +02:00
view Performance enhancements for PCBNew scrolling and zooming. 2020-08-10 23:43:24 +01:00
widgets Ask user before throwing away changes to DRC Rules. 2020-08-10 23:43:24 +01:00
advanced_config.h Adding triangulation viewing to AC 2020-08-12 06:22:45 -07:00
array_axis.h
array_options.h
base64.h
base_screen.h Undo for schematic-wide operations. 2020-07-13 12:32:17 +01:00
base_struct.h properties: post-rebase fixes 2020-07-05 22:44:38 +02:00
base_units.h Ensure file reads always use the C-locale variant 2020-07-12 20:03:50 -07:00
basic_gal.h
bin_mod.h Move the file history into the frames 2020-05-17 00:12:49 +01:00
bitmap_base.h
bitmap_types.h Move scaled toolbar separator into ACTION_TOOLBAR 2020-06-26 21:29:03 +00:00
bitmaps.h
board_design_settings.h Settings management: try to fix full filename issues when using non ASCII7 chars. 2020-08-02 21:31:03 +02:00
board_printout.h Don't mandate ownership semantics in API 2020-07-26 02:45:27 +00:00
build_version.h Move bug reporting to COMMON_CONTROL; add to Help menu 2020-05-26 21:18:32 -04:00
class_board_item.h Fix assert where geometry routine wasn't ready to handle layers. 2020-08-12 22:20:08 +01:00
class_draw_panel_gal.h Prepare removing creation of a wxPaintEvent instance, not allowed in 3.1.4 wxWidgets 2020-07-13 19:53:07 +02:00
class_pcb_group.h Rename class GROUP in pcbnew to PCB_GROUP 2020-08-12 15:36:08 +01:00
collector.h ADDED: Expand selection in context menu 2020-07-07 14:18:35 -07:00
commit.h Renormalize line endings and enforce normalization for all contributors 2020-08-03 23:15:10 +01:00
common.h Project settings fixes from review 2020-07-02 22:08:54 -04:00
config_map.h
config_params.h Port Eeschema to new project settings 2020-07-02 22:08:54 -04:00
confirm.h
convert_to_biu.h Read/write schematic netclass properties. 2020-07-27 23:10:46 +01:00
cursor_store.h
dialog_configure_paths.h
dialog_edit_library_tables.h
dialog_helpers.h Add Assign Netclass... to context menu. 2020-07-07 14:23:39 +01:00
dialog_shim.h Make sure CvPcb gets its Cancel button fixed up. 2020-06-04 22:35:01 +01:00
dsnlexer.h Last issue wasn't gcc/CLang after all, but the lexer not getting built. 2020-08-06 23:16:58 +01:00
eagle_parser.h
eda_base_frame.h Ensure the environment variables are synchronized between KiCad and Python 2020-08-09 19:56:12 +01:00
eda_dde.h
eda_doc.h Add text variable support to envVar processing. 2020-04-05 20:52:26 +01:00
eda_draw_frame.h Update text variables even when they're changed from other binary. 2020-07-17 21:05:11 +01:00
eda_pattern_match.h
eda_rect.h
eda_text.h EDA_TEXT: rename GetEffectiveShape() to GetEffectiveTextShape() to avoid name aliasing with BOARD_ITEM inteface 2020-08-13 14:50:59 +02:00
enum_vector.h
env_paths.h Project settings fixes from review 2020-07-02 22:08:54 -04:00
env_vars.h
executable_names.h
fctsys.h
filehistory.h
filename_resolver.h Add text variable support to envVar processing. 2020-04-05 20:52:26 +01:00
filter_reader.h
footprint_editor_settings.h Migrate PcbNew project settings to new framework 2020-07-02 22:08:54 -04:00
footprint_filter.h
footprint_info.h
fp_lib_table.h
frame_type.h Remove SHAPE_EDITOR frame types before we forget about them. 2020-06-19 14:10:41 +01:00
gbr_metadata.h
gbr_netlist_metadata.h
gestfich.h
gl_context_mgr.h
gl_utils.h Modify glx sync to be Linux only. 2020-07-03 11:17:56 -07:00
gr_basic.h
gr_text.h Fix some more pen width issues from global removal. 2020-05-12 15:20:17 +01:00
grid_tricks.h Only reserve hotkeys for focused textCtrls that are editabled. 2020-07-14 13:30:43 +01:00
hash_eda.h Update templating for hash values 2020-07-10 10:03:29 -07:00
hashtables.h
hotkey_store.h
hotkeys_basic.h
html_messagebox.h
i18n_utility.h
id.h Attempt to fix duplicate ID issue on MSW. 2020-06-17 18:44:39 +01:00
import_export.h
inspectable.h INSPECTABLE: minor bugfix 2020-07-05 22:44:38 +02:00
intrusive_list.h
ki_exception.h
kicad_string.h Convert smart quotes and dashes in reports to ASCII quotes and dashes. 2020-08-10 23:43:24 +01:00
kiface_i.h Move the file history into the frames 2020-05-17 00:12:49 +01:00
kiface_ids.h
kiway.h Ensure the environment variables are synchronized between KiCad and Python 2020-08-09 19:56:12 +01:00
kiway_express.h
kiway_holder.h Move SCH_SCREEN project access to SCHEMATIC 2020-05-20 22:27:48 -04:00
kiway_mgr.h
kiway_player.h More infrastructure work for shape editor. 2020-06-18 15:38:01 +01:00
launch_ext.h
layers_id_colors_and_visibility.h Add color layer for schematic aux items 2020-08-09 17:39:52 -04:00
lib_id.h
lib_table_base.h Add text variable support to envVar processing. 2020-04-05 20:52:26 +01:00
lib_table_grid.h Generalize default footprint fields. 2020-05-08 23:30:33 +01:00
lib_tree_item.h
lockfile.h
macros.h Introduce new KI_FALLTHROUGH macro 2020-04-25 00:44:09 +01:00
mail_type.h ADDED: Geographic Reannotation 2020-08-09 12:43:05 -04:00
marker_base.h Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +02:00
menus_helpers.h
msgpanel.h
multivector.h
netclass.h Fix doubly-inited list. 2020-08-08 16:25:30 +01:00
newstroke_font.h
observable.h
origin_viewitem.h Removed const modifier for returned non-reference types 2020-07-05 22:44:38 +02:00
pad_shapes.h Add missing include 2020-07-01 15:40:15 -07:00
page_info.h Eeschema : Add A5 sheet size 2020-07-21 00:00:36 +00:00
painter.h Remove a bunch of globals. 2020-04-16 17:34:46 +01:00
panel_hotkeys_editor.h Unify settings reset buttons into one location 2020-07-16 00:08:16 +01:00
panel_text_variables.h
pcb_base_frame.h Update text variables even when they're changed from other binary. 2020-07-17 21:05:11 +01:00
pcb_display_options.h More visibility settings infrastructure 2020-07-11 21:59:07 -04:00
pcb_screen.h Undo for schematic-wide operations. 2020-07-13 12:32:17 +01:00
pgm_base.h
plotter.h PDF plotter: better handling of non ASCII7 (unicode 16) chars. 2020-07-26 17:59:02 +02:00
printout.h Coverity fixes 2020-05-18 22:58:28 -04:00
profile.h
project.h CHANGED: Library editors are now usable with no project loaded 2020-08-07 18:02:34 -04:00
properties.h
property.h ENUM_MAP: fix value used as index (should be use as key) bug causing incorrect String<>Enum mappings 2020-07-29 23:14:34 +02:00
property_mgr.h PROPERTY_MANAGER: added GetAllClasses and GetMatchingClasses methods 2020-07-05 22:44:38 +02:00
ptree.h
refdes_utils.h
render_settings.h Flags cleanup. 2020-06-27 17:53:04 +01:00
reporter.h Add simplified HTML reporter window. 2020-07-30 14:27:42 +01:00
richio.h
scintilla_tricks.h Only reserve hotkeys for focused textCtrls that are editabled. 2020-07-14 13:30:43 +01:00
scoped_set_reset.h
search_stack.h
status_popup.h
streamwrapper.h
sync_queue.h
systemdirsappend.h
textentry_tricks.h Some more work on getting wxWidgets to stop stealing textEntry keys. 2020-05-30 12:32:33 +01:00
title_block.h
trace_helpers.h Fix Python environment variable handling 2020-08-12 00:14:19 +01:00
undo_redo_container.h Undo for schematic-wide operations. 2020-07-13 12:32:17 +01:00
utf8.h
validators.h Allow Net Inspector to create, rename and delete nets. 2020-07-11 21:19:49 +01:00
wildcards_and_files_ext.h Adding Fabmaster extensions 2020-07-19 20:46:14 -07:00
ws_data_item.h Clean up worksheet draw items 2020-07-03 23:06:37 -04:00
ws_data_model.h
ws_draw_item.h Add missing includes 2020-07-06 06:17:37 -07:00
ws_painter.h Read and update colour settings when changed in prefs. 2020-08-02 18:43:18 +01:00
ws_proxy_undo_item.h
ws_proxy_view_item.h Don't use the schematic grid for page border in pcbnew 2020-08-07 17:12:21 -04:00
wxdataviewctrl_helpers.h
xnode.h