Cheng Zhao
|
9f99209733
|
win: Add "balloon-show" and "balloon-closed" events
|
2014-11-28 19:42:57 +08:00 |
|
Cheng Zhao
|
a3327ac53e
|
win: Remove XP code in Tray
|
2014-11-28 18:59:51 +08:00 |
|
Cheng Zhao
|
210c97f957
|
win: Add "balloon-clicked" event for Tray
|
2014-11-28 18:50:31 +08:00 |
|
Cheng Zhao
|
2650e34867
|
win: Add NotifyIcon::DisplayBalloon
|
2014-11-28 18:30:43 +08:00 |
|
Cheng Zhao
|
9f0b5a14a4
|
Remove tray_icon_win.h
|
2014-11-28 18:21:31 +08:00 |
|
Cheng Zhao
|
a8b4e5faec
|
OVERRIDE => override in notify_icon.h
|
2014-11-28 18:20:38 +08:00 |
|
Cheng Zhao
|
89de5b6e9a
|
win: Remove NotifyIconHostStateChanger
We don't need the ability it provided, and it is causing crashes on some
machines.
Fixes #850.
|
2014-11-28 17:47:47 +08:00 |
|
Cheng Zhao
|
588cc3c7ab
|
Make WindowStateWatcher X11 only
On Windows we need to take another way of detecting window state events.
|
2014-11-25 13:05:04 +08:00 |
|
Cheng Zhao
|
b77e6c369a
|
x11: Implement window state events
|
2014-11-25 12:43:25 +08:00 |
|
Cheng Zhao
|
06cc27c6b3
|
views: Add WindowStateWatcher
|
2014-11-25 11:46:30 +08:00 |
|
Cheng Zhao
|
0e94977d42
|
Add app.dock.setMenu API
|
2014-11-16 23:04:31 +08:00 |
|
Cheng Zhao
|
af72842728
|
cocoa: Enable creating empty menu
|
2014-11-16 21:06:16 +08:00 |
|
Cheng Zhao
|
49ac363eef
|
cocoa: Enable modifying initialized menu
|
2014-11-16 20:24:29 +08:00 |
|
Cheng Zhao
|
0398316192
|
views: Fix "visible" not working in menu bar, closes #825
|
2014-11-16 16:01:33 +08:00 |
|
Cheng Zhao
|
b428b2eb99
|
OVERRIDE => override in atom/browser/ui/views
|
2014-11-16 15:54:40 +08:00 |
|
Frank Hale
|
e1e1c173fe
|
win: Fix default path for native dialogs
|
2014-11-13 14:33:25 -05:00 |
|
Cheng Zhao
|
7ff0e0214e
|
linux: Use GTK+ for error reporting when GUI is ready
|
2014-11-05 19:27:43 +08:00 |
|
Cheng Zhao
|
b54caccb22
|
linux: Print error to console when GUI is not ready
|
2014-11-05 19:08:00 +08:00 |
|
Cheng Zhao
|
c499dfbb22
|
mac: Implement dialog.showErrorBox
|
2014-11-05 17:27:04 +08:00 |
|
Cheng Zhao
|
10e195a444
|
win: Implement dialog.showErrorBox
|
2014-11-05 16:05:11 +08:00 |
|
Cheng Zhao
|
490a12d38a
|
Add dialog.showErrorBox API
|
2014-11-05 16:04:39 +08:00 |
|
Kevin Sawicki
|
b6b6fc3bfd
|
Remove All Rights Reserved after GitHub copyright
Closes #762
|
2014-10-31 11:17:05 -07:00 |
|
patr0nus
|
915a6196cc
|
Remove the deprecated convertScreenToBase and convertBaseToScreen.
|
2014-10-25 11:06:39 +08:00 |
|
Cheng Zhao
|
a95679c212
|
Enable mnemonics in menu, fixes atom/atom#3844
|
2014-10-16 21:22:22 +08:00 |
|
Cheng Zhao
|
643d1dcdd1
|
win: Fix building
|
2014-10-13 22:47:13 +08:00 |
|
Cheng Zhao
|
69a89303d0
|
Fix building on Linux
|
2014-10-13 11:03:56 +08:00 |
|
Cheng Zhao
|
32dff999a5
|
Fix API changes of Chrome 38
|
2014-10-11 19:11:34 +08:00 |
|
Cheng Zhao
|
1499d44584
|
gtk: Fix focusing on file dialog
Fixes atom/atom#3626.
|
2014-10-01 17:02:00 +08:00 |
|
Cheng Zhao
|
039903c6b2
|
mac: Don't create button without title, fixes #631
|
2014-10-01 15:51:32 +08:00 |
|
Cheng Zhao
|
67cbecaba0
|
mac: Add "double-clicked" event for Tray.
|
2014-09-09 19:45:21 +08:00 |
|
Cheng Zhao
|
ec1db0c7bb
|
mac: Add Tray.setHighlightMode API, fixes #425.
|
2014-09-09 19:39:39 +08:00 |
|
Cheng Zhao
|
4330d67e0d
|
mac: Add Tray.setTitle API, fixes #560.
|
2014-09-09 19:36:15 +08:00 |
|
Cheng Zhao
|
f604525b98
|
mac: Enable setting "Services" menu.
Regarding https://github.com/atom/atom/issues/3204.
|
2014-09-05 13:07:05 +08:00 |
|
Cheng Zhao
|
ca881c5aaf
|
win: Fix compilation with Chrome 37.
|
2014-09-03 23:17:00 +08:00 |
|
Cheng Zhao
|
d9d1d03d4d
|
linux: Dont' use native style border.
|
2014-09-01 20:22:38 +08:00 |
|
Cheng Zhao
|
9546120ce4
|
linux: Fix API changes of Chrome 37.
|
2014-09-01 20:10:14 +08:00 |
|
Cheng Zhao
|
400d5cef3f
|
linux: Fix BrowserWindow.setResizable.
|
2014-08-26 13:37:37 +08:00 |
|
Cheng Zhao
|
6ccec45c61
|
views: Fix activating lower case accelerators.
|
2014-08-18 16:05:41 +08:00 |
|
Cheng Zhao
|
1dabd20d99
|
win: Underline's color tends to be a little lighter.
|
2014-08-18 15:41:57 +08:00 |
|
Cheng Zhao
|
fedb08899c
|
views: Fix calculating underline's position.
|
2014-08-18 15:36:29 +08:00 |
|
Cheng Zhao
|
b8bfe8a9ad
|
views: Always hide accelerator when submenu is activated.
|
2014-08-18 14:58:52 +08:00 |
|
Cheng Zhao
|
a230daa998
|
views: Pressing "Alt+Key" should bring up the menu bar.
|
2014-08-18 14:52:44 +08:00 |
|
Cheng Zhao
|
ba41634ad6
|
views: Show menubar's submenu when "Alt+Key" is pressed.
|
2014-08-18 14:42:21 +08:00 |
|
Cheng Zhao
|
e9536508a5
|
views: Show menubar's accelerator when "Alt" is pressed.
|
2014-08-18 14:12:12 +08:00 |
|
Cheng Zhao
|
965f2b1b6b
|
views: Draw underline in menu bar for accelerators.
|
2014-08-18 13:36:00 +08:00 |
|
Cheng Zhao
|
e25417ab31
|
linux: Use "fg" of GtkStyle as text color, fixes #555.
|
2014-08-18 10:29:21 +08:00 |
|
Cheng Zhao
|
8a9e1824c3
|
views: Add support for auto-hide menubar.
|
2014-08-07 13:47:58 +08:00 |
|
Cheng Zhao
|
fe9f94555b
|
win: Implement the filters option.
|
2014-08-06 21:51:36 +08:00 |
|
Cheng Zhao
|
5ba324ca9a
|
gtk: Implement the filters option.
|
2014-08-06 14:49:02 +08:00 |
|
Cheng Zhao
|
0721b34847
|
mac: Implement the filters option.
|
2014-08-06 13:58:42 +08:00 |
|