aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * 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
* Port double-line underlines to GUI systemsPo Lu2024-04-281-2/+16
* Followup changes for styled underline supportEli Zaretskii2024-04-271-3/+3
* ns_select fix for macOS terminals (bug#69561)Gerd Möllmann2024-03-131-2/+6
* Prevent freezes on macOS (bug#69561)Gerd Möllmann2024-03-131-7/+10
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Revert "Get NS screen resolution from system"Alan Third2023-12-311-5/+2
* | Simplify Objective C autorelease pool handlingAlan Third2023-12-301-0/+9
* | Get NS screen resolution from systemAlan Third2023-12-301-2/+5