aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Do not include <attribute.h> from <config.h>Paul Eggert2022-03-087-11/+20
* | * src/xterm.c (handle_one_xevent): Add more dead keys.Po Lu2022-03-091-0/+24
* | Merge from origin/emacs-28Eli Zaretskii2022-03-081-2/+1
|\ \ | |/
| * Avoid assertion violations in 'bidi_resolve_brackets'Eli Zaretskii2022-03-081-2/+1
* | Handle XI focus change events that specify implicit focus correctlyPo Lu2022-03-081-6/+8
* | Fix detection of modifier keys on XInput 2Po Lu2022-03-081-1/+1
* | Fix more uses of opaque Visual structurePo Lu2022-03-085-8/+8
* | Return actual color cell count in x-display-color-cellsPo Lu2022-03-081-6/+9
* | Avoid color leaks while better ensuring a close color is foundPo Lu2022-03-081-5/+30
* | Fix choice of visuals for XPM iconPo Lu2022-03-081-1/+3
* | Remove lock file in --no-build-details, tooLars Ingebrigtsen2022-03-071-1/+6
* | Correctly handle exposure in oldXMenuPo Lu2022-03-073-4/+15
* | Improve color handling on colormapped displaysPo Lu2022-03-073-23/+44
* | Handle color allocation failures caused by colormap changesPo Lu2022-03-071-0/+28
* | ; * src/xterm.c (x_alloc_nearest_color_1): Commit missing hunk (again).Po Lu2022-03-071-4/+0
* | ; * src/xterm.c (x_alloc_nearest_color_1): Add missing part of change.Po Lu2022-03-071-1/+1
* | Fix color leakPo Lu2022-03-071-6/+2
* | Fix maximum selection size reportingPo Lu2022-03-071-1/+5
* | Fix clearing of scroll bars on builds with disabled double buffersPo Lu2022-03-071-9/+13
* | Get rid of a loop through all frames when processing eventsPo Lu2022-03-071-17/+18
* | Don't accept whitespace or hex floats in rgbi: colour specsMattias EngdegÄrd2022-03-061-0/+5
* | Respect inhibit-double-buffering on non-toolkit scroll barsPo Lu2022-03-062-2/+15
* | Slightly fix mouse-highlight processing on HaikuPo Lu2022-03-061-2/+3
* | Implement frame cascading on HaikuPo Lu2022-03-061-1/+11
* | Implement "window cascading" on NSPo Lu2022-03-061-1/+21
* | Reduce non-toolkit scroll bar flickerPo Lu2022-03-062-15/+158
* | Fix reporting of menu bar wheel events on no toolkit buildsPo Lu2022-03-061-5/+5
* | Use pselect instead of select in nsterm.mRobert Pluim2022-03-051-1/+1
* | Obey decorator-specified width and height of tooltip frames on HaikuPo Lu2022-03-054-0/+19
* | 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