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
25e8d080af
Use lists instead of named vectors
...
jsonlite 0.9.14 drops names of named vectors, so we'll use lists instead.
2015-03-09 13:29:51 -05:00
Winston Chang
4599a7ab4e
Merge pull request #759 from wch/fix-checkbox
...
Fix checkbox input binding (closes #206 )
2015-03-06 15:03:58 -06: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
e4a211ba02
Send HTTP errors as UTF-8
...
This fixes an issue related to #736 .
2015-03-06 10:27:30 -06:00
Joe Cheng
7ab373c942
Merge pull request #756 from rstudio/feature/port-option
...
Add shiny.port option
2015-03-06 01:41:00 -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
Joe Cheng
8ae8168252
Merge pull request #754 from rstudio/remove-old-multiinput
...
Remove old multiInput code
2015-03-05 16:45:33 -06:00
Joe Cheng
c504f0b166
Merge pull request #755 from yihui/mimetype
...
remove the list of content types and use mime::guess_type()
2015-03-05 09:26:45 -06:00
Winston Chang
23da559d26
Add shiny.port option
2015-03-04 20:15:43 -06:00
Winston Chang
8b3ca12658
Mention app.R in runApp help
2015-03-04 20:11:16 -06:00
Yihui Xie
0f70b5662c
remove the list of content types and use mime::guess_type()
...
also fixes #575
2015-03-04 19:58:37 -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
Joe Cheng
a0c6feb386
Merge pull request #753 from rstudio/bugfix/content-type
...
Fix downloading of files with no extension. Fixes #575
2015-03-04 16:23:30 -06:00
Winston Chang
1c72601123
Fix downloading of files with no extension. Fixes #575
2015-03-04 15:50:51 -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
Winston Chang
a73e72f267
Add backward compatibility for shinysession$session ( Fixes #752 )
2015-03-04 11:13:52 -06:00
Joe Cheng
ee6682e7c8
Merge pull request #750 from rstudio/bugfix/nested-uioutput-duplicate-id
...
Fix issue #749 : Nested uiOutputs break outputs
2015-03-04 09:10:56 -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
4a806db8ae
toJSON: special case for length-1 atomic vectors
2015-02-27 21:42:43 -06:00
Winston Chang
9c12125512
Bump version to 0.11.1.9002
2015-02-27 15:53:32 -06:00
Winston Chang
51130793fe
Assign request object in self
...
The session object is now gone, so the appropriate place to assign `request`
is in `self`.
2015-02-27 15:34:55 -06:00
Winston Chang
d39c93ee7e
Set up onEnd before calling onStart
...
This fixes an annoying bug where, if the app crashes while loading (for
example, if you call library() with a missing package), R ends up in the app's
working directory instead of in the original working directory.
2015-02-27 15:25:53 -06:00
Winston Chang
e1cfb29fa0
Update NEWS
2015-02-27 15:12:39 -06:00
Winston Chang
4dde16d836
Merge pull request #746 from rstudio/session-refactor
...
Refactor ShinySession object
2015-02-27 15:04:50 -06:00
Winston Chang
1c57ef5931
Remove leading dot from private item names
2015-02-27 15:02:09 -06:00
Winston Chang
0f642fe3ad
Add class attribute to ShinySession object
2015-02-27 15:02:09 -06:00
Winston Chang
46844b516a
Remove unneeded 'session' object
...
The 'session' object is no longer needed. Now that the ShinySession object
has proper public and private members, that object can be passed directly.
2015-02-27 15:02:09 -06:00
Winston Chang
b9cef228d9
Use explicit 'self', and make ShinySession portable
2015-02-27 15:02:09 -06:00
Winston Chang
fd71d04000
Use explicit 'private'
2015-02-27 15:02:09 -06:00
Winston Chang
bedb811621
Remove leading dots from public methods
2015-02-27 15:02:09 -06:00
Winston Chang
173736fd69
Set message encoding to UTF-8 instead of native ( Fixes #742 )
2015-02-27 14:55:31 -06:00
Winston Chang
21eea27c4a
Remove duplicated 'destdir' documentation
2015-02-27 14:53:50 -06:00
Winston Chang
b39f04fbc3
Use native R config for travis
2015-02-27 11:43:30 -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
bb2c8e5fd2
Clean up observeEvent and eventReactive examples
2015-02-23 15:57:27 -06:00