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