Shelley Vohr
|
8b447b9291
|
fixing error in registerDefaults
|
2017-12-12 13:08:09 -05:00 |
|
Alexey Kuzmin
|
1caa04c0bf
|
Revert "Add systemPreferences.registerDefaults()"
|
2017-12-12 13:59:15 +03:00 |
|
Shelley Vohr
|
18ee34f1a1
|
add method binding and error guards
|
2017-12-10 11:25:43 -05:00 |
|
Shelley Vohr
|
1ccad4a7e9
|
fix capitalization and clean logic
|
2017-12-10 11:04:05 -05:00 |
|
Shelley Vohr
|
f82086e6d3
|
first pass at adding infra for registerDefaults
|
2017-12-10 00:45:49 -05:00 |
|
Birunthan Mohanathas
|
06d782279c
|
Add systemPreferences.removeUserDefault()
This can be used to restore the default or global value of a `key`
previously set with `setUserDefault`.
|
2017-10-10 22:57:47 +03:00 |
|
Kevin Sawicki
|
5973aa36ad
|
Initialize color listener after app is ready
|
2017-02-03 09:00:18 -08:00 |
|
Birunthan Mohanathas
|
486b6b9096
|
Add systemPreferences.setUserDefault for macOS
This API can be used to e.g. enable key repeat by setting
`ApplePressAndHoldEnabled` to `false` (see also #47).
|
2016-11-29 09:46:32 -08:00 |
|
Kevin Sawicki
|
663f8f4b54
|
Add systemPreferences.getColor on Windows
|
2016-10-11 13:15:26 -07:00 |
|
Kevin Sawicki
|
38281f3364
|
Implement SysColorChangeListener directly on Windows
|
2016-10-10 10:43:09 -07:00 |
|
Kevin Sawicki
|
8b16b82ce9
|
Add inverted-color-scheme-changed event
|
2016-10-10 10:43:08 -07:00 |
|
Samuel Attard
|
5dd5dbb3d8
|
Add a systemPreferences API method to fetch the system ColorizationColor
This is useful for automatical app theming
* Fetches the color from the registry
* Returns an empty string if the fetch fails (a falsey value)
|
2016-09-20 02:41:26 +10:00 |
|
Ludovic Galabru
|
38cc56efee
|
🍎 Send events as native macOS notifications
|
2016-08-06 14:54:07 +02:00 |
|
Milan Burda
|
136f10c4e8
|
Remove unnecessary comment + respondsToSelector for isSwipeTrackingFromScrollEventsEnabled implementation
|
2016-08-03 15:46:39 +02:00 |
|
Cheng Zhao
|
322fb97d8d
|
Merge pull request #6686 from darkdh/swipe_prefs
Swipe back/forward should respect system preferences
|
2016-08-03 16:10:29 +09:00 |
|
Anthony Tseng
|
e0c0e3e5f7
|
Add IsSwipeTrackingFromScrollEventsEnabled in system prefs
|
2016-08-03 10:27:56 +08:00 |
|
Cheng Zhao
|
cb19efe49c
|
Pass FunctionTemplate in BuildPrototype
|
2016-08-02 18:08:12 +09:00 |
|
Charlie Hess
|
74321dce74
|
Add systemPreferences.subscribeLocalNotification. (#6150)
|
2016-06-21 00:48:42 +00:00 |
|
Cheng Zhao
|
97250b53e8
|
Pass userInfo in subscribeNotification
|
2016-05-18 14:40:19 +09:00 |
|
Cheng Zhao
|
067e9c1a85
|
Add systemPreferences.getUserDefault
|
2016-04-25 15:35:52 +09:00 |
|
Cheng Zhao
|
9557226223
|
Add systemPreferences.subscribeNotification
|
2016-04-25 14:25:14 +09:00 |
|
Cheng Zhao
|
ddd8eae661
|
Move isAeroGlassEnabled and isDarkMode to systemPreferences
|
2016-04-25 12:35:09 +09:00 |
|
Cheng Zhao
|
13f8599ba1
|
Add systemPreferences module
|
2016-04-25 11:32:33 +09:00 |
|