| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove XFLOATINT | Paul Eggert | 2017-03-02 | 1 | -1/+1 |
* | Fix display of strike-through text in variable-height lines | Eli Zaretskii | 2017-03-02 | 1 | -2/+11 |
* | Use 'char *FOO' instead of 'char* FOO' | Paul Eggert | 2017-02-18 | 1 | -3/+3 |
* | Fix NS main thread check (bug#25265) | Alan Third | 2017-01-14 | 1 | -2/+2 |
* | Remove apploopnr | Alan Third | 2017-01-08 | 1 | -70/+43 |
* | Revert "Rework NS event handling (bug#25265)" | Alan Third | 2017-01-04 | 1 | -68/+312 |
* | 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 | -312/+68 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-11-19 | 1 | -28/+28 |
|\ \
| |/ |
|
| * | Modernize usage of 'macOS' in doc and comments | Paul Eggert | 2016-11-06 | 1 | -28/+28 |
* | | Fix problems found by static checking --with-ns | Paul Eggert | 2016-09-29 | 1 | -95/+24 |
* | | Invert y coord of NS image files (bug#7847) | Alan Third | 2016-09-10 | 1 | -1/+2 |
* | | Clarify docstrings | Alan Third | 2016-08-29 | 1 | -7/+14 |
* | | Fix macOS 12 deprecation notices | Alan Third | 2016-08-24 | 1 | -76/+76 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-08-05 | 1 | -4/+1 |
|\ \
| |/ |
|
| * | Post AppDefined events from the main thread ONLY (bug#23934) | Alan Third | 2016-08-03 | 1 | -4/+1 |
* | | Prevent bar cursor overwriting next glyph (bug#16856) | Alan Third | 2016-07-19 | 1 | -1/+4 |
* | | Prevent NS event loop being re-entered (bug#11049) | Alan Third | 2016-07-07 | 1 | -0/+6 |
* | | Fix some deprecated functions | Alan Third | 2016-07-07 | 1 | -0/+6 |
* | | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULL | Eli Zaretskii | 2016-07-02 | 1 | -10/+12 |
* | | Enable dividers in NS (bug#22973) | Alan Third | 2016-06-27 | 1 | -4/+6 |
* | | Move text line right when in box (bug#23755) | Alan Third | 2016-06-26 | 1 | -10/+28 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-05-26 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Fix bug#23462: Crash when iconifying frame on OS X. | Alan Third | 2016-05-16 | 1 | -0/+5 |
* | | Fix bug#16856, cursor leaves garbage in fringe on OS X. | Alan Third | 2016-05-21 | 1 | -3/+2 |
* | | Port --enable-gcc-warnings to GCC 6.1 | Paul Eggert | 2016-05-18 | 1 | -9/+11 |
* | | Implement horizontal scroll bars on NS | Alan Third | 2016-05-01 | 1 | -87/+114 |
|/ |
|
* | Set locale encoding to UTF-8 when run from OS X GUI. | Alan Third | 2016-04-08 | 1 | -1/+8 |
* | Make `toggle-frame-maximized' respect the dock on OS X (bug#22988). | Anders Lindgren | 2016-03-22 | 1 | -22/+120 |
* | Avoid screen artifacts with new OS X visible bell after scrolling | Anders Lindgren | 2016-03-17 | 1 | -1/+29 |
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
* | Made the new OS X visible bell more visible. | Anders Lindgren | 2016-02-29 | 1 | -1/+4 |
* | Set locale when run from OS X GUI | Alan Third | 2016-02-10 | 1 | -0/+21 |
* | Fixed NextStep fullscreen issue (bug#22468) | Anders Lindgren | 2016-01-26 | 1 | -13/+30 |
* | Spelling fixes | Paul Eggert | 2016-01-25 | 1 | -1/+1 |
* | Unbreak the GNUstep build. | Anders Lindgren | 2016-01-23 | 1 | -9/+14 |
* | ; Fixed visual bell artifact problem on NextStep. | Anders Lindgren | 2016-01-02 | 1 | -2/+33 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Spelling and grammar fixes | Paul Eggert | 2015-11-29 | 1 | -2/+2 |
* | New visible-bell for NextStep (OS X El Capitan compatible). | Anders Lindgren | 2015-11-23 | 1 | -44/+81 |
* | Enhance NSTRACE (trace output for NextStep). | Anders Lindgren | 2015-11-15 | 1 | -141/+235 |
* | Fixed OS X 10.6.8 build issue (bug#21862). | Anders Lindgren | 2015-11-15 | 1 | -10/+11 |
* | Avoid creating notification objects when possible | David Reitter | 2015-11-10 | 1 | -12/+28 |
* | Spelling fixes | Paul Eggert | 2015-11-10 | 1 | -7/+7 |
* | Provide NS notification objects where required to eliminate warnings | David Reitter | 2015-11-07 | 1 | -5/+18 |
* | Ignore fullscreen exit notifications on NS when frame is dead | David Reitter | 2015-11-07 | 1 | -3/+15 |
* | Fixed NextStep fullscreen problem (bug#21770). | Anders Lindgren | 2015-11-06 | 1 | -5/+13 |
* | Render fringe bitmaps correctly on NextStep (bug#21301). | Anders Lindgren | 2015-11-04 | 1 | -7/+38 |
* | Merge branch 'master' of /Volumes/HD2/build/emacs-git-ssh | Anders Lindgren | 2015-10-28 | 1 | -3/+24 |
|\ |
|