Shelley Vohr
|
1498f7c24b
fix: keep references to active menus created by api Menu (#22152)
|
5 years ago |
Cheng Zhao
|
0b2c61a10f
fix: retain menu when popuping (#21226)
|
5 years ago |
Nitish Sakhawalkar
|
e77d065875
chore: node_includes header no longer needs to be at the end of the list (#17090)
|
6 years ago |
Robo
|
5afb7dc715
refactor: load electron builtin modules with process._linkedBinding (#17247)
|
6 years ago |
Shelley Vohr
|
544d8a423c
feat: allow MenuItems to work optionally when hidden (#16853)
|
6 years ago |
Jeremy Apthorp
|
d01db5a656
migrate to non-deprecated v8 functions
|
6 years ago |
deepak1556
|
535d264497
fix: [UI] Resolve method conflict between MenuModel, SimpleMenuModel::Delegate
|
6 years ago |
Heilig Benedek
|
0242818f39
feat: add registerAccelerator flag to allow menu items to optionally skip accelerator registration (#15723)
|
6 years ago |
Heilig Benedek
|
aa6f7a5d9f
fix: don't append Shift modifier text twice to accelerators (#15400)
|
6 years ago |
Milan Burda
|
2337237d58
Refactoring: use C++11 class member variable initialization
|
7 years ago |
Shelley Vohr
|
c6f4bbd143
also format missing .cc files
|
7 years ago |
shelley vohr
|
0e5b6f9300
Upgrade to node v9.3.0 (#11507)
|
7 years ago |
Cheng Zhao
|
dc62e51ba4
Fix the cyclic reference in menu delegate (#11967)
|
7 years ago |
Shelley Vohr
|
bef4c84799
turn class into observer
|
7 years ago |
Shelley Vohr
|
3399480304
first pass at menu event emission
|
7 years ago |
Cheng Zhao
|
46330ac2a9
Remove the closed event of Menu
|
7 years ago |
Heilig Benedek
|
c586806609
fix flash menu being unresponsive to commands
|
7 years ago |
Kevin Sawicki
|
6a023dc4fe
Add Menu.closePopup API on macOS
|
8 years ago |
Cheng Zhao
|
8c3232dc56
Every native class now gets a name
|
8 years ago |
Cheng Zhao
|
cb19efe49c
Pass FunctionTemplate in BuildPrototype
|
8 years ago |
Cheng Zhao
|
8f62e79243
GetConstructor now returns FunctionTemplate
|
8 years ago |
Cheng Zhao
|
8cd4612fe0
Get rid of Constructor class
|
8 years ago |
Cheng Zhao
|
1505a46ed0
Do not rely on Constructor to call Init
|
8 years ago |
Haojian Wu
|
fab02809c6
Modernize to C++11: NULL => nullptr.
|
8 years ago |
Cheng Zhao
|
6381f44f26
mac: Pass useDefaultAccelerator to getAcceleratorForCommandId
|
8 years ago |
Cheng Zhao
|
8d08e215b2
Add "event" parameter for "click" handler of MenuItem
|
8 years ago |
Cheng Zhao
|
60d2cb8a84
Remove the isolate parameter of GetWrapper
|
9 years ago |
Cheng Zhao
|
2ae52d0ff4
Make Wrappable a template class
|
9 years ago |
Cheng Zhao
|
984462be44
Remove Menu::Popup
|
9 years ago |
Cheng Zhao
|
ca77c95c6d
No more need to override Menu::Popup
|
9 years ago |