summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-01* src/pgtkterm.c (pgtk_draw_rectangle): Fix trivial typo. (bug#53677)Po Lu
2022-02-01Rename `comp--loadable' into `comp--compilable'Andrea Corallo
2022-02-01Merge from origin/emacs-28Stefan Kangas
2022-02-01Clean up Haiku display structuresPo Lu
2022-02-01Display images with a mask correctly when `alpha-background' is setPo Lu
2022-02-01Make fringe bitmaps respect alpha-backgroundPo Lu
2022-01-31Clarify documentation of a "face's font"Eli Zaretskii
2022-01-31Bind Qdebugger to Qdebug in signal_or_quit.Alan Mackenzie
2022-01-31(function-history): New symbol property (bug#53632)Stefan Monnier
2022-01-31Fix artifacting on PGTK when bits are copied with an alpha channelPo Lu
2022-01-31; * src/gtkutil.c (xg_create_frame_widgets): Avoid private GTK symbol.Po Lu
2022-01-31Implement `alpha-background' on PGTKPo Lu
2022-01-31Fix accesses to GTK structures on tooltip framesPo Lu
2022-01-31* src/haikufns.c (Fx_display_visual_class): Return correct values.Po Lu
2022-01-31Improve portability of GDK visual codePo Lu
2022-01-31* src/xterm.c (x_term_init): Avoid freeze with 24-bit visuals.Po Lu
2022-01-31Improve portability of alpha channel handling on TrueColor visualsPo Lu
2022-01-31Fix motion not being reported on GTK when mouse moves over toolbarPo Lu
2022-01-31Make cursor alpha consistent with a transparent backgroundPo Lu
2022-01-31* src/xterm.c (x_xrender_color_from_gc_foreground): Fix omission error.Po Lu
2022-01-31Fix the X toolkit buildPo Lu
2022-01-31Fix tooltip frame creation with 32-bit visualsPo Lu
2022-01-31Fix the no toolkit build.Po Lu
2022-01-31Fix builds without GTKPo Lu
2022-01-31Implement `alpha-background' on non-Cairo buildsPo Lu
2022-01-30* lisp/frame.el: Don't require 'frameset.el' (bug#51883).Juri Linkov
2022-01-30Handle correctly errors during frame creation on HaikuPo Lu
2022-01-30Use XRender to composite fringe bitmapsPo Lu
2022-01-30Fix some problems with inconsistent visuals on GDKPo Lu
2022-01-30Use consistent font when displaying menu equivalent keys on HaikuPo Lu
2022-01-30Add support for ARGB visuals on non-Xt buildsPo Lu
2022-01-30Some adjustments to last changePo Lu
2022-01-30Add background transparency support for GTK+CairoHÃ¥kon Flatval
2022-01-29Allow redirecting `message' output to a different bufferLars Ingebrigtsen
2022-01-29Clarify Fmatch_data doc stringLars Ingebrigtsen
2022-01-29Fix error after mergePo Lu
2022-01-29Merge from origin/emacs-28Po Lu
2022-01-29Remove debug loggingAlan Third
2022-01-29Fix unrelated help text tooltips if a popup is shown during the delayPo Lu
2022-01-29Fix error in filelock.cMichael Albinus
2022-01-29Write a dummy event on each popup menu eventPo Lu
2022-01-29Fix compiler warning due to a recent changeEli Zaretskii
2022-01-29Improve menu drag tracking on HaikuPo Lu
2022-01-29Make menus on Haiku work betterPo Lu
2022-01-29Implement real menu help-echo text on HaikuPo Lu
2022-01-28* src/data.c (Ffset, defalias): Complete last changeStefan Monnier
2022-01-28Reduce code duplication in parts of (auto)load&defaliasStefan Monnier
2022-01-28Prevent duplicate grab setting with xwidgetsPo Lu
2022-01-28Use the real cursor beneath the pointer on xwidgetsPo Lu
2022-01-28Fix xwidget build on PGTKPo Lu