summaryrefslogtreecommitdiff
path: root/src/nsmenu.m
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-4/+3
* * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)Alp Aker2012-08-011-1/+1
* Fix compiler and run time warnings in nsmenu.m and nsterm.mJan Djärv2012-07-311-1/+1
* * nsfns.m, nsmenu.m, msterm.m: Adopt to struct frame/FVAR changes.Jan Djärv2012-07-311-4/+4
* * nsmenu.m (Popdown_data): New struct.Jan Djärv2012-07-221-30/+46
* Remove compiler warnings in objective-C files.Jan Djärv2012-07-131-17/+17
* * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 toJan Djärv2012-07-131-2/+2
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-2/+4
* More xmalloc and related cleanup.Paul Eggert2012-07-051-9/+8
* * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may beDmitry Antipov2012-06-291-1/+1
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* Merge from trunk.Paul Eggert2012-01-091-7/+41
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Fix biggest memory leaks in NS-port. More remain.Jan Djärv2011-12-211-0/+2
| * Adapt code from AquaEmacs to handle occasional blank menus.Jan Djärv2011-12-181-6/+38
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-4/+4
|/
* Merge from trunk.Paul Eggert2011-07-281-13/+20
|\
| * Fix tooltip dimensions on NS (Bug#9176).Alp Aker2011-07-281-12/+11
| * * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttonsJan Djärv2011-07-251-1/+9
* | Overflow, signedness and related fixes for images.Paul Eggert2011-07-161-1/+1
|/
* Fix warnings in ns*m files: Replace deprecated methods, declare new interfaces. Jan Djärv2011-07-081-0/+2
* Fix services menu empty on OSX 1.6+.Jan Djärv2011-07-081-1/+0
* * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.Paul Eggert2011-04-261-37/+36
* * nsmenu.m (runDialogAt): Remove argument to timer_check.Jan Djärv2011-03-271-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-7/+7
* Fix NextStep build problems with globals.h introducion.Jan Djärv2011-01-191-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Support for menu separators in the GTK tool-bar.Chong Yidong2010-12-171-16/+1
* | * nsmenu.m (update_frame_tool_bar): Remove NSLog on invalid image.Jan Djärv2010-12-021-6/+6
* | * src/nsmenu.m: Use #include <config.h> instead of "config.h".Dan Nicolaescu2010-11-231-1/+1
* | Use intern_c_string instead of intern.Dan Nicolaescu2010-10-011-1/+1
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-1/+1
* | Use const char* for -Wwrite_strings.Jan D2010-08-111-6/+6
* | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-15/+16
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-4/+3
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+2
* | Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code.Jan D2010-07-011-1/+7
* | * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): AddJan D2010-07-011-0/+4
|/
* * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).Adrian Robert2010-04-131-1/+1