- Jun 19, 2017
-
-
Jonathan Wilkes authored
Don't multiply requested memory size by sizeof(char*)
-
- May 28, 2017
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- May 22, 2017
-
-
Jonathan Wilkes authored
-
- May 17, 2017
-
-
Jonathan Wilkes authored
-
- May 16, 2017
-
-
Jonathan Wilkes authored
-
- May 15, 2017
-
-
Jonathan Wilkes authored
-
- May 14, 2017
-
-
Jonathan Wilkes authored
spacebar in editmode. Previously all default actions were filtered, and this broke OSX keyboard shortcuts.
-
- May 09, 2017
-
-
Jonathan Wilkes authored
-
- May 04, 2017
-
-
Jonathan Wilkes authored
-
- May 03, 2017
-
-
Jonathan Wilkes authored
object - the whole screen moves. This fix allows cursor keys in runmode while disabling them in editmode.
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- May 01, 2017
-
-
Jonathan Wilkes authored
-
- Apr 25, 2017
-
-
Jonathan Wilkes authored
-
- Apr 23, 2017
-
-
Jonathan Wilkes authored
-
- Apr 05, 2017
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Mar 31, 2017
-
-
Jonathan Wilkes authored
fix up Windows-specific build script to just rsync the pd/doc directory. At some point we need to use makefile.in for Windows just like Linux and OSX do...
-
- Mar 30, 2017
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
keep midr-mjpeg.mov in pd/doc/media, but remove all the copies of external media files. There aren't any references to those copied files in any of the docs, so they are useless. This means the root "doc" directory is now gone.
-
Jonathan Wilkes authored
-
- Mar 26, 2017
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
repo cleanup: remove tcl/tk build infrastructure and scripts, old patches, automated build scripts for pd-extended, old gui plugins, and unnecessary install-time dependencies
-
- Mar 24, 2017
-
-
Albert Gräf authored
-
- Mar 22, 2017
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Albert Gräf authored
-
Jonathan Wilkes authored
port all relevant externals to the new loadbang interface. Unfortunately it has some #defines hidden in g_canvas.h, so we port that macro individually to each affected library.
-
Jonathan Wilkes authored
-
- Mar 20, 2017
-
-
Jonathan Wilkes authored
improvements to the dropdown atom: use scrollbar when menu size exceeds the viewport size. Also, add keybindings for Enter, Escape, Space, arrow keys, and navigating options by matching keypresses to the first character
-
- Mar 19, 2017
-
-
Albert Gräf authored
sys_expandpathelems: replacement for @pd_help should be the last element on the path, not the first.
-
Albert Gräf authored
-
- Mar 17, 2017
-
-
Jonathan Wilkes authored
-
- Mar 16, 2017
-
-
Jonathan Wilkes authored
-
- Mar 15, 2017
-
-
Albert Gräf authored
Simplify the pipeline in sys_initloadpreferences() so that we read the preferences directly using plutil now.
-
- Mar 12, 2017
-
-
Albert Gräf authored
This is done by importing the config data using 'defaults import' in one go, which is *much* faster than the previous implementation which invoked the shell to run 'defaults write' for each individual key.
-
Jonathan Wilkes authored
-
- Mar 09, 2017
-
-
Jonathan Wilkes authored
-
Albert Gräf authored
-