summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-24Open-code aref and aset in bytecode interpreterMattias Engdegård
2022-01-24Remove the unused unbind-all bytecodeMattias Engdegård
2022-01-24Move a runtime interpreter check to debug modeMattias Engdegård
2022-01-24Remove nil check in exec_byte_codeMattias Engdegård
2022-01-24; * src/bytecode.c (exec_byte_code): Cosmetic improvementMattias Engdegård
2022-01-24Byte code arity check micro-optimisationMattias Engdegård
2022-01-24Pin bytecode strings to avoid copy at call timeMattias Engdegård
2022-01-24Inline setcar and setcdr in byte-code interpreterMattias Engdegård
2022-01-24Inline fixnum operations in bytecode interpreterMattias Engdegård
2022-01-24Short-circuit the recursive bytecode funcall chainMattias Engdegård
2022-01-24; * src/xfns.c (xic_preedit_draw_callback): Init text_length to quieten gcc.Martin Rudalics
2022-01-24Orderly inhibit frame resizing when activating tool or tab bar (Bug#52986)Martin Rudalics
2022-01-24* src/xterm.c (x_composite_image): Use the display's picture format.Po Lu
2022-01-24Scale coordinates when checking if a touch event falls inside menu barPo Lu
2022-01-23Avoid glitches in ELC lines in build outputPaul Eggert
2022-01-24* src/xterm.c (handle_one_xevent): Drop frame picture on configure.Po Lu
2022-01-24Add some code for transparent frame backgrounds without CairoPo Lu
2022-01-24Get rid of compose status on XI2Po Lu
2022-01-24Expunge read-with-symbol-position and read-symbol-positions-listAlan Mackenzie
2022-01-24Set IC preedit area on ConfigureNotifyPo Lu
2022-01-23Make kill-process into a commandLars Ingebrigtsen
2022-01-23Make sure cursors are drawn correctly after haiku_clear_framePo Lu
2022-01-23Revert the other bits related to `load-read-file'Lars Ingebrigtsen
2022-01-23Fix menus on the no-toolkit build when using XI2Po Lu
2022-01-23* src/haikumenu.c (run_menu_bar_help_event): Fix bounds sanity check.Po Lu
2022-01-23Clean up some of the X extension related codePo Lu
2022-01-23* src/pgtkterm.c (pgtk_flash): Fix input blocking.Po Lu
2022-01-22Merge branch 'scratch/correct-warning-pos'Alan Mackenzie
2022-01-22Use load-read-function in byte-compile-from-bufferLars Ingebrigtsen
2022-01-22Clarify Vprint_unreadable_function doc stringLars Ingebrigtsen
2022-01-22Fix documentation of 'unprintable' stuffEli Zaretskii
2022-01-22Add new variable print-unreadable-functionLars Ingebrigtsen
2022-01-22Add some menu bar help code on GNUstepPo Lu
2022-01-22Fix PGTK build with xwidgetsPo Lu
2022-01-22Fix GNUstep build warningsPo Lu
2022-01-22; * src/xdisp.c (Fbidi_find_overridden_directionality): Doc fix.Eli Zaretskii
2022-01-22Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie
2022-01-22Prevent raw bytes from being displayed as help text on HaikuPo Lu
2022-01-22Use locale coding system to decode XIM preedit textPo Lu
2022-01-22Get rid of some unnecessary code in handle_one_xeventPo Lu
2022-01-22Fix recent changes to visible bell codePo Lu
2022-01-22Clean up visible bell code on XPo Lu
2022-01-22Fix crash when the visible bell is rung but there is no cairo surfacePo Lu
2022-01-21Avoid glitches in ELC lines in build outputPaul Eggert
2022-01-21Simplify AM_V_ELC setupPaul Eggert
2022-01-21* src/keyboard.c (start_polling): Fix type mixup.Glenn Morris
2022-01-21* src/keyboard.c (syms_of_keyboard): Fix build without input polling.Po Lu
2022-01-21Make xwidgets work on builds that don't use Cairo drawingPo Lu
2022-01-21Synchronize XI2 code with Core Input codePo Lu
2022-01-21Merge from origin/emacs-28Po Lu