- 12 Feb, 2016 3 commits
-
-
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 jwilkes/purr-data#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
-
- 06 Feb, 2016 4 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
changed the interface for canvas_objtext, but it's not public so that shouldn't be a problem
-
Jonathan Wilkes authored
changed the interface for canvas_objtext, but it's not public so that shouldn't be a problem
-
Jonathan Wilkes authored
fixed with simple css change... definitely needs further testing to make sure there aren't any side-effects
-
- 05 Feb, 2016 5 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
* don't put patch body in index... just use keywords * index entire "doc" directory (recursively)
-
Jonathan Wilkes authored
take patch file content out of the search index, clean up dialogwin references when window gets closed
-
Jonathan Wilkes authored
-
- 04 Feb, 2016 3 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
first draft of a search engine (powered by elasticlunr). We're just using the release file for elasticlunr here. It might make more sense to do it as a gitsubmodule.
-
Jonathan Wilkes authored
-
- 01 Feb, 2016 4 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-