kicad/common/gal/opengl
Garth Corral 6c137ac79c Added support for wxWidgets magnify events from the Magic Trackpad on OS X
Committing this separately from the rest to ease making a patch for just this
  functionality in case that it might make it into the trunk.
  
  This can function standalone, though it is less useful without the rest.
  It requires that wxwidgets-3.0.0_macosx_magnify_event.patch be applied to wxWidgets
  It is completely optional; everything is guarded by the USE_OSX_MAGNIFY_EVENT macro.
  
  - Added OnMagnify event handler to EDA_DRAW_PANEL, EDA_3D_CANVAS and the helper for
    EDA_DRAW_PANEL_GAL, WX_VIEW_CONTROLS. This should cover canvases all current tools.
  - Guarded all with USE_OSX_MAGNIFY EVENT feature macro and added support in CMakeLists.txt
2014-10-30 09:42:19 -07:00
..
cached_container.cpp Modified error handling for OpenGL backend, now error messages should be visible. 2013-11-11 10:48:49 +01:00
gpu_manager.cpp Fix slow opengl canvas on Mac OS 10.9. 2014-09-13 19:31:40 +02:00
noncached_container.cpp Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
opengl_compositor.cpp Make some system error messages not translatable. Better comments in some dialogs. 2014-07-23 12:48:30 +02:00
opengl_gal.cpp Added support for wxWidgets magnify events from the Magic Trackpad on OS X 2014-10-30 09:42:19 -07:00
shader.cpp Modified error handling for OpenGL backend, now error messages should be visible. 2013-11-11 10:48:49 +01:00
shader.frag Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
shader.vert Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
vertex_container.cpp Rework to support multiple views with OpenGL GAL canvas. 2014-07-09 11:22:42 +02:00
vertex_item.cpp Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
vertex_manager.cpp Modified error handling for OpenGL backend, now error messages should be visible. 2013-11-11 10:48:49 +01:00