electron/shell/common/api
Charles Kerr f489e3054a
feat: honor nativeTheme.themeSource = 'dark' before creating BrowserWindow on Windows (#25373)
* fix: support 'dark' theme before creating windows.
2020-10-28 15:00:21 -05:00
..
api.mojom fix: ensure ready-to-show event is fired (#25632) 2020-09-28 13:36:45 -07:00
BUILD.gn
electron_api_asar.cc
electron_api_clipboard.cc
electron_api_clipboard.h
electron_api_clipboard_mac.mm
electron_api_command_line.cc
electron_api_environment.cc refactor: check ELECTRON_ENABLE_LOGGING via native implementation (#25623) 2020-10-06 09:58:31 +09:00
electron_api_key_weak_map.h
electron_api_native_image.cc fix: NativeImage.getScaleFactors returns correct scales (#25832) 2020-10-13 10:59:18 +09:00
electron_api_native_image.h feat: add nativeImage.createThumbnailFromPath API (#24802) 2020-08-24 09:36:13 -07:00
electron_api_native_image_mac.mm feat: add nativeImage.createThumbnailFromPath API (#24802) 2020-08-24 09:36:13 -07:00
electron_api_native_image_win.cc feat: add nativeImage.createThumbnailFromPath API (#24802) 2020-08-24 09:36:13 -07:00
electron_api_shell.cc feat: read/write Toast Activator CLSID in shortcuts (#25493) 2020-09-17 15:17:44 -07:00
electron_api_v8_util.cc chore: change some for loops to range-based (#26182) 2020-10-27 10:22:24 -07:00
electron_bindings.cc chore: change some for loops to range-based (#26182) 2020-10-27 10:22:24 -07:00
electron_bindings.h fix: no more need to hijack process.stdout on Win32 (#25765) 2020-10-05 10:10:38 -07:00
features.cc feat: honor nativeTheme.themeSource = 'dark' before creating BrowserWindow on Windows (#25373) 2020-10-28 15:00:21 -05:00
object_life_monitor.cc
object_life_monitor.h