Samuel Attard
|
ad54d38678
|
fix: use effectiveAppearance to check dark mode on mojave and above (#18666)
* fix: use effectiveAppearance to check dark mode on mojave and above
* chore: add forward declarations for dark appearance
|
2019-06-07 12:01:04 -07:00 |
|
Milan Burda
|
c25c31e018
|
refactor: convert C++ enums to C++11 enum classes (#18087)
|
2019-05-03 14:11:41 -04:00 |
|
Milan Burda
|
9585818a90
|
chore: add clang-format and limited linting for Objective-C sources (#18104)
|
2019-05-02 21:05:37 +09:00 |
|
Milan Burda
|
1abe658ef4
|
chore: clang-format (#18088)
* chore: clang-format
* chore: remove obsolete native_mate_files.gypi
|
2019-05-01 12:27:55 -07:00 |
|
Shelley Vohr
|
2fb9085e5b
|
feat: add tray.getTitle() (#17385)
* feat: add tray.getTitle
* fix spec
|
2019-03-18 12:40:34 -07:00 |
|
Milan Burda
|
5a0770f1d3
|
fix: allow Tray with title only (without icon) on Mac (#13851)
|
2018-08-30 21:16:56 +12:00 |
|
Robo
|
07d017dc01
|
fix: crash when tray is destroyed (#14347)
Release the view of status item before destroying it,
gives chance to perform cleanup on the view.
|
2018-08-28 10:45:24 -07:00 |
|
Milan Burda
|
a08ca9defb
|
fix: don't crash on tray.setContextMenu(null) (#14322)
|
2018-08-27 11:58:47 -05:00 |
|
Michael Khalil
|
ef1e2d6fe0
|
fix: tray title not inverting when highlighted (#13085)
|
2018-06-16 16:24:26 +10:00 |
|
mdpetuum
|
1b8790aeb2
|
fix: tray icon bounds didn't allow negative macOS (#13162)
|
2018-06-07 18:48:39 +02:00 |
|
Milan Burda
|
2337237d58
|
Refactoring: use C++11 class member variable initialization
|
2018-05-22 00:18:38 +02:00 |
|
mikeykhalil
|
94ffd4bfc0
|
add getter for ignoreDoubleClickEvents field
|
2018-05-03 13:49:33 -07:00 |
|
mikeykhalil
|
208374afa4
|
clean up ignore double click event implementation
|
2018-05-03 13:49:33 -07:00 |
|
mikeykhalil
|
1f29124d11
|
updated Tray API to ignore double click events on macOS (#8952)
|
2018-05-03 13:49:32 -07:00 |
|
Shelley Vohr
|
12a57ff1c2
|
clang-format objc files (#12673)
|
2018-04-20 11:47:04 -07:00 |
|
Shelley Vohr
|
05dc04dacc
|
don't check darkmode for drawStatusBarBackgroundInRect (#12395)
|
2018-03-21 19:03:57 -04:00 |
|
Shelley Vohr
|
9599615b23
|
Fix nil tray title crash (#12352)
* Add check for title_ being nil
* remove print stub
|
2018-03-19 10:49:39 -05:00 |
|
Shelley Vohr
|
3399480304
|
first pass at menu event emission
|
2018-01-27 09:35:58 -05:00 |
|
Matt Way
|
5504294a6a
|
Replaces tracking removal with proper mem management
|
2018-01-10 10:24:37 +09:00 |
|
Matt Way
|
8df4402722
|
removed unnecessary braces
|
2018-01-10 10:24:13 +09:00 |
|
Matt Way
|
638d8219c4
|
Removed tracking area when removing icon to prevent mouse exit race condition crash
|
2018-01-10 10:24:11 +09:00 |
|
Cheng Zhao
|
0dc094fffc
|
Do not change logic on highlighing
|
2017-11-28 17:37:58 +09:00 |
|
Cheng Zhao
|
d1ebce0395
|
Remove unused methods
|
2017-11-28 17:31:13 +09:00 |
|
Cheng Zhao
|
590578c187
|
Cache the attributed string
|
2017-11-28 17:26:09 +09:00 |
|
Cheng Zhao
|
c9acccaddc
|
Fix memory leak in ANSCI parsing code
We do not have ARC enabled.
|
2017-11-28 16:36:07 +09:00 |
|
Sebastien Bramille
|
e8b0897ea1
|
Fix margin
|
2017-11-28 15:34:13 +09:00 |
|
Sebastien Bramille
|
9f89bd8d8e
|
Add isHighlighted method
|
2017-11-28 15:34:13 +09:00 |
|
Sebastien Bramille
|
6a1cfafbd8
|
Clean
|
2017-11-28 15:34:13 +09:00 |
|
Sebastien Bramille
|
85f254316c
|
Add logic
|
2017-11-28 15:34:13 +09:00 |
|
Sebastien Bramille
|
d722d20974
|
Use NSString+ANSI on the Menu title
|
2017-11-28 15:34:13 +09:00 |
|
Cheng Zhao
|
4342480473
|
Fix cpplint warnings
|
2017-10-05 11:49:26 +09:00 |
|
Sean Bannigan
|
0b205019b6
|
add mouse-move event and click event position for tray
|
2017-10-05 11:41:08 +09:00 |
|
Kevin Sawicki
|
06a550b412
|
Autorelease tracking area
|
2017-06-28 12:37:31 -07:00 |
|
Kevin Sawicki
|
d53f07cc20
|
🎨
|
2017-06-28 12:13:12 -07:00 |
|
Kevin Sawicki
|
70544440f9
|
Add location and keyboard modifiers to tray mouse events
|
2017-06-28 12:10:24 -07:00 |
|
Shubham
|
8dbb8ccbab
|
add mouse-enter and mouse-exit events for tray
|
2017-06-14 18:00:29 -04:00 |
|
Cheng Zhao
|
7a7b72ce04
|
SimpleMenuModel::MenuClosed renamed to MenuWillClose
|
2017-02-06 10:34:28 -08:00 |
|
Pedro Belo
|
89e8ad4947
|
Fix support for dragging urls in Mac
|
2016-11-19 21:18:24 -08:00 |
|
Kevin Sawicki
|
b2f9cce297
|
Add option to always highlight the tray icon
|
2016-07-26 13:51:43 -07:00 |
|
Cheng Zhao
|
b57665330c
|
Merge branch 'master' into chrome52
|
2016-07-21 05:34:36 -06:00 |
|
Cheng Zhao
|
16e43a7f15
|
Merge pull request #6490 from wilsonpage/add-drop-text-support
Add support for dropped text in osx
|
2016-07-15 09:12:35 +09:00 |
|
Wilson Page
|
90f8a7e828
|
Add support for dropped text in osx
|
2016-07-14 18:25:58 +01:00 |
|
Cheng Zhao
|
6381f44f26
|
mac: Pass useDefaultAccelerator to getAcceleratorForCommandId
|
2016-07-07 11:50:19 -07:00 |
|
Cheng Zhao
|
1ba3907038
|
Update to API changes of Chrome 52
|
2016-07-04 15:32:43 +09:00 |
|
Kevin Sawicki
|
e797eb5ca3
|
Use set context menu when param is not specified
|
2016-06-29 11:52:58 -07:00 |
|
Cheng Zhao
|
db98e256f2
|
mac: Add tray.getBounds() API
|
2016-06-21 15:40:30 +09:00 |
|
Leonard Lamprecht
|
67dd19ed0f
|
Replace OS X and Mac OS with macOS
|
2016-06-18 15:26:26 +02:00 |
|
Cheng Zhao
|
548febfa4c
|
Fix style issues
|
2016-04-07 15:23:16 +09:00 |
|
Ben Gotow
|
e0ee60f290
|
Fix memory leak
|
2016-04-07 15:21:07 +09:00 |
|
Ben Gotow
|
91457fe739
|
Support images larger than self.bounds
|
2016-04-07 15:21:07 +09:00 |
|