pulsar/spec
Nathan Sobo 8d87eb2ed6 Style the .line-numbers div to be compatible w/ both themes and the GPU
The .line-numbers div has to have an opaque background because it's
sent as a texture to the GPU, and otherwise it will have isuses with
subpixel antialiasing.

However, themes style the background of the .gutter div, which was
getting obscured by the opaque background of the line numbers. This
commit adds the .gutter class to the .line-numbers div as well and
ensures it always fills the entire height of the editor.
2014-06-18 12:36:40 -06:00
..
fixtures Move fixtures into repo 2014-06-02 10:17:13 -07:00
atom-protocol-handler-spec.coffee Rename atom-api require to atom 2013-09-20 10:03:02 -07:00
atom-reporter.coffee Hide when no deprecations 2014-06-17 11:36:07 -07:00
atom-spec.coffee Pass element not jQuery object as target 2014-06-02 10:17:12 -07:00
clipboard-spec.coffee Add Clipboard::readWithMetadata 2014-02-03 13:20:28 -08:00
command-installer-spec.coffee Require fs-plus directly in specs 2014-02-23 17:19:00 -08:00
config-spec.coffee Fix failures running config specs locally 2014-05-16 09:00:01 -06:00
context-menu-manager-spec.coffee Add expectations to context-menu specs 2014-06-03 10:44:45 -07:00
deserializer-manager-spec.coffee Call add instead of registerDeserializer 2013-10-02 15:47:41 -07:00
display-buffer-spec.coffee Eliminate Decoration class and use plain objects instead 2014-06-17 17:35:56 -06:00
editor-component-spec.coffee Style the .line-numbers div to be compatible w/ both themes and the GPU 2014-06-18 12:36:40 -06:00
editor-spec.coffee Merge pull request #2615 from adnelson/feature/delete-to-end-of-line 2014-06-18 10:46:48 -06:00
editor-view-spec.coffee Don't use the react editor in EditorView specs 2014-06-09 14:52:56 +09:00
git-spec.coffee Set project path to temp working directory 2014-06-02 10:17:13 -07:00
jasmine-helper.coffee Remove spec/suite time logging 2014-02-07 15:44:11 -08:00
language-mode-spec.coffee Add test to illustrate the problem 2014-06-09 21:18:03 -07:00
package-spec.coffee Combine AtomPackage and Package 2014-02-17 12:59:03 -08:00
pane-container-spec.coffee Fix failures associated with not passing focused: true on pane splits 2014-06-09 17:09:02 +09:00
pane-container-view-spec.coffee Remove usage of PaneContainerView::getActivePaneView 2014-04-18 10:43:27 -07:00
pane-spec.coffee Fix failures associated with not passing focused: true on pane splits 2014-06-09 17:09:02 +09:00
pane-view-spec.coffee Fix failures associated with not passing focused: true on pane splits 2014-06-09 17:09:02 +09:00
project-spec.coffee Always handle resolving absolute URIs 2014-06-02 15:45:47 -07:00
random-editor-spec.coffee Require TextBuffer from text-buffer module 2014-02-19 09:19:08 -08:00
row-map-spec.coffee Kill stray console.log 2014-02-02 19:29:54 +06:00
select-list-view-spec.coffee Add data to the same jquery object that is appended to the list. 2014-03-11 11:20:03 -07:00
selection-spec.coffee Remove deprecated option from selection spec 2014-04-23 16:22:34 -07:00
space-pen-extensions-spec.coffee Remove humanizeKeystrokes specs 2014-06-11 10:59:08 -07:00
spec-bootstrap.coffee Use path.join instead of path.resolve 2014-06-04 10:01:45 -07:00
spec-helper-platform.coffee 💄 Remove unneeded requires, variables, commas, and parens 2013-12-31 15:05:34 -08:00
spec-helper.coffee Increase timeout on Windows CI 2014-06-18 10:04:41 -07:00
spec-suite.coffee Add back core spec require 2014-06-03 17:26:02 -07:00
syntax-spec.coffee Require fs-plus directly in specs 2014-02-23 17:19:00 -08:00
task-spec.coffee jquery 2.0 can't be required in tasks 2013-10-16 13:35:12 -07:00
text-utils-spec.coffee Use relative paths in spec requires 2013-09-20 10:02:20 -07:00
theme-manager-spec.coffee Remove unused sync option 2014-05-21 08:55:40 -07:00
time-reporter.coffee Remove _/fs from modules directly 2014-02-23 17:09:05 -08:00
tokenized-buffer-spec.coffee Reword specs 2014-05-28 16:34:42 -07:00
tokenized-line-spec.coffee Fix undefined variables in tokenized-line-spec 2014-04-29 17:24:16 -06:00
window-spec.coffee Remove deprecated methods from window spec 2014-04-22 14:19:13 -07:00
workspace-spec.coffee 💄 Tweak spec descriptions 2014-05-05 11:28:36 -07:00
workspace-view-spec.coffee Revert "Use ReactEditorView in the workspace view spec" 2014-06-10 15:37:49 -07:00