6e0cba6f77
Merge pull request #16 from JanX2/cleanup
Jonathan 'Wolf' Rentzsch
2012-09-01 08:06:20 -07:00
0b83cde16b
Refining toolbar design.
Jan Weiß
2012-09-01 14:27:50 +02:00
d947bc4973
Improving resulting selection of link and image buttons.
Jan Weiß
2012-09-01 13:42:25 +02:00
3c094cabae
Adding link and image buttons to toolbar.
Jan Weiß
2012-08-31 23:33:33 +02:00
7dada0fe9a
Skipping empty lines only when appropriate.
Jan Weiß
2012-08-31 21:54:16 +02:00
417e4b9a10
Making numbered list implementation more intelligent & cleaning up.
Jan Weiß
2012-08-31 17:05:44 +02:00
4ff297358f
Fixing edge case in “-_addStringBeforeSelectedLines:”.
Jan Weiß
2012-08-31 17:00:12 +02:00
df917df6a3
Adding toolbar support for code sections.
Jan Weiß
2012-08-31 16:59:40 +02:00
63f5a1ff82
Redesigning toolbar for retina support.
Jan Weiß
2012-08-31 16:11:04 +02:00
260e1b0a46
Making toolbar actions undoable.
Jan Weiß
2012-08-31 14:07:16 +02:00
783fa83c5d
Rewriting toolbar code.
Jan Weiß
2012-08-31 13:32:50 +02:00
3310439a20
Added toolbar
David Beck
2011-09-23 20:22:55 -07:00
cb0e3d2394
Added fullscreen support for Lion
David Beck
2011-09-23 13:50:30 -07:00
d05d2da9b9
Touched by Xcode 4.4.1.
Jan Weiß
2012-08-31 11:07:05 +02:00
35f20bc78c
Removing superfluous imports.
Jan Weiß
2012-08-31 10:06:31 +02:00
6185cfba6d
Updating SDK use to be more widely compatible with different versions of Xcode.
Jan Weiß
2012-08-31 10:06:11 +02:00
2173098c41
Fixing warning.
Jan Weiß
2012-08-31 10:02:34 +02:00
46977d9c7a
Replacing more string defines in Obj-C code with const NSString objects.
Jan Weiß
2012-08-31 09:58:24 +02:00
463734dfab
Merge pull request #11 from JanX2/cleanup
Jonathan 'Wolf' Rentzsch
2011-10-16 08:34:07 -07:00
f8f6d8976b
Replacing string defines in Obj-C code with const NSString objects in previously missing header files.
Jan Weiß
2011-09-27 14:56:26 +02:00
15287c0e85
Adding missing references header files to the “Classes” group of the project. This had resulted in Interface Builder complaining that several outlets were unavailable.
Jan Weiß
2011-09-27 14:48:14 +02:00
28d8f5e73a
Improving “.gitignore”.
Jan Weiß
2011-09-27 14:31:51 +02:00
bf5850c112
Replacing string defines in Obj-C code with const NSString objects.
Jan Weiß
2011-09-27 14:29:20 +02:00
35265cdefb
Merge remote-tracking branch 'aki-null/master'
Jonathan Mitchell
2011-07-13 16:20:46 +01:00
7965019b35
Added MIT licence to source headers.
Jonathan Mitchell
2011-07-11 22:47:55 +01:00
eab37e7fcf
Updated Discount to 2.1.0
Jonathan Mitchell
2011-07-11 22:41:36 +01:00
287bfb4cc1
Moved stylesheet into framework resources.
Jonathan Mitchell
2011-07-10 20:59:42 +01:00
93a75c914a
Fixed typo.
Jonathan Mitchell
2011-07-09 21:34:01 +01:00
00cb392778
Fixed header.
Jonathan Mitchell
2011-07-09 20:59:34 +01:00
36691b0cd6
Implemented the ORCDiscount framework.
Jonathan Mitchell
2011-07-09 20:23:46 +01:00
2b98e93e3e
No real change, just Xcode moving lines around in the project file for no reason.
Andy Lee
2011-06-26 10:10:37 -04:00
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.
Akihiro Noguchi
2011-05-10 00:15:36 +10:00
6877343ffb
Fixed text color for printing
Akihiro Noguchi
2011-05-09 21:36:13 +10:00
8b6f007a48
Fixed the issue that causes part of color preferences to not load properly on application launch
Akihiro Noguchi
2011-05-09 20:40:49 +10:00
0ec416124b
Underline color for foreign IMEs (such as Japanese) now reflects the foreground color preference. Moved NSTextView related code to EditPaneTextView.
Akihiro Noguchi
2011-05-09 20:30:11 +10:00
7a694e23a8
Added edit pane color customization support
Akihiro Noguchi
2011-05-09 19:54:18 +10:00
b93e867ece
Was using wrong way of registering default values
Akihiro Noguchi
2011-05-09 18:49:56 +10:00
75072250a1
Printing support
Akihiro Noguchi
2011-05-08 01:18:04 +10:00
1a13778b29
It now updates preview pane on launch to render the background color defined in CSS
Akihiro Noguchi
2011-05-07 17:16:46 +10:00
830451c347
Forgot to use preference manager in MyDocument
Akihiro Noguchi
2011-05-07 16:28:43 +10:00
44fb8e4801
Fixed the issue jumping to anchor when the document was loaded from a file.
Akihiro Noguchi
2011-05-07 16:26:21 +10:00
030776f2ba
Fixed the issue where clicking on anchor link would do nothing
Akihiro Noguchi
2011-05-07 10:48:16 +10:00
82c45ea1af
Fixed the CSS issue where the WebView is forced to have scrollbar when it doesn't need.
Akihiro Noguchi
2011-05-07 10:43:48 +10:00
93262659a6
Updated discount to 2.0.9
Akihiro Noguchi
2011-05-07 10:21:25 +10:00
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.
Akihiro Noguchi
2011-05-07 09:42:45 +10:00
6ee11016e6
Removed menu item "Paste and Match Style". Not useful for this application.
Akihiro Noguchi
2011-05-06 16:29:43 +10:00
5c558ac91e
Clicking link in the preview pane now opens in the default browser
Akihiro Noguchi
2011-05-06 15:57:21 +10:00
a39398e285
Changed version string to 1.5.2
Tim van der Horst
2011-01-29 18:22:35 +10:00
84810efd40
Merge branches 'styles', 'file-types' and 'discount-script' into dev
Tim van der Horst
2011-05-04 13:06:49 +10:00
c9fce86f78
Replaced styles with GitHub's, since theirs looks much nicer.
Tim van der Horst
2011-04-27 14:52:03 +10:00
8ded5daa69
Improved update.sh to handle missing comments section, and to give a more descriptive output
Tim van der Horst
2011-01-31 16:05:22 +10:00
3071cb7933update.sh script for automatically re-generating config files
Tim van der Horst
2011-01-29 18:20:10 +10:00
20b2c067b2
Added md, text, txt, and "" (no extension) to CFBundleTypeExtensions
Tim van der Horst
2011-01-28 11:05:52 +10:00
6afa337652
Fix for <code> inside <pre> padding error in styles.css
Tim van der Horst
2011-01-28 11:31:07 +10:00
c56b264b09
Upgraded discount to v2.0.5
Tim van der Horst
2011-01-28 11:23:46 +10:00
5ff86d7090
Xcode decided it wanted to reorder files for some reason
Tim van der Horst
2011-01-22 16:49:34 +10:00