aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | ; Fix typosStefan Kangas2025-01-232-2/+2
| * | ; * src/w32.c (w32_memory_info): Fix coding style of last change.Eli Zaretskii2025-01-211-2/+2
| * | Fix bug in w32_memory_infoArthur Miller2025-01-211-2/+4
| * | Avoid crashes in redisplay due to problematic font setupsEli Zaretskii2025-01-211-2/+5
| * | ; Fix documentation about faces of tool-tip textEli Zaretskii2025-01-181-5/+5
* | | ; * src/term.c (handle_one_term_event): Fix last change.Eli Zaretskii2025-01-251-1/+2
* | | Fix the mistake that led to the revertsGerd Möllmann2025-01-251-1/+1
* | | Reapply "Multi-tty: selected frame can be a GUI frame"Gerd Möllmann2025-01-251-15/+38
* | | Reapply "Fix mouse position handling for nested tty child frames"Gerd Möllmann2025-01-253-12/+31
* | | Reapply "Fix tty-frame-at for nested tty child frames"Gerd Möllmann2025-01-251-2/+4
* | | Reapply "Fix cursor positioning of nested tty child frames"Gerd Möllmann2025-01-251-6/+14
* | | Reapply "Simplify absolute (x, y) computation on ttys"Gerd Möllmann2025-01-253-15/+13
* | | Revert "Simplify absolute (x, y) computation on ttys"Gerd Möllmann2025-01-253-13/+15
* | | Revert "Fix cursor positioning of nested tty child frames"Gerd Möllmann2025-01-251-14/+6
* | | Revert "Fix tty-frame-at for nested tty child frames"Gerd Möllmann2025-01-251-4/+2
* | | Revert "Fix mouse position handling for nested tty child frames"Gerd Möllmann2025-01-253-31/+12
* | | Revert "Multi-tty: selected frame can be a GUI frame"Gerd Möllmann2025-01-251-38/+15
* | | Multi-tty: selected frame can be a GUI frameGerd Möllmann2025-01-251-15/+38
* | | Fix mouse position handling for nested tty child framesGerd Möllmann2025-01-253-12/+31
* | | Fix tty-frame-at for nested tty child framesGerd Möllmann2025-01-251-2/+4
* | | Fix cursor positioning of nested tty child framesGerd Möllmann2025-01-251-6/+14
* | | Simplify absolute (x, y) computation on ttysGerd Möllmann2025-01-253-15/+13
* | | Disable more redisplay optimizations when child frames are visibleGerd Möllmann2025-01-241-6/+27
* | | ; * src/dispnew.c (combine_updates_for_frame): Fix whitespace.Eli Zaretskii2025-01-241-1/+1
* | | Revert "; * src/dispnew.c (combine_updates_for_frame): Fix whitespace."Eli Zaretskii2025-01-241-1/+1
* | | ; * src/dispnew.c (combine_updates_for_frame): Fix whitespace.Eli Zaretskii2025-01-241-1/+1
* | | Handle update of invisible tty frames (bug#75056)Gerd Möllmann2025-01-241-2/+11
* | | Support loading dynamic docstrings from Emacs <29Stefan Kangas2025-01-241-1/+4
* | | Don't use negative positions for docstringsStefan Kangas2025-01-241-16/+8
* | | Fix GC bug causing incorrect 'format' output (Bug#75754)Pip Cet2025-01-231-12/+13
* | | Simplify Fdocumentation and Fdocumentation_propertyStefan Kangas2025-01-231-21/+11
* | | Handle tty menus overlapping child framesGerd Möllmann2025-01-233-12/+11
* | | Don't forget setting the top frame if not switching root framesGerd Möllmann2025-01-231-0/+5
* | | Fix setting a tty's top frame when switching framesGerd Möllmann2025-01-231-5/+9
* | | Minor image_error related cleanupsStefan Kangas2025-01-221-5/+3
* | | ; * src/pdumper.c (dump_hash_table): Adjust hash; bitfields changed.Pip Cet2025-01-221-1/+1
* | | Don’t silently truncate connection-lost diagnosticPaul Eggert2025-01-211-4/+6
* | | Check for snprintf truncation in pgtktermPaul Eggert2025-01-211-3/+4
* | | Port pdumper to unlikely long sprintf outputPaul Eggert2025-01-211-4/+6
* | | When debugging image.c, abort if silent truncationPaul Eggert2025-01-211-4/+6
* | | Destroy GTK tool bar widget if it was never attached (bug#75636)Pip Cet2025-01-221-0/+6
* | | Prefer snprintf to sprintf in image.cStefan Kangas2025-01-221-7/+8
* | | Improve copying current glyphs when building frame matrixGerd Möllmann2025-01-211-10/+15
* | | ; * src/gtkutil.c (free_frame_tool_bar): Remove redundant assignment.Pip Cet2025-01-211-2/+1
* | | Handle unknown units provided by the rsvg library (bug#75712)Pip Cet2025-01-211-23/+29
* | | Don't use a redisplay optimization in a certain case on ttysGerd Möllmann2025-01-213-1/+18
* | | Remove a false #ifdef HAVE_WINDOW_SYSTEMGerd Möllmann2025-01-211-2/+1
* | | Signal error when keyword/arg list is malformedRobert Pluim2025-01-215-1/+22
* | | Use 'max' macro in clip_to_boundsStefan Kangas2025-01-201-1/+1
* | | ; Fix last changeEli Zaretskii2025-01-201-3/+3