- 15 Feb, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 14 Feb, 2016 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 13 Feb, 2016 7 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 12 Feb, 2016 9 commits
-
-
Jonathan Wilkes authored
remove old *.tcl files (except for pd.tk, as there are a few procs there we may want to keep for reference for awhile)
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
(I forgot to actually test the branch that handles strings with quotes in them)
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
for garrays we disable editing gl_x1 and gl_x2. They get set automatically to show the entire array by default. May want to revisit array viewport later, but for now this keeps the bug from happening.
-
- 11 Feb, 2016 10 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
allow this to work: gui_start_vmess("foo", ""); gui_start_array(); gui_s("hello"); gui_end_array(); gui_end_vmess(); In other words, a gui message with a single array argument. There should rarely be a need for this (if at all), but it should still send a well-formed message to the GUI (which it wasn't before this bug fix)
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
* canvas dialog is a bit too complex to have "Cancel" button revert any changes we may have applied. (It's not out of the realm of possibility, but for now it's easier just to use a nonstandard "Close" button to show the discrepancy) * font dialog updates on change of radio button, so we just need a "Close" button there * prefs dialog also too complex to do a revert on "Cancel" * iemguis and gatom properly revert on "Cancel"
-
Jonathan Wilkes authored
send old attrs before new attrs for gatom when clicking "Ok" on the dialog. This way the undo point gets set correctly even if the user has clicked "apply" beforehand
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
* still need to test with each iemgui * still need to add flag for params callback to choose whether to have an undo_point
-
- 10 Feb, 2016 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
First stab at making the "Cancel" button in gatom dialog actually revert to the previously saved values.
-
- 09 Feb, 2016 4 commits
-
-
Jonathan Wilkes authored
* make scaling follow the mouse more consistently
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
fix #6 by listening for a "paste" event inside boxes being edited, and fetching only text from the clipboard (need to investigate to make sure it works for drag/drop as well)
-
- 08 Feb, 2016 1 commit
-
-
Jonathan Wilkes authored
* simplify GUI API * get rid of canvas_createobj
-
- 07 Feb, 2016 4 commits
-
-
Jonathan Wilkes authored
first attempt at lifting the limitation on the size of text typed in new objects in the GUI which get sent to Pd. We're sending in chunks smaller than the buffer to achieve this. * this needs a lot more testing * still subject to Pd's limit of 1000 bytes per t_symbol * probably want to protect the new canvas methods from segfaults in case the users start fooling around with them
-
Jonathan Wilkes authored
only put a new message box in floating mode (i.e., following the mouse) if it doesn't have an autopatch connection to the object above it
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-