aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* CHENG Gao <chenggao at gmail.com>Glenn Morris2009-09-031-1/+1
* (ns_get_color): fix typo in last changeAdrian Robert2009-08-211-1/+1
* * nsterm.m (ns_get_color): Update documentation properly for lastAdrian Robert2009-08-211-50/+42
* (ns_get_color): Remove incompatible color formats again.YAMAMOTO Mitsuharu2009-08-201-69/+2
* * nsfont.m (nsfont_draw): Revert 2009-07-15 change.Chong Yidong2009-07-261-7/+71
* * nsterm.m (ns_lookup_indexed_color): Check for bad index. (ns_index_color):...Adrian Robert2009-07-231-2/+4
* * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.Adrian Robert2009-07-231-1/+3
* (ns_get_color): Remove incompatible color formats.YAMAMOTO Mitsuharu2009-07-161-73/+5
* (ns_maybe_dumpglyphs_background): Remove code for stippling, which actuallyYAMAMOTO Mitsuharu2009-07-151-0/+4
* nsterm.m (keydown): avoid infinite loopDavid Reitter2009-06-261-1/+3
* nsterm.m (ns_draw_window_cursor): Respect cursor_type for nonactive windows. ...Adrian Robert2009-06-081-12/+7
* Ensure NS frames remain hidden when invisibleDavid Reitter2009-05-261-7/+21
* * nsterm.m (ns_read_socket): Remove unused variable.Adrian Robert2009-05-181-1/+0
* ns_dumpglyphs_stretch, ns_dumpglyphs_image: respect mouse face background.David Reitter2009-05-071-4/+26
* mouse movement/highlight: bracket drawing operations in ns_update_begin and n...David Reitter2009-05-071-0/+4
* (-windowDidResize:): Avoid inf-loop under GNUStep.Stefan Monnier2009-05-061-3/+9
* convert_ns_to_X_keysym: define function keys f16 through f24.David Reitter2009-04-301-0/+9
* The following changes fix Bug#3005 for wide glyphs on each platform,Jason Rumney2009-04-191-1/+0
* Unify shutdown handling under NS, via ns-power-off key event (where appropria...David Reitter2009-03-141-284/+37
* newFrame, openFile, fulfillService, changeFont, toggleToolbar, performDragOpe...David Reitter2009-03-121-11/+11
* Include <signal.h> for SIGTERM used in ns_term_shutdown.Adrian Robert2009-03-061-7/+7
* (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, andAdrian Robert2009-03-061-2/+2
* * nsterm.m (x_set_window_size): Change back to calculated methodAdrian Robert2009-03-061-21/+35
* * nsterm.m (ns_select): Shortcircuit if reentrant call.Adrian Robert2009-03-051-1/+1
* Comment (don't hard-code bug address).Glenn Morris2009-02-261-2/+1
* * nsterm.m (ns_ring_bell): Convert rect to window coordinatesAdrian Robert2009-02-241-4/+2
* * nsterm.m (x_make_frame_invisible): Unset async_visible,Adrian Robert2009-02-201-1/+4
* * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined eventAdrian Robert2009-02-071-17/+16
* * nsmenu.m (pop_down_menu): New function.Adrian Robert2009-02-041-30/+12
* formatting in ChangeLog, wording change to comment in nsterm.mAdrian Robert2009-02-021-2/+2
* * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30Adrian Robert2009-02-011-11/+23
* * nsterm.m (ns_confirm_quit): New variable.Adrian Robert2009-01-291-26/+39
* Changes to remove Feval calls from GUI under NS.Adrian Robert2009-01-251-70/+88
* * nsterm.m (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change...Adrian Robert2009-01-231-50/+72
* * nsterm.m (EmacsView-readSelectionFromPasteboard:) (writeSelectionToPasteboa...Adrian Robert2009-01-231-0/+23
* * emacs.c (ns_no_defaults): New declaration. (main): Use it. * nsterm.h (ns...Adrian Robert2009-01-231-34/+43
* Remove '23' comments that indicated code added during update from emacs-20 ->...Adrian Robert2009-01-221-51/+43
* * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for ns_alternate_modifier...Adrian Robert2009-01-221-1/+8
* * nsimage.m (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color val...Adrian Robert2009-01-211-5/+5
* * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window. (ns_font...Adrian Robert2009-01-211-73/+3
* * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues. * nsterm....Adrian Robert2009-01-211-2/+19
* (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.Adrian Robert2009-01-211-1/+4
* * nsterm.m: (x_set_frame_alpha): Add prototype. (ns_fake_keydown, EmacsView-...Adrian Robert2009-01-211-18/+62
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * nsfns.m (x_set_foreground_color, x_set_background_color)Dan Nicolaescu2009-01-021-3/+5
* In comments, write delete_frame instead of Fdelete_frame.Martin Rudalics2008-12-231-6/+6
* * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.Seiji Zenitani2008-11-281-1/+43
* * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).Adrian Robert2008-11-251-5/+14
* * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged): New Emacs...Adrian Robert2008-11-251-6/+31
* Fix bug #1362. * image.c (x_clear_image_1): Do not free background under HAVE...Adrian Robert2008-11-251-4/+22