summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve display of reliefs on NSPo Lu2022-05-101-33/+75
* Fix display of hollow box cursor on NSPo Lu2022-05-081-1/+3
* Fix font weight reporting on macOSPo Lu2022-05-051-0/+17
* Improve appearance of macOS font panel buttonsPo Lu2022-05-051-13/+59
* Fix default font in macOS font dialogsPo Lu2022-05-031-0/+13
* Fix some font parsing problems on NSPo Lu2022-05-031-2/+4
* ; * src/nsterm.m (syms_of_nsterm): Fix typo in defsym.Po Lu2022-05-031-1/+1
* Improve font dialog on macOSPo Lu2022-05-021-1/+40
* Fix the macOS buildPo Lu2022-05-021-1/+4
* Make the NS font dialog return more correct valuesPo Lu2022-05-021-2/+59
* Replace NS code that implemented font panels in a different wayPo Lu2022-05-011-32/+72
* Fix nsmenu compilation under macOS 10.6Alan Third2022-04-251-11/+28
* Get rid of autorelease warnings during building on GNUstepPo Lu2022-04-251-7/+8
* Fix glyphless glyph display on NS (bug#54970)Alan Third2022-04-181-3/+76
* 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
|\