2010-12-05 |
Jan D. |
Fix for 7412 (no cursor on image) backported from trunk.
|
2010-12-02 |
Jan D. |
Handle negative top/left in frame parameters (Bug#7510).
|
2010-12-03 |
Jan D. |
Draw cursor and images correctly for Nextstep (bug#7412).
|
2010-12-02 |
Jan D. |
Draw text under filled box cursor in inverted color (Bug#7479).
|
2010-11-24 |
Jan D. |
nsterm.m (keyDown): Compare Left key masks exactly (Bug#7458).
|
2010-11-24 |
Jan D. |
Bug 7458: Make key press like Left + right ctrl work when right is not control.
|
2010-11-21 |
Jan D. |
Add separate key mappings for left/right control/command on Nextstep (Bug#7458).
|
2010-11-06 |
Eli Zaretskii |
Unify mouse-highlight code for all GUI and TTY sessions.
|
2010-11-05 |
Adrian Robert |
* nsterm.m (EmacsView-mouseExited:): Correct error in conditional logic pointed out by Eli Zaretskii.
|
2010-11-04 |
Adrian Robert |
* nsfont.m (nsfont_draw) * nsimage.m (EmacsImage-setXBMColor:) * nsterm.m (EmacsView-performDragOperation:): Correct empty return statements. Based on a patch by Ismail Donmez <ismail@namtrac.org>.
|
2010-11-01 |
Eli Zaretskii |
Finish coding mouse highlight redesigned for portability.
|
2010-10-29 |
Kenichi Handa |
Implement various display methods for glyphless characters.
|
2010-10-14 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
2010-10-12 |
Juanma Barranquero |
Fix typos in docstrings, comments and ChangeLogs.
|
2010-10-11 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
2010-10-11 |
Jan D. |
Bug#7150: Distinguishing between left and right Alt keys on NextStep/OSX.
|
2010-08-29 |
Jan D |
* nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
|
2010-08-18 |
Jan D |
* nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
|
2010-08-06 |
Jan D |
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
|
2010-07-10 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
2010-07-05 |
YAMAMOTO Mitsuharu |
Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325).
|
2010-07-07 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
2010-07-01 |
Jan D |
Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code.
|
2010-06-02 |
Dan Nicolaescu |
Fix config.h includes.
|
2010-03-29 |
Chong Yidong |
Clean up unneeded ns_set_icon_type calls.
|
2010-02-18 |
Chong Yidong |
* nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
|
2010-01-31 |
Chong Yidong |
* nsterm.m (ns_defined_color): Block input. Suggested by Mike
|
2010-01-31 |
Chong Yidong |
* nsterm.m (ns_ring_bell): Handle visible bell like X.
|
2010-01-15 |
Chong Yidong |
Fix Qnone definition in NS files.
|
2010-01-13 |
Glenn Morris |
Add 2010 to copyright years.
|
2010-01-11 |
Chong Yidong |
* nsterm.m: Use DEFSYM for last change.
|
2010-01-11 |
Chong Yidong |
* nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
|
2010-01-09 |
Chong Yidong |
Fix for Bug#4113.
|
2010-01-01 |
Chong Yidong |
Fix buffer overflow in ns_get_color.
|
2009-10-19 |
Dan Nicolaescu |
* nsterm.m:
|
2009-10-16 |
Adrian Robert |
(EmacsView-conversationIdentifier): Arg is long.
|
2009-10-13 |
Adrian Robert |
Add space after casts in last change.
|
2009-10-12 |
Adrian Robert |
* nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. Fix
|
2009-09-27 |
Adrian Robert |
(ns_app_name): New variable. (ns_term_init): Set and use it. (ns_term_shutdown): Use it.
|
2009-09-23 |
Adrian Robert |
* nsterm.m (EV_TIMESTAMP, x_set_window_size)
|
2009-09-23 |
Adrian Robert |
* nsterm.m (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
|
2009-09-22 |
Adrian Robert |
* nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
|
2009-09-18 |
Adrian Robert |
* nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
|
2009-09-18 |
Adrian Robert |
(ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources. (ns_use_qd_smoothing): Remove legacy variable.
|
2009-09-03 |
Glenn Morris |
CHENG Gao <chenggao at gmail.com>
|
2009-08-21 |
Adrian Robert |
(ns_get_color): fix typo in last change
CEDET_BASE
|
2009-08-21 |
Adrian Robert |
* nsterm.m (ns_get_color): Update documentation properly for last
|
2009-08-20 |
YAMAMOTO Mitsuharu |
(ns_get_color): Remove incompatible color formats again.
|
2009-07-26 |
Chong Yidong |
* nsfont.m (nsfont_draw): Revert 2009-07-15 change.
|
2009-07-23 |
Adrian Robert |
* nsterm.m (ns_lookup_indexed_color): Check for bad index. (ns_index_color): Init unused slot to 0. (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if(). Bug 3714, possibly 3082.
|
2009-07-23 |
Adrian Robert |
* nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
|
2009-07-16 |
YAMAMOTO Mitsuharu |
(ns_get_color): Remove incompatible color formats.
|
2009-07-15 |
YAMAMOTO Mitsuharu |
(ns_maybe_dumpglyphs_background): Remove code for stippling, which actually
|
2009-06-26 |
David Reitter |
nsterm.m (keydown): avoid infinite loop
|
2009-06-08 |
Adrian Robert |
nsterm.m (ns_draw_window_cursor): Respect cursor_type for nonactive windows. (ns_init_paths): Append path separator to INFOPATH variable. (ns_use_system_highlight_color): Drop, unused.
|
2009-05-26 |
David Reitter |
Ensure NS frames remain hidden when invisible
|
2009-05-18 |
Adrian Robert |
* nsterm.m (ns_read_socket): Remove unused variable.
|
2009-05-07 |
David Reitter |
ns_dumpglyphs_stretch, ns_dumpglyphs_image: respect mouse face background.
|
2009-05-07 |
David Reitter |
mouse movement/highlight: bracket drawing operations in ns_update_begin and ns_update_end.
|
2009-05-06 |
Stefan Monnier |
(-windowDidResize:): Avoid inf-loop under GNUStep.
|