summaryrefslogtreecommitdiff
path: root/src/nsmenu.m
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* Fix getting frame size wrong when restoring desktop.Jan D2014-11-15
* Backport from trunk.Jan Djärv2014-04-04
* Fix spelling of "GNUstep"Glenn Morris2014-01-20
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* x-popup-dialog fixed, almost.Eli Zaretskii2013-09-29
* Merge from trunk.Eli Zaretskii2013-09-26
|\
| * Fix compiler warnings from XCode 5.0 on OSX.Jan Djärv2013-09-22
* | Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-21
|/
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
* Fix minor problems found by static checking.Paul Eggert2013-08-26
* * nsmenu.m (menuWillOpen:): Fix preprocessor test.Jan Djärv2013-08-15
* Fix OSX 10.4 compiler errors.Jan Djärv2013-08-13
* Fix crash on OSX >= 10.7.Jan Djärv2013-08-11
* * nsmenu.m (ns_update_menubar): Call fillWithWidgetValue:setDelegate.Jan Djärv2013-08-11
* Omit some unnecessary casts.Paul Eggert2013-08-10
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-03
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Space between "defined" and "(".Paul Eggert2013-07-08
* Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-02
* * nsmenu.m (ns_update_menubar): Move initialization of submenuTitleJan Djärv2013-05-05
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-07
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-05
* Spelling fixes.Paul Eggert2013-04-01
* * nsmenu.m (showAtX:Y:for:): setLevel toJan Djärv2013-03-30
* * nsmenu.m (ns_update_menubar): Correct NSTRACE.Jan Djärv2013-03-30
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-28
* * lisp/cus-start.el (all): Add ns-use-native-fullscreen.Jan Djärv2013-02-05
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-17
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-15
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-14
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-14
* Update copyright notices for 2013.Paul Eggert2013-01-01
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-11
* * nsmenu.m (waiting_for_input): Remove wrong decl.Paul Eggert2012-10-10
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-10
* Check for OSX >= 10.4 to match what the maunal says and what we actually supp...Jan Djärv2012-10-07
* gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-23
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Remove configure's --without-sync-input option.Paul Eggert2012-09-16
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* Improve NS dialogs. Add close button, remove ugly casts.Jan Djärv2012-08-28
* * nsmenu.m (initWithContentRect:styleMask:backing:defer:): InitializeJan Djärv2012-08-27
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-17
* Improve event loop on NS so that no polling is used.Jan Djärv2012-08-15
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-07
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-07
* Use FSET.Jan Djärv2012-08-06