- Jan 19, 2016
-
-
Jonathan Wilkes authored
-
- Jan 18, 2016
-
-
Jonathan Wilkes authored
fix regression with [pd] not respecting new box dimensions when renaming to [pd foo]. Also, comment out more sys_vgui calls in g_canvas.c
-
Jonathan Wilkes authored
-
- Jan 17, 2016
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
first try at get the copyfromexternalbuffer logic ported. This allows to paste Pd source code into a patch
-
- Jan 11, 2016
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Jan 10, 2016
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Jan 09, 2016
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Jan 08, 2016
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
comment out some sys_vgui calls which are _probably_ no longer necessary (plus extra comments saying as much)
-
Jonathan Wilkes authored
update open dialog window height/width/font/fontsize for iemguis as they are resized/repositioned with the mouse
-
- Jan 07, 2016
-
-
Jonathan Wilkes authored
fix iemguis and canvas scalehandle to track mouse position instead of delta-- this fixes a bug when the mouse goes below the minimum dimensions. Plus, some more cleanup of the scalehandle code
-
- Jan 06, 2016
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
restore the ability to show multiple iemgui label handles at once, and use class instead of id to identify them
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Jan 05, 2016
-
-
Jonathan Wilkes authored
-
- Jan 04, 2016
-
-
Jonathan Wilkes authored
use <dialog> modal instead of javascript prompt. Also, port some changes from Vanilla to allow closing window immediately after saving
-
- Jan 03, 2016
-
-
Jonathan Wilkes authored
remove pdtk_check_scroll_on_motion for the time being. (Not sure it's needed, but can revisit if necessary)
-
- Dec 30, 2015
-
-
Jonathan Wilkes authored
removed the array listview code from g_array.c. Seemed pretty straightforward to prune, but should probably test to make sure there aren't any obscure regressions
-
- Dec 29, 2015
-
-
Jonathan Wilkes authored
-
- Dec 28, 2015
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
add boilerplate for keeping track of toplevel Pd canvases in the GUI. While the GUI knows all the open windows, it can't tell the difference between a Pd toplevel and a subpatch. I'm not sure why the difference is important, but this interface supplies that info to the GUI.
-
- Dec 25, 2015
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Dec 24, 2015
-
-
Jonathan Wilkes authored
further refined legacy mode to match both iemgui and graph-on-parent objects.
-
- Dec 22, 2015
-
-
Jonathan Wilkes authored
second draft of iemgui handles--- still some bugs when switching between canvas gop rect and iemguis
-
- Dec 16, 2015
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
made nbx scaling less wonky. It's still a bit wonky, but maybe that's just a function of the font resizing algo and the fact that width is constrained to character width
-