summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix define for GNUstep buildsAlan Third2017-04-251-1/+2
* Fix some NS frame handling issuesAlan Third2017-04-251-15/+43
* Fix usage of FRAME_Z_GROUPPhilipp Stephani2017-04-221-1/+1
* Add no-accept-focus and frame-list-z-order to NS portAlan Third2017-04-211-1/+21
* Fix bug introduced by my last commitAlan Third2017-04-191-1/+1
* Add new frame functionality to NS portAlan Third2017-04-191-69/+233
* ; Spelling fixPaul Eggert2017-04-171-1/+1
* Add new frame parameters and associated functionsMartin Rudalics2017-04-121-1/+1
* Revert "Remove NSEvent loop from ns_select (bug#25265)"Alan Third2017-03-141-36/+40
* Revert "Add missing timeout value in ns_select"Alan Third2017-03-141-7/+1
* Remove old macOS compatibility codeAlan Third2017-03-141-25/+0
* Add missing timeout value in ns_selectAlan Third2017-03-081-1/+7
* Remove NSEvent loop from ns_select (bug#25265)Alan Third2017-03-061-40/+36
* A better fix for bug#25845Eli Zaretskii2017-03-061-22/+1
* Fix display of cursor on underlined textEli Zaretskii2017-03-051-4/+22
* Remove XFLOATINTPaul Eggert2017-03-021-1/+1
* Fix display of strike-through text in variable-height linesEli Zaretskii2017-03-021-2/+11
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-181-3/+3
* Fix NS main thread check (bug#25265)Alan Third2017-01-141-2/+2
* Remove apploopnrAlan Third2017-01-081-70/+43
* Revert "Rework NS event handling (bug#25265)"Alan Third2017-01-041-68/+312
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Rework NS event handling (bug#25265)Alan Third2016-12-311-312/+68
* | Merge from origin/emacs-25Paul Eggert2016-11-191-28/+28
|\ \ | |/
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-28/+28
* | Fix problems found by static checking --with-nsPaul Eggert2016-09-291-95/+24
* | Invert y coord of NS image files (bug#7847)Alan Third2016-09-101-1/+2
* | Clarify docstringsAlan Third2016-08-291-7/+14