summaryrefslogtreecommitdiff
path: root/src/nsfns.m
Commit message (Expand)AuthorAgeFilesLines
* Rework C source files to avoid ^(Paul Eggert2016-03-101-6/+6
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* ; Re-enabled "File-name completion of non-ASCII characters on OS X (bug#22169)""Anders Lindgren2015-12-251-34/+0
* ; Revert "File-name completion of non-ASCII characters on OS X (bug#22169)"Anders Lindgren2015-12-241-0/+34
* File-name completion of non-ASCII characters on OS X (bug#22169)Anders Lindgren2015-12-231-34/+0
* Read frame_title_format from buffer-local variable for NS portDavid Reitter2015-11-301-2/+11
* Enhance NSTRACE (trace output for NextStep).Anders Lindgren2015-11-151-0/+4
* Fixed a toolbar related issue on OS X.Anders Lindgren2015-11-151-3/+20
* Fix incorrect NextStep tool-bar-mode -- wrong number of rows in frame.Anders Lindgren2015-10-281-0/+2
* NextSten maximization and NSTRACE rewrite.Anders Lindgren2015-10-231-15/+8
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-131-2/+24
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-3/+3
* Fix NS build with --enable-checking='glyphs'Eli Zaretskii2015-09-111-1/+1
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-16/+0
* Sanitize frame geometry related functionsMartin Rudalics2015-08-211-4/+4
* Rewrite and add frame geometry related functions.Martin Rudalics2015-08-181-67/+119
* Have `x-frame-geometry' return nil for terminal and initial frames (Bug#21132)Martin Rudalics2015-07-261-9/+14
* Have `x-show-tip' handle `right' and `bottom' frame parameters.Martin Rudalics2015-07-071-13/+23
* Fix last fix"Martin Rudalics2015-06-181-2/+2
* Set image_cache_refcount before x_default_parameter calls. (Bug#20802)Martin Rudalics2015-06-181-5/+5
* Fix handling of image cache refcounts. (Bug#20802)Martin Rudalics2015-06-161-4/+11
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-3/+3
* Fix NS warnings.Jan D2015-05-151-9/+4
* Fix warnings on OSX 10.10.Jan Djärv2015-05-151-1/+19
* 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