Charles Kerr
|
3710e0e38b
|
make the linter happier
|
2018-02-09 19:34:37 -06:00 |
|
Charles Kerr
|
4b766d26df
|
make the linter happy
|
2018-02-09 19:29:32 -06:00 |
|
Charles Kerr
|
3f5ce6d74f
|
fix gtk3 deprecation warnings setting menubar colors
|
2018-02-09 19:04:59 -06:00 |
|
Charles Kerr
|
b107d3f440
|
remove icons from messageboxes on gtk
Icons are deprecated in GtkMessageBoxes as of GTK+ 3.12. The GNOME HIG no longer shows icons in example dialogs; see https://developer.gnome.org/hig/stable/dialogs.html.en and https://developer.gnome.org/gtk3/stable/GtkMessageDialog.html
|
2018-02-09 17:53:02 -06:00 |
|
Charles Kerr
|
ffff400236
|
fix 'GTK_STOCK_*' deprecation warnings
|
2018-02-09 17:45:34 -06:00 |
|
Charles Kerr
|
e5eeab6e29
|
fix 'GTK_STOCK_*' deprecation warnings
|
2018-02-09 09:57:39 -06:00 |
|
Shelley Vohr
|
3399480304
|
first pass at menu event emission
|
2018-01-27 09:35:58 -05:00 |
|
Nitish Sakhawalkar
|
2b4cc0a525
|
Fix macos Full Screen Toggle menu item label (#11633)
|
2018-01-19 09:27:36 -05:00 |
|
Heilig Benedek
|
f36fda3f5d
|
don't dereference tooltip_controller if it's null
|
2018-01-18 20:35:19 +01:00 |
|
Heilig Benedek
|
8d8b8c590d
|
update calls to use new namespaces
|
2018-01-18 15:23:38 +01:00 |
|
Heilig Benedek
|
5e198d9dc6
|
add todo comment
|
2018-01-18 15:23:38 +01:00 |
|
Heilig Benedek
|
8233890e39
|
lint fix
|
2018-01-18 15:23:38 +01:00 |
|
Heilig Benedek
|
c6c618acdb
|
explicitly hide tooltip on window deactivation
|
2018-01-18 15:23:38 +01:00 |
|
shelley vohr
|
4f0e1826e5
|
properly check checkbox state on callback (#11658)
|
2018-01-17 08:51:49 -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
|
1043f07b42
|
Fix compilation on Windows
|
2018-01-02 16:37:11 +09:00 |
|
deepak1556
|
0df464e16a
|
address review comments
|
2018-01-02 16:37:09 +09:00 |
|
deepak1556
|
d29c27dc78
|
REVIEW: obtain mime type from file path only on IO allowed sequence
|
2018-01-02 16:37:09 +09:00 |
|
deepak1556
|
e072213923
|
FIXME: dbus ObjectProxy methods should only be invoked on IO allowed sequence
|
2018-01-02 16:37:09 +09:00 |
|
deepak1556
|
a1592446da
|
REVIEW: access GetApplicationLocale on sequence that allows IO
|
2018-01-02 16:37:08 +09:00 |
|
Cheng Zhao
|
c3eadd5b63
|
mac: Call callback when menu is programmely closed
|
2018-01-01 16:49:25 +09:00 |
|
Cheng Zhao
|
d7bc127c60
|
mac: Correctly close popup menu
|
2018-01-01 15:40:15 +09:00 |
|
Cheng Zhao
|
81527b71ba
|
Merge pull request #11279 from sethlu/openrecent
Update submenu's title at replacement
|
2017-12-19 15:28:02 +09:00 |
|
Ales Pergl
|
8357a33d81
|
Don't leak the taskbar object, reuse it instead
|
2017-12-01 17:55:21 +01:00 |
|
Zhuo Lu
|
c274312a3a
|
Update submenu's title
|
2017-11-28 19:38:07 -08: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
|
eab3342065
|
Fix the detection of ANSI code
|
2017-11-28 16:36:07 +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 |
|
Cheng Zhao
|
4ded79801f
|
Remove unused code in NSColor+Hex.h
|
2017-11-28 16:10:24 +09:00 |
|
Cheng Zhao
|
08f30e4ca6
|
Add license for the vendored files
Checked the original files and they were compatible with MIT.
|
2017-11-28 15:38:42 +09:00 |
|
Cheng Zhao
|
edede7f33f
|
Fix cpplint warning
|
2017-11-28 15:36:45 +09:00 |
|
Sebastien Bramille
|
a4905b3c95
|
Lint
|
2017-11-28 15:34:13 +09:00 |
|
Sebastien Bramille
|
e8b0897ea1
|
Fix margin
|
2017-11-28 15:34:13 +09:00 |
|
Sebastien Bramille
|
71cfb7441c
|
Update header file
|
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
|
b161a4f515
|
Merge pull request #11166 from sethlu/openrecent
feat: Recent documents menu item
|
2017-11-28 10:55:14 +09:00 |
|
Zhuo Lu
|
104d307a4a
|
Use base::scoped_nsobject
|
2017-11-27 17:26:23 +09:00 |
|
Zhuo Lu
|
8fa3e71ce4
|
Format code
|
2017-11-27 17:26:22 +09:00 |
|
Zhuo Lu
|
4934685f53
|
Declare with static
|
2017-11-27 17:26:22 +09:00 |
|
Zhuo Lu
|
0c4e425872
|
Do not autorelease global variables
|
2017-11-27 17:26:22 +09:00 |
|
Zhuo Lu
|
dcdc3621ac
|
Rename roles
|
2017-11-27 17:26:22 +09:00 |
|
Zhuo Lu
|
1ab4504e94
|
No need to make visible
|
2017-11-27 17:26:22 +09:00 |
|
Zhuo Lu
|
cf73fb737f
|
Small optimization
|
2017-11-27 17:26:22 +09:00 |
|