Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: marklagendijk/WinLess
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: marklagendijk/WinLess
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: winless2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 2,896 files changed
  • 1 contributor

Commits on Mar 7, 2014

  1. First commit of WinLess 2:

    - Deleted everything
    - Setup node-webkit project
    - Added necessary modules (AngularJS + plugins, lodash, Bootstrap, etc etc)
    - Implemented following functionality:
    -- Basic application structure + routing
    -- Menu
    -- Minimize on start
    -- System tray
    -- Start with windows
    -- Folder dropping
    -- Settings
    Mark Lagendijk committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    60c4271 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2014

  1. Further progress:

    - Removed menubar in favor of tabs
    - Implemented tabs functionality
    - Implemented nwfolderbrowsedirective.js
    - Custom Bootstrap theme
    - Some styling
    Mark Lagendijk committed Mar 8, 2014
    Configuration menu
    Copy the full SHA
    21a7c48 View commit details
    Browse the repository at this point in the history
  2. Implemented settings view

    Mark Lagendijk committed Mar 8, 2014
    Configuration menu
    Copy the full SHA
    d6087cc View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2014

  1. Hands typing words...

    - Project and LESS file models.
    - Project modal.
    - Easy debugging with F5 and F12
    Mark Lagendijk committed Mar 10, 2014
    Configuration menu
    Copy the full SHA
    db0516e View commit details
    Browse the repository at this point in the history
  2. Finished project modal:

    - Finished project modal: is now very nice :).
    - Wrapped all node require statements in service.
    Mark Lagendijk committed Mar 10, 2014
    Configuration menu
    Copy the full SHA
    e559ef1 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2014

  1. Update README.md

    Mark Lagendijk committed Mar 11, 2014
    Configuration menu
    Copy the full SHA
    3e8ffb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2014

  1. Styling and stuff

    - Also added .idea project files
    Mark Lagendijk committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    d0a5a78 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2014

  1. Implemented watching mechanism.

    Mark Lagendijk committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    3f4895c View commit details
    Browse the repository at this point in the history
  2. Small fixes

    Mark Lagendijk committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    590aaab View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2014

  1. Implemented actual compiling

    - Implemented calling `lessc` in the `lesscCompiler`
    - Implemented log.
    - styles.less is now compiled via WinLess itself :).
    Mark Lagendijk committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    c688420 View commit details
    Browse the repository at this point in the history
  2. Small fixes.

    Mark Lagendijk committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    af9f03a View commit details
    Browse the repository at this point in the history
  3. Source Map support.

    Mark Lagendijk committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    e7646be View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2014

  1. Create LICENSE

    Mark Lagendijk committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    fcfdaab View commit details
    Browse the repository at this point in the history
  2. Update LICENSE

    Mark Lagendijk committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    7a234cd View commit details
    Browse the repository at this point in the history
Loading