aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix scrollbars on macOS 10.13 and below (bug#54623)Alan Third2022-04-081-80/+48
* ; * src/nsterm.m: Remove stray semicolonMattias EngdegÄrd2022-04-081-1/+1
* Implement `drag-source' values of track-mouse on NSPo Lu2022-04-031-5/+16
* Implement new DND features on GNUstepPo Lu2022-04-031-0/+31
* Fix NS toolbar identifier (bug#54326)Alan Third2022-03-101-1/+1
* Use pselect instead of select in nsterm.mRobert Pluim2022-03-051-1/+1
* ; * src/nsterm.m (ns_draw_fringe_bitmap): Fix typo in last change.Po Lu2022-03-041-1/+2
* Synchronize NS fringe bitmap code with XPo Lu2022-03-041-0/+7
* Fix font panel on NSPo Lu2022-02-201-10/+8
* Make behaviour of `mouse-autoselect-window' consistent with X on NSPo Lu2022-02-021-0/+1
* Merge from origin/emacs-28Po Lu2022-01-291-19/+0
|\
| * Remove debug loggingAlan Third2022-01-291-19/+0
* | Avoid FOCUS_IN_EVENTS not being sent on NSPo Lu2022-01-211-5/+6
* | Allow controlling the underline position of facesPo Lu2022-01-101-4/+11
* | Generate TOUCH_END_EVENTs on NS when mwheel momentum is disabledPo Lu2022-01-061-0/+16
* | Fix GNUstep compilation warningsPo Lu2022-01-061-7/+13
* | Fix duplicate overhang display on GNUstepPo Lu2022-01-061-13/+13
* | Remove macOS drop-shadows on some frames (bug#28512)Alan Third2022-01-041-0/+9
* | 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