- Apr 05, 2013
-
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
To run this in the future, install astyle (sudo apt-get install astyle), then enter the following from the top-level project directory: astyle --options=astyle.options --recursive "./Source/*.cpp" "./Source/*.h" This will convert tabs to 4 spaces and ensure that brackets are on their own lines.
-
- Apr 04, 2013
- Apr 03, 2013
-
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
aacuevas authored
With new jucer, windows.h is not only unnecesary, but can cause conflicts with some definitions. Also, OpenGL.h includes disabled, as it's no longer needed and it, by itself, needs windows.h
-
aacuevas authored
-
jsiegle authored
-
- Apr 02, 2013
-
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
https://github.com/open-ephys/GUIjsiegle authored
-
jsiegle authored
-
Josh Siegle authored
-
- Mar 29, 2013
-
-
Josh Siegle authored
For some reason, "getCustomTypefaceForFont" wasn't being called on OS X. It probably has something to do with platform-specific code for loading fonts. Now, in cases where custom fonts are needed, loading requires 4 lines instead of 1. Kind of a pain, so hopefully this is a temporary solution until we can figure out what's different about Macs.
-
Josh Siegle authored
-
- Mar 25, 2013
-
-
Josh Siegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
- Mar 22, 2013
-
-
Josh Siegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
Josh Siegle authored
-
jsiegle authored
The DataViewport was changing the size of Visualizers, even when they were placed in their own DocumentWindow, because "destroyTab" was only removing the tab from the TabbedButtonBar, rather than the TabbedComponent.
- Mar 21, 2013
-
-
jsiegle authored
The Visualizer class no longer inherents from OpenGLCanvas. In the future, scrolling will be handled by a Viewport object.
-