35 Commits (fa845755104c81c414e8a19ae6605c3f56f0be65)

Author SHA1 Message Date
jean-pierre charras 31b30cef96 OPENGL_GAL: draw BITMAP_BASE: fix incorrect rendering of mirrored bitmaps 3 years ago
jean-pierre charras f47f44350d BITMAP_BASE::Mirror() and ::Rotate(): fix an issue for bitmaps with ppi not 300 3 years ago
Jon Evans 473979d686 Fix handling of PPI when loading embedded images 3 years ago
jean-pierre charras 1551477f00 Eeschema: Try to fix printing issues for bitmaps. 3 years ago
Mike Williams 369c0efade Bitmaps: respect source DPI 3 years ago
Jon Evans 253122dc78 BITMAP_BASE: update original when converting to greyscale 3 years ago
Seth Hillbrand 611fcc2f19 Initialize m_originalBitmap when loading PNG data 3 years ago
Jon Evans 8894b8e669 Implement bitmap rotation and mirroring without texture modification in opengl_gal 3 years ago
Jon Evans ac3ed02283 Rework bitmap cache and enable it 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
jean-pierre charras d0d19423e0 Eeschema: Try to fix bitmap printing in wx version > 3.1.5 3 years ago
Jeff Young 6f49b57f9b Cleanup & performance enhancements. 3 years ago
jean-pierre charras 905df71977 Fix an issue when printing bitmaps when not on wxWidgets 3.1.6 and 3.1.7 3 years ago
jean-pierre charras 048cf6df7a Fix an issue when printing bitmaps when not on wxWidgets 3.1.6 3 years ago
jean-pierre charras 6e35d5473e Fix an issue on wxWidgets 3.1.6 when printing bitmaps 4 years ago
jean-pierre charras b084115a9e BITMAP_BASE::DrawBitmap(): fix position of the clipping area when using matrix transform. 4 years ago
jean-pierre charras 563e8817a2 Fix a compil issue. 4 years ago
Seth Hillbrand c72593ca01 Printing multiple bitmaps 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Wayne Stambaugh 46b959c3e3 Move plotter headers into include folder. 4 years ago
Wayne Stambaugh 89b1fdabe9 Pass COLOR4D object by reference instead of on the stack. 4 years ago
Wayne Stambaugh bcd6bddfd4 Start expunging NULL. 4 years ago
Dominik Wernberger e2aa7be4b3 Added a lot of consts and refactored a few lines 5 years ago
jean-pierre charras 005c3b84ad Better fix for incorrect page preview in Page Settings when the worksheet contains a bitmap 5 years ago
jean-pierre charras 077611b8f1 BITMAP_BASE, Eeschema: fix incorrect position of the bitmap when printing. 6 years ago
Seth Hillbrand 4ebb87d1c1 Fix Eeschema BW printing 6 years ago
Seth Hillbrand 195c3d074b Fix bitmap clipping 6 years ago
Seth Hillbrand a35db35029 eeschema: Fix bitmap scaling when printing 6 years ago
Ian McInerney 13b6028e1b Refactor all math into a new kimath library 6 years ago
John Beard 2dd5757eb5 Common: Fix copy-construction of empty BITMAP_BASE 7 years ago
John Beard 94b46ce176 QA common: add some BITMAP_BASE tests 7 years ago
Tomasz Wlostowski 0d720fdeff eeschema-gal: factor out EDA_DRAW_PANEL from BITMAP_BASE, remove some unnecessary includes of class_drawpanel.h 7 years ago
jean-pierre charras d44494beda Update code after file renaming 8 years ago
jean-pierre charras fa10e1b7fe rename a few files 8 years ago
jean-pierre charras e499d337d8 rename files: update filenames in sources 8 years ago
jean-pierre charras bdc6a5950b rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions. 8 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
Jean-Noel Avila 58af5bc3a4 Eeschema: Fix off-by-one in saving bitmaps 9 years ago
Simon Richter bfb6e0bbb2 Convert remaining occurences of stri[n]cmp to str[n]casecmp. 9 years ago
Wayne Stambaugh 98ad5096b0 Eeschema: add saving schematic files to schematic plugin. 9 years ago
Wayne Stambaugh bedf0b6aec Remove incorrect comment regarding wxWidgets bug report from class_bitmap_base.cpp. 10 years ago
Nick Winters 8cb1f39ed5 OSX: fix bug caused by wxBitmap drawing 0 width or heigth bitmap. (fixes lp:1529159) 10 years ago
jean-pierre charras 10d67ffbd9 Fix some coverity warnings (not initialized members). Add comments. Better (more informative) title in dialog to download .pretty libs. 11 years ago
jean-pierre charras 64925bfc4f Very minor fixes: add missing const return type to some GetBoundingBox() declarations. Change few functions names to better names in some places (like GetName() to GetPinName() ) 11 years ago
jean-pierre charras 24f516f6ae Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc. 11 years ago
jean-pierre charras b0e2908c9b pl_editor: add a PPI (pixel per inch) setup option for bitmaps. 12 years ago
jean-pierre charras 50743cf3ba Initial release of pl_editor, the page layout and title block editor. 12 years ago
jean-pierre charras a9744e3f84 Pcbnew: added: SVG plotter. Need refinements, but works. 13 years ago
jean-pierre charras 61acac28e1 Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added) 14 years ago