Fri, 21 Jan 2011 15:19:44 +0100 |
Jan D. |
Make Nextstep port handle multiple screens for resize and move.
|
Sat, 15 Jan 2011 15:16:57 -0800 |
Glenn Morris |
Nuke arch-tags.
|
Fri, 14 Jan 2011 12:18:41 -0500 |
Stefan Monnier |
Merge from emacs-23
|
Sun, 02 Jan 2011 15:50:46 -0800 |
Glenn Morris |
Add 2011 to FSF/AIST copyright years.
|
Thu, 02 Dec 2010 08:12:54 +0100 |
Jan D. |
Handle negative top/left in frame parameters (Bug#7510).
|
Sun, 31 Oct 2010 20:50:02 +0200 |
Eli Zaretskii |
Start redesigning portable mouse highlight. Not compiled.
|
Wed, 11 Aug 2010 10:58:56 +0200 |
Jan D |
Use const char* for -Wwrite_strings.
|
Fri, 06 Aug 2010 13:04:29 +0200 |
Jan D |
Can't include menu.h in window.c for X targets.
|
Fri, 06 Aug 2010 12:12:41 +0200 |
Jan D |
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
|
Fri, 02 Jul 2010 11:26:33 +0200 |
Jan D |
Remove P_ and __P macros.
|
Thu, 01 Jul 2010 14:16:33 +0200 |
Jan D |
Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code.
|
Wed, 31 Mar 2010 10:27:50 -0400 |
Chong Yidong |
Fix last set of Nextstep changes.
|
Wed, 31 Mar 2010 00:00:23 -0400 |
Chong Yidong |
* nsterm.h: Fix last change.
|
Mon, 29 Mar 2010 19:48:44 -0400 |
Chong Yidong |
Clean up unneeded ns_set_icon_type calls.
|
Wed, 13 Jan 2010 00:35:10 -0800 |
Glenn Morris |
Add 2010 to copyright years.
|
Fri, 16 Oct 2009 03:09:06 +0000 |
Adrian Robert |
(NS_HAVE_NSINTEGER): Back out and augment with CGFloat, still needed under Tiger.
|
Mon, 12 Oct 2009 00:26:45 +0000 |
Adrian Robert |
(EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add formal protocol mention to inheritance. [NS_HAVE_NSINTEGER]: Drop conditional and contents.
|
Sun, 27 Sep 2009 15:48:30 +0000 |
Adrian Robert |
(ns_app_name): New extern variable.
|
Fri, 18 Sep 2009 15:11:55 +0000 |
Adrian Robert |
(ns_no_defaults): Remove.
|
Mon, 08 Jun 2009 04:40:17 +0000 |
Adrian Robert |
nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
|
Sat, 14 Mar 2009 21:19:56 +0000 |
David Reitter |
Unify shutdown handling under NS, via ns-power-off key event (where appropriate) and save-buffers-kill-emacs.
|
Thu, 29 Jan 2009 10:35:55 +0000 |
Adrian Robert |
* nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
|
Sun, 25 Jan 2009 19:43:31 +0000 |
Adrian Robert |
Changes to remove Feval calls from GUI under NS.
|
Fri, 23 Jan 2009 09:58:02 +0000 |
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.
|
Thu, 22 Jan 2009 13:55:44 +0000 |
Adrian Robert |
Remove '23' comments that indicated code added during update from emacs-20 -> emacs-23.
|
Thu, 22 Jan 2009 00:00:13 +0000 |
Adrian Robert |
* nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on Tiger. * nsfns.m (ns_do_applescript): Conditionalize typeUTF16ExternalRepresentation on Tiger.
|
Wed, 21 Jan 2009 18:13:26 +0000 |
Adrian Robert |
* nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues. * nsterm.m (EmacsPrefsController-setPanelFromDefaultValues) New function. (EmacsPrefsController-resetToDefaults:): Use it.
|
Thu, 08 Jan 2009 03:15:17 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Thu, 02 Oct 2008 13:57:39 +0000 |
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.
|
Thu, 18 Sep 2008 18:18:43 +0000 |
Chong Yidong |
(ns_display_info): Remove `height' and `width' members.
|