summaryrefslogtreecommitdiff
path: root/src/nsmenu.m
Commit message (Expand)AuthorAgeFilesLines
* Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-1/+1
* Normalize and fix some mistakes in NS-related commentaryCharles A. Roelli2018-03-191-60/+60
* Stop keeping multiple doc copies for items defined multiple timesGlenn Morris2018-02-131-1/+1
* Merge from origin/emacs-26Paul Eggert2018-01-091-6/+15
|\
| * Fix menu keyboard shortcuts on macOS (Bug#29595)Alan Third2018-01-011-6/+15
* | Allow setting tooltip colors in NS portAlan Third2018-01-061-0/+10
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Allow use of run-time OS version checks on macOS (bug#27810)Alan Third2017-08-161-2/+7
* Nextstep: Replace deprecated enumeratorsPhilipp Stephani2017-05-211-1/+1
* Nextstep: remove some deprecated method callsPhilipp Stephani2017-05-211-1/+1
* Nextstep: Use instancetype explicit return typePhilipp Stephani2017-05-211-6/+6
* Fix GNUstep buildAlan Third2017-04-221-1/+0
* Add new frame functionality to NS portAlan Third2017-04-191-8/+0
* Remove old macOS compatibility codeAlan Third2017-03-141-5/+0
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-7/+7
|\|
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-7/+7
* | Fix problems found by static checking --with-nsPaul Eggert2016-09-291-2/+1
* | Fix macOS 12 deprecation noticesAlan Third2016-08-241-6/+4
* | ‘signal’ no longer returnsPaul Eggert2016-07-251-1/+1
* | Remove separate pool for popup dialogs (bug#23856)Alan Third2016-07-171-20/+4
* | Fix some deprecated functionsAlan Third2016-07-071-6/+0
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Enhance NSTRACE (trace output for NextStep).Anders Lindgren2015-11-151-0/+8
* Fix incorrect NextStep tool-bar-mode -- wrong number of rows in frame.Anders Lindgren2015-10-281-1/+36
* NextSten maximization and NSTRACE rewrite.Anders Lindgren2015-10-231-9/+4
* Fix NS warnings.Jan D2015-05-151-1/+1
* Fix warnings on OSX 10.10.Jan Djärv2015-05-151-0/+4
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-6/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Minor cleanups for Lisp objects and symbolsPaul Eggert2014-12-181-2/+1
* Merge from emacs-24Stefan Monnier2014-11-161-0/+5
|\
| * Fix getting frame size wrong when restoring desktop.Jan D2014-11-151-0/+5
| * Backport from trunk.Jan Djärv2014-04-041-4/+11
* | * nsmenu.m (clear): Assume OS X 10.6 or later.Paul Eggert2014-10-121-3/+1
* | Require OSX >= 10.6. Remove PowerPC unexec code.Jan Djärv2014-10-121-14/+1
* | Remove unnecessary redisplays in NS port.Jan Djärv2014-06-301-0/+3
* | Use terminal-specific hooks to display popup dialogs.Dmitry Antipov2014-06-041-37/+1
* | Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-041-1/+2
* | Do not require libXt-devel when building with gtk.Paul Eggert2014-06-031-1/+1
* | Use common memory management functions for lwlib and refactor users.Dmitry Antipov2014-06-021-42/+10
* | * nsmenu.m (free_frame_tool_bar): Set wait_for_tool_bar = NOJan Djärv2014-03-311-1/+3
* | Avoid flickering on frame creation with tool bar on OSX.Jan Djärv2014-03-301-3/+8
|/
* Fix spelling of "GNUstep"Glenn Morris2014-01-201-2/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* x-popup-dialog fixed, almost.Eli Zaretskii2013-09-291-30/+1
* Merge from trunk.Eli Zaretskii2013-09-261-1/+1
|\