summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-12Fix compatibility with ancient versions of libXiPo Lu
2022-02-12Be less strict about which PointerEmulated button events to ignorePo Lu
2022-02-12Never set opaque region without an alpha channelPo Lu
2022-02-11Fix the DJGPP portPo Lu
2022-02-11Don't make cursors affected by background alpha on PGTKPo Lu
2022-02-11Set _NET_WM_OPAQUE_REGION on non-GTK3 toolkits when using 32 bit visualPo Lu
2022-02-11Fix fallout from switch to 32-bit visualsPo Lu
2022-02-11Improve reliability of selection ownership on HaikuPo Lu
2022-02-11Disable nearest-color allocation on DirectColor visualsPo Lu
2022-02-10Silence macOS vfork deprecation warningsMattias Engdegård
2022-02-10Enable TrueColor allocation optimizations on all visualsPo Lu
2022-02-10Correctly premultiply background color of fringe bitmapsPo Lu
2022-02-10Correctly allocate colors in xftfontPo Lu
2022-02-10Fix disconnect errors on some X serversPo Lu
2022-02-10Fill in missing pixel after PolyLine on scroll barsPo Lu
2022-02-10* src/haikugui.h [_cplusplus]: Remove extern "C" declarations.Po Lu
2022-02-10Improve reliability of hotplugging window managersPo Lu
2022-02-10Ignore tooltip frames when setting PGTK scrollbar foregroundPo Lu
2022-02-10; * src/xterm.c (handle_one_event): Fix build error.Po Lu
2022-02-09; * src/xterm.c (x_display_set_last_user_time): Fix compilation error.Eli Zaretskii
2022-02-09Get rid of `register' declarations in X11 related filesPo Lu
2022-02-09Fix compiler warning on GTKPo Lu
2022-02-09Add support for _NET_WM_USER_TIME_WINDOWPo Lu
2022-02-09Implement _NET_WM_USER_TIME protocolPo Lu
2022-02-09Explictly specify whether or not to respect alpha-background on CairoPo Lu
2022-02-09Make haikufont_list_family actually workPo Lu
2022-02-09Implement `list_family' for the haikufont driverPo Lu
2022-02-09Make sure the cursor can't move on top of a tooltip on HaikuPo Lu
2022-02-09Fix creation of tooltip frames with a stippled backgroundPo Lu
2022-02-08* src/pgtkterm.c (map_event): Fix last change.Po Lu
2022-02-08Improve robustness of override-redirect on HaikuPo Lu
2022-02-08Fix frame offset reporting on PGTKPo Lu
2022-02-08Implement frame resize synchronization on GTK 3Po Lu
2022-02-08Clear mouse highlight when mouse moves outside edit widgetPo Lu
2022-02-08Try harder to preserve cursor when mapping tooltip frames on HaikuPo Lu
2022-02-08* src/pgtkfns.c (Fx_create_frame): Realize frame widgets. (bug#53861)Po Lu
2022-02-08Don't allow tooltips to be transient for override redirect windowsPo Lu
2022-02-08Make sure `update_wm_hints' finds the WMShellPo Lu
2022-02-07Pin lazily read bytecode (bug#53809)Mattias Engdegård
2022-02-07Correct off-by-one errors with frame resizing on HaikuPo Lu
2022-02-07Make menus work better on X toolkit builds with XInput 2Po Lu
2022-02-07Really fix extended frame synchronizationPo Lu
2022-02-07Respect `x-cursor-fore-pixel' on HaikuPo Lu
2022-02-07Clean up more code from PGTK portPo Lu
2022-02-07Correct implementation of extended frame synchronizationPo Lu
2022-02-07Make async connect_network_socket failures use QfailedLars Ingebrigtsen
2022-02-06Avoid deprecation warning in NS-specific codeMattias Engdegård
2022-02-06; * src/alloc.c (mark_memory): Fix outdated comment.Mattias Engdegård
2022-02-06Ensure bar cursors are always visible on HaikuPo Lu
2022-02-06Fix the GTK 2 buildPo Lu