summaryrefslogtreecommitdiff
path: root/src/nsmenu.m
Commit message (Expand)AuthorAgeFilesLines
* Backport from trunk.Jan Djärv2014-04-041-4/+11
* 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
* Remove configure's --without-sync-input option.Paul Eggert2012-09-161-4/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+1
* Improve NS dialogs. Add close button, remove ugly casts.Jan Djärv2012-08-281-35/+47
* * nsmenu.m (initWithContentRect:styleMask:backing:defer:): InitializeJan Djärv2012-08-271-4/+25
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-2/+2
* Improve event loop on NS so that no polling is used.Jan Djärv2012-08-151-13/+30
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-1/+1
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-3/+3
* Use FSET.Jan Djärv2012-08-061-1/+1
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-1/+1
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-4/+4