Winston Chang
95ffd46a63
Clear click/brush/hover values when new image is received
2015-03-10 23:19:25 -05:00
Winston Chang
62855cc969
Fix clipping bounds off-by-one error
2015-03-10 22:42:55 -05:00
Winston Chang
bdfe9dfab2
Fix bug where brush goes outside
2015-03-10 22:42:55 -05:00
Winston Chang
18a4ac1653
Refactor click and hover handlers to use shared function
2015-03-10 16:52:27 -05:00
Winston Chang
76d55144c5
Add clip option for click, hover, and brush
2015-03-10 16:23:27 -05:00
Winston Chang
665590a2f9
Add isPending method to Throttler
2015-03-10 15:32:12 -05:00
Winston Chang
81aa9a31c6
Don't send brush info second time on mouseup
2015-03-10 14:34:57 -05:00
Winston Chang
082490708f
Consolidate image output options
2015-03-10 14:26:14 -05:00
Winston Chang
20ca4f8260
Add debounce and throttle options to brush
2015-03-10 14:16:38 -05:00
Winston Chang
eda057eb07
Disable image dragging when brushing in Firefox
2015-03-10 13:31:32 -05:00
Winston Chang
aed31c0eba
Simplify image render logic
...
Now this exits early if data is empty.
2015-03-10 11:10:25 -05:00
Winston Chang
ea585458c7
Fix offset calculation for brush dragging
2015-03-10 10:48:51 -05:00
Winston Chang
e226e1c045
Add click/hover/brush support to imageOutputs
2015-03-10 10:47:03 -05:00
Winston Chang
ef330dd613
Formatting tweaks
2015-03-10 09:52:09 -05:00
Winston Chang
1225560ccd
Streamline hover handler
2015-03-10 09:52:09 -05:00
Winston Chang
eef184e6ef
Use crosshair cursor for brush
2015-03-09 22:02:04 -05:00
Winston Chang
50337eb731
Get jQuery object just once
2015-03-09 22:01:46 -05:00
Winston Chang
77f5e7d581
Add ability to clear previous brush
2015-03-09 21:54:13 -05:00
Winston Chang
02118bac76
Add brush dragging
2015-03-09 21:48:02 -05:00
Winston Chang
8b41be238a
Refactor createBrushHandler
2015-03-09 20:39:31 -05:00
Winston Chang
8791e70c67
Add visible overlay for brush
2015-03-09 20:13:37 -05:00
Winston Chang
34a4b8f2d2
Add basic brushing support
2015-03-09 16:18:32 -05:00
Winston Chang
54c936b010
Refactor hover handler
2015-03-09 14:52:44 -05:00
Winston Chang
ed8d95e055
Move mouse coordinates to separate function
2015-03-09 14:17:12 -05:00
Winston Chang
5a106e0e6d
Fix checkbox input binding ( closes #206 )
...
This fixes the bug introduced by #754 .
2015-03-06 14:19:48 -06:00
Winston Chang
18f1ebf715
Merge pull request #758 from yihui/DataTables1.10.5
...
upgrade DataTables to 1.10.5
2015-03-05 22:11:43 -06:00
Yihui Xie
2c02f44b26
upgrade DataTables to 1.10.5
...
need to be able to set $.fn.dataTableExt.errMode = 'none' to fix #561
2015-03-05 21:38:45 -06:00
Winston Chang
475541cac0
Re-generate shiny.min.js
2015-03-04 19:43:54 -06:00
Winston Chang
007d6ad9c3
Simplify return value
2015-03-04 19:43:35 -06:00
Winston Chang
79db8d91ab
Remove obsolete multiInput code ( #206 )
...
This commit removes multiInput code that was used for the HTML structure
generated in Shiny <= 0.5.0, and is now obsolete.
2015-03-04 19:39:53 -06:00
Winston Chang
c6bcdd1ae1
Re-generate shiny.min.js
2015-03-04 15:09:28 -06:00
Winston Chang
e0acdba626
Remove unneeded ID attributes. Fixes #684
...
The checkboxGroup and radioButtons <input> items had an unneeded ID for the
DOM element, which could conflict with other items in the web page.
2015-03-04 15:07:38 -06:00
Joe Cheng
6c36ea5753
Fix issue #749 : Nested uiOutputs break outputs
2015-03-03 21:28:47 -06:00
Winston Chang
3f798f1843
Update slider example for Shiny 0.11. ( Fixes #748 )
2015-03-02 16:54:35 -06:00
Winston Chang
9c12125512
Bump version to 0.11.1.9002
2015-02-27 15:53:32 -06:00
Winston Chang
04f898be21
Bump version to 0.11.1.9001
2015-02-23 16:43:48 -06:00
Winston Chang
defedda891
Switch from RJSONIO to jsonlite (again)
2015-02-23 16:41:36 -06:00
Winston Chang
fd3907596b
Restore ability to dynamically set selectInput labels. Closes #741
2015-02-18 14:59:07 -06:00
Winston Chang
aa2129b60e
Bump version to 0.11.1
2015-02-06 11:49:49 -06:00
Winston Chang
040ae293fb
Revert switch to jsonlite
...
This reverts commits deffc90 , ab4dc64 , and 0755579 , returning to RJSONIO.
The purpose of this is to prepare for a maintenance release for 0.11
without the switch to jsonlite, to reduce the risk of new bugs.
2015-02-06 10:53:54 -06:00
Winston Chang
b74e93f3a4
Update NEWS and bump version
2015-02-05 15:51:01 -06:00
Winston Chang
f8e720d6dc
Fix tests for new HTML structure
2015-02-05 15:25:09 -06:00
Winston Chang
69aec85882
Fix label spacing for inline checkbox and radio
2015-02-05 12:46:54 -06:00
Winston Chang
a4d567e44d
Merge pull request #704 from wch/html-replace2
...
htmlOutput: allow custom container function
2015-02-04 13:30:19 -06:00
Winston Chang
65d6c7b558
Minify shiny.js
2015-02-04 12:17:30 -06:00
Winston Chang
8c828e7881
Correct event namespace filtering
2015-02-04 12:15:23 -06:00
Winston Chang
b711780688
Debounce sendImageSize
2015-02-04 12:15:23 -06:00
Joe Cheng
855cdc8eda
Fix oversubscription of shown/hidden events
...
Bootstrap 3 shown/hidden events look like "shown.bs.modal",
"shown.bs.popover", etc. When subscribing to these events, you also
automatically pick up "shown" and "hidden" events. This causes a 6X
oversubscription of hidden and shown events. We fix this by filtering
out these overbroad events.
Also, don't do anything if the show/hide would be a no-op; this
also helps cut down on extraneous events.
2015-02-04 12:15:23 -06:00
Winston Chang
c930cce914
Check for unnamed arguments in ...
2015-02-03 15:55:24 -06:00
Aron Atkins
70ff6658eb
fix spelling
2015-02-02 10:09:08 -05:00