Commit Graph

774 Commits

Author SHA1 Message Date
Jos de Jong 244a9078f5 fixed usage of forEach on a DOM array (which is not supported) 2012-09-29 14:02:49 +02:00
Jos de Jong 5b5ee66139 Replaced most for loops with Array.forEach (and added Array.forEach implementation for IE8 compatibility) 2012-09-29 13:56:26 +02:00
Jos de Jong 32f29a9661 first basic implementation of history with undo/redo functionality 2012-09-29 11:01:17 +02:00
Jos de Jong 9d2259c3fe Implemented an onChange method which registers all user actions (needed for undo/redo functionality and to enable external onchange event listeners) 2012-09-19 22:39:14 +02:00
Jos de Jong f582b9d198 Cleaned up the code a little. 2012-09-19 21:22:46 +02:00
Jos de Jong 99c4b5196e Cleaned up the code a little 2012-09-19 21:22:35 +02:00
Jos de Jong b339a2b8c5 updated advertisement information, now linking to the paid, ad-free Chrome App. 2012-08-31 21:55:19 +02:00
Jos de Jong d12cde974a fixed issue #9: text in fields and values got wrapped in Chrome when zooming your browser 2012-08-31 21:53:42 +02:00
Jos de Jong b57e1b440f Binaries updatedfor version 1.4.3 2012-08-25 13:56:37 +02:00
Jos de Jong 958c85ddcf Chrome App created 2012-08-25 13:54:57 +02:00
Jos de Jong b2bd06136b Screenshots added 2012-08-25 13:54:40 +02:00
Jos de Jong cb56f6c796 changed code for the buttons to copy from formatter to editor and vice versa, no more inline javascript (gives security policy errors in chrome app) 2012-08-25 13:03:09 +02:00
Jos de Jong 42945722a5 Removed minified versions from source (are generated by running ant build.xml script) 2012-08-25 12:17:12 +02:00
Jos de Jong cf5ed0bfb1 Fixed drop down menu removed multiple times (which did throw errors). 2012-08-25 12:15:14 +02:00
Jos de Jong 7ae11b551f Created new logo and icons for the interface 2012-08-23 20:29:47 +02:00
Jos de Jong 05c9b3eeb7 Deleted old backup folder 2012-08-23 19:51:30 +02:00
Jos de Jong d5815c24ad Readme updated 2012-08-21 20:39:18 +02:00
Jos de Jong 7678019a4c Readme updated 2012-08-21 20:36:26 +02:00
Jos de Jong 3afd78bcaf Updated screenshot and readme 2012-08-21 20:33:49 +02:00
Jos de Jong 742ab0c06e Added screnshot to readme 2012-08-21 20:27:08 +02:00
Jos de Jong f0770dafa1 Updated readme 2012-08-20 21:57:42 +02:00
Jos de Jong c69bd0d0fa Updated description and readme 2012-08-20 21:52:36 +02:00
Jos de Jong fea1ca26ec replaced jsoneditor.css with jsoneditor-min.css in the index page 2012-08-19 15:53:39 +02:00
Jos de Jong 344358c15c Binaries for v1.3.0 added 2012-08-19 15:25:42 +02:00
Jos de Jong e6d070a370 Added feature to automatically add escape characters before \ and ", and automatically replace new lines with \n (adresses issues #4, #5, #6) 2012-08-19 15:25:08 +02:00
Jos de Jong 74e44e23e3 Fixed issues with methods addClassName and removeClassName, they now work perfectly reliable. 2012-08-17 13:19:51 +02:00
Jos de Jong c26e461dd4 Cleaned up temporary alert 2012-08-16 22:32:14 +02:00
Jos de Jong 1d6495f20c Created ant build script to generate zip files and build site 2012-08-16 22:25:18 +02:00
Jos de Jong e290ff15da Restructured the files 2012-08-16 21:18:37 +02:00
Jos de Jong df6b65c7b0 Updated icons 2012-08-16 21:07:11 +02:00
Jos de Jong ae4563bc6a Moved built tools to /tools 2012-08-16 21:05:08 +02:00
Jos de Jong 321a5e91a0 Cleaned up old files 2012-08-16 21:04:36 +02:00
Jos de Jong a16dc3071e Merge branch 'master' of github.com:wjosdejong/jsoneditoronline 2012-08-16 20:50:02 +02:00
Jos de Jong d6cf0f0060 Replaced all icons with one sprite. Added buttons next/previous to the searchbox. 2012-08-16 20:49:50 +02:00
Jos de Jong 69e4d0a594 Replaced all icons with one sprite. Added buttons next/previous to the searchbox. 2012-08-16 20:48:52 +02:00
Jos de Jong f0b46d0235 Merge pull request #8 from jakajancar/box-sizing
Add box-sizing to jsoneditor-frame
2012-08-16 01:45:07 -07:00
Jaka Jančar b27c6cd372 Add box-sizing to jsoneditor-frame 2012-08-15 16:54:24 -04:00
Jos de Jong 6ceb444dc2 Minified version updated 2012-08-12 20:10:14 +02:00
Jos de Jong 0a86f57e5a Fixed issue with searchbox quickkeys in IE 2012-08-12 15:31:55 +02:00
Jos de Jong 90b6b94249 Disabled quickkeys Ctrl+F and F3 for now, needs some more attention to get that working reliable on all browsers (especially IE and Opera) 2012-08-12 14:36:44 +02:00
Jos de Jong 32a54f4cc6 Added looping through search results using quickkeys 2012-08-07 22:07:54 +02:00
Jos de Jong d20f9031bb fixed ignoring functions and undefined values in the loaded JSON object (they where interpreted as empty object and string instead of being ignored). 2012-07-31 11:49:29 +02:00
Jos de Jong eeda3673cd Moved the search functionality to a separate prototype SearchBox 2012-07-29 21:42:26 +02:00
Jos de Jong bd45e9bf60 Added a test file to test methods for extracting innerText including return characters from an editable div (see Issue #5) 2012-07-24 22:36:25 +02:00
Jos de Jong af92d1b019 fixed undefined local variable editor in method _createSearchBox 2012-07-23 15:43:46 +02:00
Jos de Jong eae02fb43f fixed displaying of an odd number of spaces in a string (was displaying n-1 spaces instead of n). 2012-07-22 21:09:48 +02:00
Jos de Jong ec1dee480f fixed a typo in method _escape (missing semicolon after  ) 2012-07-22 21:02:54 +02:00
Jos de Jong b56b6a6df1 Recreated the icons, now in SVG format, including a script to export them to PNG's and GIF's 2012-07-22 20:59:08 +02:00
Jos de Jong 98d96f2228 fixed wrapping text that was no longer working on Firefox. (was introduced by solving issue #7) 2012-07-22 20:57:11 +02:00
Jos de Jong 182586ad9a first basic implementation of a search box 2012-07-22 20:33:02 +02:00