| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * nsfns.m, nsmenu.m, msterm.m: Adopt to struct frame/FVAR changes. | Jan Djärv | 2012-07-31 | 1 | -4/+4 |
* | * nsmenu.m (Popdown_data): New struct. | Jan Djärv | 2012-07-22 | 1 | -30/+46 |
* | Remove compiler warnings in objective-C files. | Jan Djärv | 2012-07-13 | 1 | -17/+17 |
* | * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to | Jan Djärv | 2012-07-13 | 1 | -2/+2 |
* | Simplify by avoiding confusing use of strncpy etc. | Paul Eggert | 2012-07-10 | 1 | -2/+4 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -9/+8 |
* | * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be | Dmitry Antipov | 2012-06-29 | 1 | -1/+1 |
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -0/+1 |
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -7/+41 |
|\ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | Fix biggest memory leaks in NS-port. More remain. | Jan Djärv | 2011-12-21 | 1 | -0/+2 |
| * | Adapt code from AquaEmacs to handle occasional blank menus. | Jan Djärv | 2011-12-18 | 1 | -6/+38 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -4/+4 |
|/ |
|
* | Merge from trunk. | Paul Eggert | 2011-07-28 | 1 | -13/+20 |
|\ |
|
| * | Fix tooltip dimensions on NS (Bug#9176). | Alp Aker | 2011-07-28 | 1 | -12/+11 |
| * | * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons | Jan Djärv | 2011-07-25 | 1 | -1/+9 |
* | | Overflow, signedness and related fixes for images. | Paul Eggert | 2011-07-16 | 1 | -1/+1 |
|/ |
|
* | Fix warnings in ns*m files: Replace deprecated methods, declare new interfaces. | Jan Djärv | 2011-07-08 | 1 | -0/+2 |
* | Fix services menu empty on OSX 1.6+. | Jan Djärv | 2011-07-08 | 1 | -1/+0 |
* | * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF. | Paul Eggert | 2011-04-26 | 1 | -37/+36 |
* | * nsmenu.m (runDialogAt): Remove argument to timer_check. | Jan Djärv | 2011-03-27 | 1 | -2/+1 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -7/+7 |