aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add support for pinch events to NSPo Lu2021-12-281-0/+36
* | Fix text decoration display on stretch glyphs with no box on NSPo Lu2021-12-241-1/+1
* | Allow resizing undecorated frames on macOS (bug#28512, bug#31795)Alan Third2021-12-221-11/+10
* | Further cleanup of NS color codeAlan Third2021-12-221-101/+46
* | Simplify NS color handlingAlan Third2021-12-221-54/+40
* | Fix overline display over stretch glyphs with box on NSPo Lu2021-12-121-4/+18
* | Fix coarse scroll deltas on macOSPo Lu2021-12-081-2/+4
* | Support precision mouse scrolling on MS-WindowsEli Zaretskii2021-12-011-9/+5
* | * src/nsterm.m (Vns_scroll_event_delta_factor): Fix doc string.Po Lu2021-11-301-1/+1
* | Add `ns-scroll-event-delta-factor'Po Lu2021-11-301-0/+12
* | Fix NS port text decorations (bug#52156)Alan Third2021-11-291-4/+14
* | Silence NS warningsAlan Third2021-11-261-1/+1
* | Fix scroll wheel reporting on NSPo Lu2021-11-251-2/+8
* | Add support for pixel wheel deltas on NSPo Lu2021-11-251-5/+19
* | Only set LANG if the ID is validAlan Third2021-11-161-7/+10
* | Merge from origin/emacs-28Stefan Kangas2021-11-101-3/+1
|\ \ | |/
| * Revert "Fix localized display of date and time in the NS port"Stefan Kangas2021-11-091-3/+1
* | Revert "Fix mouse face in NS port"Po Lu2021-11-101-13/+0
* | Revert "*** empty log message ***"Po Lu2021-11-101-0/+13
* | Revert "Fix erasing cursor on top of raised boxes in NS port"Po Lu2021-11-101-12/+0
* | Revert "Revert "Fix erasing cursor on top of raised boxes in NS port""Po Lu2021-11-101-0/+12
* | Revert "Support opening the toolkit menu bar on NS"Po Lu2021-11-101-1/+0
* | Support opening the toolkit menu bar on NSoldosfan2021-11-101-0/+1
* | Revert "Fix erasing cursor on top of raised boxes in NS port"oldosfan2021-11-101-12/+0
* | Fix erasing cursor on top of raised boxes in NS portoldosfan2021-11-101-0/+12
* | *** empty log message ***oldosfan2021-11-101-13/+0
* | Fix mouse face in NS portoldosfan2021-11-101-0/+13
* | Set clipping when dumping stretch glyphs in some casesPo Lu2021-11-081-3/+3
* | General improvements to NS portPo Lu2021-11-061-8/+34
* | Improve font display on NS portPo Lu2021-11-061-229/+195
* | Fix GNUstep build (ns_compute_glyph_string_overhangs)Daniel Martín2021-11-051-1/+2
* | Fix buffer overflow in ns_compute_glyph_string_overhangsDaniel Martín2021-11-051-11/+18
* | Merge from origin/emacs-28Eli Zaretskii2021-10-311-1/+3
|\ \ | |/
| * Fix localized display of date and time in the NS portDaniel Martín2021-10-311-1/+3
* | Ensure help echoes only occur once on NSAlan Third2021-10-311-0/+1
|/
* Fix inset rectangle corners when sides aren't drawn (bug#51251)Alan Third2021-10-191-1/+6
* Add tab bar support to the nextstep portPo Lu2021-10-171-11/+31
* Fix resizing glitches in NS port (bug#50413)Alan Third2021-09-271-1/+6
* Attempt to debug a graphical glitch on macOSAlan Third2021-09-271-9/+31
* Fix NS toolbar again (bug#50534)Alan Third2021-09-271-22/+6
* A further fix for toolbar visibility problems on macOS (bug#50534)Alan Third2021-09-141-5/+3
* Fix incorrectly appearing toolbar on NS (bug#50534)Alan Third2021-09-141-2/+1
* ; Fix typosStefan Kangas2021-09-031-2/+2
* Disable the NS app when no frames are left (bug#14619, bug#21357, bug#23586)Alan Third2021-08-291-0/+6
* Fix display bug on macOS (bug#50112)Alan Third2021-08-211-2/+20
* * src/nsterm.m (max_used_fringe_bitmap): Remove unused variable.Alan Third2021-08-081-1/+0
* Fix some macOS problemsAlan Third2021-07-311-11/+6
* Move parent frame setting code into EmacsWindowAlan Third2021-07-311-88/+98