| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-01-09 | 1 | -3/+3 |
|\ |
|
| * | Fix child frame placement issues (bug#29953) | Alan Third | 2018-01-06 | 1 | -3/+3 |
* | | Allow setting tooltip colors in NS port | Alan Third | 2018-01-06 | 1 | -0/+2 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | | Silence macOS 10.13 deprecation notices (Bug#29643) | Alan Third | 2017-12-16 | 1 | -0/+5 |
* | | Add image resizing and rotation to NS port | Alan Third | 2017-12-03 | 1 | -0/+3 |
|/ |
|
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Add ability to change macOS WM theme (bug#27973) | Alan Third | 2017-08-23 | 1 | -0/+7 |
* | Allow use of run-time OS version checks on macOS (bug#27810) | Alan Third | 2017-08-16 | 1 | -28/+20 |
* | Add multiframe image support to NS port (bug#21714) | Alan Third | 2017-08-16 | 1 | -0/+2 |
* | Fix threads on NS (bug#25265) | Alan Third | 2017-07-01 | 1 | -2/+5 |
* | Provide additional support for child frames | Martin Rudalics | 2017-06-25 | 1 | -0/+8 |
* | Add no-focus-on-map to NS build (bug#25408) | Alan Third | 2017-06-12 | 1 | -0/+2 |
* | Check if instancetype supported in ObjC | Alan Third | 2017-05-27 | 1 | -9/+11 |
* | Raise version of macOS we define instancetype for (bug#27059) | Alan Third | 2017-05-24 | 1 | -1/+1 |
* | Define new types on macOS 10.6 (bug#27041) | Alan Third | 2017-05-24 | 1 | -4/+6 |
* | Fix GNUstep build | Alan Third | 2017-05-23 | 1 | -0/+8 |
* | Nextstep: Use instancetype explicit return type | Philipp Stephani | 2017-05-21 | 1 | -19/+19 |
* | Fix macOS mouse movement | Charles A. Roelli | 2017-05-21 | 1 | -1/+1 |
* | Add no-accept-focus and frame-list-z-order to NS port | Alan Third | 2017-04-21 | 1 | -0/+2 |
* | Add new frame functionality to NS port | Alan Third | 2017-04-19 | 1 | -9/+38 |
* | Use 'char *FOO' instead of 'char* FOO' | Paul Eggert | 2017-02-18 | 1 | -2/+2 |
* | Revert "Rework NS event handling (bug#25265)" | Alan Third | 2017-01-04 | 1 | -0/+1 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | Rework NS event handling (bug#25265) | Alan Third | 2016-12-31 | 1 | -1/+0 |
* | | Fix problems found by static checking --with-ns | Paul Eggert | 2016-09-29 | 1 | -18/+7 |
* | | Fix macOS 12 deprecation notices | Alan Third | 2016-08-24 | 1 | -0/+41 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-08-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Post AppDefined events from the main thread ONLY (bug#23934) | Alan Third | 2016-08-03 | 1 | -1/+1 |
* | | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULL | Eli Zaretskii | 2016-07-02 | 1 | -1/+1 |
* | | Port --enable-gcc-warnings to GCC 6.1 | Paul Eggert | 2016-05-18 | 1 | -1/+1 |
* | | Implement horizontal scroll bars on NS | Alan Third | 2016-05-01 | 1 | -1/+3 |
|/ |
|
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -6/+6 |
* | Set locale when run from OS X GUI | Alan Third | 2016-02-10 | 1 | -0/+2 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Spelling and grammar fixes | Paul Eggert | 2015-11-29 | 1 | -1/+1 |
* | Enhance NSTRACE (trace output for NextStep). | Anders Lindgren | 2015-11-15 | 1 | -56/+113 |
* | Fixed OS X 10.6.8 build issue (bug#21862). | Anders Lindgren | 2015-11-15 | 1 | -0/+7 |
* | Spelling fixes | Paul Eggert | 2015-11-10 | 1 | -2/+2 |
* | Fix incorrect NextStep tool-bar-mode -- wrong number of rows in frame. | Anders Lindgren | 2015-10-28 | 1 | -2/+8 |
* | NextSten maximization and NSTRACE rewrite. | Anders Lindgren | 2015-10-23 | 1 | -0/+235 |
* | Fix warnings on OSX 10.10. | Jan Djärv | 2015-05-15 | 1 | -0/+1 |
* | Honor :fore/background for XBM on NS (Bug#14969). | Jan Djärv | 2015-05-15 | 1 | -4/+4 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -1/+0 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Merge from emacs-24 | Stefan Monnier | 2014-12-05 | 1 | -1/+5 |
|\ |
|
| * | More flicker fixes for OSX, related to bug 18757. | Jan Djärv | 2014-12-02 | 1 | -1/+5 |
* | | Merge from emacs-24; up to 117698 | Glenn Morris | 2014-11-09 | 1 | -1/+1 |
|\ \
| |/ |
|