Milan Burda eb291485bb chore: drop support for Windows 7 / 8 / 8.1 (#36427) 2 years ago
..
api 2c723d7e84 fix: enable crashpad for ELECTRON_RUN_AS_NODE processes (#36460) 2 years ago
asar 87c183df6a chore: bump chromium to 110.0.5415.0 (main) (#36186) 2 years ago
extensions 87c183df6a chore: bump chromium to 110.0.5415.0 (main) (#36186) 2 years ago
gin_converters 629c54ba36 feat: add support for WebUSB (#36289) 2 years ago
gin_helper 5d120359f6 chore: used nested namespaces (#34737) 2 years ago
mac c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
resources 192a7fad0d fix: disable MallocNanoZone on mac (#33704) 3 years ago
application_info.cc bec47f54f4 fix: use correct userData path when unbundled (#30113) 3 years ago
application_info.h 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
application_info_linux.cc 37b7e347fc fix: potential crash caused by dlopen different gtk libraries (#33650) 3 years ago
application_info_mac.mm 34c4c8d508 refactor: rename the atom namespace to electron 5 years ago
application_info_win.cc eb291485bb chore: drop support for Windows 7 / 8 / 8.1 (#36427) 2 years ago
color_util.cc 341b7bdf4a fix: #ARGB to #RGBA conversion (#33707) 3 years ago
color_util.h db79734bfb feat: support more color formats for `backgroundColor` (#31868) 3 years ago
crash_keys.cc f2c341b655 chore: bump chromium to 108.0.5355.0 (main) (#35900) 2 years ago
crash_keys.h 5d120359f6 chore: used nested namespaces (#34737) 2 years ago
electron_command_line.cc 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_command_line.h 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_constants.cc 629c54ba36 feat: add support for WebUSB (#36289) 2 years ago
electron_constants.h 629c54ba36 feat: add support for WebUSB (#36289) 2 years ago
electron_paths.h 9483e714c4 feat: allow customizing browser data location (#33554) 2 years ago
heap_snapshot.cc f6531166ae chore: clean up forward declarations (#29904) 3 years ago
heap_snapshot.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
key_weak_map.h ea4278754c chore: fix spelling errors in multiple files (#34574) 2 years ago
keyboard_util.cc 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
keyboard_util.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
language_util.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
language_util_linux.cc 5fc3ed936e feat: add app.getPreferredSystemLanguages() API (#36035) 2 years ago
language_util_mac.mm f176d2494f fix: respect system language preferences on Win/macOS (#23247) 5 years ago
language_util_win.cc eb291485bb chore: drop support for Windows 7 / 8 / 8.1 (#36427) 2 years ago
logging.cc 3d4d1b33ba fix: fail non-fatally when InitLogging fails (#35138) 2 years ago
logging.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
mouse_util.cc dc72f74020 chore: bump chromium to 580fe983e138952553cd6af11ee8b (master) (#23379) 4 years ago
mouse_util.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
node_bindings.cc 2c723d7e84 fix: enable crashpad for ELECTRON_RUN_AS_NODE processes (#36460) 2 years ago
node_bindings.h 75d2caf451 chore: upgrade to Node.js v18 (#35999) 2 years ago
node_bindings_linux.cc c119b1ebef chore: remove redundant code in node integration (#33500) 3 years ago
node_bindings_linux.h c119b1ebef chore: remove redundant code in node integration (#33500) 3 years ago
node_bindings_mac.cc c119b1ebef chore: remove redundant code in node integration (#33500) 3 years ago
node_bindings_mac.h c119b1ebef chore: remove redundant code in node integration (#33500) 3 years ago
node_bindings_win.cc c119b1ebef chore: remove redundant code in node integration (#33500) 3 years ago
node_bindings_win.h c119b1ebef chore: remove redundant code in node integration (#33500) 3 years ago
node_includes.h 75d2caf451 chore: upgrade to Node.js v18 (#35999) 2 years ago
node_util.cc 75d2caf451 chore: upgrade to Node.js v18 (#35999) 2 years ago
node_util.h 5d120359f6 chore: used nested namespaces (#34737) 2 years ago
options_switches.cc 15540975ff feat: Add BrowserWindow option to hide window in Mission Control (macOS) (#36092) 2 years ago
options_switches.h 15540975ff feat: Add BrowserWindow option to hide window in Mission Control (macOS) (#36092) 2 years ago
platform_util.cc be3c2fd0af fix: shell.trashItem crash when called in renderer (#28748) 4 years ago
platform_util.h f63bba8ce2 fix: set Wayland application ID (#34855) 2 years ago
platform_util_internal.h 5d120359f6 chore: used nested namespaces (#34737) 2 years ago
platform_util_linux.cc f63bba8ce2 fix: set Wayland application ID (#34855) 2 years ago
platform_util_mac.mm 1295ba0ffc fix: Building on macOS with is_debug true (#30913) 3 years ago
platform_util_win.cc eb291485bb chore: drop support for Windows 7 / 8 / 8.1 (#36427) 2 years ago
plugin_info.cc ea6f873f97 chore: bump chromium to 109.0.5382.0 (main) (#36057) 2 years ago
plugin_info.h ea6f873f97 chore: bump chromium to 109.0.5382.0 (main) (#36057) 2 years ago
process_util.cc f6531166ae chore: clean up forward declarations (#29904) 3 years ago
process_util.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
skia_util.cc 87c183df6a chore: bump chromium to 110.0.5415.0 (main) (#36186) 2 years ago
skia_util.h 5d120359f6 chore: used nested namespaces (#34737) 2 years ago
thread_restrictions.h 87c183df6a chore: bump chromium to 110.0.5415.0 (main) (#36186) 2 years ago
v8_value_serializer.cc ea6f873f97 chore: bump chromium to 109.0.5382.0 (main) (#36057) 2 years ago
v8_value_serializer.h 7e59d784a0 chore: bump chromium to 102.0.4961.0 (main) (#33091) 3 years ago
world_ids.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago