aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | ; * src/xfns.c (x_encode_text): Fix comment.Po Lu2022-02-061-1/+1
* | Allow disabling frame resize synchronizationPo Lu2022-02-061-1/+15
* | Clean up lots of #ifdef'd out code in PGTK filesPo Lu2022-02-064-163/+15
* | Handle window state changes on PGTKPo Lu2022-02-061-0/+26
* | Minor changes to xsync supportPo Lu2022-02-062-3/+4
* | Add support for basic syncing with the window manager on resizePo Lu2022-02-054-8/+120
* | Fix 'current-column' in the presence of display stringsEli Zaretskii2022-02-051-25/+36
* | Improve the selected-window doc stringLars Ingebrigtsen2022-02-051-1/+3
* | Finish up cursor color merging on HaikuPo Lu2022-02-051-9/+23
* | Fix last change to ftcrfont.cPo Lu2022-02-051-4/+2
* | Implement face cursor color merging on HaikuPo Lu2022-02-054-13/+54
* | Set WM_TRANSIENT_FOR on tooltip framesPo Lu2022-02-051-0/+23
* | Implement _NET_WM_PING protocolPo Lu2022-02-053-1/+70
* | Update the MULTIPLE property with conversion outcomesVladimir Panteleev2022-02-051-2/+11
* | Do not delete the MULTIPLE property after reading itVladimir Panteleev2022-02-051-10/+16
* | Fix infloop in redisplay_window due to fix of bug#14582Eli Zaretskii2022-02-041-33/+45
* | ; * src/haikuterm.c (haiku_end_cr_clip): Fix trivial typo.Po Lu2022-02-041-1/+1
* | Implement auto-raise on HaikuPo Lu2022-02-041-0/+6
* | ; * src/xterm.c (x_alloc_nearest_color_1): Remove extraneous code.Po Lu2022-02-041-1/+0
* | Fix bit rot in the color allocation codePo Lu2022-02-041-21/+43
* | * src/xwidget.c (xwidget_button): Always let button events through.Po Lu2022-02-041-5/+0
* | Fix toggling `x-gtk-use-native-input'.Po Lu2022-02-041-5/+15
* | Make Emacs build with some other XLib implementationsPo Lu2022-02-042-2/+59
* | * src/xfns.c (Fx_internal_focus_input_context): Fix typo.Po Lu2022-02-041-0/+2
* | Make `x-gtk-use-native-input' take effect immediatelyPo Lu2022-02-041-0/+18
* | Try to fix input method flicker on GTK buildsPo Lu2022-02-041-6/+12
* | Improve image depth handlingPo Lu2022-02-041-5/+6
* | Allow ensuring that a window's starting point is never invisibleEli Zaretskii2022-02-031-5/+47
* | Fix "Buffers->Frames" submenu in daemon sessionsEli Zaretskii2022-02-031-0/+2
* | * src/haikufont.c (haikufont_draw): Allocate string buffer on stack.Po Lu2022-02-031-3/+3
* | Stop creating cairo contexts in haiku_begin_cr_clipPo Lu2022-02-036-18/+31
* | Obtain draw lock outside haiku_start_clipPo Lu2022-02-031-2/+5
* | * src/haikuterm.c (haiku_draw_text_decoration): Don't lock for draws.Po Lu2022-02-031-3/+0
* | Simplify box display code on HaikuPo Lu2022-02-031-34/+18
* | Fix display of text decorations with defaulted foreground on HaikuPo Lu2022-02-031-7/+6
* | Fix background daemon on HaikuPo Lu2022-02-031-2/+5
* | New file lisp/emacs-lisp/debug-early.el for backtraces in early bootstrapAlan Mackenzie2022-02-021-8/+10