Destan Sarpkaya
afacca252e
add a new platform definition for linux
...
On Linux in order for changes made to individual `MenuItem`s to take effect, you have to call `setContextMenu` again
Regarding https://github.com/atom/electron/issues/1473
2016-02-16 16:24:05 +02:00
Cheng Zhao
2fba05b5e7
Add menu
parameter for Tray.popUpContextMenu
2015-12-02 18:43:11 +08:00
Cheng Zhao
87546bd4f8
Merge pull request #3479 from bengotow/tray-resizing
...
Fix sizing of Mac OS X tray icon after image change
2015-11-18 18:49:15 +08:00
Ben Gotow
9c69416e32
Fix sizing of Mac OS X tray icon after image change
...
- Consolidate logic that applies view dimensions into a function
- Use `NSVariableStatusItemLength` instead of trying to sync status item width
- Use modern Obj-C syntax `@[], @{}` in a few places
- Recompute view bounds after updating image in `setImage:`
2015-11-17 13:43:55 -08:00
Cheng Zhao
e8ffd24e4e
Rename the "clicked" event to "click" in Tray
2015-11-13 16:41:33 +08:00
Cheng Zhao
eac2e7cc61
docs: Update codes in docs to use require('electron')
2015-11-12 21:20:09 +08:00
Nishanth Shanmugham
ed179ecf03
docs: Update tray docs with drop and drag-end events
2015-11-10 10:14:55 -06:00
Nishanth Shanmugham
f98147ea01
Tray: Rename events to drag-enter and drag-leave
...
Previously, the names were drag-entered and drag-exited. The new names mirror the HTML Drag and Drop event names
2015-11-10 09:27:39 -06:00
Nishanth Shanmugham
ee783a13ad
docs: Add Tray drag-entered and drag-exited events
2015-11-05 18:49:34 -06:00
Jessica Lord
279fd0a461
Standardize **Note:**
2015-09-09 14:09:14 -07:00
Jessica Lord
91c75d73dd
Text edits
2015-09-01 15:42:10 -07:00
Jessica Lord
b1fc18f405
Standardize tray
2015-08-28 22:46:39 -07:00
Cheng Zhao
33eadad139
popContextMenu => popUpContextMenu
2015-08-10 13:00:15 +08:00
Cheng Zhao
b2f03fc2d8
Add metaKey
2015-07-29 14:44:08 +08:00
Cheng Zhao
3e1a5b229c
docs: modifiers removed
2015-07-29 14:27:32 +08:00
Cheng Zhao
15273c1f7a
docs: Don't say things that are expected
2015-07-29 12:41:40 +08:00
Cheng Zhao
edde653d60
Merge branch 'feature/modifiers-click-tray' of https://github.com/nishanths/electron into nishanths-feature/modifiers-click-tray
2015-07-29 12:19:17 +08:00
Cheng Zhao
42ce91323c
docs: Small style fix for #2337
2015-07-29 11:28:20 +08:00
Nishanth Shanmugham
74b4522195
Add keyboard modifiers payload to tray click events
...
* Add keyboard and mouse button bitsum to Tray click events payload
* Move getBoundsFromRect: to common event_util file
* Update documentation
2015-07-27 03:15:51 -07:00
Nishanth Shanmugham
1a074bb148
Update tray double-click docs
...
* Mention bounds payload
2015-07-25 21:16:15 -07:00
Cheng Zhao
59269a70a0
docs: Mention libappindicator1 is required, close #1347
2015-07-21 11:27:43 +08:00
Haojian Wu
d342c9a6df
Implement 'drop-files' tray event on OS X.
2015-07-20 20:06:15 +08:00
Haojian Wu
17628b3e40
📝 tray.popContextMenu API.
2015-07-16 11:53:13 +08:00
Haojian Wu
38c33d69ae
📝 'right-clicked' doc.
2015-07-15 20:13:59 +08:00
Paul Betts
8a56ab3947
Note that setPressedImage only has an effect on OS X
2015-06-16 18:17:51 -07:00
Thomas Tuts
35dcdfc492
Remove trailing comma in tray code example
2015-06-09 18:11:40 +02:00
Seppe Stas
e920ce3e24
Updated tray api docs to reflect changes in ce8aa07
2015-06-02 23:19:49 +02:00
campersau
d19ae50cad
docs: fixed casing of "Note"
2015-05-15 17:46:25 +02:00
Cheng Zhao
f64dbbea3e
docs: Pass bounds in clicked event of tray
2015-05-04 11:34:11 +08:00
deepak1556
6d7d068e49
tray: send tray icon position as payload onclick OSX
2015-05-01 19:30:01 +05:30
Yassine Laassel
bd81b24b99
Fix a typo
2015-03-11 17:38:31 -07:00
Cheng Zhao
8093300a43
docs: Use NativeImage to replace Image
2015-02-12 13:52:28 +08:00
Sonny Piers
5437470b4e
Update tray.md
...
checked seems to be the correct property
2014-12-11 12:28:01 +01:00
Cheng Zhao
ef8b20af65
docs: "balloon-show" and "balloon-closed" events
2014-11-28 19:47:21 +08:00
Cheng Zhao
ee3fa67c48
docs: Tray balloon
2014-11-28 19:23:13 +08:00
Cheng Zhao
f6c66a7374
Add Tray.destroy() API, fixes #871
2014-11-28 18:06:51 +08:00
Florian
6ca238852a
Correct parameter type of setHightlightMode()
2014-09-09 15:04:00 +02:00
Cheng Zhao
c8a8576970
docs: Document the new Tray APIs.
2014-09-09 19:50:50 +08:00
Cheng Zhao
fdcad1066e
docs: Fix typos.
2014-08-20 10:57:39 +08:00
Cheng Zhao
1a0d8a4aa9
📝 Add docs on image support in atom-shell.
2014-06-23 22:58:42 +08:00
FWeinb
dca50fcec3
Update example to wait for app.on('ready')
...
Related to Issue #383
2014-06-17 18:06:15 +02:00
Cheng Zhao
01e93c108c
📝 Mention platform limitations on Linux.
2014-06-02 23:18:14 +08:00
Cheng Zhao
884f30010c
📝 Document the tray module.
2014-06-02 11:47:22 +08:00