aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsfns.m (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge from emacs-23; up to 2010-06-10T05:17:21Z!rgm@gnu.org.Glenn Morris2011-05-041-4/+5
|\
| * * src/nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).Chong Yidong2011-04-261-5/+6
| * Backport bug 7517 fixes from trunk.Jan Djärv2011-01-031-92/+84
* | error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-061-8/+7
* | Fix KVAR/BVAR,Jan Djärv2011-02-171-6/+6
* | Fix the NS build due to introduction of B_.Eli Zaretskii2011-02-151-3/+3
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+2
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Fix NextStep build problems with globals.h introducion.Jan Djärv2011-01-191-13/+2
* | Refill some copyright headers.Glenn Morris2011-01-151-2/+3
* | Merge from emacs-23Stefan Monnier2011-01-141-3/+2
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * Fix last set of Nextstep changes.Chong Yidong2010-03-311-1/+1
* | For nextstep: Handle bad utf-8 in buffer name, always use buffer name for title.Jan Djärv2010-12-311-31/+38
* | Encode frame title and icon name before setting.Jan Djärv2010-12-301-65/+49
* | Repeat 2010-11-14 change to xfns.c for w32 and ns.Chong Yidong2010-11-141-2/+0
* | Sync docs of some X, W32, NS C functions.Glenn Morris2010-10-291-12/+14
* | Use intern_c_string instead of intern.Dan Nicolaescu2010-10-011-1/+1