aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Rewrite thread context switch code (bug#48990)Stefan Monnier2022-02-123-65/+46
* | Speed up `=` on fixnums in bytecodeMattias Engdegård2022-02-121-1/+1
* | ; * src/xdisp.c (syms_of_xdisp): Fix formatting of last change.Eli Zaretskii2022-02-121-3/+2
* | Optionally allow point to enter composed character sequencesEli Zaretskii2022-02-123-19/+67
* | Count bytes, not records, in specpdl_refMattias Engdegård2022-02-121-11/+13
* | Turn specpdl_ref into a type of its ownMattias Engdegård2022-02-121-6/+40
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-1266-383/+418
* | Fix entry and exit events with XI2 grabs on X toolkit menusPo Lu2022-02-122-10/+54
* | Clean up mode-line-* faces handlingEli Zaretskii2022-02-122-2/+0
* | Implement visual bell on Haiku like on XPo Lu2022-02-124-65/+95
* | Fix compatibility with ancient versions of libXiPo Lu2022-02-121-2/+2
* | Be less strict about which PointerEmulated button events to ignorePo Lu2022-02-121-5/+1
* | Never set opaque region without an alpha channelPo Lu2022-02-121-0/+3
* | Fix the DJGPP portPo Lu2022-02-112-2/+16
* | Don't make cursors affected by background alpha on PGTKPo Lu2022-02-112-2/+5
* | Set _NET_WM_OPAQUE_REGION on non-GTK3 toolkits when using 32 bit visualPo Lu2022-02-112-4/+41
* | Fix fallout from switch to 32-bit visualsPo Lu2022-02-112-8/+2
* | Improve reliability of selection ownership on HaikuPo Lu2022-02-111-12/+15
* | Disable nearest-color allocation on DirectColor visualsPo Lu2022-02-111-0/+6
* | Silence macOS vfork deprecation warningsMattias Engdegård2022-02-103-2/+15
* | Enable TrueColor allocation optimizations on all visualsPo Lu2022-02-101-3/+1
* | Correctly premultiply background color of fringe bitmapsPo Lu2022-02-101-2/+12
* | Correctly allocate colors in xftfontPo Lu2022-02-101-7/+64
* | Fix disconnect errors on some X serversPo Lu2022-02-101-3/+1
* | Fill in missing pixel after PolyLine on scroll barsPo Lu2022-02-101-0/+3
* | * src/haikugui.h [_cplusplus]: Remove extern "C" declarations.Po Lu2022-02-101-8/+0
* | Improve reliability of hotplugging window managersPo Lu2022-02-101-8/+23
* | Ignore tooltip frames when setting PGTK scrollbar foregroundPo Lu2022-02-101-0/+3
* | ; * src/xterm.c (handle_one_event): Fix build error.Po Lu2022-02-101-21/+23
* | ; * src/xterm.c (x_display_set_last_user_time): Fix compilation error.Eli Zaretskii2022-02-091-1/+1
* | Get rid of `register' declarations in X11 related filesPo Lu2022-02-092-3/+2
* | Fix compiler warning on GTKPo Lu2022-02-091-1/+4
* | Add support for _NET_WM_USER_TIME_WINDOWPo Lu2022-02-092-8/+51
* | Implement _NET_WM_USER_TIME protocolPo Lu2022-02-092-46/+69
* | Explictly specify whether or not to respect alpha-background on CairoPo Lu2022-02-093-22/+38
* | Make haikufont_list_family actually workPo Lu2022-02-091-2/+1
* | Implement `list_family' for the haikufont driverPo Lu2022-02-093-1/+59
* | Make sure the cursor can't move on top of a tooltip on HaikuPo Lu2022-02-091-1/+13
* | Fix creation of tooltip frames with a stippled backgroundPo Lu2022-02-091-13/+13
* | * src/pgtkterm.c (map_event): Fix last change.Po Lu2022-02-081-1/+1
* | Improve robustness of override-redirect on HaikuPo Lu2022-02-081-12/+23
* | Fix frame offset reporting on PGTKPo Lu2022-02-081-0/+10
* | Implement frame resize synchronization on GTK 3Po Lu2022-02-082-2/+46
* | Clear mouse highlight when mouse moves outside edit widgetPo Lu2022-02-081-4/+13
* | Try harder to preserve cursor when mapping tooltip frames on HaikuPo Lu2022-02-081-3/+11
* | * src/pgtkfns.c (Fx_create_frame): Realize frame widgets. (bug#53861)Po Lu2022-02-081-0/+8
* | Don't allow tooltips to be transient for override redirect windowsPo Lu2022-02-083-4/+21
* | Make sure `update_wm_hints' finds the WMShellPo Lu2022-02-083-12/+10
* | Pin lazily read bytecode (bug#53809)Mattias Engdegård2022-02-071-0/+1
* | Correct off-by-one errors with frame resizing on HaikuPo Lu2022-02-071-6/+6