Commit Graph

281 Commits

Author SHA1 Message Date
Jos de Jong e50ebcb86a updated version number and changelog 2012-09-29 22:50:34 +02:00
Jos de Jong e7ff490ff0 fixed minor menu css issues, outlining of the buttons and search box 2012-09-29 22:50:16 +02:00
Jos de Jong 671a68c067 minor code improvements in the css 2012-09-29 19:40:06 +02:00
Jos de Jong 024a9cf587 created menu icons for the buttons on top of the JSONEditor and JSONFormatter 2012-09-29 19:28:54 +02:00
Jos de Jong 53da8488e9 fixed undo of deleting an item when the item was the last element of a list 2012-09-29 14:38:10 +02:00
Jos de Jong f078a17be3 fixed undo/redo of a moved item when the item was the last element of a list 2012-09-29 14:33:53 +02:00
Jos de Jong b8a6929265 implemented option enableHistory 2012-09-29 14:20:46 +02:00
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