| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix config.h includes. | Dan Nicolaescu | 2010-06-01 | 1 | -1/+1 |
* | Clean up unneeded ns_set_icon_type calls. | Chong Yidong | 2010-03-29 | 1 | -2/+0 |
* | * nsterm.m (ns_ring_bell): Revert last change (Bug#5569). | Chong Yidong | 2010-02-18 | 1 | -50/+15 |
* | * nsterm.m (ns_defined_color): Block input. Suggested by Mike | Chong Yidong | 2010-01-31 | 1 | -10/+10 |
* | * nsterm.m (ns_ring_bell): Handle visible bell like X. | Chong Yidong | 2010-01-30 | 1 | -15/+50 |
* | Fix Qnone definition in NS files. | Chong Yidong | 2010-01-14 | 1 | -2/+2 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * nsterm.m: Use DEFSYM for last change. | Chong Yidong | 2010-01-11 | 1 | -6/+6 |
* | * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before | Chong Yidong | 2010-01-11 | 1 | -13/+13 |
* | Fix for Bug#4113. | Chong Yidong | 2010-01-09 | 1 | -18/+9 |
* | Fix buffer overflow in ns_get_color. | Chong Yidong | 2010-01-01 | 1 | -1/+2 |
* | * nsterm.m: | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (EmacsView-conversationIdentifier): Arg is long. | Adrian Robert | 2009-10-16 | 1 | -2/+2 |
* | Add space after casts in last change. | Adrian Robert | 2009-10-13 | 1 | -1/+1 |
* | * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. Fix | Adrian Robert | 2009-10-12 | 1 | -8/+9 |
* | (ns_app_name): New variable. (ns_term_init): Set and use it. (ns_term_shutd... | Adrian Robert | 2009-09-27 | 1 | -3/+5 |
* | * nsterm.m (EV_TIMESTAMP, x_set_window_size) | Adrian Robert | 2009-09-23 | 1 | -24/+11 |
* | * nsterm.m (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY. | Adrian Robert | 2009-09-23 | 1 | -1/+1 |
* | * nsterm.m (CGContextSetFontRenderingMode): Drop declaration. | Adrian Robert | 2009-09-22 | 1 | -12/+3 |
* | * nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and | Adrian Robert | 2009-09-18 | 1 | -15/+29 |
* | (ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> inhibit_x... | Adrian Robert | 2009-09-18 | 1 | -23/+5 |
* | CHENG Gao <chenggao at gmail.com> | Glenn Morris | 2009-09-03 | 1 | -1/+1 |
* | (ns_get_color): fix typo in last change | Adrian Robert | 2009-08-21 | 1 | -1/+1 |
* | * nsterm.m (ns_get_color): Update documentation properly for last | Adrian Robert | 2009-08-21 | 1 | -50/+42 |
* | (ns_get_color): Remove incompatible color formats again. | YAMAMOTO Mitsuharu | 2009-08-20 | 1 | -69/+2 |
* | * nsfont.m (nsfont_draw): Revert 2009-07-15 change. | Chong Yidong | 2009-07-26 | 1 | -7/+71 |
* | * nsterm.m (ns_lookup_indexed_color): Check for bad index. (ns_index_color):... | Adrian Robert | 2009-07-23 | 1 | -2/+4 |
* | * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger. | Adrian Robert | 2009-07-23 | 1 | -1/+3 |
* | (ns_get_color): Remove incompatible color formats. | YAMAMOTO Mitsuharu | 2009-07-16 | 1 | -73/+5 |
* | (ns_maybe_dumpglyphs_background): Remove code for stippling, which actually | YAMAMOTO Mitsuharu | 2009-07-15 | 1 | -0/+4 |
* | nsterm.m (keydown): avoid infinite loop | David Reitter | 2009-06-26 | 1 | -1/+3 |
* | nsterm.m (ns_draw_window_cursor): Respect cursor_type for nonactive windows. ... | Adrian Robert | 2009-06-08 | 1 | -12/+7 |
* | Ensure NS frames remain hidden when invisible | David Reitter | 2009-05-26 | 1 | -7/+21 |
* | * nsterm.m (ns_read_socket): Remove unused variable. | Adrian Robert | 2009-05-18 | 1 | -1/+0 |
* | ns_dumpglyphs_stretch, ns_dumpglyphs_image: respect mouse face background. | David Reitter | 2009-05-07 | 1 | -4/+26 |
* | mouse movement/highlight: bracket drawing operations in ns_update_begin and n... | David Reitter | 2009-05-07 | 1 | -0/+4 |
* | (-windowDidResize:): Avoid inf-loop under GNUStep. | Stefan Monnier | 2009-05-06 | 1 | -3/+9 |
* | convert_ns_to_X_keysym: define function keys f16 through f24. | David Reitter | 2009-04-30 | 1 | -0/+9 |
* | The following changes fix Bug#3005 for wide glyphs on each platform, | Jason Rumney | 2009-04-19 | 1 | -1/+0 |
* | Unify shutdown handling under NS, via ns-power-off key event (where appropria... | David Reitter | 2009-03-14 | 1 | -284/+37 |
* | newFrame, openFile, fulfillService, changeFont, toggleToolbar, performDragOpe... | David Reitter | 2009-03-12 | 1 | -11/+11 |
* | Include <signal.h> for SIGTERM used in ns_term_shutdown. | Adrian Robert | 2009-03-06 | 1 | -7/+7 |
* | (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and | Adrian Robert | 2009-03-06 | 1 | -2/+2 |
* | * nsterm.m (x_set_window_size): Change back to calculated method | Adrian Robert | 2009-03-06 | 1 | -21/+35 |
* | * nsterm.m (ns_select): Shortcircuit if reentrant call. | Adrian Robert | 2009-03-05 | 1 | -1/+1 |
* | Comment (don't hard-code bug address). | Glenn Morris | 2009-02-26 | 1 | -2/+1 |
* | * nsterm.m (ns_ring_bell): Convert rect to window coordinates | Adrian Robert | 2009-02-24 | 1 | -4/+2 |
* | * nsterm.m (x_make_frame_invisible): Unset async_visible, | Adrian Robert | 2009-02-20 | 1 | -1/+4 |
* | * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event | Adrian Robert | 2009-02-07 | 1 | -17/+16 |
* | * nsmenu.m (pop_down_menu): New function. | Adrian Robert | 2009-02-04 | 1 | -30/+12 |