summaryrefslogtreecommitdiff
path: root/src/nsmenu.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-1/+1
* * lisp/cus-start.el (all): Add ns-use-native-fullscreen.Jan Djärv2013-02-051-0/+2
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-1/+1
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-1/+1
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-141-1/+1
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-2/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-111-4/+5
* * nsmenu.m (waiting_for_input): Remove wrong decl.Paul Eggert2012-10-101-1/+0
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-101-1/+1
* Check for OSX >= 10.4 to match what the maunal says and what we actually supp...Jan Djärv2012-10-071-5/+0
* gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-231-6/+6
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-14/+14