aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
7 hoursInhibit unused variable warning in NSTRACE_WHEN (bug#80096)Stéphane Marks1-1/+1
8 hoursAdd frame identifiers (bug#80138)Stéphane Marks8-0/+101
2 daysFix crash where dead frame remains on list of live frames (Bug#80120)Martin Rudalics3-3/+27
3 days; NS: Fix typo in -resetCursorRects implementationsYavor Doganov1-4/+4
3 daysNS: Use Cocoa implementation of EmacsBell -init if named image is declaredYavor Doganov1-1/+1
4 daysLess stingy lisp-eval-depth supply for debuggerMattias Engdegård1-6/+7
7 days; Fix doc-string of Fset_frame_positionMartin Rudalics1-4/+5
8 daysFix calculation of outer frame height in NS builds (Bug#80077)Martin Rudalics1-2/+3
9 days; * src/keyboard.c: Fix style in two comments.Sean Whitton1-2/+3
10 days; * src/window.c (Fwindow_cursor_info): More cleanup.Eli Zaretskii1-1/+1
10 daysUnbreak a build --without-xEli Zaretskii1-3/+15
10 days; * src/window.c (Fwindow_cursor_info): Doc fix.Eli Zaretskii1-1/+1
10 daysNew function 'window-cursor-info'RadioNoiseE1-0/+36
10 daysAdd frame parameters 'cloned-from' and 'undeleted' (bug#80104)Stéphane Marks1-0/+4
10 days; * src/lread.c (Feval_buffer): Fix typo in docstring.Michael Albinus1-1/+1
11 days; Fix documentation of recent treesit changesEli Zaretskii1-2/+2
11 daysCompile queries in treesit-f-l-recompute-features (bug#80108)Yuan Fu1-0/+27
12 days; * src/keyboard.c (is_ignored_event): Delete redundant assignment.Po Lu1-1/+0
12 days; Add 2026 to copyright years.Sean Whitton268-276/+279
12 days; * src/keyboard.c (is_ignored_event): Fix last change.Sean Whitton1-0/+3
13 daysDon't permit special configuration events to trigger `throw-on-input'Po Lu1-12/+38
2025-12-30Inhibit looping in resize_mini_window (Bug#80017)Martin Rudalics1-2/+7
2025-12-26December 2025 spelling fixesPaul Eggert12-23/+23
2025-12-24Add ns_set_window_size_and_positionStéphane Marks2-16/+66
2025-12-24In Fns_progress_indicator fix GNUstep enum spelling (bug#79859)Stéphane Marks1-0/+5
2025-12-24Improve documentation of 'word-combining-categories'Eli Zaretskii1-5/+12
2025-12-23; * src/frame.c (Fmake_frame_invisible): Don't skip setting frame invisible.Gerd Möllmann1-5/+6
2025-12-23Implement set_window_size_and_position_hook on AndroidPo Lu3-3/+62
2025-12-22Fix handling of border face on tty child frames (bug#80043)Gerd Möllmann1-19/+46
2025-12-22; Improve documentation of 'font-spec'Eli Zaretskii1-2/+4
2025-12-22; * src/editfns.c (styled_format): fix build for C99 compilersMattias Engdegård1-1/+1
2025-12-22Add functions to set frame size and position in one compound stepMartin Rudalics7-23/+304
2025-12-22Simplify new %b/%B code many years from nowPaul Eggert1-1/+13
2025-12-22Add binary format specifications '%b' and '%B'Jacob S. Gordon1-12/+42
2025-12-22; Fix coding style in w32fns.cPo Lu1-14/+14
2025-12-21Remove binary-as-unsigned (bug#79990)Paul Eggert1-25/+3
2025-12-21; Fix system-taskbar-badges on MS-WindowsEli Zaretskii1-2/+2
2025-12-21System GUI taskbar and progress reporter hooks (bug#79859)Stéphane Marks2-0/+455
2025-12-21; Avoid compilation warnings in xwidget.c on macOSEli Zaretskii1-10/+9
2025-12-20Improve handling of non-ASCII characters in 'transpose-regions'Jens Schmidt1-62/+91
2025-12-20Fix byte-vs-char length issue in 'transpose-regions'Jens Schmidt1-7/+9
2025-12-20Don't change visibility of tty root frames (Bug#80032)Martin Rudalics1-18/+12
2025-12-19Revert to simpler (and we hope faster) TAGGEDPPaul Eggert1-8/+2
2025-12-19Don't make tty child frames visible when selected (bug#80020)Gerd Möllmann1-10/+3
2025-12-09Remove no-longer needed MALLOC_0_IS_NONNULL macro.Paul Eggert1-2/+0
2025-12-09Port back to GTK2Paul Eggert2-2/+2
2025-12-09; Fix confusing comment in xmenu.c.Paul Eggert1-1/+1
2025-12-09; Fix a typo in xterm.[ch].Eli Zaretskii2-2/+2
2025-12-08Pacify -Wunused-function re get_conversion_fieldPaul Eggert2-8/+3
2025-12-09; * src/keyboard.c (make_lispy_event): Remove unused variable.Po Lu1-1/+1