Gráfico de Commits

  • 773482467e Handle updates to line decorations in TextEditorPresenter Nathan Sobo 2015-01-21 13:48:49 -07:00
  • 5d8f831136 Instantiate presenter with minimal parameters in specs Nathan Sobo 2015-01-21 11:34:53 -07:00
  • 9c1efb6ba0 Simplify assertions Nathan Sobo 2015-01-21 11:29:41 -07:00
  • 568b9f6999 Add lineStateForScreenRow helper Nathan Sobo 2015-01-21 10:59:02 -07:00
  • 06ef0792ce Add .decorationClasses to line state on initial render Nathan Sobo 2015-01-21 10:47:32 -07:00
  • bf9428aa19 Read scrollWidth from the presenter state when rendering Nathan Sobo 2015-01-21 10:16:51 -07:00
  • 64ef8add71 Remove unused argument Nathan Sobo 2015-01-21 10:10:28 -07:00
  • 32a1854b7c Use TextEditorPresenter::state.content.indentGuidesVisible Nathan Sobo 2015-01-21 09:42:04 -07:00
  • 590391a0ce Update .content.indentGuidesVisible when editor’s grammar changes Nathan Sobo 2015-01-21 09:38:54 -07:00
  • d0b52538b2 Add content.indentGuidesVisible to TextEditorPresenter::state Nathan Sobo 2015-01-21 08:37:08 -07:00
  • 22942ae1bd Remove unused local vars Nathan Sobo 2015-01-21 08:27:58 -07:00
  • 0a9f7586ae Add top-level .content object to presenter state Nathan Sobo 2015-01-20 16:04:16 -07:00
  • 3ec4b632ba Update TextEditorPresenter with scoped character widths in component Nathan Sobo 2015-01-20 15:28:33 -07:00
  • 115d764725 Handle scoped character widths in TextEditorPresenter Nathan Sobo 2015-01-20 11:30:02 -07:00
  • 20bb14da81 Start using TextEditorPresenter in LinesComponent Nathan Sobo 2015-01-19 16:41:11 -07:00
  • a3fb8b3aaa Disable spec until presenter approach stabilizes Nathan Sobo 2015-01-19 16:39:00 -07:00
  • 9e6aa8f873 Include more fields in line state Nathan Sobo 2015-01-19 16:29:07 -07:00
  • e2693da225 Fix endRow calculation Nathan Sobo 2015-01-19 16:28:50 -07:00
  • 9a070e7f6d Include endOfLineInvisibles in presenter state Nathan Sobo 2015-01-19 16:08:53 -07:00
  • db5059626f Use getters in TextEditorPresenter internally for consistency Nathan Sobo 2015-01-19 15:44:10 -07:00
  • 7095ccd32b Make all lines visible if no external client height is assigned Nathan Sobo 2015-01-19 15:39:51 -07:00
  • ac463143dd Add 1 pixel to scrollWidth to account for cursor if not soft-wrapped Nathan Sobo 2015-01-19 15:20:04 -07:00
  • 2296d2d378 Account for overdrawMargin of startRow when computing the endRow Nathan Sobo 2015-01-19 15:03:40 -07:00
  • 143183aa25 🎨 Nathan Sobo 2015-01-19 14:58:18 -07:00
  • 0f4bcac8d4 Add 1 to the last row to ensure it’s visible Nathan Sobo 2015-01-19 14:31:12 -07:00
  • b09b54800f Include line text in presenter state Nathan Sobo 2015-01-19 14:11:46 -07:00
  • 2120c3c298 Instantiate presenter in TextEditorComponent and update measurements Nathan Sobo 2015-01-19 12:52:57 -07:00
  • f4d8ef8315 Add width to lines state based on the computed scrollWidth Nathan Sobo 2015-01-19 12:26:30 -07:00
  • a1c2e1bb66 Update TextEditorPresenter when the editor’s content changes Nathan Sobo 2015-01-19 11:57:16 -07:00
  • 5a2bbc945b Handle changing ::lineHeight in TextEditorPresenter Nathan Sobo 2015-01-19 11:44:31 -07:00
  • 9c2ed478cd Handle changing ::clientHeight in TextEditorPresenter Nathan Sobo 2015-01-19 11:37:17 -07:00
  • 880e1ce1f0 Handle changing ::scrollTop in TextEditorPresenter Nathan Sobo 2015-01-19 11:33:20 -07:00
  • f0920bf63b Start on TextEditorPresenter with lines state Nathan Sobo 2015-01-19 10:48:44 -07:00
  • 37a85bcdd0 ⬆️ language-css@0.27 Kevin Sawicki 2015-02-03 13:50:45 -08:00
  • 47bd093d68 🐎 Load 6to5 version directly from package.json Kevin Sawicki 2015-02-03 13:36:26 -08:00
  • a788a7e9b7 ⬆️ language-xml@0.28 Kevin Sawicki 2015-02-03 10:53:29 -08:00
  • 9101da11ce ⬆️ update-package-dependencies@0.8 Kevin Sawicki 2015-02-03 10:29:36 -08:00
  • f7159181ac 📝 Tweak docs for new service APIs Max Brunsfeld 2015-02-03 10:20:20 -08:00
  • 1784a7f726 ⬆️ Upgrade one themes Kevin Sawicki 2015-02-03 10:20:12 -08:00
  • a28a8447a7 ⬆️ language-json@0.12 Kevin Sawicki 2015-02-03 10:18:25 -08:00
  • 197e74f18d Prepare 0.178 Kevin Sawicki 2015-02-03 09:41:06 -08:00
  • 5cae6f20c4 Merge pull request #5368 from atom/ld-jasmine-ref-fix v0.177.0 Kevin Sawicki 2015-02-03 09:06:11 -08:00
  • 6ad704c1e4 Defer requiring 6to5 until it is used Kevin Sawicki 2015-02-03 09:04:44 -08:00
  • 2b0cb11df3 Merge pull request #5374 from atom/ld-doc-composed-commands Ben Ogle 2015-02-03 09:04:29 -08:00
  • 9aee7d4b38 📝 Add section about composed commands Lee Dohm 2015-02-03 04:50:38 -08:00
  • b6c86ea217 📝 Update command example for CommandRegistry Lee Dohm 2015-02-03 04:31:23 -08:00
  • 0d169f0516 Fix link to wrong version of Jasmine Lee Dohm 2015-02-02 17:37:50 -08:00
  • 740e6de5f3 Add Linux icons simurai 2015-02-03 12:47:30 +09:00
  • 5dea6e7d12 Link to all guides Kevin Sawicki 2015-02-02 18:20:53 -08:00
  • 312e4e0e8a Be graceful about pathsToOpen string value Kevin Sawicki 2015-02-02 18:16:47 -08:00
  • 853ad9cee3 Re-throw stylesheet compile errors Kevin Sawicki 2015-02-02 17:50:02 -08:00
  • a5ccfa6299 Merge pull request #5346 from atom/ld-doc-updates Max Brunsfeld 2015-02-02 17:26:08 -08:00
  • 800ca5a37a 📝 Add a missing comma Lee Dohm 2015-02-02 17:19:07 -08:00
  • 23b8b15261 📝 Fix broken json-schema.org link Lee Dohm 2015-02-01 10:07:46 -08:00
  • 959aa08d62 📝 Atom 1.0 API is now frozen Lee Dohm 2015-02-01 08:44:48 -08:00
  • 6eed4e461f 📝 Give stronger recommendation on deactivate Lee Dohm 2015-02-01 08:35:57 -08:00
  • 00b79e69f1 📝 activationEvents are now activationCommands Lee Dohm 2015-02-01 08:29:21 -08:00
  • 3739995ddb Merge pull request #5277 from atom/mb-package-json-services Max Brunsfeld 2015-02-02 17:07:41 -08:00
  • f942bafe54 📝 Fix typo in 'Creating Package' docs Max Brunsfeld 2015-02-02 16:47:33 -08:00
  • 5fa230e71a ⬆️ apm@0.134 Kevin Sawicki 2015-02-02 14:17:19 -08:00
  • 9858916c31 🎨 Kevin Sawicki 2015-02-02 14:10:53 -08:00
  • 18ed76f111 Add transpiler name dir segment Kevin Sawicki 2015-02-02 14:09:49 -08:00
  • feb35e710c Make 6to5 first cache segment Kevin Sawicki 2015-02-02 14:08:50 -08:00
  • 2e989b502a Remove unneeded try/catch Kevin Sawicki 2015-02-02 14:08:35 -08:00
  • 434c9e60a8 Remove console logging Kevin Sawicki 2015-02-02 14:08:00 -08:00
  • 84453d5441 Ignore errors writing to the cache Kevin Sawicki 2015-02-02 14:07:39 -08:00
  • 9e11914b8b Add helper to cache without requiring Kevin Sawicki 2015-02-02 14:03:40 -08:00
  • f9f7cf6d34 Add more 6to5 specs Kevin Sawicki 2015-02-02 13:29:20 -08:00
  • c7b206f5ca Add core-js license override Kevin Sawicki 2015-02-02 13:22:08 -08:00
  • 3b8b569d0c 🎨 Kevin Sawicki 2015-02-02 13:13:39 -08:00
  • 8365ccb064 Merge pull request #5299 from bolinfest/6to5 Kevin Sawicki 2015-02-02 13:11:33 -08:00
  • fee8e4a75a Merge pull request #5335 from xfq/semicolon Kevin Sawicki 2015-02-02 11:29:48 -08:00
  • edd8714bbf 📝 Document provision and consumption of services Max Brunsfeld 2015-02-02 11:18:52 -08:00
  • 56adf8cc32 ⬆️ markdown-preview@0.132 Kevin Sawicki 2015-02-02 10:31:59 -08:00
  • d3956da8e5 ⬆️ event-kit@1.0.2 Kevin Sawicki 2015-02-02 10:05:37 -08:00
  • b24b338b2c Add deprecated shim for atom.services global Max Brunsfeld 2015-02-02 09:27:56 -08:00
  • 14969c0522 Avoid using private serviceHub in package manager test Max Brunsfeld 2015-02-02 10:01:56 -08:00
  • 65f2ffa55e Rename service keys in package.json Max Brunsfeld 2015-02-02 10:01:50 -08:00
  • 5638c7fb6a Remove atom.services global Max Brunsfeld 2015-02-02 10:01:34 -08:00
  • cb8b254502 Use version-ranges in fixture package with service deps Max Brunsfeld 2015-01-28 11:11:31 -08:00
  • 027ebc78c4 Respect service{Provisions,Dependencies} in packages' metadata Max Brunsfeld 2015-01-27 12:09:59 -08:00
  • d9fb54ad6f Reset atom.services between specs Max Brunsfeld 2015-01-27 12:08:56 -08:00
  • 2e72790e72 🐛 Fix ident guides missing on whitespace only lines with invis chars Jason Woods 2015-02-01 17:57:48 +00:00
  • 8fcd71f207 Publish delta packages Paul Betts 2015-02-01 01:47:58 -08:00
  • 776eedd473 Set us up to download the current release so we can create deltas Paul Betts 2015-02-01 01:47:14 -08:00
  • 62c515e4e7 ⬆️ grunt-atom-shell-installer@0.21.0 Paul Betts 2015-02-01 01:45:35 -08:00
  • 223334181b Place atom.png icons in standard system locations Ethan Estrada 2015-01-31 22:14:07 -07:00
  • a7e18b05d3 Depend on $PATH to find executable in atom.desktop Ethan Estrada 2015-01-31 18:28:18 -07:00
  • b92e6f5a2d Fixes RPM install path and icon location Edgard Castro 2015-01-31 15:04:24 -02:00
  • 2170e917bd 📝 Minor punctuation fix. Xue Fuqiao 2015-01-31 23:59:35 +08:00
  • 7add4af585 Merge pull request #5334 from xfq/https Ivan Žužak 2015-01-31 11:42:56 +01:00
  • 5076e2c8b3 Merge pull request #5333 from xfq/devtools-link Ivan Žužak 2015-01-31 11:41:52 +01:00
  • b56d73cd74 Merge pull request #5330 from xfq/broken-link Ivan Žužak 2015-01-31 11:40:37 +01:00
  • 6c5a0e3670 Merge pull request #5329 from xfq/install-theme Ivan Žužak 2015-01-31 11:39:42 +01:00
  • 791f89216b Merge pull request #5327 from xfq/osx-fix Ivan Žužak 2015-01-31 11:38:53 +01:00
  • f6067cb629 📝 Fix previous change. Xue Fuqiao 2015-01-31 18:08:13 +08:00
  • 22158031bf Change HTTP to HTTPS. Xue Fuqiao 2015-01-31 17:59:45 +08:00
  • 8ac3fada4e 📝 Update the URI of DevTools tutorial. Xue Fuqiao 2015-01-31 17:11:09 +08:00
  • a03d5bc288 📝 Fix a broken link. Xue Fuqiao 2015-01-31 14:10:39 +08:00
  • cc489e5663 📝 Fix theme docs. Xue Fuqiao 2015-01-31 13:51:40 +08:00