94 Commits (68484e9b38618382b3350477f35b57835bb856d7)

Author SHA1 Message Date
Marek Roszko 68484e9b38 Nix some global richio.h 5 years ago
Jeff Young ebc8e2c921 Move property manager tokens to HKI macro. 5 years ago
Marek Roszko b9f1601418 Rename PLOT_MODE to OUTLINE_MODE 5 years ago
Marek Roszko eb33c33f15 Rename EDA_DRAW_MODE_T to PLOT_MODE 5 years ago
Marek Roszko f59551d6ad Remove painter.h from eda_text.h 5 years ago
Marek Roszko b2e9f6987d Split base_struct into eda_item and eda_rect 5 years ago
Jeff Young cc617b715f Implement hypertext links for intersheet references. 5 years ago
Tomasz Wlostowski 9b470b6c09 EDA_TEXT: Use actual draw rotation angle to generate the effective shape. 5 years ago
Jeff Young d402d93487 Implement shape routines for DIMENSION_Ts. 5 years ago
Tomasz Wlostowski 6358995ff8 EDA_TEXT: rename GetEffectiveShape() to GetEffectiveTextShape() to avoid name aliasing with BOARD_ITEM inteface 5 years ago
Tomasz Wlostowski 7dbd8ef802 EDA_TEXT: implement GetEffectiveShape() 5 years ago
Tomasz Wlostowski c1d5394e46 properties: post-rebase fixes 6 years ago
Maciej Suminski a289056a9e Properties meta-data for pcbnew classes 6 years ago
Jeff Young 301ac3461c Fix some more pen width issues from global removal. 6 years ago
jean-pierre charras 687c2f3e82 eeschema: fix a readability issue for small texts. 6 years ago
jean-pierre charras 4f369801f2 Fix a few compil and Coverity warnings. 6 years ago
Jeff Young 2fb2eac4d5 Performance enhancements. 6 years ago
Jeff Young fbd68722b2 Fix a couple of problems with text stroke thickness. 6 years ago
Jeff Young 2b6089240a Change super/subscript syntax to ^{foo} and _{foo}. 6 years ago
Jeff Young d7d1cb6f78 A bunch of fixes to Eeschema Find/Replace. 6 years ago
Jeff Young 9c8941e040 Remove a bunch of globals. 6 years ago
jean-pierre charras 04ea20dd44 Eeschema, SCH_PAINTER: fix max text thickness issue, to have small texts readable. 6 years ago
Jeff Young 6e800bddae Rationalize penWidth processing as first step in removing some globals. 6 years ago
Jeff Young 41b5872f12 Add ERC & DRC checks for unresolved variables. 6 years ago
Mark Roszko ca34ade00c Make global labels have the same spin style as net/hierarchical labels 6 years ago
Ian McInerney 13b6028e1b Refactor all math into a new kimath library 6 years ago
Jeff Young 35c8d64f98 Add super- and subscript support to Eeschema. 6 years ago
Jeff Young 58b9d5f69e Map orientation when converting text types. 6 years ago
Jeff Young 4bf2b6a9f7 Performance enhancements for cross-probing. 6 years ago
Jeff Young 5503727d3d Fix some placement bugs with selection haloes on text. 6 years ago
Jeff Young 937e3c2d48 Make m_Text private so we don't keep getting bugs where m_shown_text fails to get updated. 6 years ago
Jeff Young ad26ece8d4 Add Global Edit Text and Graphics Properties to Eeschema. 6 years ago
Jeff Young d6e9bdf07b Convert remaining legacy drawing code to print code. 7 years ago
Jeff Young ea0941cab3 Implement modern tools for LibEdit. 7 years ago
Jon Evans 1426a4f3cf Ensure shown text is cached at creation 7 years ago
Jon Evans 3bfe5fb84b Cache unescaped text to boost connectivity performance 7 years ago
Seth Hillbrand 90ad240660 units: Move common units and add tests 7 years ago
Jeff Young a67d8c60df Fix text size measurement. 7 years ago
jean-pierre charras 7f6e26e55a DrawGraphicText: remove a static variable, and replace it (when needed) by a new parameter in argument list. 8 years ago
jean-pierre charras d0754acf00 Fix code after renaming files 8 years ago
jean-pierre charras 4c5bd01887 Rename a few files 8 years ago
Oliver Walters 900ddca0b4 Changed default text size to 50mils 8 years ago
Maciej Suminski 985aed36c7 Moved FMT_UI & FMT_ANGLE macros to a separate header 8 years ago
Russell Oliver 3145829b77 Fix compiler redefined warnings for FMT_IU 8 years ago
Kristoffer Ödmark 19d5cc7548 Removed all exception specifiers since deprecated. 9 years ago
Oliver Walters 1f1143743e HitTest improvement for EDA_TEXT 9 years ago
Maciej Suminski d7bf44eee0 Removed a few more headers from base_struct.h 9 years ago
Maciej Suminski 0dc88bb4cf Changed COLOR4D defines to static consts 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
jean-pierre charras 6c5808fd18 Update dale of last change. Add a small comment about CTL_OMIT_HIDE. 9 years ago