2010-08-17 |
Jan D |
* nsfns.m (ns_frame_parm_handlers): Add a slot for the
|
2010-08-06 |
Jan D |
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
|
2010-07-08 |
Dan Nicolaescu |
Convert DEFUNs to standard C.
|
2010-07-07 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
2010-07-01 |
Jan D |
* nsfns.m (compute_tip_xy): Do not convert coordinates from frame parameters.
|
2010-06-29 |
Jan D |
Fix some compilation errors in nsfns.c
|
2010-06-27 |
Chong Yidong |
Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
|
2010-06-02 |
Dan Nicolaescu |
Fix config.h includes.
|
2010-03-31 |
Chong Yidong |
[merge] Fix last set of Nextstep changes.
|
2010-03-29 |
Chong Yidong |
Clean up unneeded ns_set_icon_type calls.
|
2010-01-15 |
Chong Yidong |
Fix Qnone definition in NS files.
|
2010-01-13 |
Glenn Morris |
Add 2010 to copyright years.
|
2010-01-06 |
Chong Yidong |
NS fixes for Bug#3233.
|
2009-10-24 |
Chong Yidong |
* nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
|
2009-10-19 |
Dan Nicolaescu |
* nsterm.m:
|
2009-10-12 |
Adrian Robert |
(xw-color-values): Use CGFloat where appropriate.
|
2009-09-27 |
Adrian Robert |
(ns_set_name_iconic, ns_set_name, ns_set_name_as_filename, x-create-frame, ns-get-resource, ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
|
2009-09-18 |
Adrian Robert |
* nsfns.m (x-focus-frame): Activate the app first.
|
2009-09-18 |
Adrian Robert |
* nsfns.m (x-close-connection): Drop PSFlush() under OS X.
|
2009-09-18 |
Adrian Robert |
(x_get_string_resource): Ape just-previous changes to other platform versions. Drop support for emacs-20-style face specs.
|
2009-08-20 |
YAMAMOTO Mitsuharu |
(Fxw_color_values): Return 3-element list. Doc fix.
|
2009-07-16 |
YAMAMOTO Mitsuharu |
(Fns_set_alpha): Remove function.
|
2009-07-01 |
Jan Djärv |
* w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
|
2009-06-08 |
Adrian Robert |
nsfns.m (Fns_popup_font_panel): Use shared font manager.
|
2009-05-26 |
David Reitter |
Ensure NS frames remain hidden when invisible
|
2009-05-10 |
Chong Yidong |
* nsfns.m (Fx_display_planes): Compute bitplanes using
|
2009-05-06 |
Stefan Monnier |
(ns_get_screen): Rewrite.
|
2009-03-14 |
David Reitter |
Unify shutdown handling under NS, via ns-power-off key event (where appropriate) and save-buffers-kill-emacs.
|
2009-03-12 |
Juanma Barranquero |
* nsfns.m (Fx_close_connection): Doc fix.
|
2009-03-10 |
Adrian Robert |
* nsfns.m (syms_of_nsfns): Remove Qbuffered.
|
2009-03-06 |
Adrian Robert |
(ns_appkit_version_int): Fix typo in the version macro.
|
2009-02-13 |
Adrian Robert |
* nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* nsmenu.m (pop_down_menu): Check popup_activated_flag. \n(ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let \npop_down_menu do the cleanup work as it is always called. (Bug#2154) \n \n* nsfont.m (nsfont_make_fontset_for_font): For now, don't try to \nset fontset font for 'mathematical-' sub-scripts. (Bug #2218)\n
|
2009-01-23 |
Adrian Robert |
* emacs.c (ns_no_defaults): New declaration. (main): Use it. * nsterm.h (ns_no_defaults): New declaration. * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults. * nsterm.m (ns_no_defaults): New variable. (ns_initialize): Don't read defaults when ns_no_defaults.
|
2009-01-22 |
Adrian Robert |
Remove '23' comments that indicated code added during update from emacs-20 -> emacs-23.
|
2009-01-22 |
Adrian Robert |
* nsfns.m (ns-read-file-name): Fix typo in assignment statement.
|
2009-01-22 |
Adrian Robert |
* nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on Tiger. * nsfns.m (ns_do_applescript): Conditionalize typeUTF16ExternalRepresentation on Tiger.
|
2009-01-08 |
Glenn Morris |
Add 2009 to copyright years.
|
2009-01-02 |
Dan Nicolaescu |
* nsfns.m (x_set_foreground_color, x_set_background_color)
|
2008-12-31 |
Adrian Robert |
(ns_appkit_version_str): Rename from ns_appkit_version. (ns_appkit_version_int): New function. (x-server-version): Use ns_appkit_version_int and follow 21+ convention of returning 3 integers
|
2008-12-07 |
Seiji Zenitani |
* nsfns.m (ns_set_background_color): Remove code duplication.
|
2008-11-28 |
Seiji Zenitani |
* frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
|
2008-11-25 |
Adrian Robert |
Fix bug #1362. * image.c (x_clear_image_1): Do not free background under HAVE_NS, it is not an indexed color. * nsterm.m (free_indexed_color): Add argument checking. * nsfns.m: Move config.h to before system includes (advised by Dan N.).
|
2008-10-22 |
Adrian Robert |
* lisp/version.el (emacs-version): Change '*Step' to 'NS' for consistency with other documentation. * src/nsfns.m (ns_appkit_version): New function. (x-server-version): Use it. (syms_of_nsfns): Define ns-version-string here, not nsterm.m. (x-server-vendor): Don't check_ns(). * nsterm.m (syms_of_nsterm): Drop ns-version-string.
|
2008-10-04 |
Glenn Morris |
Fix case of "GNUstep".
|
2008-10-02 |
Adrian Robert |
* nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)(ns_output.current_cursor, ns_output.desired_cursor) (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR) (FRAME_NEW_CURSOR_COLOR,): Remove. * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR. (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core emacs enumeration (HOLLOW_BOX_CURSOR, etc.). * nsterm.m (ns_frame_rehighlight): Remove commented code. (draw_window_cursor): Simplify code. (EmacsView-windowDidBecomeKey:,-windowDidResignKey:): Don't change cursor type. In latter, call rehighlight instead of doing updates manually. (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel): Use core emacs cursor types. * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor() under NS.
|
2008-09-22 |
Chong Yidong |
(compute_tip_xy): Use x_display_pixel_width and
|
2008-08-21 |
Adrian Robert |
* nsfns.m (ns-read-file-name): Add casts to avoid warning. (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly. * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil. * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration. (EmacsApp-cursor_blink_handler): Remove declaration. * nsterm.m (ns_draw_glyph_string): Update first conditional body to match 01 Feb 2008 changes in xterm.c. (ns_read_socket): Add cast to avoid warning. (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on GNUstep.
|
2008-08-20 |
David Reitter |
ns_set_cursor_type: replace with generic from xfns.c
|
2008-08-04 |
Seiji Zenitani |
Set the frame parameter alpha to Qnil
|
2008-08-01 |
Chong Yidong |
(ns_frame_parm_handlers): Add empty entry for x_set_alpha.
|
2008-08-01 |
Adrian Robert |
clear warnings and clean up NS port
|
2008-07-28 |
Adrian Robert |
code cleanups in NS port
|
2008-07-27 |
Adrian Robert |
rename do-applescript,do_applescript in keeping with NS code conventions
|
2008-07-23 |
Adrian Robert |
fix up compile error from renaming of ns-list-fonts
|
2008-07-23 |
Adrian Robert |
fix up compile error from renaming of ns-list-fonts
|
2008-07-22 |
Dan Nicolaescu |
Rename ns prefixed functions/variables to the
|
2008-07-22 |
Dan Nicolaescu |
(x_set_menu_bar_lines, x_set_tool_bar_lines): Remove
|
2008-07-22 |
David Reitter |
do-applescript: NS version of the Carbon implementation of the same
|
2008-07-21 |
Adrian Robert |
fix compile error in nsfns.m
|
2008-07-21 |
Dan Nicolaescu |
* term/ns-win.el: Rename ns- functions/variables to the
|
2008-07-21 |
Chong Yidong |
Change NS to Nextstep in docstrings and error messages.
|
2008-07-19 |
Adrian Robert |
apply fix from Chong Yidong to NS port ns_set_background_color(), and clean up comparison use of result from NS_FACE_BACKGROUND
|
2008-07-17 |
Adrian Robert |
change most cases of PENDING to TODO, some to FIXME or XXX
|
2008-07-17 |
Stefan Monnier |
* Makefile.in: Undef LIB_STANDARD before defining it to silence warning
|
2008-07-16 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
2008-07-16 |
Miles Bader |
Use nicer comment syntax for arch taglines in Objective-C files
|
2008-07-15 |
Miles Bader |
Add arch tagline
|
2008-07-15 |
Adrian Robert |
merging Emacs.app (NeXTstep port)
|