summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* Spelling fixesPaul Eggert2016-01-251-1/+1
* Unbreak the GNUstep build.Anders Lindgren2016-01-231-9/+14
* ; Fixed visual bell artifact problem on NextStep.Anders Lindgren2016-01-021-2/+33
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Spelling and grammar fixesPaul Eggert2015-11-291-2/+2
* New visible-bell for NextStep (OS X El Capitan compatible).Anders Lindgren2015-11-231-44/+81
* Enhance NSTRACE (trace output for NextStep).Anders Lindgren2015-11-151-141/+235
* Fixed OS X 10.6.8 build issue (bug#21862).Anders Lindgren2015-11-151-10/+11
* Avoid creating notification objects when possibleDavid Reitter2015-11-101-12/+28
* Spelling fixesPaul Eggert2015-11-101-7/+7
* Provide NS notification objects where required to eliminate warningsDavid Reitter2015-11-071-5/+18
* Ignore fullscreen exit notifications on NS when frame is deadDavid Reitter2015-11-071-3/+15
* Fixed NextStep fullscreen problem (bug#21770).Anders Lindgren2015-11-061-5/+13
* Render fringe bitmaps correctly on NextStep (bug#21301).Anders Lindgren2015-11-041-7/+38
* Merge branch 'master' of /Volumes/HD2/build/emacs-git-sshAnders Lindgren2015-10-281-3/+24
|\