aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * src/nsterm.m (ns_select): Fix off-by-one error, and add assertionPhilipp Stephani2020-12-301-1/+2
* Remove NS menu synthesized events (bug#44333)Alan Third2020-12-271-101/+0
* Use new NSString lisp methodsAlan Third2020-12-221-6/+4
* Improve some NS drawing codeAlan Third2020-12-121-6/+4
* Use correct glyph in title when resizing NS framesMattias Engdegård2020-11-271-1/+1
* Fix error with fn key in NS port (bug#44533)Alan Third2020-11-131-11/+8
* Fix crash in ns_mouse_position (bug#44313)Alan Third2020-11-091-1/+3
* Fix crash when no face is defined (bug#44058, bug#43973)Alan Third2020-10-221-0/+6
* Fix crash when creating new NS frame (bug#43812)Alan Third2020-10-061-1/+1
* Tidy up NS color handlingAlan Third2020-09-251-32/+7
* Remove obsolete macOS support for NS font backendAlan Third2020-09-251-0/+2
* Implement internal border colors on NS (bug#41071)Alan Third2020-09-251-5/+59
* Merge from origin/emacs-27Glenn Morris2020-09-201-3/+3
|\
| * Use modern constant names for the NS pasteboardDaniel Martín2020-09-181-3/+3
* | Honor make-pointer-invisible on macOSbug-gnu-emacs@gnu.org2020-09-191-1/+1
* | Extend NSString further and use the new methodsAlan Third2020-08-221-14/+11
* | Get rid of build-time checks around NS tabbar code (bug#33118)Alan Third2020-08-181-4/+1
* | Fix slow down when moving between monitors (bug#42834)Alan Third2020-08-131-13/+5
* | Add xwidget support for macOSSungbin Jo2020-08-121-3/+18
* | Don't smooth images when scaling up (bug#38394)Alan Third2020-08-041-0/+12
* | Recreate macOS color list if it is corruptAlan Third2020-08-011-1/+2
* | Consolidate #RGB string parsersMattias Engdegård2020-06-211-41/+18
* | More robust NS hex colour string parsingMattias Engdegård2020-06-081-9/+12
* | Fix initial frame resizing issue on NS (bug#40200)Alan Third2020-05-031-30/+21
* | Fix display of composed text with :box face attributeEli Zaretskii2020-04-231-2/+15
* | Fix misnamed variable breaking GNUstepAhmed Khanzada2020-04-181-1/+1
* | Allow dynamic choice of drawing path on NS (bug#39883)Alan Third2020-04-161-64/+165
* | Fix NS frame resizing issues (bug#40200, bug#28872)Alan Third2020-04-161-168/+150
* | Merge from origin/emacs-27Glenn Morris2020-04-151-0/+15
|\ \ | |/
| * Limit RLIMIT_NOFILE to FD_SETSIZE on macOSYAMAMOTO Mitsuharu2020-04-151-0/+15
* | Allow negative line width for :box face attributeAlexandre Adolphe2020-04-011-27/+29
* | Merge from origin/emacs-27Glenn Morris2020-03-181-1/+9
|\ \ | |/