| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix last set of Nextstep changes. | Chong Yidong | 2010-03-31 | 1 | -1/+1 |
* | Clean up unneeded ns_set_icon_type calls. | Chong Yidong | 2010-03-29 | 1 | -7/+13 |
* | Fix Qnone definition in NS files. | Chong Yidong | 2010-01-14 | 1 | -3/+1 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | NS fixes for Bug#3233. | Chong Yidong | 2010-01-06 | 1 | -23/+27 |
* | * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call | Chong Yidong | 2009-10-24 | 1 | -2/+6 |
* | * nsterm.m: | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (xw-color-values): Use CGFloat where appropriate. | Adrian Robert | 2009-10-12 | 1 | -1/+1 |
* | (ns_set_name_iconic, ns_set_name, ns_set_name_as_filename, x-create-frame, ns... | Adrian Robert | 2009-09-27 | 1 | -14/+6 |
* | * nsfns.m (x-focus-frame): Activate the app first. | Adrian Robert | 2009-09-18 | 1 | -0/+1 |
* | * nsfns.m (x-close-connection): Drop PSFlush() under OS X. | Adrian Robert | 2009-09-18 | 1 | -3/+0 |
* | (x_get_string_resource): Ape just-previous changes to other platform versions... | Adrian Robert | 2009-09-18 | 1 | -8/+5 |
* | (Fxw_color_values): Return 3-element list. Doc fix. | YAMAMOTO Mitsuharu | 2009-08-20 | 1 | -11/+4 |
* | (Fns_set_alpha): Remove function. | YAMAMOTO Mitsuharu | 2009-07-16 | 1 | -27/+0 |
* | * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky. | Jan Djärv | 2009-07-01 | 1 | -1/+2 |
* | nsfns.m (Fns_popup_font_panel): Use shared font manager. | Adrian Robert | 2009-06-08 | 1 | -1/+1 |
* | Ensure NS frames remain hidden when invisible | David Reitter | 2009-05-26 | 1 | -7/+14 |
* | * nsfns.m (Fx_display_planes): Compute bitplanes using | Chong Yidong | 2009-05-10 | 1 | -1/+1 |
* | (ns_get_screen): Rewrite. | Stefan Monnier | 2009-05-06 | 1 | -38/+24 |
* | Unify shutdown handling under NS, via ns-power-off key event (where appropria... | David Reitter | 2009-03-14 | 1 | -12/+0 |
* | * nsfns.m (Fx_close_connection): Doc fix. | Juanma Barranquero | 2009-03-12 | 1 | -23/+23 |
* | * nsfns.m (syms_of_nsfns): Remove Qbuffered. | Adrian Robert | 2009-03-10 | 1 | -4/+0 |
* | (ns_appkit_version_int): Fix typo in the version macro. | Adrian Robert | 2009-03-06 | 1 | -1/+1 |
* | * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* nsmen... | Adrian Robert | 2009-02-13 | 1 | -4/+8 |
* | * emacs.c (ns_no_defaults): New declaration. (main): Use it. * nsterm.h (ns... | Adrian Robert | 2009-01-23 | 1 | -3/+4 |
* | Remove '23' comments that indicated code added during update from emacs-20 ->... | Adrian Robert | 2009-01-22 | 1 | -11/+9 |
* | * nsfns.m (ns-read-file-name): Fix typo in assignment statement. | Adrian Robert | 2009-01-22 | 1 | -1/+1 |
* | * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on Tiger. ... | Adrian Robert | 2009-01-22 | 1 | -0/+2 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | * nsfns.m (x_set_foreground_color, x_set_background_color) | Dan Nicolaescu | 2009-01-02 | 1 | -23/+25 |
* | (ns_appkit_version_str): Rename from ns_appkit_version. (ns_appkit_version_i... | Adrian Robert | 2008-12-31 | 1 | -6/+33 |
* | * nsfns.m (ns_set_background_color): Remove code duplication. | Seiji Zenitani | 2008-12-07 | 1 | -8/+0 |
* | * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha. | Seiji Zenitani | 2008-11-28 | 1 | -1/+1 |
* | Fix bug #1362. * image.c (x_clear_image_1): Do not free background under HAVE... | Adrian Robert | 2008-11-25 | 1 | -2/+5 |
* | * lisp/version.el (emacs-version): Change '*Step' to 'NS' for consistency wit... | Adrian Robert | 2008-10-22 | 1 | -10/+35 |
* | Fix case of "GNUstep". | Glenn Morris | 2008-10-04 | 1 | -1/+1 |
* | * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)(ns_output.curren... | Adrian Robert | 2008-10-02 | 1 | -15/+14 |
* | (compute_tip_xy): Use x_display_pixel_width and | Chong Yidong | 2008-09-22 | 1 | -3/+5 |
* | * nsfns.m (ns-read-file-name): Add casts to avoid warning. (ns-convert-utf8-... | Adrian Robert | 2008-08-21 | 1 | -3/+13 |
* | ns_set_cursor_type: replace with generic from xfns.c | David Reitter | 2008-08-20 | 1 | -19/+11 |
* | Set the frame parameter alpha to Qnil | Seiji Zenitani | 2008-08-04 | 1 | -1/+1 |
* | (ns_frame_parm_handlers): Add empty entry for x_set_alpha. | Chong Yidong | 2008-08-01 | 1 | -1/+2 |
* | clear warnings and clean up NS port | Adrian Robert | 2008-08-01 | 1 | -1/+1 |
* | code cleanups in NS port | Adrian Robert | 2008-07-28 | 1 | -11/+14 |
* | rename do-applescript,do_applescript in keeping with NS code conventions | Adrian Robert | 2008-07-27 | 1 | -87/+89 |
* | fix up compile error from renaming of ns-list-fonts | Adrian Robert | 2008-07-23 | 1 | -58/+0 |
* | Rename ns prefixed functions/variables to the | Dan Nicolaescu | 2008-07-22 | 1 | -21/+21 |
* | (x_set_menu_bar_lines, x_set_tool_bar_lines): Remove | Dan Nicolaescu | 2008-07-22 | 1 | -99/+81 |
* | do-applescript: NS version of the Carbon implementation of the same | David Reitter | 2008-07-22 | 1 | -0/+89 |
* | fix compile error in nsfns.m | Adrian Robert | 2008-07-21 | 1 | -70/+79 |