aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix over-zealous assertionsMattias Engdegård2022-03-171-2/+2
* ; Fix mistake in last commit (use of wrong variable)Mattias Engdegård2022-03-171-1/+1
* Resolve sort predicate ahead of timeMattias Engdegård2022-03-171-1/+13
* ; Minor improvements to timsortAndrew G Cohen2022-03-163-28/+28
* Replace list and vector sorting with TIMSORT algorithmAndrew G Cohen2022-03-115-98/+993
* Add optional GC marking function to specpdl unwind_ptr recordMattias Engdegård2022-03-052-1/+24
* Garbage Haiku tooltip frames on size changePo Lu2022-03-051-0/+4
* Fix process-attributes time precision on BSDPaul Eggert2022-03-041-59/+47
* Fix process-attributes time precision on GNU/LinuxPaul Eggert2022-03-043-78/+49
* %CPU can exceed 100 on GNU/LinuxPaul Eggert2022-03-041-2/+0
* Avoid unnecessary make_float in time arithmeticPaul Eggert2022-03-041-4/+12
* Fix FreeBSD typo in process-attributes cstimePaul Eggert2022-03-041-1/+1
* Flush default GC before using it in functions that accept a GContextPo Lu2022-03-051-0/+6
* Remove render code in x_scroll_run and drop NoExpose events insteadPo Lu2022-03-051-18/+9
* Prevent some NoExpose events from being generatedPo Lu2022-03-051-6/+18
* Improve scroll-bar-mode/default-frame-alist interaction docsLars Ingebrigtsen2022-03-041-4/+14
* Add some sleeps to gnutls_try_handshakeLars Ingebrigtsen2022-03-041-0/+4
* Add a few warnings about special event structures on XPo Lu2022-03-041-2/+19
* Fix some errors in stretch glyphs code on PGTKPo Lu2022-03-041-17/+6
* Initialize time inside motion and button events converted from XI eventsPo Lu2022-03-041-10/+19
* Correctly process legacy XI wheel events on top of scroll barsPo Lu2022-03-041-0/+42
* Pass core scroll wheel events outside the edit widget to Emacs on GTKPo Lu2022-03-041-2/+43
* Fix display of stretch glyphs when hscrolled on PGTKPo Lu2022-03-041-14/+11
* * src/pgtkterm.c (pgtk_draw_fringe_bitmap): Synchronize logic with X.Po Lu2022-03-041-1/+14
* ; * src/nsterm.m (ns_draw_fringe_bitmap): Fix typo in last change.Po Lu2022-03-041-1/+2
* Synchronize NS fringe bitmap code with XPo Lu2022-03-041-0/+7
* Synchronize Haiku fringe bitmap code with XPo Lu2022-03-041-9/+23
* Merge from origin/emacs-28Po Lu2022-03-045-3/+51
|\
| * Avoid crashes when fringe bitmaps are defined in daemon modeEli Zaretskii2022-03-034-2/+47
| * One more fix of the BPA implementationEli Zaretskii2022-03-031-0/+1
| * Fix handling of brackets in BPAEli Zaretskii2022-03-031-1/+3
* | * src/xterm.c: Fix commentary on GTK client side windows.Po Lu2022-03-031-3/+3
* | Fix Motif build without toolkit scroll barsPo Lu2022-03-031-2/+4
* | Don't calculate any frame for extension eventsPo Lu2022-03-031-5/+3
* | Implement `toolkit_position_hook' on PGTKPo Lu2022-03-031-1/+30
* | ; * src/termhooks.h (struct terminal): Fix typo in comment.Po Lu2022-03-021-2/+2
* | Fix menu bar position reporting on Haiku as wellPo Lu2022-03-021-0/+10
* | Fix reporting of imaginary key prefixes on toolkit tool and menu barsPo Lu2022-03-023-0/+61
* | Fix some bugs with multiple terminals on HaikuPo Lu2022-03-021-3/+8
* | * src/msdos.c (dos_rawgetc): Handle tab bar clicks correctly.Po Lu2022-03-021-1/+2
* | Fix odd scrolling bugs on LessTifPo Lu2022-03-021-9/+20
* | Improve behavior of Motif popup menus on XI2Po Lu2022-03-021-0/+9
* | Add PropertyChangeMask to the standard event setPo Lu2022-03-012-5/+1
* | Fix crashes and other bugs on LessTifPo Lu2022-03-011-0/+5
* | Fix reporting of wheel events on top of GTK scroll barsPo Lu2022-03-014-25/+17
* | ; * src/xwidget.c: Add missing part of last change.Po Lu2022-03-011-1/+1
* | * src/xwidget.h: Fix build with XI 2.4.Po Lu2022-03-011-1/+1
* | Avoid duplicate wheel and button events on non-toolkit scroll barsPo Lu2022-03-011-1/+36
* | Fix old X menu on builds with XI2Po Lu2022-03-011-0/+61
* | Disable some code that interferes with menus on LucidPo Lu2022-03-011-2/+4