summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-28/+28
* Post AppDefined events from the main thread ONLY (bug#23934)Alan Third2016-08-031-4/+1
* Fix bug#23462: Crash when iconifying frame on OS X.Alan Third2016-05-161-0/+5
* 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
|\
| * Fix incorrect NextStep tool-bar-mode -- wrong number of rows in frame.Anders Lindgren2015-10-281-3/+24
* | Fixed OS X startup crash.Anders Lindgren2015-10-281-4/+33
|/
* NextSten maximization and NSTRACE rewrite.Anders Lindgren2015-10-231-287/+622
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-131-2/+14
* Respect value of frame_resize_pixelwise when handling fullscreen state.Anders Lindgren2015-09-281-0/+5
* Avoid non-ASCII decoding errors in C src filesEli Zaretskii2015-09-251-1/+1
* Prefer CALLN in a few more placesPaul Eggert2015-09-231-4/+1
* Keep upper edge unchanged when changing size of NS frame (Bug#21415)Anders Lindgren2015-09-211-1/+2
* NS equivalents of xterm.c and w32term.c changesscratch/large-fontsEli Zaretskii2015-06-011-1/+8
* Fix NS warnings.Jan D2015-05-151-19/+4
* Fix warnings on OSX 10.10.Jan Djärv2015-05-151-20/+63
* Honor :fore/background for XBM on NS (Bug#14969).Jan Djärv2015-05-151-1/+1
* Draw composite string correctly (Bug#20537).Jan D2015-05-101-6/+97
* Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-0/+2
|\
| * Fixes: debbugs:19660Jan D2015-01-241-0/+2
| * Backport from trunk of bug 19531.Jan D2015-01-211-0/+3
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Fix double chars in NS port.Jan Djärv2015-01-201-0/+3
* | Prefer xlispstrdup to avoid dumb calls to strlenDmitry Antipov2015-01-201-1/+1
* | NS: Fix frame size when height and font set at startup.Jan D2015-01-061-8/+1
* | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-8/+0
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Use bool for boolean in xterm.cPaul Eggert2014-12-211-4/+4
* | Merge from emacs-24Stefan Monnier2014-12-051-0/+27
|\ \ | |/
| * More flicker fixes for OSX, related to bug 18757.Jan Djärv2014-12-021-0/+28