- Apr 03, 2013
-
-
aacuevas 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.
-
jsiegle authored
Using ScopedPointers was causing memory leaks. It's worth tracking down the source of these in the future, but for now, we'll leave the code as it was before.
-
jsiegle authored
Use the following command to update the copyright year in all files, starting in the Source/ directory: find . -type f -print0 | xargs -0 sed -i 's/Copyright (C) 2012/Copyright (C) 2013/g' Works like a charm!
-
jsiegle authored
Added some comments and removed deprecated code.
-
jsiegle authored
MainWindow now points to the ProcessorGraph and AudioComponent with ScopedPointers. deleteAndZero must no longer be called in the destructor.
-
jsiegle authored
The main UI components now use ScopedPointers for their children, alleviating the need to call "deleteAllChildren" or "deleteAndZero" in the destructor.
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
- Mar 20, 2013