aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkterm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-07-26Add frame parameter which allows border transparencyGarklein1-7/+14
2025-04-19; Delete superfluous comments explaining config.hStefan Kangas1-2/+0
2025-04-13Use a pristine copy of argv to restart EmacsJens Schmidt1-1/+1
2025-03-23Patch bug#77128Po Lu1-0/+5
2025-03-03Revert “Avoid some union buffered_input_event uses”Paul Eggert1-301/+281
2025-03-03Avoid some union buffered_input_event usesPaul Eggert1-281/+301
2025-02-22; Fix typosStefan Kangas1-1/+1
2025-02-17; Correct merge errors.Po Lu1-3/+1
2025-02-17Synchronize frame placement logic with XPo Lu1-3/+3
2025-02-17* src/pgtkterm.c (pgtk_enumerate_devices): Circumvent bug#76239.Po Lu1-5/+19
2025-01-26Fix unlikely eassert failure in pgtk_enumerate_devicesPaul Eggert1-9/+4
2025-01-26Ignore -fanalyzer-null-argument in pgtkterm.cPaul Eggert1-0/+5
2025-01-26Pacify -fanalyzer-null-argument on pgtk_term_initPaul Eggert1-1/+1
2025-01-26Protect against GCing of last_mouse_windowPaul Eggert1-1/+0
2025-01-26Use gtk_disable_setlocalePaul Eggert1-4/+1
2025-01-26Avoid unlikely int overflow.Paul Eggert1-4/+4
2025-01-21Check for snprintf truncation in pgtktermPaul Eggert1-3/+4
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-19Remove remaining references to redisplay-dont-pauseGerd Möllmann1-1/+0
2024-12-12Pure storage removal: Remove purecopy hash table flagPip Cet1-1/+1
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet1-1/+1
2024-07-16Make error messages adhere to our standardsStefan Kangas1-1/+1
2024-07-09Fix bug#70697 with respect to fringe bitmapsPo Lu1-14/+1
2024-06-01Improve touch-screen support on PGTKPo Lu1-32/+34
2024-06-01Implement touch screen events on PGTKPo Lu1-0/+241
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu1-2/+4
2024-04-28Implement dots and dashes on PGTKPo Lu1-15/+76
2024-04-28Port double-line underlines to GUI systemsPo Lu1-8/+22
2024-04-27Followup changes for styled underline supportEli Zaretskii1-3/+3
2024-02-11Fix signed/unsigned promotion errors involving Emacs_RectanglePo Lu1-2/+2
2024-01-13Share hash table test structsMattias Engdegård1-1/+1
2024-01-13Remove rehash-threshold and rehash-size struct membersMattias Engdegård1-3/+1
2024-01-13Represent hash table weakness as an enum internallyMattias Engdegård1-1/+2
2024-01-10Remove redundant casts from void* with malloc functionsStefan Kangas1-3/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-10; Fix typosStefan Kangas1-1/+1
2023-10-28Support for menu bar in window_from_coordinatesManuel Giraud1-2/+2
2023-08-08Fix bug#65042Po Lu1-8/+11
2023-08-01Fix stipple support on PGTKPo Lu1-13/+13
2023-06-21Allow displaying tool bar on the bottom of the framePo Lu1-12/+18
2023-05-26Don't mark selection request eventsPo Lu1-0/+7
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert1-2/+1
2023-05-13Fix detection of tab bar windows on PGTKPo Lu1-13/+10
2023-01-12Report cursor correctly on PGTK when there is a marginPo Lu1-1/+2
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-11-14Make C-x 5 o work on GNOME Shell-like Wayland compositorsPo Lu1-42/+89
2022-11-09Make the PGTK port display a loud warning when run under XPo Lu1-0/+41
2022-11-09"Fix" iconification handling on PGTKPo Lu1-40/+45