Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Themes in Brackets core #7616

Closed
wants to merge 82 commits into from
Closed

Themes in Brackets core #7616

wants to merge 82 commits into from

Commits on Apr 24, 2014

  1. Configuration menu
    Copy the full SHA
    d12d87b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    657df85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cb4085 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abf3e49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5473380 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1dea7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f1df7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    361d715 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2014

  1. Checking support to load themes as extensions

    This works by checking if the “theme” field exists in the package.json
    to determine if the extension ought to be treated as a theme or not.
    MiguelCastillo committed Apr 26, 2014
    Configuration menu
    Copy the full SHA
    7a8997f View commit details
    Browse the repository at this point in the history
  2. Refactored ExtensionLoader so that it can preload package.json

    So that we can preemptively figure out if the extension is a theme or a
    regular extension.
    MiguelCastillo committed Apr 26, 2014
    Configuration menu
    Copy the full SHA
    2856006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0df2fc View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2014

  1. Configuration menu
    Copy the full SHA
    1c64c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a572d22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e68c3ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43b5abb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92ac359 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb54d2f View commit details
    Browse the repository at this point in the history
  7. Removed obsolete files

    MiguelCastillo committed Apr 27, 2014
    Configuration menu
    Copy the full SHA
    bc7054f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    767c9e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5c6f83b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. Configuration menu
    Copy the full SHA
    d83bf29 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2014

  1. Configuration menu
    Copy the full SHA
    0854441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9d29db View commit details
    Browse the repository at this point in the history

Commits on May 8, 2014

  1. Configuration menu
    Copy the full SHA
    d55254f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f686926 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02515b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e037fc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ee527b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe05d09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8eac83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ba4ac0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2014

  1. Removed mark-selection add-on. Will add this in a different PR. Also …

    …removed default settings from CodeMirrorAddon.js
    MiguelCastillo committed May 9, 2014
    Configuration menu
    Copy the full SHA
    5bd2d89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e46a93d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	src/brackets.js
    MiguelCastillo committed May 9, 2014
    Configuration menu
    Copy the full SHA
    b2d0702 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    768d2f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c74247 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2014

  1. Configuration menu
    Copy the full SHA
    a1f6c6a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2014

  1. Configuration menu
    Copy the full SHA
    bce17ad View commit details
    Browse the repository at this point in the history

Commits on May 29, 2014

  1. Configuration menu
    Copy the full SHA
    9832add View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cf0eae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    803c26f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc498a8 View commit details
    Browse the repository at this point in the history
  5. Merge general settings and theme settings because there is only one t…

    …ab in there. No need for single tabbed views
    MiguelCastillo committed May 29, 2014
    Configuration menu
    Copy the full SHA
    796322a View commit details
    Browse the repository at this point in the history
  6. Another style change

    MiguelCastillo committed May 29, 2014
    Configuration menu
    Copy the full SHA
    2f94472 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff3c065 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2014

  1. Configuration menu
    Copy the full SHA
    ab93c01 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2014

  1. Configuration menu
    Copy the full SHA
    1d81228 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d94e86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7834318 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. Configuration menu
    Copy the full SHA
    280c83e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2014

  1. Configuration menu
    Copy the full SHA
    72f6354 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2014

  1. Fixed issue where themes that no longer existed would cause the theme…

    … loader to completely fail. Also Added better handling for theme names that's not strictly based on the name of the file
    MiguelCastillo committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    43ed137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c05805 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea1aab0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1416cd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bfd51e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2014

  1. Configuration menu
    Copy the full SHA
    ef8b5cd View commit details
    Browse the repository at this point in the history
  2. Added importance to make sure cursor is visible when it is on the lef…

    …t side of a matching bracket/parenthesis
    MiguelCastillo committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    2c06fd2 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	src/brackets.js
    MiguelCastillo committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    c38e68d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2014

  1. Configuration menu
    Copy the full SHA
    79f7350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aebe379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cef24a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    710d4e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9894c0e View commit details
    Browse the repository at this point in the history
  6. Fixed issue with document types not properly cleaned up from the DOM.…

    … Also, document type is now going in the body element to enable styling per document type
    MiguelCastillo committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    72f5f34 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2014

  1. Configuration menu
    Copy the full SHA
    57df196 View commit details
    Browse the repository at this point in the history
  2. Added rootpath to handle imports defined in styles/brackets*.less fil…

    …es. This also allows for handling of other imports relative to the theme itself.
    MiguelCastillo committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    7f5a33c View commit details
    Browse the repository at this point in the history
  3. Tweaked darkt theme and removed #status-overwrite text color that int…

    …erfered with theming.
    Larz authored and Larz committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    d71bbcb View commit details
    Browse the repository at this point in the history
  4. Using default Brackets theme as default light theme.

    Larz authored and Larz committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    cdfa4be View commit details
    Browse the repository at this point in the history
  5. More dark theme tweaks.

    Larz authored and Larz committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    1491ad3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from MiguelCastillo/larz/theme-tweaks

    Theme Tweaks - There you go, this is more like it!
    MiguelCastillo committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    9188e5c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2014

  1. Configuration menu
    Copy the full SHA
    22fc569 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2014

  1. Configuration menu
    Copy the full SHA
    67abe19 View commit details
    Browse the repository at this point in the history
  2. Added a default to be loaded when the current theme isn't available. …

    …This cleaned up the rejected promises being returned. Fixed issue in loadCurrentTheme incorrect $.when call. Cleaned up a few other small issues
    MiguelCastillo committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    e14f151 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	src/nls/root/strings.js
    	src/styles/brackets_codemirror_override.less
    MiguelCastillo committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    d302434 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31cb2a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6a7ef3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86f78eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a102a51 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2014

  1. Configuration menu
    Copy the full SHA
    0ce29ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2d26f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2014

  1. Configuration menu
    Copy the full SHA
    8f2619f View commit details
    Browse the repository at this point in the history