34 Commits
Author SHA1 Message Date
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 0e28f93ea7 Turn off USER_HEADER_SEARCH_PATHS in Project build settings -- don't need it anymore. 2011-07-18 11:55:46 -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 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 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 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
Tim van der Horst 5ff86d7090 Xcode decided it wanted to reorder files for some reason 2011-01-22 16:49:34 +10:00
Tim van der Horst 4fe9c024d7 Merge branch 'master' into styles
Conflicts:
	MarkdownLive.xcodeproj/project.pbxproj
2011-01-21 08:48:29 +10:00
Tim van der Horst 8dabaa211e Added a CSS wrapper with a simple styles.css 2011-01-20 12:38:26 +10:00
Tim van der Horst 7223e4f106 Upgraded discount to v2.0.4beta3, added new setup.c file to project 2011-01-20 11:42:43 +10:00
Tim van der Horst 9fe95a8570 Upgraded discount to v2.0, mkdio.h moved to discount-config 2011-01-20 11:37:28 +10:00
Tim van der Horst 4ab9b37c8a Upgraded discount to v1.6.5, new files added to project: html5.c, tags.c, tags.h 2011-01-20 11:28:10 +10:00
Tim van der Horst 660dc5e84d Upgraded discount to v1.6.2, added new emmatch.c file to project 2011-01-20 11:21:59 +10:00
Tim van der Horst 10d7a42aea Converted discount to a submodule, with external config files 2011-01-20 11:13:24 +10:00
Andy Lee e48e3565f2 Stuff Xcode decided to add to the project file.
I didn't make any project changes.  Xcode seems to like to add stuff.
2011-01-08 17:42:59 -05:00
rentzsch 6ac5f3e1d5 [NEW] MarkdownLive 1.5. Jump to Snow Leopard, Xcode 3.2 and discount 1.3.5. 2009-09-13 14:09:12 -05:00
rentzsch 42760606d6 [NEW] MarkdownLive 1.4.2. Updated to discount 1.3.5. 2009-04-23 15:47:44 -05:00
wolf 3a391bcfe7 [NEW] Markdown 1.4.1: Upgraded to discount 1.3.0, which solves a bunch of crashers.
git-svn-id: http://rentzsch.com/svn/trunk/cocoa/MarkdownLive@350 34dae961-d50d-0410-846e-a203d89df655
2008-11-16 17:02:24 +00:00
wolf af2d72aec3 [NEW] MarkdownLive 1.4: Now autosaves and uses discount as its markdown->html engine.
git-svn-id: http://rentzsch.com/svn/trunk/cocoa/MarkdownLive@333 34dae961-d50d-0410-846e-a203d89df655
2008-09-27 23:36:08 +00:00
wolf 34197bd55a [NEW] MarkdownLive: first rough (but working) cut of using discount.
git-svn-id: http://rentzsch.com/svn/trunk/cocoa/MarkdownLive@330 34dae961-d50d-0410-846e-a203d89df655
2008-09-26 23:48:49 +00:00
wolf 5100b5ce2b [DEV] MarkdownLive: start converting to discount. Currently broken due to discount's source using Line, which conflicts with QuickDraw's Line. Currently trying to figure out how to work-around that.
git-svn-id: http://rentzsch.com/svn/trunk/cocoa/MarkdownLive@329 34dae961-d50d-0410-846e-a203d89df655
2008-09-26 10:19:09 +00:00
wolf 65fa66dad1 [NEW] MarkdownLive 1.3: Now uses maruku for its engine to get things like "Markdown inside HTML elements" and definition lists.
git-svn-id: http://rentzsch.com/svn/trunk/cocoa/MarkdownLive@316 34dae961-d50d-0410-846e-a203d89df655
2008-07-31 21:38:10 +00:00
wolf e3b62e87fa [ADMIN] svn rm *.(pbxuser|mode1v3).
git-svn-id: http://rentzsch.com/svn/trunk/cocoa/MarkdownLive@302 34dae961-d50d-0410-846e-a203d89df655
2008-05-20 12:22:35 +00:00
rentzsch 780e55186a [NEW] MarkdownLive 1.2: Giving up on +[NSString stringWithContentsOfURL:usedEncoding:error:]. I was using it even though it was fairly useless on 10.4, thinking it Would Get Better in The Future. I took a peek at The Future, and it's just even more broken. Running into NSUTF8StringEncoding's comforting embrace.
git-svn-id: http://rentzsch.com/svn/trunk/cocoa/MarkdownLive@223 34dae961-d50d-0410-846e-a203d89df655
2007-03-15 06:03:19 +00:00
rentzsch a014153397 [NEW] MarkdownLive 1.1.1: fix an NSAssert-reported nil pointer when deleting all the text in the document.
git-svn-id: http://rentzsch.com/svn/trunk/cocoa/MarkdownLive@222 34dae961-d50d-0410-846e-a203d89df655
2007-02-28 04:45:31 +00:00
rentzsch 03603a7d21 MarkdownLive 1.1: Add lame app icon.
git-svn-id: http://rentzsch.com/svn/trunk/cocoa/MarkdownLive@145 34dae961-d50d-0410-846e-a203d89df655
2006-09-22 04:01:46 +00:00
rentzsch e71c43266d Relative resource (like local image files) now load in the web preview. Can now copy the generated HTML onto the clipboard directly (got sick of jumping through TextMate).
git-svn-id: http://rentzsch.com/svn/trunk/cocoa/MarkdownLive@132 34dae961-d50d-0410-846e-a203d89df655
2006-08-01 17:01:04 +00:00
rentzsch f078d07fb3 MarkdownLive-0 Sun May 21 2006.
git-svn-id: http://rentzsch.com/svn/trunk/Cocoa/MarkdownLive@108 34dae961-d50d-0410-846e-a203d89df655
2006-05-22 00:42:44 +00:00