22 months agoVersion 2.0: Don't escape < and & in JSON. master v2.0
Marc Liyanage [Fri, 9 Jul 2010 16:08:22 +0000]
Version 2.0: Don't escape < and & in JSON.
Fixes GitHub issue #5.

22 months agoSwitch Compiler to clang and fix some issues that it found.
Marc Liyanage [Fri, 9 Jul 2010 16:07:03 +0000]
Switch Compiler to clang and fix some issues that it found.
Fix some memory leaks found by the static analyzer.

23 months agoMerge branch 'json-integration' of github.com:liyanage/webkit-xmlview-plugin
Marc Liyanage [Thu, 24 Jun 2010 16:03:20 +0000]
Merge branch 'json-integration' of github.com:liyanage/webkit-xmlview-plugin

23 months agoAdded readme pointing to alternate implementation.
Marc Liyanage [Thu, 24 Jun 2010 16:01:56 +0000]
Added readme pointing to alternate implementation.

23 months agoWrap lines in Tidy at 120 characters, not the 68 default
Joris Borgdorff [Thu, 24 Jun 2010 09:07:09 +0000]
Wrap lines in Tidy at 120 characters, not the 68 default

2 years agoversion 1.9 v1.9
Marc Liyanage [Sun, 28 Mar 2010 01:05:22 +0000]
version 1.9

2 years agoDisable formatting option menu item that doesn't apply for JSON
Marc Liyanage [Wed, 10 Feb 2010 06:42:21 +0000]
Disable formatting option menu item that doesn't apply for JSON
http://twitter.com/ikaraszi/status/8758585041

2 years agoUpdated credits RTF in about box for new JSON stuff. json-integration
Marc Liyanage [Sun, 7 Feb 2010 03:25:05 +0000]
Updated credits RTF in about box for new JSON stuff.

2 years agoMerge branch 'master' into json-integration
Marc Liyanage [Sat, 6 Feb 2010 08:04:50 +0000]
Merge branch 'master' into json-integration

2 years agoReplacing NSXMLNode for NSXMLElment in all the prettyprint methods
Juan Germán Castañeda Echevarría [Fri, 5 Feb 2010 21:53:09 +0000]
Replacing NSXMLNode for NSXMLElment in all the prettyprint methods

2 years agoFix to style and javascript.
Juan Germán Castañeda Echevarría [Fri, 5 Feb 2010 21:44:21 +0000]
Fix to style and javascript.

2 years agoSmall fixes to append a comma to elements inside an array or hash | object | dicionary
Juan Germán Castañeda Echevarría [Fri, 5 Feb 2010 21:43:43 +0000]
Small fixes to append a comma to elements inside an array or hash | object | dicionary

2 years agoAdded json id to the root.
Juan Germán Castañeda Echevarría [Fri, 5 Feb 2010 21:41:51 +0000]
Added json id to the root.

2 years agoAdded support for null and boolean values.
Juan Germán Castañeda Echevarría [Sat, 23 Jan 2010 05:19:35 +0000]
Added support for null and boolean values.

2 years agoCSS and JS has been tweaked to get braces collapse working.
Juan Germán Castañeda Echevarría [Sat, 23 Jan 2010 04:49:35 +0000]
CSS and JS has been tweaked to get braces collapse working.

2 years agoAdding prettyPrint generators for json arrays, strings and numbers
Juan Germán Castañeda Echevarría [Sat, 23 Jan 2010 02:16:00 +0000]
Adding prettyPrint generators for json arrays, strings and numbers

2 years agoAdding support for json data in XMLWebKitPluginView. Adding a category for NSDictiona...
Juan Germán Castañeda Echevarría [Sat, 23 Jan 2010 01:55:14 +0000]
Adding support for json data in XMLWebKitPluginView. Adding a category for NSDictionary to get its html representation.

2 years agoAdding Safari as a custom executable and a script to create a link in ~/Library/Inter...
Juan Germán Castañeda Echevarría [Sat, 23 Jan 2010 01:36:51 +0000]
Adding Safari as a custom executable and a script to create a link in ~/Library/Internet Plug-Ins for debugging.

2 years agoAdded a new DataFormatter for json data
Juan Germán Castañeda Echevarría [Fri, 22 Jan 2010 22:34:50 +0000]
Added a new DataFormatter for json data

