| Commit message (Expand) | Author | Age | Files | Lines |
* | x-popup-dialog fixed, almost. | Eli Zaretskii | 2013-09-29 | 1 | -30/+1 |
* | Merge from trunk. | Eli Zaretskii | 2013-09-26 | 1 | -1/+1 |
|\ |
|
| * | Fix compiler warnings from XCode 5.0 on OSX. | Jan Djärv | 2013-09-22 | 1 | -1/+1 |
* | | Fix infinite loop in menu input due to block_input. | Eli Zaretskii | 2013-09-21 | 1 | -0/+3 |
|/ |
|
* | Simplify EMACS_TIME-related code. | Paul Eggert | 2013-08-27 | 1 | -3/+3 |
* | Fix minor problems found by static checking. | Paul Eggert | 2013-08-26 | 1 | -1/+1 |
* | * nsmenu.m (menuWillOpen:): Fix preprocessor test. | Jan Djärv | 2013-08-15 | 1 | -1/+1 |
* | Fix OSX 10.4 compiler errors. | Jan Djärv | 2013-08-13 | 1 | -0/+4 |
* | Fix crash on OSX >= 10.7. | Jan Djärv | 2013-08-11 | 1 | -7/+10 |
* | * nsmenu.m (ns_update_menubar): Call fillWithWidgetValue:setDelegate. | Jan Djärv | 2013-08-11 | 1 | -19/+30 |
* | Omit some unnecessary casts. | Paul Eggert | 2013-08-10 | 1 | -1/+1 |
* | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -3/+3 |
* | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -6/+4 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -1/+1 |
* | Space between "defined" and "(". | Paul Eggert | 2013-07-08 | 1 | -3/+3 |
* | Update the GNUStep port so it works OK. Redraw and sizing bugs remain. | Jan Djärv | 2013-06-02 | 1 | -18/+52 |
* | * nsmenu.m (ns_update_menubar): Move initialization of submenuTitle | Jan Djärv | 2013-05-05 | 1 | -5/+3 |
* | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -2/+2 |
* | Consistently use platform-specific function to detect window system. | Dmitry Antipov | 2013-04-05 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2013-04-01 | 1 | -1/+1 |
* | * nsmenu.m (showAtX:Y:for:): setLevel to | Jan Djärv | 2013-03-30 | 1 | -0/+1 |
* | * nsmenu.m (ns_update_menubar): Correct NSTRACE. | Jan Djärv | 2013-03-30 | 1 | -10/+38 |
* | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -1/+1 |
* | * lisp/cus-start.el (all): Add ns-use-native-fullscreen. | Jan Djärv | 2013-02-05 | 1 | -0/+2 |
* | * lisp.h (toplevel): Add comment about using Lisp_Save_Value | Dmitry Antipov | 2013-01-17 | 1 | -1/+1 |
* | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction | Dmitry Antipov | 2013-01-15 | 1 | -1/+1 |
* | Avoid needless casts with XSAVE_POINTER. | Paul Eggert | 2013-01-14 | 1 | -1/+1 |
* | Make Lisp_Save_Value more versatile storage for up to four objects. | Dmitry Antipov | 2013-01-14 | 1 | -2/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans. | Paul Eggert | 2012-10-11 | 1 | -4/+5 |
* | * nsmenu.m (waiting_for_input): Remove wrong decl. | Paul Eggert | 2012-10-10 | 1 | -1/+0 |
* | keyboard.c, keymap.c: Use bool for booleans. | Paul Eggert | 2012-10-10 | 1 | -1/+1 |
* | Check for OSX >= 10.4 to match what the maunal says and what we actually supp... | Jan Djärv | 2012-10-07 | 1 | -5/+0 |
* | gnutls.c, gtkutil.c: Use bool for boolean. | Paul Eggert | 2012-09-23 | 1 | -6/+6 |
* | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -14/+14 |
* | Remove configure's --without-sync-input option. | Paul Eggert | 2012-09-16 | 1 | -4/+1 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -1/+1 |
* | Improve NS dialogs. Add close button, remove ugly casts. | Jan Djärv | 2012-08-28 | 1 | -35/+47 |
* | * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize | Jan Djärv | 2012-08-27 | 1 | -4/+25 |
* | * frame.h (FSET): Remove (Bug#12215). | Paul Eggert | 2012-08-17 | 1 | -2/+2 |
* | Improve event loop on NS so that no polling is used. | Jan Djärv | 2012-08-15 | 1 | -13/+30 |
* | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -1/+1 |
* | Drop FGET and revert read access to Lisp_Objects slots of struct frame. | Dmitry Antipov | 2012-08-07 | 1 | -3/+3 |
* | Use FSET. | Jan Djärv | 2012-08-06 | 1 | -1/+1 |
* | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov | 2012-08-06 | 1 | -1/+1 |
* | Separate read and write access to Lisp_Object slots of struct frame. | Dmitry Antipov | 2012-08-06 | 1 | -4/+4 |
* | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -4/+3 |
* | * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar) | Alp Aker | 2012-08-01 | 1 | -1/+1 |
* | Fix compiler and run time warnings in nsmenu.m and nsterm.m | Jan Djärv | 2012-07-31 | 1 | -1/+1 |