aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Move ns_init_colors from Fns_list_colors to emacs.c (bug#80377)Stéphane Marks3 days1-1/+1
* Inhibit unused variable warning in NSTRACE_WHEN (bug#80096)Stéphane Marks2026-01-131-1/+1
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* NS: Fix build with NSTRACE_ENABLEDGerd Möllmann2025-07-231-1/+1
* Reduce code duplication in ns_set_appearanceStefan Kangas2025-03-221-0/+1
* Delete now unused constants in nsterm.hStefan Kangas2025-03-221-7/+0
* ; Clean up comments in nsterm.hStefan Kangas2025-03-221-27/+27
* Support colored stipples on Cocoa NS (Bug#73384)Ben Simms2025-03-041-0/+8
* ; Fix indentation in src/nsterm.hStefan Kangas2025-01-081-16/+16
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* NS: Fix scroll-bar setting code (bug#72331)Gerd Möllmann2024-08-091-16/+0
* MacOS: Let EmacsView implement NSTextInputClientGerd Möllmann2024-07-311-1/+1
* NS: Set frame position when entering/exiting fullscreen (bug#71912)Gerd Möllmann2024-07-301-0/+1
* Silence some macOS build warningsMattias Engdegård2024-05-121-0/+4
* Be more systematic about parens in C source codePaul Eggert2024-01-201-3/+3
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Simplify Objective C autorelease pool handlingAlan Third2023-12-301-0/+1
* | Fix crash on child frame creation (bug#65817)Alan Third2023-09-111-1/+1
* | Simplify the EmacsLayer double buffering code (bug#63187)Alan Third2023-09-111-1/+12
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix memory leak in ns_draw_reliefDaniel Martín2022-07-111-0/+6
* Prevent GC of window referenced from EmacsScrollerGerd Moellmann2022-06-221-0/+4
* Implement `follow-tooltip' on NS as wellPo Lu2022-06-091-10/+17
* Implement `allow-same-frame' for NS drag-and-dropPo Lu2022-06-011-1/+4
* Implement `return-frame' for DND on NSPo Lu2022-05-311-1/+13
* Fix GNUstep buildPo Lu2022-05-271-1/+1
* Implement some drag and drop functions on NSPo Lu2022-05-271-7/+16
* Fix processing of dialog box items on NSPo Lu2022-05-141-16/+26
* Implement non-system tooltips on NSPo Lu2022-05-141-0/+1
* Fix build on Mac OS X 10.11Po Lu2022-05-121-0/+1
* Replace NS code that implemented font panels in a different wayPo Lu2022-05-011-14/+17
* Fix nsmenu compilation under macOS 10.6Alan Third2022-04-251-0/+1
* Fix scrollbars on macOS 10.13 and below (bug#54623)Alan Third2022-04-081-2/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Make NS toolbar use NSString instead of C stringsAlan Third2021-12-221-2/+2
* | Further cleanup of NS color codeAlan Third2021-12-221-10/+1
* | Simplify NS color handlingAlan Third2021-12-221-31/+6
* | Fix build on macOSAlan Third2021-11-291-2/+0
* | Fix selection for old GNUstep and GCCAlan Third2021-11-251-0/+9
* | General improvements to NS portPo Lu2021-11-061-0/+6
* | Improve font display on NS portPo Lu2021-11-061-1/+1
|/
* Add tab bar support to the nextstep portPo Lu2021-10-171-0/+1
* ; * src/nsterm.h: Use objc-mode.Mattias Engdegård2021-09-301-0/+1
* Attempt to debug a graphical glitch on macOSAlan Third2021-09-271-1/+1
* Fix NS toolbar again (bug#50534)Alan Third2021-09-271-0/+5
* Set label for NSToolbarItem (bug#50159)Masahiro Nakamura2021-08-221-0/+1
* Move parent frame setting code into EmacsWindowAlan Third2021-07-311-0/+1
* Move NS port toolbar handling to the windowAlan Third2021-07-311-4/+0