aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Report cursor correctly on PGTK when there is a marginPo Lu2023-01-121-1/+2
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Make C-x 5 o work on GNOME Shell-like Wayland compositorsPo Lu2022-11-141-42/+89
* Make the PGTK port display a loud warning when run under XPo Lu2022-11-091-0/+41
* "Fix" iconification handling on PGTKPo Lu2022-11-091-40/+45
* Support "replacement characters" on TTY framesEli Zaretskii2022-08-271-0/+2
* Undo C parts of "Don't use the Gtk region face"Po Lu2022-07-231-1/+3
* Don't use the Gtk region faceLars Ingebrigtsen2022-07-231-3/+1
* Add support for fullscreen values fullheight and fullwidth on PGTKFlorian Rommel2022-07-041-9/+18
* Minor fixes to last changePo Lu2022-06-231-0/+2
* Allow dropping more data types on PGTKPo Lu2022-06-231-42/+234
* Rewrite PGTK selection code from scratchPo Lu2022-06-211-17/+112
* Minor fixes to PGTK child framesPo Lu2022-05-231-13/+6
* Implement `display-monitors-changed-hook' on PGTKPo Lu2022-05-211-0/+22
* ; Fix typosStefan Kangas2022-05-151-1/+1
* Rely solely on device scaling for fonts on PGTKPo Lu2022-05-131-43/+6
* Minor cleanups to PGTK codePo Lu2022-05-131-14/+30
* Set stipple flag on PGTK as wellPo Lu2022-05-081-12/+11
* Cleanups to PGTK codePo Lu2022-04-271-240/+180
* Clean up PGTK code some morePo Lu2022-04-211-250/+170
* Minor cleanups to PGTK codePo Lu2022-04-181-21/+21
* More PGTK related cleanupPo Lu2022-04-151-113/+60
* Bump minimum GTK for PGTK buildsPo Lu2022-04-131-2/+0
* Clean up PGTK code morePo Lu2022-04-131-181/+30
* * src/pgtkterm.c (pgtk_set_cr_source_with_color): Fix default operator.Po Lu2022-04-091-2/+5
* Fix GC marking of input events with devicesPo Lu2022-04-081-0/+1