summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* | * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).Jan D2010-08-181-0/+3
* | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings....Jan D2010-08-061-20/+23
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-14/+1
|\|
| * Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325)....YAMAMOTO Mitsuharu2010-07-051-14/+1
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp...Andreas Schwab2010-07-081-3/+3
* | Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code....Jan D2010-07-011-7/+7
* | Fix config.h includes....Dan Nicolaescu2010-06-011-1/+1
|/
* Clean up unneeded ns_set_icon_type calls....Chong Yidong2010-03-291-2/+0
* * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).Chong Yidong2010-02-181-50/+15
* * nsterm.m (ns_defined_color): Block input. Suggested by Mike...Chong Yidong2010-01-311-10/+10
* * nsterm.m (ns_ring_bell): Handle visible bell like X.Chong Yidong2010-01-301-15/+50
* Fix Qnone definition in NS files....Chong Yidong2010-01-141-2/+2
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * nsterm.m: Use DEFSYM for last change.Chong Yidong2010-01-111-6/+6
* * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before...Chong Yidong2010-01-111-13/+13
* Fix for Bug#4113....Chong Yidong2010-01-091-18/+9
* Fix buffer overflow in ns_get_color....Chong Yidong2010-01-011-1/+2
* * nsterm.m:...Dan Nicolaescu2009-10-191-0/+1
* (EmacsView-conversationIdentifier): Arg is long.Adrian Robert2009-10-161-2/+2
* Add space after casts in last change.Adrian Robert2009-10-131-1/+1
* * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. Fix...Adrian Robert2009-10-121-8/+9
* (ns_app_name): New variable. (ns_term_init): Set and use it. (ns_term_shutd...Adrian Robert2009-09-271-3/+5
* * nsterm.m (EV_TIMESTAMP, x_set_window_size)...Adrian Robert2009-09-231-24/+11
* * nsterm.m (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.Adrian Robert2009-09-231-1/+1
* * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.Adrian Robert2009-09-221-12/+3
* * nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and...Adrian Robert2009-09-181-15/+29
* (ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> inhibit_x...Adrian Robert2009-09-181-23/+5
* CHENG Gao <chenggao at gmail.com>...Glenn Morris2009-09-031-1/+1