summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Fix macOS 12 deprecation noticesAlan Third2016-08-241-76/+76
* | Merge from origin/emacs-25Paul Eggert2016-08-051-4/+1
|\ \ | |/
| * Post AppDefined events from the main thread ONLY (bug#23934)Alan Third2016-08-031-4/+1
* | Prevent bar cursor overwriting next glyph (bug#16856)Alan Third2016-07-191-1/+4
* | Prevent NS event loop being re-entered (bug#11049)Alan Third2016-07-071-0/+6
* | Fix some deprecated functionsAlan Third2016-07-071-0/+6
* | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULLEli Zaretskii2016-07-021-10/+12
* | Enable dividers in NS (bug#22973)Alan Third2016-06-271-4/+6
* | Move text line right when in box (bug#23755)Alan Third2016-06-261-10/+28
* | Merge from origin/emacs-25Paul Eggert2016-05-261-0/+5
|\ \ | |/
| * Fix bug#23462: Crash when iconifying frame on OS X.Alan Third2016-05-161-0/+5
* | Fix bug#16856, cursor leaves garbage in fringe on OS X.Alan Third2016-05-211-3/+2
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-9/+11
* | Implement horizontal scroll bars on NSAlan Third2016-05-011-87/+114
|/
* Set locale encoding to UTF-8 when run from OS X GUI.Alan Third2016-04-081-1/+8
* Make `toggle-frame-maximized' respect the dock on OS X (bug#22988).Anders Lindgren2016-03-221-22/+120
* Avoid screen artifacts with new OS X visible bell after scrollingAnders Lindgren2016-03-171-1/+29
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Made the new OS X visible bell more visible.Anders Lindgren2016-02-291-1/+4
* Set locale when run from OS X GUIAlan Third2016-02-101-0/+21
* Fixed NextStep fullscreen issue (bug#22468)Anders Lindgren2016-01-261-13/+30