aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsfns.m
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2013-01-091-4/+4
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | * nsfns.m (Fns_do_applescript): Run event loop until script hasJan Djärv2012-12-231-3/+8
* | * frame.h (x_char_width, x_char_height): Remove prototypes.Dmitry Antipov2012-12-061-14/+0
* | * frame.h (struct frame): Drop can_have_scroll_bars memberDmitry Antipov2012-11-031-1/+0
|/
* Check for OSX >= 10.4 to match what the maunal says and what we actually supp...Jan Djärv2012-10-071-19/+16
* * nsfns.m (ns_in_resize): Remove.Jan Djärv2012-10-071-9/+1
* Handle fullscreen parameter in initial/defult-frame-alist for NS.Jan Djärv2012-10-061-0/+2
* Support file name dialog on NS.Jan Djärv2012-09-301-9/+27
* Add support for fullscreen in the NS port.Jan Djärv2012-09-301-1/+1
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-21/+21
* * lisp/startup.el (command-line-ns-option-alist): Add -g and --geometry.Jan Djärv2012-09-191-10/+3
* Try to fix crashes introduced by 2012-09-10T21:01:[email protected].Jan Djärv2012-09-161-13/+0
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Signal-handler cleanup.Paul Eggert2012-09-061-1/+0
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-1/+1
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-11/+11
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-1/+1
* Define Qnone once for all platforms.Dmitry Antipov2012-08-101-1/+0
* 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-20/+20
* 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-30/+30
* * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)Alp Aker2012-08-011-1/+1
* * nsfns.m, nsmenu.m, msterm.m: Adopt to struct frame/FVAR changes.Jan Djärv2012-07-311-26/+27
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-2/+2
* Remove compiler warnings in objective-C files.Jan Djärv2012-07-131-42/+35
* Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-061-2/+3
* More xmalloc and related cleanup.Paul Eggert2012-07-051-2/+1
* * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may beDmitry Antipov2012-06-291-5/+5
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from trunk.Paul Eggert2012-01-091-7/+6
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-301-1/+1
| * Fix biggest memory leaks in NS-port. More remain.Jan Djärv2011-12-211-5/+4
* | Merge from trunk.Paul Eggert2011-12-101-5/+48
|\|
| * Don't crash on bad user input.Jan Djärv2011-12-101-5/+13
| * * nsfns.m (get_geometry_from_preferences): New function.Jan Djärv2011-12-041-0/+35
* | Merge from trunk.Paul Eggert2011-11-181-95/+115
|\|
| * Fix typos.Juanma Barranquero2011-11-161-1/+1
| * Spelling fixes.Paul Eggert2011-11-131-2/+2
| * * xfns.c (unwind_create_frame):Jan Djärv2011-11-111-1/+1
| * * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.Jan Djärv2011-11-051-94/+114
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-7/+7
|/
* Fix that executing applescript may hang emacs uninterruptedly.Jan Djärv2011-08-141-1/+41
* Fix image fg and bg colors on NS (Bug#9175).Alp Aker2011-07-281-2/+11
* Fix breakage introduced by fixing Bug#8842.Jan Djärv2011-07-081-1/+2
* Fix warnings in ns*m files: Replace deprecated methods, declare new interfaces. Jan Djärv2011-07-081-1/+1
* Fix services menu empty on OSX 1.6+.Jan Djärv2011-07-081-2/+7