summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-061-2/+3
* More xmalloc and related cleanup.Paul Eggert2012-07-051-22/+10
* * src/nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.Glenn Morris2012-06-301-0/+2
* * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may beDmitry Antipov2012-06-291-1/+1
* Support higher-resolution time stamps.Paul Eggert2012-06-221-55/+20
* Merge changes from emacs-24; up to 2012-04-26T02:03:19Z!ueno@unixuser.orgChong Yidong2012-06-171-2/+2
|\
| * * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn'tJan Djärv2012-06-111-2/+2
* | Implement wave-style variant of underlining.Alp Aker2012-06-161-46/+112
* | Don't mess with INFOPATH in ns buildsGlenn Morris2012-05-261-10/+0
* | Make a self-contained ns build able to find its own libexec directoryGlenn Morris2012-05-141-2/+9
* | * src/nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").Glenn Morris2012-05-141-1/+1
|/
* * nsterm.m (constrainFrameRect): Always constrain when there is onlyJan Djärv2012-04-091-2/+6
* * src/nsterm.m: Declare a global (Bug#10694).Chong Yidong2012-02-041-0/+1
* Native scroll-bars are not implemented for Nextstep (bug#10673)Glenn Morris2012-02-011-8/+4
* x-toolkit-scroll-bars doc fix.Glenn Morris2012-01-301-1/+6
* 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-16/+11
* Adapt code from AquaEmacs to handle occasional blank menus.Jan Djärv2011-12-181-0/+9
* Don't crash on bad user input.Jan Djärv2011-12-101-4/+2
* Spelling fixes.Paul Eggert2011-12-051-1/+1
* Spelling fixes.Paul Eggert2011-11-261-1/+1
* Spelling fixes.Paul Eggert2011-11-221-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.Jan Djärv2011-11-051-6/+15
* * nsterm.m (windowDidResize): Call x_set_window_size only whenJan Djärv2011-09-301-1/+17
* * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,Paul Eggert2011-08-291-1/+1
* Merge from trunk.Paul Eggert2011-08-141-0/+10
|\
| * Fix that executing applescript may hang emacs uninterruptedly.Jan Djärv2011-08-141-0/+10
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-13/+3
* | Merge from trunk.Paul Eggert2011-07-281-34/+183
|\ \ | |/
| * Fix display artifacts from ns_dumpglyphs_stretch (Bug#8470).Alp Aker2011-07-281-3/+15
| * Implement strike-through and overline on NextStep (Bug#8863).Alp Aker2011-07-281-31/+165
| * Fix title and toolbar not shown in OSX 10.7.Jan Djärv2011-07-231-0/+3
* | * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):Paul Eggert2011-07-281-7/+14
|/
* Fix breakage introduced by fixing Bug#8842.Jan Djärv2011-07-081-3/+2
* Fix warnings in ns*m files: Replace deprecated methods, declare new interfaces. Jan Djärv2011-07-081-2/+18
* Fix services menu empty on OSX 1.6+.Jan Djärv2011-07-081-8/+38
* * src/nsterm.m (ns_term_shutdown): Synchronize user defaults before exiting (...William Xu2011-05-281-0/+2
* Fixups, following up to the user-interface timestamp change.Paul Eggert2011-05-141-4/+2
* * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6Jan Djärv2011-04-031-0/+3
* * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or later.Jan Djärv2011-04-021-0/+4
* Format doc and add customize for ns-auto-hide-menu-bar.Jan Djärv2011-03-271-1/+2
* Introduce ns-auto-hide-menu-bar to hide menubar for Emacs frames.Jan Djärv2011-03-271-1/+129
* * nsterm.m (ns_draw_window_cursor): Fix handling of 'cursor_width' parameter ...Adrian Robert2011-03-071-7/+11
* Fix last change.Chong Yidong2011-03-051-1/+1
* * nsterm.m (ns_draw_window_cursor): Fix typo in 2011-02-23 commit.Chong Yidong2011-03-051-2/+1
* Reduce some of the many, many variant spellings of NeXTstep.Glenn Morris2011-03-031-1/+1
* Fix handling of bar cursors in NS terminal.Ben Key2011-02-231-22/+30
* * nsterm.m (EmacsView-keyDown:): Don't pass shift-only-modified key to emacs,...Adrian Robert2011-02-221-0/+1