summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix tooltip frames leaking into mouse position on NSPo Lu2022-06-021-1/+19
* Implement `allow-same-frame' for NS drag-and-dropPo Lu2022-06-011-23/+45
* Implement `return-frame' for DND on NSPo Lu2022-05-311-26/+95
* Fix autorelease pool "straddling" during DND on NSPo Lu2022-05-311-9/+24
* Fix crashes displaying menu help text on NSPo Lu2022-05-311-4/+9
* Fix `dnd-indicate-insertion-point' on Mac OSPo Lu2022-05-301-0/+2
* Fix cursor flushing inside minibuffers on NSPo Lu2022-05-301-24/+39
* Try to implement `dnd-indicate-insertion-point' on macOSPo Lu2022-05-301-76/+103
* Implement some drag and drop functions on NSPo Lu2022-05-271-0/+60
* Implement monitor change functions on GNUstepPo Lu2022-05-231-20/+84
* Implement monitor change hooks on NSPo Lu2022-05-211-0/+34
* Fix NS port warnings with GCC 12Po Lu2022-05-201-0/+4
* Implement non-system tooltips on NSPo Lu2022-05-141-22/+23
* Fix display of image reliefs for tab bars on NSPo Lu2022-05-131-36/+98
* Improve display of relief rectangles on NSPo Lu2022-05-101-9/+50