kicad/include/gal/opengl
Tomasz Włostowski 32185ddcd3 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew:
- support for background color setting
    - removed several global config settings (such as g_Drc_On)
    - wrapped most of global config settings in PCB_GENERAL_SETTINGS class
    - reorganized PCB general options dialog to clearly mark which options concern only the legacy canvas
    - new GAL feature for legacy users: double-click (or E) to change track width available as an option.

Fixes: lp:1530543
* https://bugs.launchpad.net/kicad/+bug/1530543

Fixes: lp:1707145
* https://bugs.launchpad.net/kicad/+bug/1707145
2017-08-04 16:06:57 +02:00
..
cached_container.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
gpu_manager.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
noncached_container.h Fix a few doxygen warnings 2017-06-30 16:03:17 +02:00
opengl_compositor.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
opengl_gal.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
shader.h More code formatting 2017-01-13 10:36:59 +01:00
utils.h checkGlError() may throw exceptions or display an error message 2017-01-13 16:46:02 +01:00
vertex_common.h Use size_t for sizes and offsets. 2016-06-10 17:06:00 +02:00
vertex_container.h Vertices are stored in GPU memory (OpenGL GAL). 2016-05-02 16:12:16 +02:00
vertex_item.h Fixes for OpenGL resources handling. 2016-06-07 14:42:42 +02:00
vertex_manager.h Replace boost::shared_ptr with std::shared_ptr. 2016-06-29 11:09:55 -04:00