aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Write a dummy event on each popup menu eventPo Lu2022-01-294-8/+20
* | Fix compiler warning due to a recent changeEli Zaretskii2022-01-291-3/+2
* | Improve menu drag tracking on HaikuPo Lu2022-01-291-1/+2
* | Make menus on Haiku work betterPo Lu2022-01-291-1/+6
* | Implement real menu help-echo text on HaikuPo Lu2022-01-295-32/+216
* | * src/data.c (Ffset, defalias): Complete last changeStefan Monnier2022-01-281-3/+3
* | Reduce code duplication in parts of (auto)load&defaliasStefan Monnier2022-01-285-61/+63
* | Prevent duplicate grab setting with xwidgetsPo Lu2022-01-281-1/+1
* | Use the real cursor beneath the pointer on xwidgetsPo Lu2022-01-282-13/+60
* | Fix xwidget build on PGTKPo Lu2022-01-281-4/+4
* | ; Rename 'startup--require-comp-safetly'Eli Zaretskii2022-01-281-1/+1
* | Fix duplicate scroll events without XI2Po Lu2022-01-281-35/+38
* | Clear xwidget passive grab whenever a drag beginsPo Lu2022-01-282-0/+26
* | * src/xterm.c (handle_one_xevent): Remove obsolete workaround.Po Lu2022-01-281-8/+1
* | Fix inappropriate use of killed xwidgetsPo Lu2022-01-281-2/+5
* | Implement xwidget passive grabsPo Lu2022-01-282-33/+165
* | Add new switch --init-directoryLars Ingebrigtsen2022-01-271-0/+1
* | Fix potential native compiler circular dependencies during loadAndrea Corallo2022-01-271-1/+5
* | Improve detection of glyphless characters on TTY framesEli Zaretskii2022-01-271-2/+6
* | Revert "Don't output spurious prefixes in read-char-exclusive"Lars Ingebrigtsen2022-01-272-14/+8
* | Improve xwidget window ancestry calculationsPo Lu2022-01-271-7/+177
* | * src/pdumper.c (dump_vectorlike): Handle PVEC_SYMBOL_WITH_POS.Andreas Schwab2022-01-271-1/+3
* | Merge from origin/emacs-28Stefan Kangas2022-01-271-1/+2
|\ \ | |/
| * Fix 'make_lispy_position' when there's an image at EOBEli Zaretskii2022-01-261-1/+2
* | Implement crossing event generation between windows for xwidgets on XPo Lu2022-01-272-20/+170
* | Improve XI2 valuator reset logicPo Lu2022-01-271-26/+17
* | * src/xterm.c (x_focus_frame): Set input focus on outer window.Po Lu2022-01-271-1/+1
* | Get rid of unnecessary draw locking in haikumenu.cPo Lu2022-01-271-2/+0
* | Apply fix for bug#52761 to GTK native input as wellPo Lu2022-01-271-12/+20
* | Minor `concat` tweaksMattias EngdegÄrd2022-01-261-9/+7
* | Add workaround for super modifier misconfiguration to non-XKB codePo Lu2022-01-261-0/+6
* | Make use of NILP where possibleAndrea Corallo2022-01-265-13/+13
* | Simplify Haiku scrolling codePo Lu2022-01-261-41/+5
* | Fix GTK menu bar height reporting when scaledPo Lu2022-01-261-2/+3
* | ; * src/xterm.c (handle_one_xevent): Fix formatting of XI2 switch.Po Lu2022-01-261-1/+13
* | Merge from origin/emacs-28Stefan Kangas2022-01-261-1/+2
|\ \ | |/
| * ; * src/composite.c (syms_of_composite) <auto-composition-mode>: Doc fix.Eli Zaretskii2022-01-251-1/+2
* | Simplify Haiku underline codePo Lu2022-01-261-11/+3
* | Make `haiku-menu-bar-open' fasterPo Lu2022-01-262-14/+27
* | * src/image.c (parse_image_spec): Use NILP.Stefan Kangas2022-01-261-1/+1
* | * src/comp.c (emit_lisp_obj_rval): Make use of NILP.Andrea Corallo2022-01-251-1/+1
* | ;* src/fns.c (concat_strings): Add missing space.Andrea Corallo2022-01-251-1/+1
* | * src/comp.c (emit_limple_insn): Fix another int/Lisp_Object mixupStefan Monnier2022-01-251-2/+2
* | ; * src/fns.c (concat_strings): Fix comment style.Eli Zaretskii2022-01-251-2/+2
* | * src/fns.c (concat_strings): Clean-up unused variable.Andrea Corallo2022-01-251-2/+0
* | * src/lisp.h (lisp_h_EQ, lisp_h_NILP): Fix length and indentStefan Monnier2022-01-251-14/+17
* | Faster concat, append, vconcat, copy-sequence, etcMattias EngdegÄrd2022-01-251-238/+304
* | Improve reliability of menu bar updates on HaikuPo Lu2022-01-254-16/+61
* | * src/haiku_support.cc (Highlight): Send events if !highlight_p.Po Lu2022-01-251-1/+1
* | Don't send menu help events on Haiku if the pointer isn't in the menuPo Lu2022-01-251-4/+10