aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/igcfeature/igcHelmut Eller2026-02-1318-162/+502
|\
| * ; * src/dispnew.c (box_default): Shut up compilation warnings (bug#80386).Eli Zaretskii2026-02-123-3/+3
| * * src/lisp.h (struct Lisp_Fwd): Add comments.Helmut Eller2026-02-121-5/+5
| * Move the Lisp_Fwd.bufoffset field back to the unionHelmut Eller2026-02-123-10/+16
| * Introduce an enum Lisp_Fwd_PredicateHelmut Eller2026-02-123-45/+77
| * Remove struct Lisp_Buffer_ObjfwdHelmut Eller2026-02-123-39/+39
| * Remove struct Lisp_Kboard_ObjfwdHelmut Eller2026-02-122-19/+10
| * Remove struct Lisp_ObjfwdHelmut Eller2026-02-124-29/+20
| * Remove struct Lisp_BoolfwdHelmut Eller2026-02-123-18/+9
| * Remove struct Lisp_IntfwdHelmut Eller2026-02-123-23/+13
| * Introduce a struct Lisp_FwdHelmut Eller2026-02-125-162/+96
| * Make Lisp_Buffer_Objfwd objects constHelmut Eller2026-02-122-94/+84
| * Don't dump lispfwd objectsHelmut Eller2026-02-121-22/+47
| * Make 'overlays_in' use only real EOB (bug#80242)Stephen Berman2026-02-121-7/+6
| * Move ns_init_colors from ns_term_init to emacs.c (bug#80377)Stéphane Marks2026-02-122-48/+62
| * Scale position values in xg_frame_set_size_and_positionMartin Rudalics2026-02-121-0/+2
| * ; Fix recently installed changesEli Zaretskii2026-02-112-10/+7
| * system-sleep sleep blocker and sleep/wake event package (bug#80348)Stéphane Marks2026-02-116-9/+274
| * * src/process.c (server_accept_connection): Fix assertion (bug#80237).Eli Zaretskii2026-02-101-2/+6
| * Support D-Bus file descriptor manipulationMichael Albinus2026-02-071-83/+105
| * Minor improvements in vertical cusror motionEli Zaretskii2026-02-011-2/+4
| * Fix macOS 26 (Tahoe) scrolling lag and input handling issuesBoris Buliga2026-01-311-0/+9
| * xsettings: honor GDK DPI scaling valuesDaniel Colascione2026-01-301-1/+31
* | * src/igc.c (decode_ptr): Can't use XCONS etc. with igc_check_fwd.Helmut Eller2026-02-121-5/+12
* | * src/pdumper.c (dump_hash_table_kv): Fix for 32bit machines.Helmut Eller2026-02-121-2/+4
* | * src/igc.c (is_dflt_fwd): Avoid false positives due to exthdrs.Helmut Eller2026-02-081-1/+2
* | Update struct hashesHelmut Eller2026-02-082-4/+4
* | ; * src/thread.c (run_thread): Fix last change.Eli Zaretskii2026-02-071-3/+1
* | * src/thread.c (run_thread): Do not igc_xfree handlers on macOS/arm64Gerd Möllmann2026-02-071-0/+2
* | Fix compilation error in print.cEli Zaretskii2026-02-071-1/+2
* | ; Fix a compilation warning if not USE_EPHEMERON_POOLGerd Möllmann2026-02-031-0/+2
* | Alternative implementation for weak hash tablesHelmut Eller2026-02-029-163/+972
* | ; * src/sound.c (Fw32_sound_volume): Avoid compiler warning.Eli Zaretskii2026-01-311-1/+2
* | Merge branch 'master' into feature/igcHelmut Eller2026-01-3030-515/+1043
|\ \ | |/
| * Avoid interference between child frame deletion and recenteringEli Zaretskii2026-01-291-0/+27
| * ; Fix MS-Windows build broken by recent treesit.c changesEli Zaretskii2026-01-281-4/+4
| * Always unset lisp_data when freeing imagesBasil L. Contovounesios2026-01-281-30/+4
| * Fix tree-sitter traversal slowness (bug#80108)Yuan Fu2026-01-281-42/+6
| * ; Avoid warnings when neither GIF nor WebP are supportedPo Lu2026-01-271-0/+4
| * Fix image.c compilation when HAVE_GIF is not definedEli Zaretskii2026-01-261-0/+4
| * (read_char_minibuf_menu_prompt): Fix bug#80146Stefan Monnier2026-01-261-8/+11
| * Fix point-adjustment when overlays are specific to windowsEli Zaretskii2026-01-261-4/+6
| * ; * src/buffer.h: Mention indirect buffers in 'buffer_window_count' commentMartin Rudalics2026-01-251-1/+3
| * ; * src/pdumper.c (dump_buffer): Update hash.Basil L. Contovounesios2026-01-241-1/+1
| * Improve (WebP) image animationBasil L. Contovounesios2026-01-241-211/+305
| * Improve animation cache documentationBasil L. Contovounesios2026-01-241-22/+37
| * Support cons cell for 'line-spacing'Daniel Mendler2026-01-248-30/+140
| * ; Safer 'x-display-monitor-attributes-list'Eli Zaretskii2026-01-241-1/+2
| * Fix MS-Windows build broken by recent updates in MinGW64 headersEli Zaretskii2026-01-221-4/+0
| * ; * src/alloc.c (Fgarbage_collect_heapsize): Avoid compiler warning.Eli Zaretskii2026-01-211-1/+1