summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* Fix that executing applescript may hang emacs uninterruptedly.Jan Djärv2011-08-141-0/+10
* 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
* 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
* | Draw cursor and images correctly for Nextstep (bug#7412).Jan Djärv2010-12-031-1/+14
* | Draw text under filled box cursor in inverted color (Bug#7479).Jan Djärv2010-12-021-0/+14
* | nsterm.m (keyDown): Compare Left key masks exactly (Bug#7458).Jan Djärv2010-11-241-3/+3
* | Bug 7458: Make key press like Left + right ctrl work when right is not control.Jan Djärv2010-11-241-28/+45
* | Add separate key mappings for left/right control/command on Nextstep (Bug#7458).Jan Djärv2010-11-211-3/+53
* | Unify mouse-highlight code for all GUI and TTY sessions.Eli Zaretskii2010-11-061-57/+55
|\ \
| * | Finish coding mouse highlight redesigned for portability.Eli Zaretskii2010-11-011-57/+55
* | | * nsterm.m (EmacsView-mouseExited:): Correct error in conditional logic point...Adrian Robert2010-11-051-1/+1
* | | * nsfont.m (nsfont_draw) * nsimage.m (EmacsImage-setXBMColor:) * nsterm.m (...Adrian Robert2010-11-041-1/+1
* | | Implement various display methods for glyphless characters.Kenichi Handa2010-10-291-0/+16
|/ /
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-5/+5
|\ \ | |/
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-131-5/+5
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-121-4/+28
|\ \ | |/
| * Bug#7150: Distinguishing between left and right Alt keys on NextStep/OSX.Jan Djärv2010-10-111-4/+28
* | * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.Jan D2010-08-291-0/+12