aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix KVAR/BVAR,Jan Djärv2011-02-171-1/+1
* Merge changes from emacs-23 branchChong Yidong2011-02-121-0/+2
|\
| * * nsterm.m (setFrame, initFrame): Make sure pixel_height doesn't becomeJan Djärv2011-02-081-0/+2
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* | * nsterm.m (x_set_offset): Set dont_constrain to 0 so the call toJan Djärv2011-01-231-2/+5
* | * nsterm.m (constrainFrameRect): Only constrain the first time called.Jan Djärv2011-01-221-3/+1
* | Make Nextstep port handle multiple screens for resize and move.Jan Djärv2011-01-211-46/+41
* | * nsterm.m (keyDown): If ns_right_alternate_modifier is Qleft, checkJan Djärv2011-01-211-4/+7
* | Fix NextStep build problems with globals.h introducion.Jan Djärv2011-01-191-66/+21
* | 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
* | Handle invisible cursor (bg same as cursor color) for Nextstep.Jan Djärv2010-12-161-3/+15
* | Merge from emacs-23Stefan Monnier2010-12-131-7/+22
|\|
| * Fix for 7412 (no cursor on image) backported from trunk.Jan Djärv2010-12-051-1/+14
| * Handle negative top/left in frame parameters (Bug#7510).Jan Djärv2010-12-021-14/+29