aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add frame parameter which allows border transparencyGarklein2025-07-261-7/+14
* ; Delete superfluous comments explaining config.hStefan Kangas2025-04-191-2/+0
* Use a pristine copy of argv to restart EmacsJens Schmidt2025-04-131-1/+1
* Patch bug#77128Po Lu2025-03-231-0/+5
* Revert “Avoid some union buffered_input_event uses”Paul Eggert2025-03-031-301/+281
* Avoid some union buffered_input_event usesPaul Eggert2025-03-031-281/+301
* ; Fix typosStefan Kangas2025-02-221-1/+1
* ; Correct merge errors.Po Lu2025-02-171-3/+1
* Merge from savannah/emacs-30Po Lu2025-02-171-5/+24
|\
| * * src/pgtkterm.c (pgtk_enumerate_devices): Circumvent bug#76239.Po Lu2025-02-171-5/+19
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Synchronize frame placement logic with XPo Lu2025-02-171-3/+3
* | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-2/+2
|\ \
| * | Pure storage removal: Remove purecopy hash table flagPip Cet2024-12-121-1/+1
| * | Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-1/+1
* | | Fix unlikely eassert failure in pgtk_enumerate_devicesPaul Eggert2025-01-261-9/+4
* | | Ignore -fanalyzer-null-argument in pgtkterm.cPaul Eggert2025-01-261-0/+5
* | | Pacify -fanalyzer-null-argument on pgtk_term_initPaul Eggert2025-01-261-1/+1
* | | Protect against GCing of last_mouse_windowPaul Eggert2025-01-261-1/+0
* | | Use gtk_disable_setlocalePaul Eggert2025-01-261-4/+1
* | | Avoid unlikely int overflow.Paul Eggert2025-01-261-4/+4
* | | Check for snprintf truncation in pgtktermPaul Eggert2025-01-211-3/+4
* | | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | | Remove remaining references to redisplay-dont-pauseGerd Möllmann2024-12-191-1/+0
|/ /
* | Make error messages adhere to our standardsStefan Kangas2024-07-161-1/+1
|/
* Fix bug#70697 with respect to fringe bitmapsPo Lu2024-07-091-14/+1
* Improve touch-screen support on PGTKPo Lu2024-06-011-32/+34
* Implement touch screen events on PGTKPo Lu2024-06-011-0/+241
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-2/+4
* Implement dots and dashes on PGTKPo Lu2024-04-281-15/+76
* Port double-line underlines to GUI systemsPo Lu2024-04-281-8/+22
* Followup changes for styled underline supportEli Zaretskii2024-04-271-3/+3
* Fix signed/unsigned promotion errors involving Emacs_RectanglePo Lu2024-02-111-2/+2
* Share hash table test structsMattias Engdegård2024-01-131-1/+1
* Remove rehash-threshold and rehash-size struct membersMattias Engdegård2024-01-131-3/+1
* Represent hash table weakness as an enum internallyMattias Engdegård2024-01-131-1/+2
* Remove redundant casts from void* with malloc functionsStefan Kangas2024-01-101-3/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-101-1/+1
|\ \ | |/
| * ; Fix typosStefan Kangas2023-12-101-1/+1
* | Support for menu bar in window_from_coordinatesManuel Giraud2023-10-281-2/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-08-121-8/+11
|\ \ | |/
| * Fix bug#65042Po Lu2023-08-081-8/+11
* | Fix stipple support on PGTKPo Lu2023-08-011-13/+13
* | Allow displaying tool bar on the bottom of the framePo Lu2023-06-211-12/+18
* | Merge from origin/emacs-29Eli Zaretskii2023-05-261-0/+7
|\ \ | |/
| * Don't mark selection request eventsPo Lu2023-05-261-0/+7
* | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-2/+1
* | Fix detection of tab bar windows on PGTKPo Lu2023-05-131-13/+10
|/