| Commit message (Expand) | Author | Age | Files | Lines |
* | Customize ns-use-srgb-colorspace on OSX >= 10.7 to use sRGB. | Jan Djärv | 2013-12-21 | 1 | -0/+12 |
* | Make NS port use the normal dnd functions. | Jan Djärv | 2013-12-19 | 1 | -3/+0 |
* | Redo size constraint for NS so frames can span screens. | Jan Djärv | 2013-12-19 | 1 | -3/+0 |
* | Fix GNUStep issues with startup. | Jan Djärv | 2013-12-07 | 1 | -0/+1 |
* | * font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT): | Dmitry Antipov | 2013-12-02 | 1 | -5/+0 |
* | Support resizing frames and windows pixelwise. | Martin Rudalics | 2013-11-30 | 1 | -0/+1 |
* | Fix memory leaks in NS version. | Jan Djärv | 2013-11-04 | 1 | -0/+4 |
* | Remove port-specific display name lists to avoid extra | Dmitry Antipov | 2013-10-18 | 1 | -3/+1 |
* | * nsterm.h (struct ns_display_info): Remove set-but-unused | Dmitry Antipov | 2013-10-15 | 1 | -4/+0 |
* | Support menus on text-mode terminals. | Eli Zaretskii | 2013-10-08 | 1 | -2/+2 |
|\ |
|
| * | x-popup-dialog fixed, almost. | Eli Zaretskii | 2013-09-29 | 1 | -2/+2 |
* | | Pick up default selection color on OSX when user defaults are not set. | Jan Djärv | 2013-09-28 | 1 | -1/+2 |
|/ |
|
* | * xterm.h (struct x_display_info): New members last_mouse_glyph_frame, | Dmitry Antipov | 2013-09-19 | 1 | -0/+13 |
* | * frame.c (x_redo_mouse_highlight): New function | Dmitry Antipov | 2013-09-18 | 1 | -1/+8 |
* | * frame.c (x_mouse_grabbed): New function. | Dmitry Antipov | 2013-09-18 | 1 | -0/+3 |
* | * dispextern.h (check_x_display_info, x_get_string_resource): | Dmitry Antipov | 2013-09-17 | 1 | -2/+0 |
* | Port the font backend from the Mac port. | Jan Djärv | 2013-09-15 | 1 | -4/+2 |
* | Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999, | Dmitry Antipov | 2013-09-15 | 1 | -4/+0 |
* | * frame.h (FRAME_SMALLEST_CHAR_WIDTH, FRAME_SMALLEST_FONT_HEIGHT): | Dmitry Antipov | 2013-09-15 | 1 | -4/+0 |
* | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -8/+6 |
* | Simplify EMACS_TIME-related code. | Paul Eggert | 2013-08-27 | 1 | -1/+1 |
* | * xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:) | Dmitry Antipov | 2013-08-27 | 1 | -2/+0 |
* | Fix minor problems found by static checking. | Paul Eggert | 2013-08-26 | 1 | -2/+2 |
* | * nsterm.h: Fix CGFloat for OSX 10.4. | Jan Djärv | 2013-08-13 | 1 | -15/+18 |
* | Fix crash on OSX >= 10.7. | Jan Djärv | 2013-08-11 | 1 | -1/+1 |
* | * nsmenu.m (ns_update_menubar): Call fillWithWidgetValue:setDelegate. | Jan Djärv | 2013-08-11 | 1 | -0/+1 |
* | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -5/+5 |
* | * nsterm.h (EmacsView): Add maximizing_resize, put it and old_title | Jan Djärv | 2013-08-02 | 1 | -0/+3 |
* | * lisp/files.el (write-file): Do not display confirm dialog for NS, | Jan Djärv | 2013-07-06 | 1 | -2/+4 |
* | Update the GNUStep port so it works OK. Redraw and sizing bugs remain. | Jan Djärv | 2013-06-02 | 1 | -10/+34 |
* | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -2/+0 |
* | Consistently use platform-specific function to detect window system. | Dmitry Antipov | 2013-04-05 | 1 | -1/+0 |
* | * nsmenu.m (ns_update_menubar): Correct NSTRACE. | Jan Djärv | 2013-03-30 | 1 | -0/+3 |
* | * nsfns.m (ns_filename_from_panel, ns_directory_from_panel): New | Jan Djärv | 2013-03-16 | 1 | -0/+4 |
* | * lisp/cus-start.el (all): Add ns-use-native-fullscreen. | Jan Djärv | 2013-02-05 | 1 | -0/+11 |
* | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction | Dmitry Antipov | 2013-01-15 | 1 | -2/+2 |
* | Make Lisp_Save_Value more versatile storage for up to four objects. | Dmitry Antipov | 2013-01-14 | 1 | -2/+2 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
* | | * frame.h (struct frame): Remove display_preempted member | Dmitry Antipov | 2012-11-23 | 1 | -2/+1 |
|/ |
|
* | lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans. | Paul Eggert | 2012-10-11 | 1 | -2/+2 |
* | Check for OSX >= 10.4 to match what the maunal says and what we actually supp... | Jan Djärv | 2012-10-07 | 1 | -9/+4 |
* | Handle fullscreen parameter in initial/defult-frame-alist for NS. | Jan Djärv | 2012-10-06 | 1 | -1/+2 |
* | Add support for fullscreen in the NS port. | Jan Djärv | 2012-09-30 | 1 | -0/+18 |
* | image.c, indent.c: Use bool for booleans. | Paul Eggert | 2012-09-24 | 1 | -5/+5 |
* | * nsterm.h: Add delay parameter to updateFrameSize. | Jan Djärv | 2012-09-11 | 1 | -1/+1 |
* | * nsterm.h (EmacsView): Add updateFrameSize. | Jan Djärv | 2012-09-08 | 1 | -0/+1 |
* | Refactor window-system configuration | Daniel Colascione | 2012-08-31 | 1 | -25/+2 |
* | Improve NS dialogs. Add close button, remove ugly casts. | Jan Djärv | 2012-08-28 | 1 | -4/+6 |
* | * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize | Jan Djärv | 2012-08-27 | 1 | -0/+1 |