| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typo in previous | Glenn Morris | 2014-02-11 | 1 | -1/+1 |
| * | * src/nsfns.m (ns_display_info_for_name, Fx_open_connection): Doc fixes. | Glenn Morris | 2014-02-11 | 1 | -4/+4 |
| * | Avoid "." at end of error diagnostics. | Paul Eggert | 2014-02-10 | 1 | -1/+1 |
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| * | Customize ns-use-srgb-colorspace on OSX >= 10.7 to use sRGB. | Jan Djärv | 2013-12-21 | 1 | -1/+1 |
| * | Handle pixelwise resize changes in NS port. | Jan Djärv | 2013-12-07 | 1 | -6/+12 |
| * | Fix some pixelwise breakage, more remain. | Jan Djärv | 2013-12-05 | 1 | -0/+2 |
| * | Support resizing frames and windows pixelwise. | Martin Rudalics | 2013-11-30 | 1 | -2/+3 |
| * | * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and | Stefan Monnier | 2013-11-06 | 1 | -6/+6 |
| * | *.[chm]: Number every assignment to windows_or_buffers_changed. | Stefan Monnier | 2013-11-05 | 1 | -7/+7 |
| * | * nsfns.m (ns_get_name_from_ioreg): New function. | Jan Djärv | 2013-11-05 | 1 | -13/+71 |
| * | Fix memory leaks in NS version. | Jan Djärv | 2013-11-04 | 1 | -0/+1 |
| * | Remove port-specific display name lists to avoid extra | Dmitry Antipov | 2013-10-18 | 1 | -14/+7 |
| * | * nsfns.m (Fns_convert_utf8_nfd_to_nfc): Check input for valid UTF-8 | Jan Djärv | 2013-10-09 | 1 | -5/+16 |
| * | * frame.c (x_redo_mouse_highlight): New function | Dmitry Antipov | 2013-09-18 | 1 | -1/+3 |
| * | * dispextern.h (check_x_display_info, x_get_string_resource): | Dmitry Antipov | 2013-09-17 | 1 | -11/+7 |
| * | Fix compilation for GNUStep due to font changes. | Jan Djärv | 2013-09-15 | 1 | -5/+4 |
| * | Port the font backend from the Mac port. | Jan Djärv | 2013-09-15 | 1 | -4/+28 |
| * | Unify Fx_focus_frame between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -9/+2 |
| * | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -13/+13 |
| * | Do not populate pure Xism x_sync to other ports. | Dmitry Antipov | 2013-09-09 | 1 | -9/+0 |
| * | * nsfns.m (x_set_cursor_type): | Dmitry Antipov | 2013-08-13 | 1 | -4/+0 |
| * | Fix memory leak warning. | Jan Djärv | 2013-08-11 | 1 | -3/+7 |
| * | Omit some unnecessary casts. | Paul Eggert | 2013-08-10 | 1 | -1/+1 |
| * | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -5/+5 |
| * | Drop unnecessary functions that deals with frame pixel size. | Dmitry Antipov | 2013-07-31 | 1 | -15/+0 |
| * | * frame.c (make_frame, x_set_frame_parameters): Use bool for boolean. | Dmitry Antipov | 2013-07-31 | 1 | -1/+1 |
| * | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -5/+2 |
| * | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -2/+2 |
| * | Space between "defined" and "(". | Paul Eggert | 2013-07-08 | 1 | -3/+3 |
| * | * lisp/files.el (write-file): Do not display confirm dialog for NS, | Jan Djärv | 2013-07-06 | 1 | -59/+62 |
| * | * nsfns.m (handlePanelKeys): Don't process Command+Function keys. | Jan Djärv | 2013-06-30 | 1 | -2/+8 |
| * | Update the GNUStep port so it works OK. Redraw and sizing bugs remain. | Jan Djärv | 2013-06-02 | 1 | -48/+23 |
| * | Factor out common code for multimonitors, for Gtk+, non-Gtk+ X11 and NS. | Jan Djärv | 2013-05-25 | 1 | -59/+4 |
| * | Sync x-server-* and x-display-* functions on NS with those on X11. | YAMAMOTO Mitsuharu | 2013-05-20 | 1 | -153/+154 |
| * | Implement display-monitor-attributes-list for NS. | Jan Djärv | 2013-05-09 | 1 | -23/+220 |
| * | Spelling fixes (or remove unnecessary and unusually-spelled words). | Paul Eggert | 2013-05-04 | 1 | -4/+4 |
| * | * src/nsfns.m (ns_tooltip): Initialize. | David Reitter | 2013-05-01 | 1 | -1/+1 |
| * | * nsfns.m (handlePanelKeys): New function. | Jan Djärv | 2013-04-28 | 1 | -2/+86 |
| * | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -106/+36 |
| * | Consistently use platform-specific function to detect window system. | Dmitry Antipov | 2013-04-05 | 1 | -34/+31 |
| * | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -1/+1 |
| * | * frame.h (struct frame): Drop resx and resy because the same data is | Dmitry Antipov | 2013-03-20 | 1 | -3/+0 |
| * | * nsfns.m (ns_filename_from_panel, ns_directory_from_panel): New | Jan Djärv | 2013-03-16 | 1 | -4/+62 |
| * | * lisp.h (list2i, list3i): New functions. | Dmitry Antipov | 2013-03-07 | 1 | -11/+7 |
| * | Spelling fixes. | Paul Eggert | 2013-01-09 | 1 | -4/+4 |
| * | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
| |\ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
| * | | * nsfns.m (Fns_do_applescript): Run event loop until script has | Jan Djärv | 2012-12-23 | 1 | -3/+8 |
| * | | * frame.h (x_char_width, x_char_height): Remove prototypes. | Dmitry Antipov | 2012-12-06 | 1 | -14/+0 |