aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use new safe_calln on NSGerd Möllmann2023-12-231-8/+4
* Support for menu bar in window_from_coordinatesManuel Giraud2023-10-281-2/+2
* Merge from origin/emacs-29Eli Zaretskii2023-10-071-18/+21
|\
| * Handle LANG on macOS differently (bug#65908)Gerd Möllmann2023-10-051-18/+21
* | Merge from origin/emacs-29Eli Zaretskii2023-10-071-0/+5
|\ \ | |/
| * ; Silence macOS 14 warningEshel Yaron2023-09-291-0/+5
* | Fix build error on older macOS versionsAlan Third2023-09-131-1/+1
* | Remove check for appdefined events on the queue (bug#65843)Alan Third2023-09-111-15/+0
* | Fix crash on child frame creation (bug#65817)Alan Third2023-09-111-12/+15
* | Simplify the EmacsLayer double buffering code (bug#63187)Alan Third2023-09-111-24/+26
* | Prevent crashes on macOS when fullscreen frame is deletedDaniel Martín2023-06-211-1/+1
* | Allow displaying tool bar on the bottom of the framePo Lu2023-06-211-1/+3
* | Merge from origin/emacs-29Eli Zaretskii2023-05-181-1/+2
|\ \ | |/
| * Attempt to fix redisplay problems on macOSAaron Jensen2023-05-181-1/+2
| * Fix crash when creating a child frame in NS (bug#63107)Alan Third2023-05-081-1/+12
* | Fix crash when creating a child frame in NS (bug#63107)Alan Third2023-05-071-1/+12
* | Merge from origin/emacs-29Eli Zaretskii2023-04-151-8/+12
|\ \ | |/
| * Change cursor color on NS port when it matches the face backgroundDaniel Martín2023-04-081-8/+12
* | * src/nsterm.m (check_native_fs): Add missing void arg.Robert Pluim2023-04-141-1/+1
* | Merge commit '1bc9dfc5bee'Stefan Monnier2023-03-271-0/+4
|\ \ | |/
| * Fix toolbar item validation in the NS portDaniel Martín2023-03-231-0/+4
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
| * Prevent a segfault when deleting a fullscreen frame on NextStep.Kai Ma2022-12-041-2/+10
|/
* Prevent non-local exits from ns-in-echo-areaPo Lu2022-11-131-1/+32
* Fix another GCC warningPo Lu2022-10-291-2/+2
* Fix crash destroying NS frame tool barPo Lu2022-10-291-1/+7
* Fix bug#56153Po Lu2022-10-141-10/+13
* Fix bug in "macintization" of x_draw_glyph_stringPo Lu2022-10-051-2/+16
* Port better to C23 bool+true+false keywordsPaul Eggert2022-09-281-1/+0
* Fix crash in GC on macOS (bug#57751)Gerd Möllmann2022-09-161-1/+2
* Delete variable window-system-version obsolete since 24.3Stefan Kangas2022-09-091-11/+0
* Reenable reporting of frame movement on NSPo Lu2022-09-071-8/+14
* Support "replacement characters" on TTY framesEli Zaretskii2022-08-271-0/+2
* Fix NS stretch glyph displayPo Lu2022-07-271-37/+90
* Fix ASAN error with fringe bitmap on NSAndreas Schwab2022-07-151-4/+1
* ; * src/nsterm.m (ns_draw_window_cursor): Fix last change.Po Lu2022-07-151-0/+1
* Fix double unfocus during NS cursor displayPo Lu2022-07-151-1/+10
* ; Fix typosStefan Kangas2022-07-141-1/+1
* Fix memory leak in ns_draw_reliefDaniel Martín2022-07-111-32/+36
* Adjust plist calls in .m filesLars Ingebrigtsen2022-06-271-1/+1
* Prevent GC of window referenced from EmacsScrollerGerd Moellmann2022-06-221-0/+30
* Never return tooltip frames from ns-begin-dragPo Lu2022-06-091-2/+4
* Satisfy GCC warnings on the GNUstep buildPo Lu2022-06-091-1/+1
* Implement `follow-tooltip' on NS as wellPo Lu2022-06-091-16/+32
* Fix file drag-and-drop on GNUstepPo Lu2022-06-041-10/+23
* Fix splurious drag-mouse-1 events after NS drag-and-dropPo Lu2022-06-041-1/+5
* Fix macOS buildPo Lu2022-06-021-2/+2
* Fix potential NULL pointer dereference on NSPo Lu2022-06-021-1/+1
* Fix flickering tooltips with mouse DND without interprogram dragPo Lu2022-06-021-2/+4