2 years agoAdding application/json mime type to Info.plist
Juan Germán Castañeda Echevarría [Fri, 22 Jan 2010 22:34:41 +0000]
Adding application/json mime type to Info.plist

2 years agoCreated a new XSLT based on xml-escape-amp-lr and xml-pretty-print's html wrapping...
Juan Germán Castañeda Echevarría [Fri, 22 Jan 2010 22:30:09 +0000]
Created a new XSLT based on xml-escape-amp-lr and xml-pretty-print's html wrapping template.

2 years agoChanging name of JSON framework group in XCode and adding a subgroup to Classes to...
Juan Germán Castañeda Echevarría [Fri, 22 Jan 2010 22:20:43 +0000]
Changing name of JSON framework group in XCode and adding a subgroup to Classes to be more unobtrusive with existing code

2 years agoAdding the json-framework
Juan Germán Castañeda Echevarría [Fri, 22 Jan 2010 22:18:39 +0000]
Adding the json-framework

2 years agofixes for Xcode 3.2 / Snow Leopard warnings
Marc Liyanage [Tue, 1 Sep 2009 17:38:53 +0000]
fixes for Xcode 3.2 / Snow Leopard warnings

3 years agobumped version for next release cycle
Marc Liyanage [Thu, 19 Mar 2009 09:25:37 +0000]
bumped version for next release cycle

3 years agoImplement Sparkle delegate method like ClickToFlash does, so that Safari relaunches...
Marc Liyanage [Thu, 19 Mar 2009 09:13:11 +0000]
Implement Sparkle delegate method like ClickToFlash does, so that Safari relaunches properly after auto-update. Updated Sparkle to launchpad revision 340

3 years agocleanup
Marc Liyanage [Tue, 10 Mar 2009 22:52:44 +0000]
cleanup

3 years agodistribution script tweaks
Marc Liyanage [Tue, 10 Mar 2009 22:51:09 +0000]
distribution script tweaks

3 years agoversion 1.7 v1.7
Marc Liyanage [Tue, 10 Mar 2009 22:44:29 +0000]
version 1.7

3 years agoxml & and < escaping XSLT
Marc Liyanage [Mon, 9 Mar 2009 13:38:45 +0000]
xml & and < escaping XSLT

3 years agoxml & and < escaping XSLT
Marc Liyanage [Mon, 9 Mar 2009 13:31:06 +0000]
xml & and < escaping XSLT

3 years agoCSS tweaks
Marc Liyanage [Mon, 9 Mar 2009 13:05:22 +0000]
CSS tweaks

3 years agoCSS tweaks
Marc Liyanage [Mon, 9 Mar 2009 13:05:16 +0000]
CSS tweaks

3 years agoCSS tweaks
Marc Liyanage [Mon, 9 Mar 2009 13:00:33 +0000]
CSS tweaks

3 years agopassing the user JS code through the XSLT with the data: URI scheme,
Marc Liyanage [Sun, 8 Mar 2009 22:18:03 +0000]
passing the user JS code through the XSLT with the data: URI scheme,
base64 encoded. This lets me use XHTML again instead of HTML. about panel tweaks

3 years agoattempt to manage js ...
Marc Liyanage [Sun, 8 Mar 2009 21:29:22 +0000]
attempt to manage js & and < escaping with XSLT cdata-section-elements option for script elements -> fails because the transformation result out of NSXMLDocument does not honor it

3 years agoversion 1.6 v1.6
Marc Liyanage [Sun, 8 Mar 2009 14:31:03 +0000]
version 1.6

3 years agoversion 1.6
Marc Liyanage [Sun, 8 Mar 2009 14:18:19 +0000]
version 1.6

3 years agoversion 1.6
Marc Liyanage [Sun, 8 Mar 2009 13:58:51 +0000]
version 1.6

3 years agonotes / todo cleanup
Marc Liyanage [Wed, 4 Mar 2009 15:05:00 +0000]
notes / todo cleanup

3 years agobuild automation Git related fixes
Marc Liyanage [Tue, 3 Mar 2009 23:23:36 +0000]
build automation Git related fixes

