| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Mark atimer allocation as ambiguous root | Jeff Walsh | 2024-11-06 | 1 | -1/+8 | |
| | * | | | | * src/dispnew.c (neutralize_wide_char): Don't use used[0] | Gerd Möllmann | 2024-11-05 | 1 | -4/+3 | |
| | * | | | | TTY menus: handle saved state referencing dead frames | Gerd Möllmann | 2024-11-05 | 1 | -4/+18 | |
| | * | | | | Don't copy non-enabled rows from child | Gerd Möllmann | 2024-11-05 | 1 | -3/+19 | |
| | * | | | | * src/frame.c (make_terminal_frame): Check parent is live. | Gerd Möllmann | 2024-11-05 | 1 | -1/+1 | |
| | * | | | | More workarounds for GDB bug 32313 | Eli Zaretskii | 2024-10-28 | 1 | -6/+15 | |
| | * | | | | Remove unneeded workaround from w32console.c | Eli Zaretskii | 2024-10-28 | 1 | -1/+2 | |
| | * | | | | Don't work around a corner case once observed | Gerd Möllmann | 2024-10-28 | 1 | -17/+8 | |
| | * | | | | Temporary fix for mouse events on child frames | Eli Zaretskii | 2024-10-26 | 1 | -1/+6 | |
| | * | | | | * src/w32console.c (w32con_update_end): Fix cursor display. | Eli Zaretskii | 2024-10-26 | 1 | -0/+5 | |
| | * | | | | Fix dimensions of child frames on w32 console | Eli Zaretskii | 2024-10-26 | 1 | -0/+4 | |
| | * | | | | More fixes for w32 console build | Eli Zaretskii | 2024-10-26 | 3 | -25/+5 | |
| | * | | | | Adapt w32 console to tty-child-frame changes | Eli Zaretskii | 2024-10-26 | 1 | -2/+7 | |
| | * | | | | Handle obscured cursor differently | Gerd Möllmann | 2024-10-23 | 1 | -13/+60 | |
| | * | | | | Deal with wide characters | Gerd Möllmann | 2024-10-23 | 1 | -2/+56 | |
| | * | | | | Merge branch 'scratch/tty-child-frames' of git.sv.gnu.org:/srv/git/emacs into... | Eli Zaretskii | 2024-10-23 | 2 | -20/+17 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Fix copy/paste error | Gerd Möllmann | 2024-10-23 | 1 | -1/+2 | |
| | | * | | | | Fix UB in line_hash_code | Paul Eggert | 2024-10-23 | 1 | -2/+2 | |
| | | * | | | | Some cleanup of frame_parm_table | Gerd Möllmann | 2024-10-23 | 1 | -17/+13 | |
| | * | | | | | ; Clarify a comment in dispnew.c | Eli Zaretskii | 2024-10-22 | 1 | -3/+6 | |
| | |/ / / / | ||||||
| | * | | | | * src/term.c (tty_display_dimension): Avoid warnings. | Eli Zaretskii | 2024-10-22 | 1 | -0/+1 | |
| | * | | | | Fix commenting conventions. | Eli Zaretskii | 2024-10-22 | 6 | -117/+119 | |
| | * | | | | Fix compilation warnings | Eli Zaretskii | 2024-10-22 | 2 | -8/+12 | |
| | * | | | | Comment | Gerd Möllmann | 2024-10-22 | 1 | -2/+2 | |
| | * | | | | Comment | Gerd Möllmann | 2024-10-22 | 1 | -22/+26 | |
| | * | | | | Don't set internal_last_event_frame to nil | Gerd Möllmann | 2024-10-22 | 1 | -2/+23 | |
| | * | | | | Minor refactoring | Gerd Möllmann | 2024-10-22 | 1 | -10/+10 | |
| | * | | | | Accept frame param width/height of 0 | Gerd Möllmann | 2024-10-22 | 1 | -1/+1 | |
| | * | | | | Set top terminal frame also to children | Gerd Möllmann | 2024-10-22 | 1 | -2/+1 | |
| | * | | | | Initial child frames based on master | Gerd Möllmann | 2024-10-22 | 17 | -575/+1574 | |
| * | | | | | Fix the DJGPP build | Po Lu | 2024-12-18 | 1 | -0/+7 | |
| * | | | | | unintern: Drop support for obsolete calling convention | Stefan Kangas | 2024-12-17 | 1 | -3/+2 | |
| * | | | | | all-completions: Drop support for obsolete calling convention | Stefan Kangas | 2024-12-16 | 1 | -14/+4 | |
| * | | | | | ; Fix indentation problem | Stefan Kangas | 2024-12-16 | 1 | -1/+1 | |
| * | | | | | Don't inhibit resizing when making a new frame (Bug#74750) | Martin Rudalics | 2024-12-16 | 2 | -23/+9 | |
| * | | | | | Invert preprocessor condition to fix 'C-x 4 a' | Stefan Kangas | 2024-12-16 | 1 | -3/+3 | |
| * | | | | | Move pure+side-effect-free declarations to byte-opt.el | Stefan Kangas | 2024-12-16 | 1 | -10/+0 | |
| * | | | | | Improve menu separator display on ttys slightly (bug#74854) | Gerd Möllmann | 2024-12-14 | 1 | -11/+34 | |
| * | | | | | Add support for TCP_NODELAY on network streams | Eric Marsden | 2024-12-13 | 1 | -0/+5 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Support menu separator types in tty menus (bug#74740) | Gerd Möllmann | 2024-12-09 | 1 | -0/+11 | |
| * | | | | Merge from origin/emacs-30 | Eli Zaretskii | 2024-12-07 | 1 | -5/+5 | |
| |\ \ \ \ | | |_|/ | |/| | | ||||||
| | * | | | Fix the version of librsvg API change | Manuel Giraud | 2024-12-02 | 1 | -5/+5 | |
| * | | | | Make treesit-query-compile compile compiled-query eagerly | Yuan Fu | 2024-12-04 | 1 | -11/+25 | |
| * | | | | Do not use libjpeg quantization (bug#74476) | Manuel Giraud | 2024-12-02 | 1 | -49/+31 | |
| * | | | | Merge from emacs-30 | Yuan Fu | 2024-12-01 | 2 | -4/+27 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Allow passing nil to treesit-node-match-p (bug#74612) | Yuan Fu | 2024-12-01 | 1 | -1/+4 | |
| | * | | | Update to version 2.58 of librsvg API (bug#74606) | Manuel Giraud | 2024-12-01 | 1 | -3/+23 | |
| * | | | | Merge from origin/emacs-30 | Eli Zaretskii | 2024-11-30 | 2 | -14/+27 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Don't inadvertently reset frame scroll bar sizes (Bug#74435) | Martin Rudalics | 2024-11-28 | 1 | -14/+22 | |
| | * | | | Fix NS non-native fullscreen on initial frame load (bug#59790) | Aaron Jensen | 2024-11-24 | 1 | -0/+5 | |