summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* fixup! Rename non-X x_* identifiers 2Alexander Gramiak2019-04-171-1/+1
* Rename x_highlight_frame property to highlight_frameAlexander Gramiak2019-04-171-16/+16
* Revert Qx_* -> Qgui_* symbol changeAlexander Gramiak2019-04-141-1/+1
* Add terminal hook query_frame_background_colorAlexander Gramiak2019-04-131-0/+9
* Add terminal hook defined_color_hookAlexander Gramiak2019-04-131-0/+1
* Rename non-X x_* identifiers 2Alexander Gramiak2019-04-131-10/+14
* Rename non-X x_* identifiersAlexander Gramiak2019-04-131-60/+120
* Add prefixes to some window system-dependent proceduresAlexander Gramiak2019-04-131-3/+3
* Rename non-X x_* procedures in xdisp.cAlexander Gramiak2019-04-131-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
* | Merge from origin/emacs-26Glenn Morris2018-06-041-4/+26
|\ \ | |/
| * Set accessibility subroles for child frame (bug#31324)Alan Third2018-06-021-1/+15
| * Fix redefinition of child frames on NSAlan Third2018-06-021-4/+12
* | Simplify represented filename handling (bug#30800)Alan Third2018-03-301-58/+0
* | Merge from origin/emacs-26Glenn Morris2018-03-281-0/+4
|\ \ | |/
| * Fix crash after frame is freed on macOS (bug#30800)Aaron Jensen2018-03-251-0/+4
| * Fix documentation of 'x-underline-at-descent-line'Eli Zaretskii2018-02-211-0/+2
* | Normalize and fix some mistakes in NS-related commentaryCharles A. Roelli2018-03-191-221/+220
* | Fix frame resize flicker on macOS (bug#30699)Alan Third2018-03-191-0/+46
* | Allow underline position variables be buffer-localAaron Jensen2018-03-101-4/+22