BigW Consortium Gitlab

  1. 11 Sep, 2017 1 commit
  2. 26 May, 2017 1 commit
  3. 17 Mar, 2017 1 commit
    • Fix Unicode 1.1 emojis · 790d9d40
      Eric Eastwood authored
      Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29557
      
      When using the full font-stack some the Unicode 1.1 emojis are taken up
      by fonts closer up the stack and don't represent the emoji well.
      
      ```
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple
      Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      ```
      
       - On Windows, "Segoe UI" -> "Arial" takes over
       - On mac OS, "Helvetia" -> ".SF NS Display" takes over
      
      mac OS 10.12.3 | Windows 10
      --- | ---
      ![](http://i.imgur.com/JI99zoH.png) | ![](http://i.imgur.com/aek8G1X.png)
      
      ---
      
      When using a shorter emoji font-stack, everything seems to be covered
      well :tada:
      
      ```
      font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      ```
      
       - On Windows, "Segoe UI Emoji"  takes over
       - On mac OS, "Apply Color Emoji" takes over
      
      mac OS 10.12.3 | Windows 10
      --- | ---
      ![](http://i.imgur.com/bDwpGCw.png) | ![](http://i.imgur.com/7kUwEJQ.png)
  4. 06 Mar, 2017 2 commits
    • Fix emoji cut-off line-height · e8b3ac43
      Eric Eastwood authored
      Maintain emoji line-height in it's context to avoid cut-off,
      (Windows 10) http://i.imgur.com/xmdOLgv.png
      
      This also allows us to get rid of the small bodge for the cut-off in
      Safari
    • Use native unicode emojis · e6fc0207
      Eric Eastwood authored
       - gl_emoji for falling back to image/css-sprite when the browser
         doesn't support an emoji
       - Markdown rendering (Banzai filter)
       - Autocomplete
       - Award emoji menu
          - Perceived perf
          - Immediate response because we now build client-side
       - Update `digests.json` generation in gemojione rake task to be more
         useful and  include `unicodeVersion`
      
      MR: !9437
      
      See issues
      
       - #26371
       - #27250
       - #22474
  5. 15 Dec, 2016 2 commits
  6. 18 Jul, 2016 1 commit
  7. 17 Mar, 2016 1 commit
  8. 19 Feb, 2016 3 commits
  9. 18 Feb, 2016 1 commit
  10. 24 Dec, 2015 2 commits
  11. 22 Dec, 2015 4 commits