Commit graph

  • d5d05fec33 Discontinue app main Sindre Sorhus 2024-03-06 23:53:59 +0700
  • 44e36135ac Meta tweaks Sindre Sorhus 2024-03-06 23:53:08 +0700
  • e53b153068 Readme tweaks Sindre Sorhus 2023-02-23 12:32:10 +0700
  • d5ac633f16 Require macOS 12 and fix build Sindre Sorhus 2022-01-16 23:26:56 +0700
  • 3735e307c8 Upgrade to Swift 5.5 Sindre Sorhus 2021-09-17 01:19:08 +0700
  • f2f98149d6 Require macOS 11.3 or later Sindre Sorhus 2021-05-12 12:44:23 +0700
  • 5a4f7fe574 New icon Sindre Sorhus 2021-05-12 12:41:28 +0700
  • 4d89b83c54 Minor tweaks Sindre Sorhus 2021-03-01 14:47:28 +0700
  • f4992d264d
    Fix Homebrew install command (#80) Dawid 2020-12-21 10:04:11 +0000
  • 68cb28b37a
    Update readme.md #80 Sindre Sorhus 2020-12-21 17:03:52 +0700
  • c345253d2f
    Brew cask is now disabled. The new way to install casks is brew install --cask <package>. Dawid 2020-12-21 09:31:12 +0000
  • 08696a35e1 Use SPM for LaunchAtLogin Sindre Sorhus 2020-09-19 01:01:36 +0200
  • 91da8bbad2 Upgrade to Swift 5.3 Sindre Sorhus 2020-09-16 21:14:46 +0200
  • d760b66e84 Cleanup Sindre Sorhus 2020-06-21 19:58:24 +0800
  • 7f04b39d7a 4.2.0 v4.2.0 Sindre Sorhus 2020-05-26 12:56:32 +0800
  • 58aaf98936
    More reliable global hotkey (#71) Ian Gregory 2020-05-26 00:21:14 -0400
  • e1e9a6f3e2
    Update AppDelegate.swift #71 Sindre Sorhus 2020-05-26 12:18:29 +0800
  • 9947de4c69
    Update KeyboardShortcutsView.swift Sindre Sorhus 2020-05-26 12:15:04 +0800
  • 50f2bdfd4e Hardcode padding value Ian Gregory 2020-05-26 00:07:08 -0400
  • 91f4a62f5e Slightly more padding Ian Gregory 2020-05-25 23:51:13 -0400
  • d96ec33e73 Merge branch 'hotkey' of https://github.com/ThatsJustCheesy/touch-bar-simulator into hotkey Ian Gregory 2020-05-25 23:49:12 -0400
  • 2087e8bd1d Refactor shortcuts view into KeyboardShortcutsView Ian Gregory 2020-05-25 23:47:20 -0400
  • 452f7607d4
    Don't highlight menu bar item when left-clicking (#72) Ian Gregory 2020-05-25 23:31:28 -0400
  • bca56994b3
    Update readme.md Ian Gregory 2020-05-25 23:24:48 -0400
  • 3f5627225a Remove weak Combine link Ian Gregory 2020-05-25 23:23:51 -0400
  • cc6dece6fe
    Update util.swift #72 Sindre Sorhus 2020-05-26 11:20:06 +0800
  • bf18b6d47d
    Update util.swift Sindre Sorhus 2020-05-26 11:16:05 +0800
  • cb9527e25c
    Style change Ian Gregory 2020-05-25 23:11:00 -0400
  • e0526b584c Document preventsHighlight Ian Gregory 2020-05-25 23:10:29 -0400
  • 0107a4acfe Use preventsHighlight on button creation Ian Gregory 2020-05-25 23:08:47 -0400
  • ba0bb8281f
    Update AppDelegate.swift Sindre Sorhus 2020-05-26 10:52:34 +0800
  • 5d2eeaac12 Resolve SwiftLint violation Ian Gregory 2020-05-25 22:36:20 -0400
  • 1faa01df20 Add NSStatusBarButton.preventsHighlight Ian Gregory 2020-05-25 22:35:56 -0400
  • b004bb37c3 Don't highlight menu bar item when left-clicking Ian Gregory 2020-05-25 21:34:40 -0400
  • b61b920a59 Update README for keyboard shortcuts Ian Gregory 2020-05-25 14:57:03 -0400
  • bebd47334b Actual global hotkey using KeyboardShortcuts Ian Gregory 2020-05-25 14:32:37 -0400
  • 432c9ba230 Update Sparkle to v1.23.0 Ian Gregory 2020-05-25 13:41:16 -0400
  • 3a5cea52d2
    Specify "opacity" rather than "transparency" (#67) Ian Gregory 2020-03-11 23:03:03 -0400
  • 044d1c372b Specify "opacity" rather than "transparency" #67 Ian Gregory 2020-03-11 13:56:18 -0400
  • 2305947000 4.1.0 v4.1.0 Sindre Sorhus 2020-02-21 17:46:07 +0700
  • 883adc7db2
    Add "Padding" slider to control distance from edge while docked (#63) Ian Gregory 2020-02-21 05:41:47 -0500
  • ab34c12a9d Hide Padding slider in "Floating" mode #63 Ian Gregory 2020-02-17 17:13:33 -0500
  • b426fab814 Switch to Double in padding API Ian Gregory 2020-02-17 15:48:58 -0500
  • c3545ef00f Silence swiftlint warnings Ian Gregory 2020-02-17 15:39:50 -0500
  • b0f3c31822 Bulk observation management with function builder syntax Ian Gregory 2020-02-17 15:37:45 -0500
  • eb12625714 unowned → weak Ian Gregory 2020-02-17 15:01:20 -0500
  • 9631242f9b reposition(window:) call fix Ian Gregory 2020-02-17 14:54:21 -0500
  • b8ef8da537 Add import Ian Gregory 2020-02-17 14:54:15 -0500
  • 6a3150f4e9 Merge upstream/master Ian Gregory 2020-02-17 14:34:30 -0500
  • 6ab5281275 Update Carthage dependencies Ian Gregory 2020-02-17 14:18:14 -0500
  • 46d22f8135 4.0.0 v4.0.0 Sindre Sorhus 2020-02-17 00:32:26 +0700
  • e89f8eb753 Add check for accessibility permission Sindre Sorhus 2020-02-10 17:23:05 +0700
  • bd5bb770e4 Add readme note about Catalina issue Sindre Sorhus 2020-02-10 17:54:56 +0700
  • bc77393ede Don't bork Touch Bar on MacBook Pro 16inch Sindre Sorhus 2020-02-10 17:42:28 +0700
  • 2ecf880c03 Require macOS 10.15 Sindre Sorhus 2020-02-10 15:15:02 +0700
  • 44c27352f3 Minor tweaks Sindre Sorhus 2019-11-24 17:01:36 +0700
  • 2e8e3b8f29 Correct math error for auto-show detection rect when docked to top Ian Gregory 2019-11-19 23:06:45 -0500
  • 84bbc7b5a2 Move Defaults.framework to Swift Package dependency Ian Gregory 2019-11-19 22:53:15 -0500
  • 07a7b30d62 Add padding slider for docked mode Ian Gregory 2019-11-15 22:13:23 -0500
  • 0864e9d524 Prune dead code Ian Gregory 2019-11-15 18:16:57 -0500
  • 6689eff67e Minor readme tweaks Sindre Sorhus 2019-10-25 13:28:40 +0700
  • 76751b5cd1 Update dependencies Sindre Sorhus 2019-10-25 13:00:56 +0700
  • b7375f9b3b Add FAQ item for setting toggle shortcut (#58) Ian Gregory 2019-10-05 01:33:17 -0400
  • 26dec167dc
    Remove existing shortcut instructions in favor of more detailed FAQ item #58 Ian Gregory 2019-10-04 07:32:44 -0400
  • 5215710742
    +1 consistency Ian Gregory 2019-10-03 19:01:07 -0400
  • d011b1f1b6
    Add FAQ item for setting toggle shortcut Ian Gregory 2019-10-03 18:58:22 -0400
  • 86b98b2eb8 Fix link in readme Sindre Sorhus 2019-10-03 00:01:52 +0700
  • 2aab75f045 Add "Launch at Login" preference (#53) ThatsJustCheesy 2019-09-13 04:55:39 -0400
  • ddd809a59a
    Update AppDelegate.swift #53 Sindre Sorhus 2019-09-13 15:54:44 +0700
  • 2e6ef4d9bc
    Update AppDelegate.swift Sindre Sorhus 2019-09-13 15:22:55 +0700
  • fad38c906c
    Merge branch 'master' into login-item Sindre Sorhus 2019-09-13 15:20:06 +0700
  • 250284d86c Upgrade to Swift 5.1 Sindre Sorhus 2019-09-11 21:34:41 +0700
  • 2d37d529b2 Let LaunchAtLogin store its own preference Ian Gregory 2019-09-09 15:34:28 -0400
  • d4fd9c7722
    Minor design changes #54 Ben Koska 2019-09-09 20:13:31 +0200
  • 5826d18405
    Only round top or bottom corners: Ben Koska 2019-09-09 20:07:39 +0200
  • d5d938bbca
    Rounded corners for docked mode Ben Koska 2019-09-09 15:17:30 +0200
  • 8dd16bd403 Add Launch at Login setting Ian Gregory 2019-09-01 16:27:02 -0400
  • cb1c210d91 Revert "Add Open at Login setting" Ian Gregory 2019-09-01 16:10:03 -0400
  • 2503dda945 Add Open at Login setting Ian Gregory 2019-09-01 15:36:14 -0400
  • 0bd6ad734f Add FAQ question Sindre Sorhus 2019-07-06 23:52:36 +0700
  • 1bf28c1976 add Simplified Chinese localization #49 L1cardo 2019-07-07 00:39:55 +0800
  • 93d67526f2 3.2.0 v3.2.0 Sindre Sorhus 2019-07-03 13:04:52 +0700
  • c184ba5cc5 Auto-adjust docked position to match available screen space (#39) ThatsJustCheesy 2019-07-04 11:30:12 -0400
  • d7fda5fd99 Merge upstream/master #39 Ian Gregory 2019-07-04 11:25:15 -0400
  • 71785b3d85 Fix blue slider (#48) Morten 2019-07-04 17:23:20 +0200
  • 3355db2f66 Remove vertical whitespace #48 Mortennn 2019-07-04 17:18:51 +0200
  • 3551b694a0 Merge branch 'fix-blue-slider' of github.com:Mortennn/touch-bar-simulator into fix-blue-slider Mortennn 2019-07-04 17:17:41 +0200
  • d9b42965fc Revert "Remove vertical whitespace before closing braces" Mortennn 2019-07-04 17:17:15 +0200
  • 1d0b910db5 Remove vertical whitespace before closing braces Mortennn 2019-07-04 17:15:59 +0200
  • 297257083e
    Merge branch 'master' into fix-blue-slider Morten 2019-07-04 17:11:11 +0200
  • 930ccc944c Fix rounded corners of grey slider Mortennn 2019-07-04 17:02:46 +0200
  • f2323a3243 Fix: only make the slider grey on the left side Mortennn 2019-07-04 17:01:28 +0200
  • b6f63e4d12 Auto-adjust on NSApplication.didChangeScreenParametersNotification Ian Gregory 2019-07-03 10:27:20 -0400
  • 7e6c7f36d4 Document defect fix in code Ian Gregory 2019-07-03 10:17:36 -0400
  • 1957f6ecde Revert "Move visibleFrame polling to an NSScreen extension" Ian Gregory 2019-07-03 10:07:32 -0400
  • 4a4a68ca73 Add ability to auto-hide and reveal Touch Bar (#46) Morten 2019-07-03 07:54:44 +0200
  • 16d23c39c4 Uncheck "Hide and Show Automatically" in "Floating"-mode #46 Mortennn 2019-07-03 06:23:01 +0200
  • e3280ed0d9 Defect fix: keep docked touch bar below menubar area Ian Gregory 2019-07-02 21:27:57 -0400
  • 1894d48778 Move visibleFrame polling to an NSScreen extension Ian Gregory 2019-07-02 21:03:47 -0400
  • 1ad7274f2e Cleanup Mortennn 2019-06-30 22:31:25 +0200