aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix tool bar size reporting on GTK when the display is scaledPo Lu2022-01-251-4/+9
* | Improve portability of X11 IM codePo Lu2022-01-251-2/+7
* | Fix invalid picture after toggling the tool bar or menu bar on GTKPo Lu2022-01-251-13/+20
* | Fix GTK native input on scaled displaysPo Lu2022-01-251-4/+6
* | Don't output spurious prefixes in read-char-exclusiveLars Ingebrigtsen2022-01-242-8/+14
* | ; * src/bytecode.c (exec_byte_code): Silence GCC warningMattias Engdegård2022-01-241-0/+2
* | Remove redundant declarations from keyboard.h that are now in lisp.hPo Lu2022-01-241-2/+0
* | Inline maybe_quitMattias Engdegård2022-01-243-16/+26
* | Bump specpdl inline, move reallocation out of lineMattias Engdegård2022-01-241-19/+24
* | Implement Ffuncall in terms of funcall_generalMattias Engdegård2022-01-241-40/+4
* | Open-code aref and aset in bytecode interpreterMattias Engdegård2022-01-241-4/+28
* | Remove the unused unbind-all bytecodeMattias Engdegård2022-01-241-7/+1
* | Move a runtime interpreter check to debug modeMattias Engdegård2022-01-241-3/+5
* | Remove nil check in exec_byte_codeMattias Engdegård2022-01-243-33/+33
* | ; * src/bytecode.c (exec_byte_code): Cosmetic improvementMattias Engdegård2022-01-241-6/+2
* | Byte code arity check micro-optimisationMattias Engdegård2022-01-241-2/+1
* | Pin bytecode strings to avoid copy at call timeMattias Engdegård2022-01-245-23/+76
* | Inline setcar and setcdr in byte-code interpreterMattias Engdegård2022-01-241-4/+13
* | Inline fixnum operations in bytecode interpreterMattias Engdegård2022-01-241-30/+108
* | Short-circuit the recursive bytecode funcall chainMattias Engdegård2022-01-243-9/+94
* | ; * src/xfns.c (xic_preedit_draw_callback): Init text_length to quieten gcc.Martin Rudalics2022-01-241-1/+1
* | Orderly inhibit frame resizing when activating tool or tab bar (Bug#52986)Martin Rudalics2022-01-241-4/+22
* | * src/xterm.c (x_composite_image): Use the display's picture format.Po Lu2022-01-241-3/+4
* | Scale coordinates when checking if a touch event falls inside menu barPo Lu2022-01-241-2/+4
* | Avoid glitches in ELC lines in build outputPaul Eggert2022-01-231-2/+2
* | * src/xterm.c (handle_one_xevent): Drop frame picture on configure.Po Lu2022-01-241-0/+9
* | Add some code for transparent frame backgrounds without CairoPo Lu2022-01-245-25/+188
* | Get rid of compose status on XI2Po Lu2022-01-241-8/+1
* | Expunge read-with-symbol-position and read-symbol-positions-listAlan Mackenzie2022-01-241-41/+0
* | Set IC preedit area on ConfigureNotifyPo Lu2022-01-241-0/+6
* | Make kill-process into a commandLars Ingebrigtsen2022-01-231-1/+2
* | Make sure cursors are drawn correctly after haiku_clear_framePo Lu2022-01-231-0/+3
* | Revert the other bits related to `load-read-file'Lars Ingebrigtsen2022-01-231-1/+1
* | Fix menus on the no-toolkit build when using XI2Po Lu2022-01-231-4/+26
* | * src/haikumenu.c (run_menu_bar_help_event): Fix bounds sanity check.Po Lu2022-01-231-1/+1
* | Clean up some of the X extension related codePo Lu2022-01-233-4/+26
* | * src/pgtkterm.c (pgtk_flash): Fix input blocking.Po Lu2022-01-231-4/+3
* | Merge branch 'scratch/correct-warning-pos'Alan Mackenzie2022-01-2210-141/+730
|\ \
| * \ Merge branch 'master' into scratch/correct-warning-posscratch/correct-warning-posAlan Mackenzie2022-01-2231-432/+1015
| |\ \
| * \ \ Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-1414-64/+255
| |\ \ \
| * | | | Commit fixes and enhancements to the scratch/correct-warning-pos branchAlan Mackenzie2022-01-141-5/+0
| * | | | Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-11255-2166/+21774
| |\ \ \ \
| * | | | | Try to make scratch/correct-warning-pos build on Windows and not segfaultAlan Mackenzie2021-12-311-3/+2
| * | | | | Miscellaneous enhancements to scratch/correct-warning-pos.Alan Mackenzie2021-12-314-21/+94
| * | | | | Make symbols with positions work with native compilationAlan Mackenzie2021-12-302-5/+242
| * | | | | Several amendments to scratch/correct-warning-pos.Alan Mackenzie2021-12-013-14/+25
| * | | | | First commit of scratch/correct-warning-pos.Alan Mackenzie2021-11-298-124/+398
* | | | | | Use load-read-function in byte-compile-from-bufferLars Ingebrigtsen2022-01-221-1/+3
* | | | | | Clarify Vprint_unreadable_function doc stringLars Ingebrigtsen2022-01-221-8/+8
* | | | | | Fix documentation of 'unprintable' stuffEli Zaretskii2022-01-221-5/+5