aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix NS frame position update after resize/moveDr.Sc.KAWAMOTO,Takuji2025-08-111-26/+37
* NS: Correct the accessibility role of Emacs windows (bug#77062)Rudolf Adamkovič2025-07-311-1/+1
* ; * src/nsterm.m (ns_define_fringe_bitmap): Stylistic corrections.Po Lu2025-07-261-14/+14
* Fix last commitAlan Third2025-07-261-3/+3
* Fix incorrectly nested ns_focus/ns_unfocus callsAlan Third2025-07-261-19/+16
* Simplify NS fringe vectors (bug#73563)Alan Third2025-07-261-7/+92
* Enabled macOS dictation post NSTextInputClient migration in v30Alvaro Ramirez2025-07-261-1/+18
* NS: Fix build with NSTRACE_ENABLEDGerd Möllmann2025-07-231-1/+1
* NS: Use different window collection behavior for tooltips (bug#73037)Gerd Möllmann2025-07-231-2/+3
* ; * src/nsterm.m (ns_draw_stretch_glyph_string): Fix a thinko (bug#78654).Eli Zaretskii2025-06-041-1/+1
* Do child frame shortcut only on Cocoa (bug#78616)Gerd Möllmann2025-05-281-1/+1
* Fix support of 'mouse-highlight' on NS (bug#78218)Gerd Möllmann2025-05-041-2/+4
* Reduce code duplication in ns_set_appearanceStefan Kangas2025-03-221-6/+12
* macOS: Don't constrainFrameRect for child framesGerd Möllmann2025-03-091-0/+7
* ; * src/nsterm.m (syms_of_nsterm): Fix typo in comment.Po Lu2025-03-051-4/+3
* Add ns-click-through option to control activation click handlingDaniel Colascione2025-03-041-1/+16
* ; * src/nsterm.m (ns_draw_stretch_glyph_string): One more spelling fix.Po Lu2025-03-041-1/+1
* ; Fix style and language in src/nsterm.mPo Lu2025-03-041-7/+7
* Support colored stipples on Cocoa NS (Bug#73384)Ben Simms2025-03-041-1/+67
* Make Emacs respond to NS activation clicksDaniel Colascione2025-03-011-0/+7
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Fix format specifier warnings in nsterm.mCharalampos Mitrodimas2024-12-261-6/+11
* Merge branch 'scratch/tty-child-frames'Gerd Möllmann2024-12-191-2/+2
|\
| * Merge branch 'master' into scratch/tty-child-framesGerd Möllmann2024-11-161-14/+21
| |\
| * | Initial child frames based on masterGerd Möllmann2024-10-221-2/+2
* | | Merge from origin/emacs-30Eli Zaretskii2024-11-301-0/+5
|\ \ \
| * | | Fix NS non-native fullscreen on initial frame load (bug#59790)Aaron Jensen2024-11-241-0/+5
* | | | Silence warning message in NS (bug#59790)Aaron Jensen2024-11-241-1/+4
* | | | Remove NS non-native fullscreen pause (bug#28443)Aaron Jensen2024-11-241-10/+0
| |_|/ |/| |
* | | Ensure `move-frame-functions' trigger on macOS frame resizeRobert Pluim2024-11-071-0/+3
* | | ; * src/nsterm.m (ns_draw_fringe_bitmap): Fix coding style.Eli Zaretskii2024-11-021-3/+3
* | | Fix inconsistency in bitmap overlay drawing for macOSDaniel Pettersson2024-11-021-14/+18
| |/ |/|
* | Process focus-in events immediately on NSDaniel Colascione2024-10-021-0/+1
* | Merge from savannah/emacs-30Po Lu2024-08-131-0/+1
|\ \ | |/
| * macOS: Wrong frame rectangle after wake (bug#71912)Gerd Möllmann2024-08-121-0/+1
* | Merge from origin/emacs-30Eli Zaretskii2024-08-101-3/+3
|\ \ | |/
| * NS: Fix scroll-bar setting code (bug#72331)Gerd Möllmann2024-08-091-3/+3
* | Avoid warning when building on macOS versions < 14 (bug#72440)Mattias Engdegård2024-08-051-2/+3
* | ; Fix the fix for EmacsViewGerd Möllmann2024-08-051-1/+2
* | ; Fix last change in EmacsViewGerd Möllmann2024-08-051-2/+1
* | Restore a default before macOS 14 API change (bug#72440)Gerd Möllmann2024-08-051-0/+3
|/
* NS: Fix placement of candidate window (bug#72422)Gerd Möllmann2024-08-031-1/+1
* MacOS: Let EmacsView implement NSTextInputClientGerd Möllmann2024-07-311-1/+40
* NS: Set frame position when entering/exiting fullscreen (bug#71912)Gerd Möllmann2024-07-301-0/+17
* NS: prevent makeKeyWindow warnings (bug#69525)Gerd Möllmann2024-07-261-1/+1
* Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas2024-07-251-1/+1
* Fix disappearing bar cursor on Hebrew text (bug#72230)Gerd Möllmann2024-07-231-12/+8
* Silence some macOS build warningsMattias Engdegård2024-05-121-1/+0
* Fix display of stipples on NS with respect to cursor highlightPo Lu2024-05-021-34/+81
* Implement dots and dashes on NextstepPo Lu2024-05-011-12/+66