aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Optimize struct layout for spaceAndreas Politz2017-10-071-1/+1
| | * | | | | | | | Make boolean struct member use one bitAndreas Politz2017-10-071-1/+1
| | * | | | | | | | Adapt overlays when multibyteness changesAndreas Politz2017-10-061-0/+52
| | * | | | | | | | Add a function collecting all interval nodesAndreas Politz2017-10-062-0/+23
| | * | | | | | | | Fix assignment of offset to newly inserted nodes.Andreas Politz2017-10-051-1/+3
| | * | | | | | | | Add offsets when inspecting a node's children's valuesAndreas Politz2017-10-051-2/+4
| | * | | | | | | | Provide a new tree data-structure for overlays.Andreas Politz2017-10-0419-1347/+1916
| * | | | | | | | | Fix warning in xsettings.cStefan Kangas2022-10-281-0/+1
| * | | | | | | | | cconv.el: Fix regression in cconv-tests-interactive-closure-bug51695Stefan Monnier2022-10-281-12/+9
| * | | | | | | | | Include more information in error data for sqlite errorsJonas Bernoulli2022-10-281-24/+33
| * | | | | | | | | Simplify scroll valuator reset handlingPo Lu2022-10-282-34/+36
| * | | | | | | | | Clean up some xwidgets codePo Lu2022-10-281-31/+43
| * | | | | | | | | Fix Haiku subprocess supportPo Lu2022-10-281-1/+4
| * | | | | | | | | Fix build without Cairo FreeType and fontconfig supportPo Lu2022-10-281-2/+4
| * | | | | | | | | Fix detection of DPI changes in builds without XftVincent Bernat2022-10-281-2/+17
| * | | | | | | | | ; * src/keyboard.c (command_loop_1): Remove unused variable.Eli Zaretskii2022-10-271-6/+2
| * | | | | | | | | Avoid recentering when point enters invisible text at BOLEli Zaretskii2022-10-271-13/+21
| * | | | | | | | | Fix reporting of iconic state on old window managersPo Lu2022-10-271-2/+18
| * | | | | | | | | Fix rare problems with current-column when text is invisibleEli Zaretskii2022-10-261-0/+8
| * | | | | | | | | Prevent gui_consider_frame_title from restoring dead top framesPo Lu2022-10-261-10/+19
| * | | | | | | | | Clean up some event handling codePo Lu2022-10-261-6/+7
| * | | | | | | | | Fix Haiku build for recent changes to system headersPo Lu2022-10-261-13/+13
| * | | | | | | | | Set `comp-no-spawn' earlier using -no-comp-spawnAndrea Corallo2022-10-261-0/+1
| * | | | | | | | | Ignore non-base64 junk when decoding MIMEAndreas Schwab2022-10-251-18/+26
| * | | | | | | | | (Ffunction): Make interpreted closures safe for spaceStefan Monnier2022-10-251-9/+18
| * | | | | | | | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2022-10-254-12/+53
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix drag-and-drop bugs on Lucid buildPo Lu2022-10-254-12/+53
| * | | | | | | | | | lisp.h: Remove unnecessary preprocessor conditionsLin Sun2022-10-251-2/+0
| |/ / / / / / / / /
| * | | | | | | | | Fix focus stealing in the Emacs server for old window managersPo Lu2022-10-241-14/+30
| * | | | | | | | | Fix regexp matching with atomic strings and optimised backtrackingMattias EngdegÄrd2022-10-241-5/+9
| * | | | | | | | | Reduce duplicate code for creating "special windows"Po Lu2022-10-232-29/+32
| * | | | | | | | | Audit some plist uses with new predicate argumentBasil L. Contovounesios2022-10-221-44/+53
| * | | | | | | | | Further fixes to menu event processing on no-toolkit buildsPo Lu2022-10-222-1/+9
| * | | | | | | | | ; * src/menu.c (x_popup_menu_1): Make 'cancel_hourglass' call conditional.Eli Zaretskii2022-10-211-0/+2
| * | | | | | | | | ; * src/menu.c: Include dispextern.h (bug#58688).Eli Zaretskii2022-10-211-0/+1
| * | | | | | | | | Fix various menu problemsPo Lu2022-10-212-3/+50
| * | | | | | | | | Fix delivery of window manager ping events during menuPo Lu2022-10-212-6/+9
| | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Work around problems setting input focus when a frame is in the backgroundPo Lu2022-10-201-0/+119
| * | | | | | | | Fix various buildsPo Lu2022-10-191-1/+17
| * | | | | | | | Fix build warning without XKB, Xmb, and XInput 2Po Lu2022-10-191-0/+7
| * | | | | | | | Merge from origin/emacs-28Stefan Kangas2022-10-191-8/+9
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | ; * src/window.c: Fix some comments. (Bug#58550)Manuel Giraud2022-10-171-8/+9
| * | | | | | | | ; * src/xterm.c (mark_xterm): Fix x11 with i18n buildRandy Taylor2022-10-191-1/+1
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Fix bug#58584Po Lu2022-10-181-4/+11
| * | | | | | | Fix pieces of code being too expensive over slow network connectionsPo Lu2022-10-175-129/+345
| * | | | | | | Merge from origin/emacs-28Stefan Kangas2022-10-161-2/+15
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | ; Fix documentation of 'comp-enable-subr-trampolines'Eli Zaretskii2022-10-151-2/+15
| * | | | | | | Adapt last change to Haiku portPo Lu2022-10-162-5/+32
| * | | | | | | Fix multiple sources of flicker under XPo Lu2022-10-163-45/+102
| | |_|_|/ / / | |/| | | | |
| * | | | | | ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-153-4/+4