Commit History

Author SHA1 Message Date
  Yuya Ochiai 75184046f6 Add events to manage sheets of macOS BrowserWindow 8 years ago
  Birunthan Mohanathas 8b9f7e5b00 Implement initial, experimental BrowserView API 8 years ago
  Kevin Sawicki 7f8e490839 Take const reference 8 years ago
  Samuel Attard 60cc862031 Make everything pointer like 8 years ago
  Samuel Attard 4d6b0fc01b Add a method to set the escape identifier on the touch bar 8 years ago
  Kevin Sawicki f5a75c4e87 Merge pull request #9076 from electron/cleanup-cpp 8 years ago
  Haojian Wu 34a91434aa Remove extra spaces. 8 years ago
  Kevin Sawicki 08db63c3cc Only define NSWindowTabbingModeDisallowed on pre-10.12 8 years ago
  Haojian Wu e8abee9ca9 Replace C-style casts with static_cast. 8 years ago
  Kevin Sawicki 42300ae58e Make tabbing identifier var local 8 years ago
  Kevin Sawicki c8b992fa39 Remove 10.12 check handled by respondsToSelector 8 years ago
  Haojian Wu d425b63b0d NULL => nullptr 8 years ago
  Tony Ganch bd935b213f Fix compilation against macOS 10.10 SDK 8 years ago
  Tony Ganch a7565f0d57 Enable native tabs on macOS 8 years ago
  Kevin Sawicki edebb32014 Drop nullable for consistency 8 years ago
  Kevin Sawicki ca2898a60e Check that window responds to touchBar selector for pre-10.12.1 compat 8 years ago
  Kevin Sawicki d1edd80ef8 Use NSTouchBar itemForIdentifier to lookup existing item 8 years ago
  Kevin Sawicki 5fe3ac60fa Check that atom_touch_bar_ is set 8 years ago
  Kevin Sawicki 708ed9d1cd Store ordered settings in AtomTouchBar 8 years ago
  Kevin Sawicki 51f1c5a557 Use SetTouchBar withe empty vector instead of DestroyTouchBar 8 years ago
  Kevin Sawicki b959f782f6 Rename instance variable maps 8 years ago
  Kevin Sawicki ec500b2852 Use scoped_nsobject to match Chrome implementation 8 years ago
  Kevin Sawicki 823b3baed0 Use vector of dictionaries instead of mate::Arguments 8 years ago
  Kevin Sawicki 98f5858b11 Initial support for dynamic properties 8 years ago
  Kevin Sawicki 1972e2eff9 Update renamed variable 8 years ago
  Kevin Sawicki 28f2a4951b touch_bar_helper_ -> atom_touch_bar_ 8 years ago
  Kevin Sawicki b39b49a15a Rename to touch_bar_helper_ to differentiate from touchBar property 8 years ago
  Kevin Sawicki 14ef5c5957 Reset helper when makeTouchBar is called 8 years ago
  Kevin Sawicki 48515d9ecc Ignore objective-c header lint 8 years ago
  Kevin Sawicki b632cdd37d Extract helper class to encapsulate touch bar items 8 years ago