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.
|
2018-07-30 00:13:30 +02:00 |
jean-pierre charras
|
9a228d8ec9
|
Gerbview: GAL mode: shows the page worksheet, similar to legacy mode.
|
2018-06-01 09:11:43 +02:00 |
Maciej Suminski
|
89055c4425
|
Code formatting
|
2016-12-12 16:45:52 +01:00 |
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
|
2016-12-12 16:45:52 +01:00 |
Simon Richter
|
59c81976dc
|
Explicitly mark overriding functions.
|
2016-09-24 14:53:15 -04:00 |
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.
|
2015-03-06 09:58:32 +01:00 |
Maciej Suminski
|
505b38416d
|
Removed a few memory leaks.
|
2014-03-03 17:15:41 +01:00 |
Maciej Suminski
|
0ac3e1fbf2
|
Namespace KiGfx->KIGFX.
template<> -> template <>
Some more reformatting according to uncrustify results.
|
2013-10-14 16:13:35 +02:00 |
Maciej Suminski
|
3c738faed6
|
Renamed WORKSHEET_ITEM to WORKSHEET_VIEWITEM.
|
2013-10-02 14:26:14 +02:00 |