aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move NS port toolbar handling to the windowAlan Third2021-07-311-46/+38
* Fix macOS live resize drawingAlan Third2021-07-311-16/+25
* Change NS port resize detectionAlan Third2021-07-311-67/+15
* Tidy up NS port OS window handlingAlan Third2021-07-311-163/+156
* Simplify macOS drawing codeAlan Third2021-07-311-299/+197
* Convert fringe bitmaps to vectors on NS portAlan Third2021-07-261-70/+58
* Fix NS inset rectangle cornersAlan Third2021-07-261-24/+41
* Simplify NS sizing and positioning codeAlan Third2021-07-261-61/+38
* * src/nsterm.m (ns_set_frame_alpha): Enable alpha on GNUstep.Alan Third2021-07-261-3/+1
* Remove unused variablesAlan Third2021-07-041-5/+1
* Fix NS port built with gccAlan Third2021-06-291-1/+3
* Fix NS native compilation buildsAlan Third2021-06-261-104/+21
* Fix GNUstep build warningsAlan Third2021-06-201-0/+10
* Remove pause on fullscreening in NS (bug#48406)Alan Third2021-06-091-35/+2
* Revert "src/nsterm.m: fix window tabbing on macOS"Alan Third2021-06-071-0/+8
* src/nsterm.m: fix window tabbing on macOSPaul W. Rankin2021-06-061-8/+0
* Improve performance of NS port's display on macOSAlan Third2021-06-011-51/+70
* Fix incorrect resizing behaviour on macOS (bug#48157, bug#48162)Alan Third2021-05-031-14/+22
* Fix crash when resizing GNUstep buildsAlan Third2021-05-021-4/+7
* Fix infinite loop on GNUstep when toolbar updatedAlan Third2021-05-011-19/+12
* Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-34/+7
* Fix NSTRACE failureAlan Third2021-04-031-1/+1
* Fix freeze on older macOS's (bug#46687)Alan Third2021-02-251-9/+11
* Fix memory leakAlan Third2021-02-201-1/+1
* Fix frame contents scaling bug on macOS (bug#46155)Alan Third2021-02-191-0/+5
* Fix flicker when resizing NS frame programmatically (bug#46155)Alan Third2021-02-131-0/+47
* Remove aliasing on SVG images under scaled NS framesAlan Third2021-02-131-0/+11
* Add distinct controls for child frames' borders (Bug#45620)Alexander Miller2021-01-261-3/+7
* Avoid a few compilation warnings in Objective-C code.Philipp Stephani2021-01-231-10/+21
* Avoid macOS NSFilenamesPboardType warning (bug#33035)Mattias Engdegård2021-01-181-3/+18
* Fix child frame restacking on NS (bug#41422)Alan Third2021-01-031-0/+106
* Fix crash when using menus and tramp on NSAlan Third2021-01-021-2/+16
* Fix GNUstep warningsAlan Third2021-01-011-3/+1
* Improve drawing performance on macOSAlan Third2021-01-011-75/+276