summaryrefslogtreecommitdiff
path: root/src/nsfns.m
Commit message (Expand)AuthorAgeFilesLines
* Implement x-frame-geometry for NS.Jan D2015-02-221-0/+82
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-3/+3
* Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-121-2/+4
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-29/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Minor cleanups for Lisp objects and symbolsPaul Eggert2014-12-181-2/+1
* Merge from emacs-24Stefan Monnier2014-12-051-8/+1
|\
| * More flicker fixes for OSX, related to bug 18757.Jan Djärv2014-12-021-8/+1
* | Merge from emacs-24Stefan Monnier2014-11-161-3/+20
|\ \ | |/
| * Fixes: 19036Jan Djärv2014-11-141-3/+20
* | Run `window-configuration-change-hook' only after all faces have been realized.Martin Rudalics2014-11-081-2/+2
* | Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-071-3/+3
* | Merge from emacs-24; up to 2014-08-07T11:49:36Z!rrt@sc3d.orgGlenn Morris2014-11-031-2/+6
|\ \ | |/
| * * nsfns.m (ns_set_doc_edited): Check for FRAME_NS.Jan Djärv2014-11-031-2/+6
* | Merge from emacs-24; up to 117656Glenn Morris2014-11-011-12/+20
|\ \ | |/
| * * nsfns.m (ns_set_doc_edited): Do all logic (check frames) hereJan Djärv2014-10-301-8/+16
| * * nsfns.m (x_icon): icon_top/left is int.Jan Djärv2014-10-301-4/+4
* | Cleanup terminal handling code.Dmitry Antipov2014-10-141-2/+2
* | Require OSX >= 10.6. Remove PowerPC unexec code.Jan Djärv2014-10-121-22/+12
* | Clean up initialization and customization of horizontal scroll bars.Martin Rudalics2014-09-031-1/+1
* | Fix default width not being 80, but 77.Jan Djärv2014-08-111-10/+6
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-3/+44
* | More precise control over values of some buffer-local variables.Dmitry Antipov2014-07-161-2/+0
* | Add ifdef NS_IMPL_COCOA aound OSX version check (for clang)Jan Djärv2014-07-111-0/+2
* | * nsfns.m (ns_appkit_version_str): Add os version for Cocoa.Jan Djärv2014-06-011-2/+6
* | * nsfns.m (Fns_do_applescript): Put code in the wrong place. Here is correct.Jan Djärv2014-05-261-2/+3
* | * nsfns.m (ns_do_applescript): Surround executeAndReturnErrorJan Djärv2014-05-261-1/+2
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-1/+1
* | Clean up array size calculationsDaniel Colascione2014-04-031-1/+1
|/
* Fix typo in previousGlenn Morris2014-02-111-1/+1
* * src/nsfns.m (ns_display_info_for_name, Fx_open_connection): Doc fixes.Glenn Morris2014-02-111-4/+4
* Avoid "." at end of error diagnostics.Paul Eggert2014-02-101-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Customize ns-use-srgb-colorspace on OSX >= 10.7 to use sRGB.Jan Djärv2013-12-211-1/+1
* Handle pixelwise resize changes in NS port.Jan Djärv2013-12-071-6/+12
* Fix some pixelwise breakage, more remain.Jan Djärv2013-12-051-0/+2
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-2/+3
* * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-061-6/+6
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-051-7/+7
* * nsfns.m (ns_get_name_from_ioreg): New function.Jan Djärv2013-11-051-13/+71
* Fix memory leaks in NS version.Jan Djärv2013-11-041-0/+1
* Remove port-specific display name lists to avoid extraDmitry Antipov2013-10-181-14/+7
* * nsfns.m (Fns_convert_utf8_nfd_to_nfc): Check input for valid UTF-8Jan Djärv2013-10-091-5/+16
* * frame.c (x_redo_mouse_highlight): New functionDmitry Antipov2013-09-181-1/+3
* * dispextern.h (check_x_display_info, x_get_string_resource):Dmitry Antipov2013-09-171-11/+7
* Fix compilation for GNUStep due to font changes.Jan Djärv2013-09-151-5/+4
* Port the font backend from the Mac port.Jan Djärv2013-09-151-4/+28
* Unify Fx_focus_frame between all ports.Dmitry Antipov2013-09-131-9/+2
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-13/+13
* Do not populate pure Xism x_sync to other ports.Dmitry Antipov2013-09-091-9/+0