summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* Use CGImage instead of NSBitmapImageRep (bug#32932)Alan Third2020-02-131-64/+88
* Draw to offscreen buffer on macOSAlan Third2020-01-241-244/+234
* Revert "Make all NS drawing be done from drawRect"Alan Third2020-01-241-255/+320
* Revert "Ensure NS frame is redrawn correctly after scroll"Alan Third2020-01-241-1/+0
* Revert "Fix some NS drawing issues (bug#32932)"Alan Third2020-01-241-46/+63
* Merge from origin/emacs-27Glenn Morris2020-01-221-0/+1
|\
| * Clear output data pointer on NSPip Cet2020-01-201-0/+1
* | Fix NS frame parameters (bug#39000)Alan Third2020-01-071-19/+33
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Merge from origin/emacs-27Glenn Morris2019-12-301-15/+10
|\ \ | |/
| * Revert "Check for GUI frame in ns_color_index_to_rgba"Robert Pluim2019-12-291-12/+7
* | Remove some undefined behavior related to left shifts.Philipp Stephani2019-12-231-4/+8
|/
* Fix display of working text on NS (Bug#23412, Bug#1453)Masahiro Nakamura2019-12-221-4/+4
* Check for GUI frame in ns_color_index_to_rgbaRobert Pluim2019-12-111-7/+12
* Fix XBM files on NS (bug#26133)Alan Third2019-12-101-1/+2
* Fix mouse-position on macOS (bug#4892)Alan Third2019-12-101-14/+38
* Spelling fixesPaul Eggert2019-12-091-14/+14
* Fine-grained NS modifier key settings (bug#38296)Mattias Engdegård2019-11-271-48/+102
* Make sure buffer is live before retrieving underline properties (Bug#38038)Martin Rudalics2019-11-121-13/+16
* Fix unresponsive Help menu in macOSNick Helm2019-11-091-8/+16
* Prevent text flicker with macOS input methods (bug#23412)Alan Third2019-10-311-3/+5
* Simplify struct face to use only underline.Jimmy Aguilar Mena2019-10-141-5/+5
* Revert an attempt to implement a non‐native tab bar on NS.Juri Linkov2019-09-251-125/+11
* Try to fix macOS and Windows issues.Juri Linkov2019-09-161-14/+5
* Try to fix compilation errors on macOSJuri Linkov2019-09-031-2/+2
* Try to add more tab-bar support on macosJuri Linkov2019-09-021-12/+135
* * src/nsterm.m: Fix arguments to window_from_coordinates function callJuri Linkov2019-09-011-1/+1
* Fix two mouse drag and drop issues (Bug#28620, Bug#36269)Martin Rudalics2019-08-041-0/+4
* Fix stretch glyphs overlap with line above (bug#36633)Alan Third2019-07-271-8/+4
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-4/+4
* Fix performDragOperation: diagnostic typoPaul Eggert2019-07-021-1/+1
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-251-1/+1
* * src/nsterm.m (ns_row_rect): Remove unused variable ‘f.’Philipp Stephani2019-06-151-1/+0
* Add native image rotation and croppingAlan Third2019-06-051-14/+27
* Fix some deprecation notices on macOS 10.14Alan Third2019-05-211-62/+29
* Introduce Emacs_Pixmap typedefAlexander Gramiak2019-05-191-1/+1
* Introduce Emacs_Cursor typedefAlexander Gramiak2019-05-191-1/+1
* Introduce Emacs_Color struct and typedefAlexander Gramiak2019-05-191-3/+3
* Convert Free_Pixmap macro into terminal hookAlexander Gramiak2019-05-101-2/+14
* Refactor update_window_begin and update_window_end hooksAlexander Gramiak2019-05-021-74/+4
* Rename x_highlight_frame property to highlight_frameAlexander Gramiak2019-04-261-16/+16
* Add terminal hook query_frame_background_colorAlexander Gramiak2019-04-261-0/+9
* Add terminal hook defined_color_hookAlexander Gramiak2019-04-261-0/+1
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-69/+133
* Add prefixes to some window system-dependent proceduresAlexander Gramiak2019-04-261-3/+3
* Rename generic x_* procedures in xdisp.cAlexander Gramiak2019-04-261-15/+15
* Don't redraw the glyph on top of bar cursorsAlan Third2019-03-091-2/+3
* Simplify list creation in C codePaul Eggert2019-03-041-3/+3
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-2/+3