summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-17* src/xterm.c (x_init_master_valuators): Clear `pending_enter_reset'.Po Lu
2022-02-17Improve handling of XI2 wheel movementPo Lu
2022-02-17Fix SIGFPE on some fonts when calculating their average width on HaikuPo Lu
2022-02-17* src/emacsgtkfixed.c (XSetWMSizeHints): Improve fix for bug#8919.Po Lu
2022-02-17Don't auto-lower when moving onto a menu bar on HaikuPo Lu
2022-02-17Handle `unspecified' values of symbolic font values on HaikuPo Lu
2022-02-16Fix recent change in xwidget.cPo Lu
2022-02-16Speed up count_size_as_multibyteMattias Engdegård
2022-02-16Fix frame focus handling with native inputPo Lu
2022-02-16Resolve xwidget scrolling mysteriesPo Lu
2022-02-16Decode keyboard input as latin-1 whenever appropriatePo Lu
2022-02-16Don't decode text within XIM callbacks or handle_one_xeventPo Lu
2022-02-15Fix parsing of some semibold font styles on HaikuPo Lu
2022-02-15Disable auto-lowering and raising on Haiku when a popup is activePo Lu
2022-02-15Replace use of `DefaultRootWindow' with our recorded root windowPo Lu
2022-02-15* src/xterm.c (init_xterm): Use more reliable method to disable XI2.Po Lu
2022-02-15Better handle devices being enabled on XI2Po Lu
2022-02-14Don't signal errors in abbrev-table-pLars Ingebrigtsen
2022-02-14Premultiply background color by alpha for imagesPo Lu
2022-02-14Improve Haiku selection handlingPo Lu
2022-02-14Handle allocation failures of fringe bitmaps on HaikuPo Lu
2022-02-14Ensure bad values don't leak into scroll valuators after DeviceChangePo Lu
2022-02-14Restore valuator values after receiving a DeviceChanged eventPo Lu
2022-02-14Improve efficency of handling DeviceChanged eventsPo Lu
2022-02-14Try to reduce empty areas on GTK when a frame is being resizedPo Lu
2022-02-14Fix wide fringe bitmap processing on HaikuPo Lu
2022-02-13* src/haikuterm.c (haiku_read_socket): Implement auto-lower.Po Lu
2022-02-13Only get rid of IC focus if focus is really gonePo Lu
2022-02-13Prevent crashes from illegal locale coding systemsPo Lu
2022-02-13Note meaning on nil HIST in Fread_from_minibufferLars Ingebrigtsen
2022-02-13* src/eval.c (specpdl_unrewind): Remove empty statement.Andreas Schwab
2022-02-13Avoid a compilation warning in eval.cLars Ingebrigtsen
2022-02-13Fix integer overflow with 32-bit visualPo Lu
2022-02-13Work around tooltip bug on new versions of WebKitGTKPo Lu
2022-02-13Stop quering for Xinerama inside x_get_monitor_attributesPo Lu
2022-02-13* src/pgtkfns.c (Fx_create_frame): Set `was_invisible' flag.Po Lu
2022-02-13Use better GC for visible bell on colormapped visualsPo Lu
2022-02-13Fix the Haiku portPo Lu
2022-02-13Fix last change in xterm.cPo Lu
2022-02-12* src/xterm.c (x_update_opaque_region): Avoid crash at startup in Lucid buildStefan Monnier
2022-02-12Rewrite thread context switch code (bug#48990)Stefan Monnier
2022-02-12Speed up `=` on fixnums in bytecodeMattias Engdegård
2022-02-12; * src/xdisp.c (syms_of_xdisp): Fix formatting of last change.Eli Zaretskii
2022-02-12Optionally allow point to enter composed character sequencesEli Zaretskii
2022-02-12Count bytes, not records, in specpdl_refMattias Engdegård
2022-02-12Turn specpdl_ref into a type of its ownMattias Engdegård
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-02-12Fix entry and exit events with XI2 grabs on X toolkit menusPo Lu
2022-02-12Clean up mode-line-* faces handlingEli Zaretskii
2022-02-12Implement visual bell on Haiku like on XPo Lu