summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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