summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-05-07Fix mouse face dismissal in some widget popupsPo Lu
2022-05-07Avoid having font locking triggering unnecessary auto-savingLars Ingebrigtsen
2022-05-07Cache color lookup failures as wellPo Lu
2022-05-07; Merge from master.Yuan Fu
2022-05-07Add tree-sitter intergrationYuan Fu
2022-05-07Fix 32-bit Haiku buildPo Lu
2022-05-07Implement `sticky' frame parameter on HaikuPo Lu
2022-05-07Fix race conditions in the Haiku file dialogPo Lu
2022-05-07Fix freezes with some oddball menusPo Lu
2022-05-06Improve font specs generated by the Haiku font dialogPo Lu
2022-05-06Fix calculation of display resolution on HaikuPo Lu
2022-05-06Merge from origin/emacs-28Stefan Kangas
2022-05-06Fix more problems with display of composite glyph strings on HaikuPo Lu
2022-05-06Fix mouse face persisting inside Lucid menus on XI2Po Lu
2022-05-06Fix menu dismissal problems on Xt builds with XI2Po Lu
2022-05-06Fix more issues with DND state on multiple displaysPo Lu
2022-05-06Improve safety of DND when Emacs is connected to multiple displaysPo Lu
2022-05-05Be more resilient towards errors during error handlingLars Ingebrigtsen
2022-05-05Set GC line width on more GCsPo Lu
2022-05-05Be more resilient towards errors during error handlingLars Ingebrigtsen
2022-05-05Speed up opening fonts on HaikuPo Lu
2022-05-05Fix font weight reporting on macOSPo Lu
2022-05-05Improve appearance of macOS font panel buttonsPo Lu
2022-05-05; * src/w32notify.c: Fix a typo in a comment.Eli Zaretskii
2022-05-05Fix min size reporting of style pane in Haiku font dialogsPo Lu
2022-05-05; * src/window.c (Fset_window_start): Mention the effect on vscroll.Eli Zaretskii
2022-05-05Use bswap_32 and bswap_16 in Motif DND codePo Lu
2022-05-05Take size into account when previewing fonts on HaikuPo Lu
2022-05-05Allow displaying font preview on HaikuPo Lu
2022-05-05Fix device reporting from scroll bar events on XPo Lu
2022-05-04* src/xterm.c (handle_one_xevent): Fix int/Lisp_Object mix-up.Glenn Morris
2022-05-04Remove unused variable in Haiku selection codePo Lu
2022-05-04Correctly encode and decode filenames on NSPo Lu
2022-05-04Fix file name encoding on Haiku file dialogsPo Lu
2022-05-04Set initial size in the Haiku font dialogPo Lu
2022-05-04Encode and decode filenames correctly on HaikuPo Lu
2022-05-04Clean up Haiku file panel codePo Lu
2022-05-04* src/haikufns.c (haiku_create_frame): Improve default border width.Po Lu
2022-05-04Fix display of placeholder composite string on HaikuPo Lu
2022-05-04Fix event mask and source indication of _NET_WM_STATE messagesPo Lu
2022-05-03* src/haiku_support.cc (DrawContent): Use right UI color.Po Lu
2022-05-03Make menu bar help text work on macOS as wellPo Lu
2022-05-03Fix default font in macOS font dialogsPo Lu
2022-05-03Fix some font parsing problems on NSPo Lu
2022-05-03Handle GraphicsExpose events on scroll barsPo Lu
2022-05-03Make sure rectangles are drawn correctly on XPo Lu
2022-05-03Fix glyphless glyph display on HaikuPo Lu
2022-05-03Fix font matching of "Fira Code Retina" and "Fira Code Regular" on HaikuPo Lu
2022-05-03Clean up X11 double buffering codePo Lu
2022-05-03; * src/nsterm.m (syms_of_nsterm): Fix typo in defsym.Po Lu