summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge from origin/emacs-26Glenn Morris2019-01-181-0/+8
|\
| * Prevent redrawing if frame is garbagedAlan Third2019-01-151-0/+8
* | Add portable dumperDaniel Colascione2019-01-151-0/+2
* | Add native image scaling (bug#33587)Alan Third2019-01-101-8/+0
* | Fix drag and drop behaviour on NS (bug#30929)Alan Third2019-01-101-44/+37
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-12-301-1/+1
|\ \ | |/
| * Fix NS fringe bitmap drawing bug (bug#33864)Alan Third2018-12-281-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-12-021-2/+2
|\ \ | |/
| * Fix macOS run-time feature checkAlan Third2018-12-011-2/+2
* | Convert NS face colors to RGBA when comparing with frame valuesRobert Pluim2018-11-301-0/+16
* | Merge from origin/emacs-26Glenn Morris2018-11-281-71/+78
|\ \ | |/
| * Fix more drawing bugs in NS port (bug#32932)Alan Third2018-11-251-71/+78
* | Merge from origin/emacs-26Glenn Morris2018-10-271-43/+37
|\ \ | |/
| * Fix some NS drawing issues (bug#32932)Alan Third2018-10-241-43/+37
* | Merge from origin/emacs-26Glenn Morris2018-10-161-0/+1
|\ \ | |/
| * Ensure NS frame is redrawn correctly after scrollAlan Third2018-10-121-0/+1
* | Merge from origin/emacs-26Alan Third2018-09-291-391/+390
|\ \ | |/
| * Fix deprecation warningAlan Third2018-09-281-1/+15
| * Make all NS drawing be done from drawRectAlan Third2018-09-281-391/+376
| * Handle NSAttributedString inputs (bug#29837)Alan Third2018-06-171-2/+9
| * Allow inserting non-BMP charactersPhilipp Stephani2018-06-171-6/+19
* | Improve bignum support for system typesPaul Eggert2018-08-271-1/+1
* | Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli2018-08-091-20/+20
* | Merge from origin/emacs-26Glenn Morris2018-06-181-1/+1
|\ \ | |/
| * Prevent errant scroll on mouse click (Bug#31546)Aaron Jensen2018-06-171-1/+1
* | New mint_ptr representation for C pointersPaul Eggert2018-06-141-2/+2