| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix NextStep build problems with globals.h introducion. | Jan Djärv | 2011-01-19 | 1 | -2/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Support for menu separators in the GTK tool-bar. | Chong Yidong | 2010-12-17 | 1 | -16/+1 |
* | | * nsmenu.m (update_frame_tool_bar): Remove NSLog on invalid image. | Jan Djärv | 2010-12-02 | 1 | -6/+6 |
* | | * src/nsmenu.m: Use #include <config.h> instead of "config.h". | Dan Nicolaescu | 2010-11-23 | 1 | -1/+1 |
* | | Use intern_c_string instead of intern. | Dan Nicolaescu | 2010-10-01 | 1 | -1/+1 |
* | | Fix -Wwrite_strings in general and for Gtk+ specific code. | Jan D | 2010-08-11 | 1 | -1/+1 |
* | | Use const char* for -Wwrite_strings. | Jan D | 2010-08-11 | 1 | -6/+6 |
* | | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. | Jan D | 2010-08-06 | 1 | -15/+16 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -4/+3 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -2/+2 |
* | | Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code. | Jan D | 2010-07-01 | 1 | -1/+7 |
* | | * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add | Jan D | 2010-07-01 | 1 | -0/+4 |
|/ |
|