| Commit message (Expand) | Author | Age | Files | Lines |
* | * src/nsterm.m (ns_select): Fix off-by-one error, and add assertion | Philipp Stephani | 2020-12-30 | 1 | -1/+2 |
* | Remove NS menu synthesized events (bug#44333) | Alan Third | 2020-12-27 | 1 | -101/+0 |
* | Use new NSString lisp methods | Alan Third | 2020-12-22 | 1 | -6/+4 |
* | Improve some NS drawing code | Alan Third | 2020-12-12 | 1 | -6/+4 |
* | Use correct glyph in title when resizing NS frames | Mattias Engdegård | 2020-11-27 | 1 | -1/+1 |
* | Fix error with fn key in NS port (bug#44533) | Alan Third | 2020-11-13 | 1 | -11/+8 |
* | Fix crash in ns_mouse_position (bug#44313) | Alan Third | 2020-11-09 | 1 | -1/+3 |
* | Fix crash when no face is defined (bug#44058, bug#43973) | Alan Third | 2020-10-22 | 1 | -0/+6 |
* | Fix crash when creating new NS frame (bug#43812) | Alan Third | 2020-10-06 | 1 | -1/+1 |
* | Tidy up NS color handling | Alan Third | 2020-09-25 | 1 | -32/+7 |
* | Remove obsolete macOS support for NS font backend | Alan Third | 2020-09-25 | 1 | -0/+2 |
* | Implement internal border colors on NS (bug#41071) | Alan Third | 2020-09-25 | 1 | -5/+59 |
* | Merge from origin/emacs-27 | Glenn Morris | 2020-09-20 | 1 | -3/+3 |
|\ |
|
| * | Use modern constant names for the NS pasteboard | Daniel Martín | 2020-09-18 | 1 | -3/+3 |
* | | Honor make-pointer-invisible on macOS | bug-gnu-emacs@gnu.org | 2020-09-19 | 1 | -1/+1 |
* | | Extend NSString further and use the new methods | Alan Third | 2020-08-22 | 1 | -14/+11 |
* | | Get rid of build-time checks around NS tabbar code (bug#33118) | Alan Third | 2020-08-18 | 1 | -4/+1 |
* | | Fix slow down when moving between monitors (bug#42834) | Alan Third | 2020-08-13 | 1 | -13/+5 |
* | | Add xwidget support for macOS | Sungbin Jo | 2020-08-12 | 1 | -3/+18 |
* | | Don't smooth images when scaling up (bug#38394) | Alan Third | 2020-08-04 | 1 | -0/+12 |
* | | Recreate macOS color list if it is corrupt | Alan Third | 2020-08-01 | 1 | -1/+2 |
* | | Consolidate #RGB string parsers | Mattias Engdegård | 2020-06-21 | 1 | -41/+18 |
* | | More robust NS hex colour string parsing | Mattias Engdegård | 2020-06-08 | 1 | -9/+12 |
* | | Fix initial frame resizing issue on NS (bug#40200) | Alan Third | 2020-05-03 | 1 | -30/+21 |
* | | Fix display of composed text with :box face attribute | Eli Zaretskii | 2020-04-23 | 1 | -2/+15 |
* | | Fix misnamed variable breaking GNUstep | Ahmed Khanzada | 2020-04-18 | 1 | -1/+1 |
* | | Allow dynamic choice of drawing path on NS (bug#39883) | Alan Third | 2020-04-16 | 1 | -64/+165 |
* | | Fix NS frame resizing issues (bug#40200, bug#28872) | Alan Third | 2020-04-16 | 1 | -168/+150 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-04-15 | 1 | -0/+15 |
|\ \
| |/ |
|
| * | Limit RLIMIT_NOFILE to FD_SETSIZE on macOS | YAMAMOTO Mitsuharu | 2020-04-15 | 1 | -0/+15 |
* | | Allow negative line width for :box face attribute | Alexandre Adolphe | 2020-04-01 | 1 | -27/+29 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-03-18 | 1 | -1/+9 |
|\ \
| |/ |
|
| * | Recalculate default font when switching font backend | Robert Pluim | 2020-03-17 | 1 | -1/+9 |
| * | Revert "Fix display of working text on NS (Bug#23412, Bug#1453)" | Alan Third | 2020-02-11 | 1 | -4/+4 |
* | | Fix NS child frame in native fullscreen (bug#36672) | Andrii Kolomoiets | 2020-03-12 | 1 | -12/+95 |
* | | Fix more NS_DRAW_TO_BUFFER #ifdefs (bug#39883) | Alan Third | 2020-03-04 | 1 | -7/+4 |
* | | Fix macOS/GNUstep compilation warnings | Alan Third | 2020-03-02 | 1 | -20/+6 |
* | | Fix #defines controlling when NS port draws to offscreen buffer | Alan Third | 2020-03-02 | 1 | -8/+12 |
* | | * src/nsterm.m ([EmacsView toolbarClicked:]): Fix last change | Robert Pluim | 2020-02-27 | 1 | -0/+1 |
* | | * src/gtkutil.c, src/nsterm.m: Fix bug#39808 | Stefan Monnier | 2020-02-27 | 1 | -6/+0 |
* | | Fix working text related issues on NS (Bug#38851) | Masahiro Nakamura | 2020-02-19 | 1 | -8/+10 |
* | | Fix horizontal bit shifting | Alan Third | 2020-02-19 | 1 | -3/+4 |
* | | Use CGImage instead of NSBitmapImageRep (bug#32932) | Alan Third | 2020-02-13 | 1 | -64/+88 |
* | | Draw to offscreen buffer on macOS | Alan Third | 2020-01-24 | 1 | -244/+234 |
* | | Revert "Make all NS drawing be done from drawRect" | Alan Third | 2020-01-24 | 1 | -255/+320 |
* | | Revert "Ensure NS frame is redrawn correctly after scroll" | Alan Third | 2020-01-24 | 1 | -1/+0 |
* | | Revert "Fix some NS drawing issues (bug#32932)" | Alan Third | 2020-01-24 | 1 | -46/+63 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-01-22 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Clear output data pointer on NS | Pip Cet | 2020-01-20 | 1 | -0/+1 |
* | | Fix NS frame parameters (bug#39000) | Alan Third | 2020-01-07 | 1 | -19/+33 |