Commit Graph

909 Commits

Author SHA1 Message Date
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
Jos de Jong 6ee4b36caf the position of the vertical separator between left and right panel is stored 2012-07-18 23:30:45 +02:00
Jos de Jong 7eaecdcbd6 fixed wrapping of long words and urls in Chrome 2012-07-18 22:40:06 +02:00
Jos de Jong 14cc20366a changed indentation from 2 to 4 spaces 2012-07-18 22:39:48 +02:00
Jos de Jong e96a7042d6 created getter and setter function for manipulating the parent of a Node. 2012-07-08 14:31:51 +02:00
Jos de Jong a33462155f fixed Issue #7: leading (and trailing) spaces where not displayed. Fixed by replacing all spaces with an ` ` character. 2012-07-08 11:28:43 +02:00
Jos de Jong fe7be148c6 fixed the focus/blur events for fields and values. 2012-07-01 14:40:12 +02:00
Jos de Jong c56ddc21c8 robots.txt added 2012-07-01 14:39:24 +02:00
Jos de Jong 6dfa86150d added -moz-box-sizing and -webkit-box-sizing again, not having that gives issues at least on firefox. 2012-07-01 10:30:01 +02:00
= ad929bcfc0 updated minified version 2012-06-08 22:15:37 +02:00
= 18d9882b96 fixed a bug with getAbsoluteTop and getAbsoluteLeft, wrongly calculating the position in case of a scrolled page 2012-06-08 22:09:27 +02:00
= 75119be464 changed indentation from 2 to 4 spaces 2012-06-08 22:06:49 +02:00
= 34b2670788 -moz-box-sizing and -webkit-box-sizing added 2012-06-08 22:06:14 +02:00
= 0204b36631 Improved code formatting 2012-05-30 10:52:29 +02:00
= ac640ff600 Minified version updated 2012-05-30 10:48:09 +02:00
= 9bb438ace9 Code formatted more neatly 2012-05-30 10:47:46 +02:00