jean-pierre charras
|
fefc7b8172
|
GAL canvases: add DrawBitmap(), using a basic brute force algo for OpenGL, and a optimized code for Cairo. In this fix the brute force means draw each pixel as a rectangle. It works fine, but could be optimized.
|
8 years ago |
jean-pierre charras
|
9a228d8ec9
|
Gerbview: GAL mode: shows the page worksheet, similar to legacy mode.
|
8 years ago |
Maciej Suminski
|
89055c4425
|
Code formatting
|
9 years ago |
Tomasz Włostowski
|
1c1f4e9a50
|
Refactoring of VIEW/VIEW_ITEM classes:
- Remove dependency of EDA_ITEM on VIEW
- VIEW_ITEM is now a pure virtual interface
|
9 years ago |
Simon Richter
|
59c81976dc
|
Explicitly mark overriding functions.
|
9 years ago |
unknown
|
c3e3ff3682
|
Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode.
|
11 years ago |
Maciej Suminski
|
505b38416d
|
Removed a few memory leaks.
|
12 years ago |
Maciej Suminski
|
0ac3e1fbf2
|
Namespace KiGfx->KIGFX.
template<> -> template <>
Some more reformatting according to uncrustify results.
|
12 years ago |
Maciej Suminski
|
3c738faed6
|
Renamed WORKSHEET_ITEM to WORKSHEET_VIEWITEM.
|
12 years ago |
Maciej Suminski
|
e013f3e8c2
|
Comments, refactoring
|
12 years ago |
Maciej Suminski
|
f179183dea
|
Removed some dead code.
|
12 years ago |
Maciej Suminski
|
90a3b97c2f
|
Added drawing of worksheet layout.
|
12 years ago |