summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make menus work better on X toolkit builds with XInput 2Po Lu2022-02-073-4/+124
* Really fix extended frame synchronizationPo Lu2022-02-071-4/+13
* Respect `x-cursor-fore-pixel' on HaikuPo Lu2022-02-071-1/+16
* Clean up more code from PGTK portPo Lu2022-02-075-274/+88
* Correct implementation of extended frame synchronizationPo Lu2022-02-071-1/+5
* Make async connect_network_socket failures use QfailedLars Ingebrigtsen2022-02-071-1/+1
* Avoid deprecation warning in NS-specific codeMattias Engdegård2022-02-061-1/+4
* ; * src/alloc.c (mark_memory): Fix outdated comment.Mattias Engdegård2022-02-061-2/+2
* Ensure bar cursors are always visible on HaikuPo Lu2022-02-061-3/+21
* Fix the GTK 2 buildPo Lu2022-02-062-2/+4
* Disable extended frame synchronization by defaultPo Lu2022-02-061-5/+17
* Add support for EWMH extended frame synchronizationPo Lu2022-02-063-9/+53
* Fix infloop in 'redisplay_window' when buffer is narrowedEli Zaretskii2022-02-061-7/+8