summaryrefslogtreecommitdiff
path: root/src/nsmenu.m
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix compiler warnings from XCode 5.0 on OSX.Jan Djärv2013-09-221-1/+1
* | Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-211-0/+3
|/
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-3/+3
* Fix minor problems found by static checking.Paul Eggert2013-08-261-1/+1
* * nsmenu.m (menuWillOpen:): Fix preprocessor test.Jan Djärv2013-08-151-1/+1
* Fix OSX 10.4 compiler errors.Jan Djärv2013-08-131-0/+4
* Fix crash on OSX >= 10.7.Jan Djärv2013-08-111-7/+10
* * nsmenu.m (ns_update_menubar): Call fillWithWidgetValue:setDelegate.Jan Djärv2013-08-111-19/+30
* Omit some unnecessary casts.Paul Eggert2013-08-101-1/+1
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-3/+3
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-6/+4
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-1/+1
* Space between "defined" and "(".Paul Eggert2013-07-081-3/+3
* Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-021-18/+52
* * nsmenu.m (ns_update_menubar): Move initialization of submenuTitleJan Djärv2013-05-051-5/+3
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-2/+2
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-1/+1
* Spelling fixes.Paul Eggert2013-04-011-1/+1
* * nsmenu.m (showAtX:Y:for:): setLevel toJan Djärv2013-03-301-0/+1
* * nsmenu.m (ns_update_menubar): Correct NSTRACE.Jan Djärv2013-03-301-10/+38