summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix modifier key handling on macOSAlan Third2018-02-171-11/+89
* | Stop keeping multiple doc copies for items defined multiple timesGlenn Morris2018-02-131-13/+3
* | Fix NS-related compilation errors.Philipp Stephani2018-02-131-1/+0
* | Fix modifier keys on NS portAlan Third2018-02-111-36/+60
* | Remove NS special handling of 'frame-title-format'Alan Third2018-02-111-1/+29
* | Fix handling of modifier keys on macOSPhilipp Stephani2018-02-041-120/+54
* | * src/nsterm.m (x_set_offset): Remove unused variable 'screens'.Philipp Stephani2018-01-221-1/+0
* | Merge from origin/emacs-26Glenn Morris2018-01-151-1/+1
|\ \ | |/
| * In nsterm.m use FRAME_NS_P instead of FRAME_X_P (Bug#30019)Martin Rudalics2018-01-131-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-091-16/+30
|\ \ | |/
| * Fix child frame placement issues (bug#29953)Alan Third2018-01-061-16/+30
* | Add macOS character-palette (bug#29837)Alan Third2018-01-071-2/+9
* | Allow inserting non-BMP charactersPhilipp Stephani2018-01-071-6/+19
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Silence macOS 10.13 deprecation notices (Bug#29643)Alan Third2017-12-161-2/+15
|/
* Fix buffer overflow in fontname conversion (Bug#29523)Yuuki Harano2017-12-021-2/+2
* Fix incorrect interaction of drag/drop and double click (bug#29121)Alan Third2017-11-221-2/+0
* Add window divider faces to NS (bug#29353)Alan Third2017-11-201-7/+43
* Fix mouse-scrollbar offset on GNUstep and old macOS (bug#29053)Alan Third2017-11-021-2/+19
* Fix non-native fullscreen on NS (bug#28872)Alan Third2017-10-251-6/+12
* Remove resizable attribute on macOS undecorated frames (bug#28512)Alan Third2017-10-181-18/+4
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
* Fix crash when closing fullscreen frame on macOS (bug#28661)Alan Third2017-10-071-0/+3
* Improve new NS scrolling variable namesAlan Third2017-09-241-14/+14
* Fix undecorated frame resizing issues on NS (bug#28512)Alan Third2017-09-231-5/+6
* Revert "Set frame size to actual requested size (bug#18215)"Alan Third2017-09-211-2/+2
* Provide native touchpad scrolling on macOSAlan Third2017-09-191-12/+146
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Fix macOS compatibility versions for vibrant dark theme (bug#28415)Alan Third2017-09-111-9/+9
* Set frame size to actual requested size (bug#18215)Alan Third2017-09-071-2/+2
* Revert "Force screen update after drawing cursor glyph (bug#23774)"Alan Third2017-09-051-10/+1
* Force screen update after drawing cursor glyph (bug#23774)Alan Third2017-09-031-1/+10
* Enable thin font smoothing in macOS (bug#28222)Ben Bonfil2017-08-291-0/+4
* Add ability to change macOS WM theme (bug#27973)Alan Third2017-08-231-0/+68
* Allow use of run-time OS version checks on macOS (bug#27810)Alan Third2017-08-161-66/+125