summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Enable GUI Emacs without 'make install' on macOS (Bug #27645)Charles A. Roelli2017-07-231-0/+13
* Fix some frame handling issues on NSAlan Third2017-07-151-0/+18
* Fix threads on NS (bug#25265)Alan Third2017-07-011-4/+22
* Add no-focus-on-map to NS build (bug#25408)Alan Third2017-06-121-5/+28
* Don't wait for toolbar in NS native fullscreenAlan Third2017-06-101-1/+4
* Avoid uninitialized readPhilipp Stephani2017-05-211-0/+2
* Fix call of registerServicesMenuSendTypesPhilipp Stephani2017-05-211-1/+1
* Remove unused automatic variablesPhilipp Stephani2017-05-211-1/+0
* Nextstep: remove some deprecated method callsPhilipp Stephani2017-05-211-1/+1
* Remove trailing semicolons in method definitionsPhilipp Stephani2017-05-211-3/+3
* Nextstep: Use instancetype explicit return typePhilipp Stephani2017-05-211-10/+10
* Fix macOS mouse movementCharles A. Roelli2017-05-211-7/+7
* Constrain non-child frames to screen area in OS XCharles A. Roelli2017-05-021-1/+34
* Fix macOS version check (bug#26664)Alan Third2017-04-261-1/+1