summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* * 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, memcmpAndreas 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 MikeChong 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. beforeChong 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. FixAdrian 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 andAdrian 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
* (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