3 years agobuild automation Git related fixes
Marc Liyanage [Tue, 3 Mar 2009 22:57:08 +0000]
build automation Git related fixes

3 years agoversion 1.5 v1.5
Marc Liyanage [Tue, 3 Mar 2009 22:52:14 +0000]
version 1.5

3 years agofinal CSS/JS tweaks before 1.5 release
Marc Liyanage [Tue, 3 Mar 2009 22:43:47 +0000]
final CSS/JS tweaks before 1.5 release

3 years agorelease notes tweak, automatic ZIP file generation for build xslt-prettyprinting
Marc Liyanage [Tue, 3 Mar 2009 17:32:18 +0000]
release notes tweak, automatic ZIP file generation for build

3 years agouser-supplied CSS and JS integrated
Marc Liyanage [Tue, 3 Mar 2009 16:54:52 +0000]
user-supplied CSS and JS integrated

3 years agoXSLT tweaks
Marc Liyanage [Mon, 2 Mar 2009 23:14:57 +0000]
XSLT tweaks

3 years agopopup and user defaults hooked up
Marc Liyanage [Mon, 2 Mar 2009 22:24:22 +0000]
popup and user defaults hooked up

3 years agocss tweaks
Marc Liyanage [Mon, 2 Mar 2009 15:23:57 +0000]
css tweaks

3 years agoembedded web view
Marc Liyanage [Mon, 2 Mar 2009 14:13:00 +0000]
embedded web view

3 years agoadded XSLT
Marc Liyanage [Mon, 2 Mar 2009 13:07:37 +0000]
added XSLT

3 years agorefactored XmlDataFormatter
Marc Liyanage [Mon, 2 Mar 2009 10:17:28 +0000]
refactored XmlDataFormatter

3 years agorenamed XMLDataFormatter to XMLDataFormatterTidy
Marc Liyanage [Mon, 2 Mar 2009 09:57:11 +0000]
renamed XMLDataFormatter to XMLDataFormatterTidy

3 years agotest
Marc Liyanage [Mon, 2 Mar 2009 08:44:14 +0000]
test

3 years agotest
Marc Liyanage [Mon, 2 Mar 2009 08:40:04 +0000]
test

3 years agotest
Marc Liyanage [Mon, 2 Mar 2009 08:39:28 +0000]
test

3 years agochanges to distribution.sh for the svn -> git move
Marc Liyanage [Sun, 1 Mar 2009 22:51:29 +0000]
changes to distribution.sh for the svn -> git move

3 years agotest
Marc Liyanage [Tue, 24 Feb 2009 00:17:58 +0000]
test

3 years agonew file test
Marc Liyanage [Tue, 24 Feb 2009 00:16:16 +0000]
new file test

3 years agodeployment process shell script step reordering and improvement v1.4
Marc Liyanage [Mon, 23 Feb 2009 13:02:37 +0000]
deployment process shell script step reordering and improvement

3 years agoversion 1.4
Marc Liyanage [Mon, 23 Feb 2009 00:39:26 +0000]
version 1.4

3 years agorelease notes for 1.4
Marc Liyanage [Mon, 23 Feb 2009 00:27:11 +0000]
release notes for 1.4

3 years agofixed broken incremental loading of large responses
Marc Liyanage [Mon, 23 Feb 2009 00:21:05 +0000]
fixed broken incremental loading of large responses

3 years agoabout box fixes
Marc Liyanage [Wed, 18 Feb 2009 13:55:42 +0000]
about box fixes

3 years agorelease notes cleanup
Marc Liyanage [Wed, 18 Feb 2009 10:11:14 +0000]
release notes cleanup

3 years agolog message cleanup v1.3
Marc Liyanage [Wed, 18 Feb 2009 00:28:00 +0000]
log message cleanup

3 years agoversion 1.3
Marc Liyanage [Wed, 18 Feb 2009 00:23:49 +0000]
version 1.3

3 years agoupdated notes
Marc Liyanage [Sat, 14 Feb 2009 23:50:56 +0000]
updated notes

3 years agofirst full import
Marc Liyanage [Sat, 14 Feb 2009 23:47:54 +0000]
first full import

3 years agofirst commit
Marc Liyanage [Sat, 14 Feb 2009 10:35:09 +0000]
first commit