97 Commits

Author SHA1 Message Date
rentzsch 21f4bf11ae Merge branch 'hotfix/1.7.1' into develop 2011-07-21 21:06:54 -05:00
rentzsch 460b0cae9b [VERSION] 1.7.1 2011-07-21 21:06:45 -05:00
rentzsch 867540f2a4 Merge branch 'develop' into hotfix/1.7.1 2011-07-21 20:57:47 -05:00
rentzsch 921c71b7da [FIX] Update HTML sibling even if autosave hasn't taken place yet. 2011-07-21 20:53:26 -05:00
rentzsch 1d96a33c96 RUN_CLANG_STATIC_ANALYZER off for debug builds. 2011-07-21 20:50:49 -05:00
rentzsch a1b9ee2db6 Disable GCC_WARN_UNUSED_VARIABLE -- it doesn't make sense for Obj-C. 2011-07-21 20:48:03 -05:00
rentzsch d8413c8708 Merge branch 'release/1.7' into develop 2011-07-20 00:23:40 -05:00
rentzsch 5346b81a51 Merge branch 'release/1.7' 1.7 2011-07-20 00:23:33 -05:00
rentzsch 3d349544bb [VERSION] 1.7 2011-07-20 00:23:31 -05:00
rentzsch 42cd9cbab3 Merge branch 'feature/auto-update-html-sibling' into develop 2011-07-20 00:20:31 -05:00
rentzsch 9ec7bf0755 Feature: auto-update .html siblings (looks for an element with an "markdownlive" id). 2011-07-20 00:19:48 -05:00
rentzsch c26815c188 Update copyright years. 2011-07-19 21:15:04 -05:00
rentzsch 898639006e [VERSION] 1.6 2011-07-18 11:56:40 -05:00
rentzsch 0e28f93ea7 Turn off USER_HEADER_SEARCH_PATHS in Project build settings -- don't need it anymore. 2011-07-18 11:55:46 -05:00
rentzsch 4526658ffd Merge pull request #9 from mugginsoft/markdownlive
---

Change list

1. Implemented Discount within a framework named ORCDiscount
2. Updated Discount to 2.1.0
3. Added a README
2011-07-18 11:44:05 -05:00
Jonathan Mitchell 35265cdefb Merge remote-tracking branch 'aki-null/master'
Conflicts:
	MarkdownLive.xcodeproj/project.pbxproj
	MyDocument.m
	discount/VERSION
	discount/configure.inc
	discount/main.c
2011-07-13 16:20:46 +01:00
Jonathan Mitchell 7965019b35 Added MIT licence to source headers. 2011-07-11 22:47:55 +01:00
Jonathan Mitchell eab37e7fcf Updated Discount to 2.1.0 2011-07-11 22:41:36 +01:00
Jonathan Mitchell 287bfb4cc1 Moved stylesheet into framework resources. 2011-07-10 20:59:42 +01:00
Jonathan Mitchell 93a75c914a Fixed typo. 2011-07-09 21:34:01 +01:00
Jonathan Mitchell 00cb392778 Fixed header. 2011-07-09 20:59:34 +01:00
Jonathan Mitchell 36691b0cd6 Implemented the ORCDiscount framework. 2011-07-09 20:23:46 +01:00
Andy Lee 2b98e93e3e No real change, just Xcode moving lines around in the project file for no reason. 2011-06-26 10:10:37 -04:00
Akihiro Noguchi bca82faaf5 Next preview update time needs to be updated every time a key is tapped. This fixed the issues with view not updating at appropriate time when using foreign IMEs, such as Japanese. 2011-05-10 09:28:27 +10:00
Akihiro Noguchi 6877343ffb Fixed text color for printing 2011-05-09 21:36:13 +10:00
Akihiro Noguchi 8b6f007a48 Fixed the issue that causes part of color preferences to not load properly on application launch 2011-05-09 20:40:49 +10:00
Akihiro Noguchi 0ec416124b Underline color for foreign IMEs (such as Japanese) now reflects the foreground color preference. Moved NSTextView related code to EditPaneTextView. 2011-05-09 20:30:11 +10:00
Akihiro Noguchi 7a694e23a8 Added edit pane color customization support 2011-05-09 19:54:18 +10:00
Akihiro Noguchi b93e867ece Was using wrong way of registering default values 2011-05-09 18:49:56 +10:00
Akihiro Noguchi 75072250a1 Printing support 2011-05-08 01:18:04 +10:00
Akihiro Noguchi 1a13778b29 It now updates preview pane on launch to render the background color defined in CSS 2011-05-07 17:16:46 +10:00
Akihiro Noguchi 830451c347 Forgot to use preference manager in MyDocument 2011-05-07 16:28:43 +10:00
Akihiro Noguchi 44fb8e4801 Fixed the issue jumping to anchor when the document was loaded from a file. 2011-05-07 16:26:21 +10:00
Akihiro Noguchi 030776f2ba Fixed the issue where clicking on anchor link would do nothing 2011-05-07 10:48:16 +10:00
Akihiro Noguchi 82c45ea1af Fixed the CSS issue where the WebView is forced to have scrollbar when it doesn't need. 2011-05-07 10:43:48 +10:00
Akihiro Noguchi 93262659a6 Updated discount to 2.0.9 2011-05-07 10:21:25 +10:00
Akihiro Noguchi 5187b09104 Added font preference. Removed rich text related menu items. Implemented custom layout manager for edit pane to fix the issue with line height change when mixed font behavior of OS X is provoked. This is an common issue with NSLayoutManager when using foreign characters that are not included in the specified font. 2011-05-07 09:54:21 +10:00
Akihiro Noguchi 6ee11016e6 Removed menu item "Paste and Match Style". Not useful for this application. 2011-05-07 09:53:28 +10:00
Akihiro Noguchi 5c558ac91e Clicking link in the preview pane now opens in the default browser 2011-05-07 09:53:28 +10:00
Tim van der Horst a39398e285 Changed version string to 1.5.2 2011-05-04 13:07:50 +10:00
Tim van der Horst 84810efd40 Merge branches 'styles', 'file-types' and 'discount-script' into dev 2011-05-04 13:06:49 +10:00
Tim van der Horst c9fce86f78 Replaced styles with GitHub's, since theirs looks much nicer. 2011-04-27 14:52:03 +10:00
Tim van der Horst 8ded5daa69 Improved update.sh to handle missing comments section, and to give a more descriptive output 2011-01-31 16:41:19 +10:00
Tim van der Horst 3071cb7933 update.sh script for automatically re-generating config files 2011-01-31 11:36:59 +10:00
Tim van der Horst 20b2c067b2 Added md, text, txt, and "" (no extension) to CFBundleTypeExtensions 2011-01-28 12:03:21 +10:00
Tim van der Horst 6afa337652 Fix for <code> inside <pre> padding error in styles.css 2011-01-28 12:02:03 +10:00
Tim van der Horst c56b264b09 Upgraded discount to v2.0.5 2011-01-28 12:00:58 +10:00
Tim van der Horst 5ff86d7090 Xcode decided it wanted to reorder files for some reason 2011-01-22 16:49:34 +10:00
rentzsch ae03663ae9 Merge pull request #6 from vdh/markdownlive
---

I put together a simple HTML wrapper to apply some CSS to the markdown preview. Sorry about the awkward merge history for this one.
2011-01-20 22:44:49 -06:00
Tim van der Horst 47eba24b08 Merge branch 'master' into styles 2011-01-21 13:52:14 +10:00