aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Mark atimer allocation as ambiguous rootJeff Walsh2024-11-061-1/+8
| * | | | * src/dispnew.c (neutralize_wide_char): Don't use used[0]Gerd Möllmann2024-11-051-4/+3
| * | | | TTY menus: handle saved state referencing dead framesGerd Möllmann2024-11-051-4/+18
| * | | | Don't copy non-enabled rows from childGerd Möllmann2024-11-051-3/+19
| * | | | * src/frame.c (make_terminal_frame): Check parent is live.Gerd Möllmann2024-11-051-1/+1
| * | | | More workarounds for GDB bug 32313Eli Zaretskii2024-10-281-6/+15
| * | | | Remove unneeded workaround from w32console.cEli Zaretskii2024-10-281-1/+2
| * | | | Don't work around a corner case once observedGerd Möllmann2024-10-281-17/+8
| * | | | Temporary fix for mouse events on child framesEli Zaretskii2024-10-261-1/+6
| * | | | * src/w32console.c (w32con_update_end): Fix cursor display.Eli Zaretskii2024-10-261-0/+5
| * | | | Fix dimensions of child frames on w32 consoleEli Zaretskii2024-10-261-0/+4
| * | | | More fixes for w32 console buildEli Zaretskii2024-10-263-25/+5
| * | | | Adapt w32 console to tty-child-frame changesEli Zaretskii2024-10-261-2/+7
| * | | | Handle obscured cursor differentlyGerd Möllmann2024-10-231-13/+60
| * | | | Deal with wide charactersGerd Möllmann2024-10-231-2/+56
| * | | | Merge branch 'scratch/tty-child-frames' of git.sv.gnu.org:/srv/git/emacs into...Eli Zaretskii2024-10-232-20/+17
| |\ \ \ \
| | * | | | Fix copy/paste errorGerd Möllmann2024-10-231-1/+2
| | * | | | Fix UB in line_hash_codePaul Eggert2024-10-231-2/+2
| | * | | | Some cleanup of frame_parm_tableGerd Möllmann2024-10-231-17/+13
| * | | | | ; Clarify a comment in dispnew.cEli Zaretskii2024-10-221-3/+6
| |/ / / /
| * | | | * src/term.c (tty_display_dimension): Avoid warnings.Eli Zaretskii2024-10-221-0/+1
| * | | | Fix commenting conventions.Eli Zaretskii2024-10-226-117/+119
| * | | | Fix compilation warningsEli Zaretskii2024-10-222-8/+12
| * | | | CommentGerd Möllmann2024-10-221-2/+2
| * | | | CommentGerd Möllmann2024-10-221-22/+26
| * | | | Don't set internal_last_event_frame to nilGerd Möllmann2024-10-221-2/+23
| * | | | Minor refactoringGerd Möllmann2024-10-221-10/+10
| * | | | Accept frame param width/height of 0Gerd Möllmann2024-10-221-1/+1
| * | | | Set top terminal frame also to childrenGerd Möllmann2024-10-221-2/+1
| * | | | Initial child frames based on masterGerd Möllmann2024-10-2217-575/+1574
* | | | | Fix the DJGPP buildPo Lu2024-12-181-0/+7
* | | | | unintern: Drop support for obsolete calling conventionStefan Kangas2024-12-171-3/+2
* | | | | all-completions: Drop support for obsolete calling conventionStefan Kangas2024-12-161-14/+4
* | | | | ; Fix indentation problemStefan Kangas2024-12-161-1/+1
* | | | | Don't inhibit resizing when making a new frame (Bug#74750)Martin Rudalics2024-12-162-23/+9
* | | | | Invert preprocessor condition to fix 'C-x 4 a'Stefan Kangas2024-12-161-3/+3
* | | | | Move pure+side-effect-free declarations to byte-opt.elStefan Kangas2024-12-161-10/+0
* | | | | Improve menu separator display on ttys slightly (bug#74854)Gerd Möllmann2024-12-141-11/+34
* | | | | Add support for TCP_NODELAY on network streamsEric Marsden2024-12-131-0/+5
| |_|_|/ |/| | |
* | | | Support menu separator types in tty menus (bug#74740)Gerd Möllmann2024-12-091-0/+11
* | | | Merge from origin/emacs-30Eli Zaretskii2024-12-071-5/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix the version of librsvg API changeManuel Giraud2024-12-021-5/+5
* | | | Make treesit-query-compile compile compiled-query eagerlyYuan Fu2024-12-041-11/+25
* | | | Do not use libjpeg quantization (bug#74476)Manuel Giraud2024-12-021-49/+31
* | | | Merge from emacs-30Yuan Fu2024-12-012-4/+27
|\ \ \ \ | |/ / /
| * | | Allow passing nil to treesit-node-match-p (bug#74612)Yuan Fu2024-12-011-1/+4
| * | | Update to version 2.58 of librsvg API (bug#74606)Manuel Giraud2024-12-011-3/+23
* | | | Merge from origin/emacs-30Eli Zaretskii2024-11-302-14/+27
|\ \ \ \ | |/ / /
| * | | Don't inadvertently reset frame scroll bar sizes (Bug#74435)Martin Rudalics2024-11-281-14/+22
| * | | Fix NS non-native fullscreen on initial frame load (bug#59790)Aaron Jensen2024-11-241-0/+5