This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 9feb8c763c6bde3f21d4e4638fe9618d4c54474f Mon Sep 17 00:00:00 2001 | |
From: Alan Third <[email protected]> | |
Date: Sun, 14 Oct 2018 19:12:00 +0100 | |
Subject: [PATCH] Fix some NS drawing issues (bug#32932) | |
* src/nsterm.m (ns_clip_to_rect): | |
(ns_reset_clipping): Remove gsaved variable and associated code. | |
(ns_flush_display): Remove function. | |
(ns_copy_bits): use translateRectsNeedingDisplayInRect:by: to copy any | |
pending drawing actions along with the image. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
src/nsterm.m | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/src/nsterm.m b/src/nsterm.m | |
index f910d606a6..a300c72f56 100644 | |
--- a/src/nsterm.m | |
+++ b/src/nsterm.m | |
@@ -8162,7 +8162,7 @@ - (void)drawRect: (NSRect)rect | |
if (!emacsframe || !emacsframe->output_data.ns) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
src/nsterm.m | 41 +++++++++++++++-------------------------- | |
1 file changed, 15 insertions(+), 26 deletions(-) | |
diff --git a/src/nsterm.m b/src/nsterm.m | |
index 1ef7f5ab51..f910d606a6 100644 | |
--- a/src/nsterm.m | |
+++ b/src/nsterm.m | |
@@ -279,7 +279,6 @@ - (NSColor *)colorUsingDefaultColorSpace | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* src/nsterm.m (ns_term_init): Use writeToFile or writeToURL as | |
required. | |
--- | |
I believe this should fix the colour list error. | |
src/nsterm.m | 16 +++++++++++++++- | |
1 file changed, 15 insertions(+), 1 deletion(-) | |
diff --git a/src/nsterm.m b/src/nsterm.m | |
index 954020dcde..d92d6c3244 100644 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>From 9196236afa609a77d294ef9a77b05518c6fb031f Mon Sep 17 00:00:00 2001 | |
From: Alan Third <address@hidden> | |
Date: Sat, 4 Aug 2018 11:08:23 +0100 | |
Subject: [PATCH] Make all NS drawing be done from drawRect | |
See bug#31904 and bug#32812. | |
* src/nsterm.m (ns_update_begin): Don't lock focus, only clip if there | |
is already a view focused. | |
(ns_update_end): Don't mess with view focusing any more. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
I believe this should fix the colour list error. | |
src/nsterm.m | 16 +++++++++++++++- | |
1 file changed, 15 insertions(+), 1 deletion(-) | |
diff --git a/src/nsterm.m b/src/nsterm.m | |
index 954020dcde..d92d6c3244 100644 | |
--- a/src/nsterm.m | |
+++ b/src/nsterm.m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From bfa5d6e9f2ea0936ca3cfe02bebae986ba64b3da Mon Sep 17 00:00:00 2001 | |
From: Aaron Jensen <[email protected]> | |
Date: Wed, 26 Sep 2018 06:56:35 -0700 | |
Subject: [PATCH] Fix rendering | |
--- | |
src/nsterm.m | 773 ++++++++++++++++++++++++++------------------------- | |
1 file changed, 389 insertions(+), 384 deletions(-) | |
diff --git a/src/nsterm.m b/src/nsterm.m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/buffer.c b/src/buffer.c | |
index 653e3fe..c8cec8c 100644 | |
--- a/src/buffer.c | |
+++ b/src/buffer.c | |
@@ -287,6 +287,8 @@ static void | |
bset_name (struct buffer *b, Lisp_Object val) | |
{ | |
b->name_ = val; | |
+ if (!NILP (val)) | |
+ b->live_name_ = val; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.title-actions > .monaco-toolbar > .monaco-action-bar > .actions-container > .action-item > .action-label.icon.explorer-action { | |
display: none !important; | |
} | |
.editor-actions > .monaco-toolbar > .monaco-action-bar { | |
display: none !important; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello Epics Boards | |
Disabled | |
Install HE as non-account owner -> Not In Account | |
Install HE as account owner -> In Account | |
Enabled | |
Uninstall HE -> Disabled | |
Not In Account | |
Add to account -> Active Subscription | |
Create account -> Active Subscription | |
In Account |