232 Commits (907ad27e7f25d7b34b7681f6a723753a33753103)

Author SHA1 Message Date
Jeff Young b80824951e Clean up some of the PDF hypertext stuff, and add opening HTTP[S] urls. 3 years ago
Jon Evans 04f65c6c5c ADDED: Option to disable autoplacement for particular fields 3 years ago
Jon Evans 8d8205d2eb Fix missing inits 3 years ago
Jon Evans 4ea0a80df0 CHANGED: Fields may now optionally display their name before their value 3 years ago
Roberto Fernandez Bautista 09aa28d78b Fix Intersheet Refs navigation in eeschema 3 years ago
Jeff Young f17a865593 Move EDA_ITEM hitTest to BOX2I. 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
Marek Roszko f0956e48f2 Make EDA_TEXT common 3 years ago
Jeff Young c65228e15f Fix plotting offset issue for non-symbol fields. 3 years ago
Jeff Young c0d2052e4b PDF hypertext menus for intersheet references. 3 years ago
Jeff Young 122a6d7f46 Move hypertext linking to user-page-numbers. 3 years ago
Roberto Fernandez Bautista 516c4cb2d3 wip refactoring: use virtual page numbers for page navigation 3 years ago
Roberto Fernandez Bautista 51bcfaafd7 start moving to virtual page numbers 3 years ago
Roberto Fernandez Bautista 840bcffefb ADDED: Hyperlinks on text items in Schematic Editor 4 years ago
Marek Roszko bf964d8678 Commonize page_info by simply making the Iu scale a parameter on call. 3 years ago
Marek Roszko e0f28fc4e1 Replace wxFindReplaceData with our own container 3 years ago
Jeff Young f42b66bc1c Regularize ellipsization of menu and status text. 3 years ago
Jeff Young aa2ad3b44c Move KICAD_T[] to std::initializer_list<KICAD_T>. 3 years ago
Jeff Young 3589eb33f0 Handle text color when printing and plotting. 4 years ago
Jeff Young 47e002a33d Add font to status bar for text objects. 4 years ago
Jeff Young 63b5ad7df1 Fix some issues with global-label fields' bounding boxes. 4 years ago
Jeff Young 082c6f5bd6 Make sure plotter uses default font when specified. 4 years ago
Jeff Young f11b8011cd Separate plotting into background and foreground. 4 years ago
Jeff Young 3d0b03515d Fix bad field names when ID == -1. 4 years ago
Jeff Young 5739505aa3 TextBoxes for PCBNew. 4 years ago
Jeff Young 3409783d9f Break sch_text.h/.cpp into sch_text and sch_label. 4 years ago
Jeff Young e61144d45a Finish with EDA_ANGLE. 4 years ago
Jeff Young e048e51f5d Improve SNR of EDA_ANGLE stuff. 4 years ago
Jeff Young 7d032f9c2f Outline font rendering for Cairo, plotter, printer and 3D viewer. 4 years ago
Jeff Young 04c76f10e9 Performance enhancements for fonts. 4 years ago
Jeff Young aef2a3fca4 Default font for eeschema. 4 years ago
Marek Roszko ac715d2e51 Scoop up some more wxPoint instances 4 years ago
jean-pierre charras 797de9d327 Fix some issues (but not all) in qa tests for eeschema 4 years ago
Jeff Young 93018375f8 Fix some test errors and update gold files for better netnames. 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Marek Roszko 347e03363a Convert wxPoint/wxSize starting from EDA_RECT usages 4 years ago
Jeff Young ccb94fd1a7 APIs for passing KIFONT::FONT pointers around. 4 years ago
Jeff Young dd6cd7d184 Pull some more improvements in from rockola/kicad-strokefont. 4 years ago
Jeff Young 86cb57f4a7 Cherry-pick TEXT_ATTRIBUTES and EDA_ANGLE from rockola/kicad-strokefont 4 years ago
Jeff Young 889970a449 SCH_NETCLASS_FLAGs and SCH_FIELDs for labels. 4 years ago
Wayne Stambaugh a03e6e4926 Revert "Eeschema: fix broken page numbers when renaming a sheet file name." 4 years ago
Wayne Stambaugh a468a79948 Eeschema: fix broken page numbers when renaming a sheet file name. 4 years ago
Jeff Young 179628d1d2 Repair field properties dialog for rotation and mirroring. 4 years ago
Jeff Young 40b4052ad4 Improve text hittesting in schematics. 4 years ago
Jeff Young f724fe7eff Move bbox padding to RTrees so it doesn't interfere with hittesting. 4 years ago
Jeff Young f606679164 Proper numeric sorting for intersheet refs. 4 years ago
Jeff Young f73042fe24 Some minor performance enhancements. 4 years ago
Jeff Young 5f3c67bd2b Fill in some missing GetMsgPanelItems and make some others consistent. 4 years ago
Wayne Stambaugh 46b959c3e3 Move plotter headers into include folder. 4 years ago