Commit Graph

  • 6bade2e18d Add property tracking if expand/collapse includes children Allan Odgaard 2015-07-15 22:07:01 +02:00
  • 63b1d2a7fe Add hash implementation to FSItem Allan Odgaard 2015-07-15 22:05:25 +02:00
  • 3b49fd173e Add block-based API to asynchronously load FSDataSource items Allan Odgaard 2015-07-15 22:04:25 +02:00
  • 8a2b97207c Refactor FSDirectoryDataSource Allan Odgaard 2015-07-15 22:02:16 +02:00
  • c56bb0c9f1 Double-tapping shift disables “freehanded mode” for single caret Allan Odgaard 2015-06-25 23:01:58 +02:00
  • bf7f7b21d1 Checkin release notes v2.0-beta.7.5 Allan Odgaard 2015-06-25 19:27:25 +02:00
  • a69711755f Read the line number scale factor from user defaults Allan Odgaard 2015-06-25 17:09:54 +02:00
  • 3fdc72b93a Support spell checking being “automatic by language” Allan Odgaard 2015-06-24 00:41:02 +02:00
  • 86dc42fdf4 Add ability to unlearn words (as being spelled correctly) Allan Odgaard 2015-06-24 00:15:16 +02:00
  • f5fca8eb02 Refactor how we create context menu Allan Odgaard 2015-06-24 00:08:59 +02:00
  • 457969788e Use std::tuple for the OS version Allan Odgaard 2015-06-23 22:46:58 +02:00
  • 1767842229 Skip looking for shift/option modifier changes when mouse is down v2.0-beta.7.4 Allan Odgaard 2015-06-18 19:21:52 +02:00
  • 265bdb6713 No need to queue an auto-refresh in the flagsChanged: method Allan Odgaard 2015-06-18 19:11:39 +02:00
  • 1919bce337 Delay context menu to next event loop cycle when using keyboard Allan Odgaard 2015-06-17 21:55:34 +02:00
  • 5d30498be2 Provide full line of context when asking for spelling suggestions Allan Odgaard 2015-06-17 21:41:10 +02:00
  • 70ef4c94c1 Remove use of deprecated NSSpellChecker API Allan Odgaard 2015-06-16 16:31:35 +02:00
  • 1ac59e2553 Update OakTextView to use NSDraggingSession API (10.7) Allan Odgaard 2015-06-16 16:20:39 +02:00
  • af82d6e540 Update OakTabBarView to use NSDraggingSession API (10.7) Allan Odgaard 2015-06-15 16:41:52 +02:00
  • e8cba4dbae Support reloading tab bar view while a tab is being dragged Allan Odgaard 2015-06-15 12:17:33 +02:00
  • cb9e2e5fa4 Revert "Suppress warning from the atos Xcode tool" Allan Odgaard 2015-06-15 11:59:17 +02:00
  • 9d1d1a1a5a Link directly with static versions of boost libraries v2.0-beta.7.3 Allan Odgaard 2015-06-13 19:16:10 +02:00
  • 9dc71d5687 Checkin release notes v2.0-beta.7.2 Allan Odgaard 2015-06-13 18:05:53 +02:00
  • 4a7faba2c0 Do not show “TextMate is Outdated!” dialog for licensed copies Allan Odgaard 2015-06-12 14:18:53 +02:00
  • e5404fb1ea Expose the registration window controller Allan Odgaard 2015-06-12 14:18:19 +02:00
  • 980b0b9796 Double-tapping shift will now “deselect last” Allan Odgaard 2015-06-12 14:18:12 +02:00
  • d17f509536 Implement a “deselect last” action method Allan Odgaard 2015-06-12 14:17:06 +02:00
  • ec37b09faf Use find clipboard when no string is present in macro Allan Odgaard 2015-06-12 14:16:50 +02:00
  • f4089e76fd Using Check Spelling at the end of a word now checks that word Allan Odgaard 2015-06-12 14:16:12 +02:00
  • b826f34584 Disabling anti-alias will now also apply to the line numbers Allan Odgaard 2015-06-12 14:14:39 +02:00
  • 9a7203cae1 Eliminate redundant anti-alias user defaults constant Allan Odgaard 2015-06-12 14:12:47 +02:00
  • 4f2f799c6b Convert filter string to decomposed unicode Allan Odgaard 2015-06-12 14:10:17 +02:00
  • 4827e354f0 Don’t call non-virtual member functions for nullptr Allan Odgaard 2015-05-09 21:40:29 +02:00
  • 70893f4583 Use dense_hash_map for style cache Joachim Mårtensson 2015-04-08 21:56:56 +02:00
  • b7a1011f96 Update install instructions Joachim Mårtensson 2015-02-27 01:47:57 +01:00
  • 71960834ba Setup Google's sparsehash library for use Joachim Mårtensson 2015-02-27 00:23:11 +01:00
  • f7dd4c0ace Add std::hash() implementation to scope_t Joachim Mårtensson 2015-04-08 21:56:16 +02:00
  • 50250bb402 Escape tilde in default glob pattern Allan Odgaard 2015-05-06 21:20:21 +02:00
  • 0f4397769d Include the cstdlib header Allan Odgaard 2015-05-06 21:19:07 +02:00
  • dbd33948f3 For unknown key binding actions we append this info to its name Allan Odgaard 2015-04-30 14:07:58 +02:00
  • 74ef6697ba Our doCommandBySelector: override should beep for unknown actions Allan Odgaard 2015-04-30 14:07:15 +02:00
  • 0edcddccfa Do proper escaping when constructing a glob from file path Allan Odgaard 2015-04-30 13:35:23 +02:00
  • 9ceb07e54c Add API to escape a string for use in a glob pattern Allan Odgaard 2015-04-30 13:21:34 +02:00
  • c6c388e088 Add explicit link dependency Allan Odgaard 2015-04-30 13:20:39 +02:00
  • d7121673ba Declare properties needsNewWebView and webView @dynamic Ronald Wampler 2015-04-22 22:28:49 -04:00
  • 4aff7098a5 Use std::abs instead of abs() Ronald Wampler 2015-04-22 22:16:23 -04:00
  • 172ce9d428 Replace thread_local with boost equivalent Ronald Wampler 2015-04-22 21:47:53 -04:00
  • 23509380cb Fixed fatal error in Applications/indent/indent.cc Alexander Böhn / FI$H2k 2015-04-12 04:37:20 -04:00
  • f9e8192d00 Fix t_bump_date timezone Jason Gavris 2015-04-08 11:42:33 -04:00
  • 9d517741ef Moving a comma that seems misplaced Waynn Lue 2015-03-31 11:34:32 -07:00
  • 5a1754bc01 Add missing shadow to find/replace history pop-up list Yuu Q 2015-03-28 06:36:47 +09:00
  • 9c69badaf6 Save with Xcode 6.2 (6C131e) Allan Odgaard 2015-03-28 09:44:28 +07:00
  • 8c3177113f Add missing newline to error output v2.0-beta.7.1 Allan Odgaard 2015-03-26 12:19:19 +07:00
  • b0814dfbd9 Suppress warning from the atos Xcode tool Allan Odgaard 2015-03-26 12:15:18 +07:00
  • 3c49b4fd69 fixup! Support discontinuous selections in command input API Allan Odgaard 2015-03-26 12:13:33 +07:00
  • 08db1b53a9 Checkin release notes v2.0-beta.7 Allan Odgaard 2015-03-25 13:03:52 +07:00
  • 6aa81a0eb9 Fix typo, delsyedPlaySound => delayedPlaySound Koen Punt 2015-03-24 10:30:13 +01:00
  • 65480a60bf Find dates surrounded by underscores in path names Allan Odgaard 2015-03-25 12:26:28 +07:00
  • 245450ae9f Add test for updating date in file path string Allan Odgaard 2015-03-25 12:15:26 +07:00
  • 6c07075cc0 Improve behavior of command-clicking Allan Odgaard 2015-03-24 18:26:01 +07:00
  • a003d76234 Do not go via /usr/bin/env for bash Allan Odgaard 2015-03-24 13:38:43 +07:00
  • 7a7f5a9676 Preserve font scale factor when switching theme Allan Odgaard 2015-03-24 13:37:18 +07:00
  • daa32482bf When duplicating a file with a YYYY-MM-DD date we bump the date Allan Odgaard 2015-03-23 18:01:47 +07:00
  • eca7d839f3 Update MASPreferences submodule: Improve 10.10 compatibility Allan Odgaard 2015-03-23 17:03:36 +07:00
  • 31464f39fd Send performCloseTab: to our delegate instead of next responder Allan Odgaard 2015-03-23 11:53:21 +07:00
  • 491ef65e65 fixup! Support discontinuous selections in command input API Allan Odgaard 2015-03-23 11:27:11 +07:00
  • 808aaabc44 Add NSOtherMouseUp to OakIsAlternateKeyOrMouseEvent Koen Punt 2015-03-22 17:43:06 +01:00
  • 436068cbb7 Allow closing tabs on “other” (middle) mouse button Koen Punt 2015-03-22 12:31:35 +01:00
  • 8829637b6c Workaround for control-click not sent to superview Allan Odgaard 2015-03-18 11:00:51 +07:00
  • 6e5169a9af When command input is discontinuous then split result on LF Allan Odgaard 2015-03-08 16:51:55 +07:00
  • 100c13f3b5 Let command input be LF separated selections when discontinues Allan Odgaard 2015-03-08 16:49:19 +07:00
  • 30be46a166 Support discontinuous selections in command input API Allan Odgaard 2015-03-08 14:21:59 +07:00
  • 0e309b1056 Add “never hide left border” tab bar view property Allan Odgaard 2015-03-05 16:33:36 +07:00
  • b80b526c70 Use actual type for OakTabBarView instead of NSView Allan Odgaard 2015-03-05 16:29:34 +07:00
  • 0c9735c767 Show a heads-up display when changing font scale factor Allan Odgaard 2015-03-05 14:35:58 +07:00
  • 4a825499d6 Introduce font scale factor property Allan Odgaard 2015-03-05 14:31:58 +07:00
  • f54a7cb45b Update dialog plug-in (remove unused code) Allan Odgaard 2015-03-05 14:26:59 +07:00
  • c710ee8b7a Remove unused code Allan Odgaard 2015-03-05 14:25:27 +07:00
  • c416262d82 Limit FFMatch / find::match_t boxing and unboxing Allan Odgaard 2015-03-02 17:43:04 +07:00
  • 7b233c562c Update dialog plug-in (eliminate sizeofA macro) Allan Odgaard 2015-03-02 17:40:19 +07:00
  • 8d15a4972d Fix logic to detect Yosemite or later Allan Odgaard 2015-03-02 16:59:31 +07:00
  • 40879d5683 Replace sizeofA macro with range-based for loop or std::begin/end Allan Odgaard 2015-03-02 16:57:01 +07:00
  • f2d8598b06 Fix dull file browser labels on Yosemite Adam Strzelecki 2015-02-27 20:47:48 +01:00
  • 6136e1d607 Remove browser header shadow & bold on Yosemite Adam Strzelecki 2015-02-27 18:27:15 +01:00
  • 0ca21f9c75 Use black text color selected tab on Yosemite Adam Strzelecki 2015-02-27 18:24:50 +01:00
  • b51f7f44af Rename bundles::item_t::full_name → name_with_bundle Allan Odgaard 2015-02-09 00:17:13 +07:00
  • 438f110dc9 fixup! Use _externalScopeAttributes as a fallback to export TM_SCM_NAME Ronald Wampler 2015-02-07 00:23:39 -05:00
  • fcaa683a09 Do not invoke “did save” callback for untitled documents Allan Odgaard 2015-02-04 13:50:35 +07:00
  • 5be2c426dd Checkin release notes Allan Odgaard 2015-02-03 16:59:46 +07:00
  • 39d91adfba Checkin release notes v2.0-beta.6.8 Allan Odgaard 2015-02-03 16:59:46 +07:00
  • fca65bdd8b Handle unknown job identifiers in TextMate’s custom URL handler Allan Odgaard 2015-02-01 19:10:47 +07:00
  • 285fe6f907 Use NSInteger instead of int Allan Odgaard 2015-02-01 18:00:48 +07:00
  • a54c0616ae Include flv and swf files in the default list of non-text files Allan Odgaard 2015-02-01 13:51:54 +07:00
  • 638b813d9f Account for tab item’s padding when doing partial layout Allan Odgaard 2015-01-31 11:54:35 +07:00
  • 130d7615d2 Make OakTabBarStyle properties readonly Ronald Wampler 2015-01-30 17:09:49 -05:00
  • 566cba3b44 Mark local variable as const Ronald Wampler 2015-01-30 17:16:39 -05:00
  • a9e48c01e6 Explicitly set the value for the left and right padding Ronald Wampler 2015-01-30 16:26:11 -05:00
  • b4ee16312b Revert "Output frame of find window’s field editor (debug)" Allan Odgaard 2015-01-30 21:50:40 +07:00
  • 292e6eabb3 Macro recording would not replay inserted text Allan Odgaard 2015-01-29 23:52:59 +07:00
  • 5acabfff6b Ensure document’s metadata is up-to-date before saving it Allan Odgaard 2015-01-29 14:40:28 +07:00
  • cca1f607fd Introduce updateDocumentMetadata as public OakTextView method Allan Odgaard 2015-01-29 14:38:29 +07:00