71 Commits (93789e75b9c17a86346b57b105cc59d80cd5311d)

Author SHA1 Message Date
Jeff Young 9188838e50 RIP EDA_RECT. 3 years ago
Jeff Young 60bcfd1bf1 Bug fixes in arc & textbox printing. 4 years ago
Jeff Young e37ca2f757 Remove dead code. 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Jeff Young 1bb750814d Cleanup dead code. 4 years ago
Jeff Young 7760d3275d Fix printing of LIB_SHAPE arcs. 4 years ago
Wayne Stambaugh 37b200cb3e Pass wxString objects by reference instead of on the stack. 4 years ago
Wayne Stambaugh 8fd83cbb95 Pass wxPoint objects by reference instead of on the stack. 4 years ago
Wayne Stambaugh 89b1fdabe9 Pass COLOR4D object by reference instead of on the stack. 4 years ago
Wayne Stambaugh a1fae02427 Header clean up round 2. 5 years ago
jean-pierre charras f6b4b66a86 Avoid include wx/wx.h in many files that do not actually use this include. 5 years ago
Seth Hillbrand c4d853c1e8 SHAPE_LINE_CHAIN: Remove element access 7 years ago
jean-pierre charras 943858fd67 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
Seth Hillbrand e52afd93a3 Remove Legacy options for overlay/context 7 years ago
Jeff Young d6e9bdf07b Convert remaining legacy drawing code to print code. 7 years ago
Jeff Young e9e28b9aac Retire legacy block architecture. 7 years ago
Chris Pavlina 6cee19d37d eeschema: neatly wrap placeholder text in symbol chooser 8 years ago
Seth Hillbrand b576189a00 Eeschema: Adding line styling options 8 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
jean-pierre charras ade51289a7 All: use solid lines instead of dashed lines to draw X and Y axis in legacy canvas (like in Gal canvas). The main reason: on OSX axis using dashed lines are very very slow to draw (looks like a wxWidget issue when the wxDC scale factor is very small) 10 years ago
jean-pierre charras 6dd0073130 Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless. 11 years ago
Maciej Suminski 0b7fd874a0 Fixed printing issues under Linux. 11 years ago
jean-pierre charras 9a7116d4ab Update old demo board files. Minor code cleaning. 12 years ago
Dick Hollenbeck 60140dfbcf merge 12 years ago
jean-pierre charras 7c99a242cf Remove 2 global variables: g_DrawBgColor and g_ShowPageLimits. 12 years ago
Lorenzo Marcantonio d00c83cde9 Migrated the interfaces accepting angles to the double type 13 years ago
Lorenzo Marcantonio b525e3be55 Factored out text anchor drawing 13 years ago
Lorenzo Marcantonio e771112259 Enforced EDA_COLOR_T type and minor const-ification 13 years ago
Lorenzo Marcantonio 3157b4d188 Enforced EDA_COLOR_T type and minor const-ification 13 years ago
Lorenzo Marcantonio 082d901d60 Encapsulated drawmode as an enum for type checking 13 years ago
Wayne Stambaugh 45445dd88f Minor code improvements and coding policy fixes. 14 years ago
jean-pierre charras 75d2dc7311 Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Wayne Stambaugh 2c251196c6 Minor dialog fixes and code cleaning. 14 years ago
Wayne Stambaugh 67f70fe079 Coding style and Doxygen comment fixes. 15 years ago
Wayne Stambaugh d657b43052 Use wxDC for all coordinate manipulations. 15 years ago
Wayne Stambaugh 73e38ce98c EESchema code refactoring and coding policy naming fixes. 15 years ago
jean-pierre charras 258cebf1a8 Fix some Doxygen warnings. No new code. 15 years ago
Wayne Stambaugh 7cb34aece7 Schematic component object encapsulation and Doxygen comment warning fixes. 15 years ago
Dick Hollenbeck 6c9244e8c3 fix function comments, this time ones in *.cpp files until they 15 years ago
jean-pierre charras 6b05cf315f Fixed bug in GRLineArray(). Cleanup Gerbview code 15 years ago
jean-pierre charras cc6cae9b12 Gerbview: added support of mirroring, scaling an offseting RS274X commands 15 years ago
Marco Serantoni ea812ef5c9 Zones drawing optimization with WXGrapchisContext + Fix bug #612132 15 years ago
jean-pierre charras 69b3bfd471 added forgotten lines from patch "EEschema selection.patch" 15 years ago
jean-pierre charras 2d94881dbe added forgotten lines from patch "EEschema selection.patch" 15 years ago
jean-pierre charras 3c6c7134af added forgotten lines from patch "EEschema selection.patch" 15 years ago
Wayne Stambaugh 40c7d81bbd Fix build errors when compiling against wxWidgets 2.8.x. 15 years ago
jean-pierre charras 9f4e57d428 Some cleanup and fixes in gerbview. Cleanup gr_basic.* and added in gr_basic.* a minor modification coming from "EEschema selection.patch". 15 years ago
jean-pierre charras b992af3eb3 Gerbview code redesign 15 years ago
charras 1aaabf2c0f Removing min size pen, now useless. Replaced when needed in some print dialogs by Default pen size. 16 years ago