686 Commits (78f70b45e6f4d837a036b3a7a13a96de4714bd0f)

Author SHA1 Message Date
Gary Kim 8e8a3c7bdc
Do not translate name in version info 3 years ago
Jeff Young 4c63b4e061 Class name <-> file name sync. 3 years ago
jean-pierre charras 157b93c4ae Gerbview and Pl_editor: fix missing transfer from preference dialog to Gal options. 3 years ago
Jon Evans 5abf73e3c9 Never call ReCreateMenuBar inside a menu event handler 3 years ago
Alexander Dewing 02325130fa Initial arm64 work 4 years ago
Mike Williams 0e75bf02fa Selection: refactor modifier checking 3 years ago
Jeff Young 13f5c78e89 More tightening of group parent lifecycles. 3 years ago
jean-pierre charras 9501f4303d Rename CreateWindow to CreateKiWindow to avoid a collision name with a windows header 3 years ago
Sylwester Kocjan a234d5a2c8 common,eeschema,pcbnew: path cleanup 3 years ago
jean-pierre charras 7895b47030 pl_editor: fix a crash when trying to delete an item during its creation. 3 years ago
Jeff Young 7ffdfb1067 Clear Scintilla undo history after setting initial text. 3 years ago
Marek Roszko d6f8ca9a2e Patch out the install for argparse 3 years ago
Jeff Young 3221877fe8 Push autosave-require down in to EDA_BASE_FRAME. 3 years ago
Mark Roszko fb8a4c10f7 Shove kicad2step into pcbnew itself with a new cli 3 years ago
jean-pierre charras 7584ccc758 Fix duplicate variable member m_userUnits, creating issues depending on 3 years ago
Jeff Young 7f34586c7e Allow text variable resolution through properties in drawing sheet text. 3 years ago
Jeff Young 30a4d3d2de Coverity fixes. 3 years ago
Mike Williams 9304607624 TOOL_EVENT: make command string non-optional 3 years ago
Jeff Young 45d6b4a9fc Readability improvements. 3 years ago
Marek Roszko 66e8931405 Remove IU_PER_MM thats standalone 3 years ago
Marek Roszko 61e11d6896 Strip out Mils2Iu 3 years ago
Marek Roszko e6ed275c25 Repoint IU_PER_MILS 3 years ago
Marek Roszko a8613ee80f Combine Iu2Millimeter & remove PcbMm2iu 3 years ago
Mark Roszko b00178adb3 Nuke base_units from orbit 3 years ago
lulu731 0180bcf90a ADDED: Implement Drag and Drop 3 years ago
Jeff Young 5d468ca759 Use MESSAGE_TYPE::OUTDATED_SAVE for read-only infobar messages as well. 3 years ago
Jeff Young b4492e0bd2 More EDA_RECE yeetage. 3 years ago
Jeff Young 2dc6300501 Move EDA_ITEM bounding boxes to BOX2I. 3 years ago
Jeff Young 5679b9dbdc Remove a few EDA_RECT instances. 3 years ago
Jeff Young 0c8787cbb9 Some more wxPoint/EDA_RECT yeeting. 3 years ago
Seth Hillbrand b736460e71 Move optional access from value() to *operator 3 years ago
Marek Roszko 03aa63bd50 Move 5 helpers to EDA_UNIT_UTILS since they aren't iu specific 3 years ago
Marek Roszko 99f8bb3219 panel_gal_display_options can be common 3 years ago
Marek Roszko f0956e48f2 Make EDA_TEXT common 3 years ago
Marek Roszko 9acc5ac7ea base_screen became free of base_unitry awhile ago 3 years ago
Marek Roszko bf964d8678 Commonize page_info by simply making the Iu scale a parameter on call. 3 years ago
Seth Hillbrand f1261e71d4 Replace boost::optional with std::optional 3 years ago
Marek Roszko fc99b3ba95 Don't link gdiplus everywhere anymore 3 years ago
Jeff Young aa2ad3b44c Move KICAD_T[] to std::initializer_list<KICAD_T>. 3 years ago
jean-pierre charras 4d48376eae Fix some warnings detected by PVS-STUDIO (not used vars) 3 years ago
Jeff Young 57acce9e55 Share more code between selection tools. 3 years ago
Seth Hillbrand 03c279ffd4 ADDED: Threadpool 3 years ago
Ian McInerney b51d8c9825 Introduce new CMake variable to store kiface install location 3 years ago
Jeff Young 52bc2511cd Add a radioButton mode to IMAGE_BUTTON. 3 years ago
Jeff Young 23fb4c7433 Uniformly use a single facility for location-less prime events. 4 years ago
Jeff Young f2fc78f380 Don't copy modifiers to prime events. 4 years ago
Marek Roszko f88e0481c8 Change the behavior of ACTION_MENU::Add to require clones if required outside the function 4 years ago
Seth Hillbrand 2a5769607f Revert "Change the behavior of ACTION_MENU::Add to require clones if required outside the function" 4 years ago
jean-pierre charras f0f10a43a2 Ensure "Clear Recent Files" menuitem titles are updated after language change. 4 years ago
jean-pierre charras ac8e2d0768 Ensure "Open Recent" and "Clear files" menu titles are updated after language change. 4 years ago