aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * src/bytecode.c (exec_byte_code): better variable namingscratch/bytecode-speedupMattias Engdegård2022-01-181-6/+6
* Inline maybe_quitMattias Engdegård2022-01-183-16/+26
* Bump specpdl inline, move reallocation out of lineMattias Engdegård2022-01-151-20/+25
* Implement Ffuncall in terms of funcall_generalMattias Engdegård2022-01-131-40/+4
* Don't crash on unbalanced unwinds in debug modeMattias Engdegård2022-01-121-2/+9
* Open-code aref and aset in bytecode interpreterMattias Engdegård2022-01-111-4/+28
* Remove the unused unbind-all bytecodeMattias Engdegård2022-01-111-7/+1
* Move a runtime interpreter check to ENABLE_CHECKINGMattias Engdegård2022-01-111-7/+2
* Remove nil check in exec_byte_codeMattias Engdegård2022-01-113-33/+33
* ; * src/bytecode.c (exec_byte_code): Cosmetic improvementMattias Engdegård2022-01-111-6/+2
* Byte code arity check micro-optimisationMattias Engdegård2022-01-111-2/+1
* Pin bytecode strings to avoid copy at call timeMattias Engdegård2022-01-115-23/+76
* Inline setcar and setcdr in byte-code interpreterMattias Engdegård2022-01-021-4/+13
* Inline fixnum operations in bytecode interpreterMattias Engdegård2022-01-021-30/+108
* Short-circuit the recursive bytecode funcall chainMattias Engdegård2022-01-023-9/+94
* Add column width to tooltip frame width on pgtkPo Lu2022-01-021-0/+1
* Fix mouse wheel scroll direction on pgtkPo Lu2022-01-021-2/+2
* Stop sending touch-end events if coalescing scroll eventsPo Lu2022-01-021-3/+3
* Fix mouse face problems when moving between two frames on HaikuPo Lu2022-01-022-9/+48
* Make quitting actually work in Haiku file dialogsPo Lu2022-01-023-5/+14
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-0125-25/+25
* Merge from origin/emacs-28Eli Zaretskii2022-01-01229-230/+230
|\
| * * src/xfaces.c (face_for_font): Make 'hash' be uintptr_t.Zhehao Lin2022-01-011-1/+1
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01229-229/+229
* | Make last change compilePo Lu2022-01-011-4/+2
* | Fix expose events in non-double-buffered child frames on HaikuPo Lu2022-01-011-1/+3
* | Fix some more off-by-one errors in Haiku image codePo Lu2022-01-012-8/+9
* | Fix deadlocks with invisible frames and threads in HaikuPo Lu2022-01-011-0/+21
* | Set display last user time when handling pinch eventsPo Lu2022-01-011-0/+4
* | Fix child frame synchronization order on HaikuPo Lu2022-01-011-5/+5
* | Implement numeric values of `mouse-highlight' on HaikuPo Lu2022-01-011-0/+21
* | Merge from origin/emacs-28Stefan Kangas2022-01-011-4/+5
|\ \ | |/
| * Improve doc strings of fringe indicator variablesEli Zaretskii2021-12-311-4/+5
| * Avoid assertion violations with variable-weight fontsEli Zaretskii2021-12-301-3/+6
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsPo Lu2022-01-011-7/+12
|\ \
| * | Print dead xwidgets speciallyPo Lu2022-01-011-7/+12
* | | Flush frames after mouse face is cleared on a child frame in HaikuPo Lu2022-01-012-0/+11
|/ /
* | Fix copyright dates in some files belonging to the pgtk portPo Lu2021-12-317-7/+7
* | On Haiku, sync a frames's connection to the app sever after raisingPo Lu2021-12-313-1/+16
* | Fix child frame unlinking on HaikuPo Lu2021-12-311-3/+5
* | Use a single global lock for the child frame state on HaikuPo Lu2021-12-311-3/+72
* | Prevent double buffering from being disabled on USE_BE_CAIRO buildsPo Lu2021-12-312-92/+16
* | Don't select for gesture events on xwidgets if the server is too oldPo Lu2021-12-311-3/+6
* | (Fmake_finalizer): Check the arg is a functionStefan Monnier2021-12-312-0/+2
* | Don't store docstrings of preloaded .el files in etc/DOCStefan Monnier2021-12-303-48/+13
* | Add pinch event support to xwidgetsPo Lu2021-12-313-7/+106
* | Restore original xwidget embedder after performing a lispy eventPo Lu2021-12-311-3/+23
* | * src/xwidget.c (Fxwidget_perform_lispy_event): Use FRAME_WINDOW_P.Po Lu2021-12-311-1/+1
* | Fix previous change in 'pop_it'Eli Zaretskii2021-12-301-32/+23
* | Fix start-of-box-face display after display and overlay stringsEli Zaretskii2021-12-301-4/+23