summaryrefslogtreecommitdiff
path: root/src/pgtkfns.c
AgeCommit message (Expand)Author
2024-06-20Correctly cache images when frames vary in their font metricsPo Lu
2024-06-01Implement touch screen events on PGTKPo Lu
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-23Prevent tab bar from vanishing on AndroidPo Lu
2023-06-21; * src/pgtkfns.c (frame_geometry): Fix typo in last change.Po Lu
2023-06-21Allow displaying tool bar on the bottom of the framePo Lu
2023-05-13Fix detection of tab bar windows on PGTKPo Lu
2023-01-08; * src/pgtkfns.c (parse_resource_key): Use recursive schema lookupTad Fisher
2023-01-02Fix shrinking of the tab-barEli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-19Fix automatic DPI adjustment and add workarounds for some systemsPo Lu
2022-11-16Fix calculation of tab bar lines during automatic height adjustmentPo Lu
2022-09-09Delete variable window-system-version obsolete since 24.3Stefan Kangas
2022-08-01Make frame synchronization a frame parameterPo Lu
2022-07-21Apply tooltip assertions to all instances of x-show-tipPo Lu
2022-07-02Fix repeated "the"Lele Gaifax
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård
2022-05-23Fix default child-frame-border-width on PGTKPo Lu
2022-05-23Minor fixes to PGTK child framesPo Lu
2022-05-15; Fix typosStefan Kangas
2022-04-30Use x-show-tooltip-timeout in all the implementationsLars Ingebrigtsen
2022-04-27Cleanups to PGTK codePo Lu
2022-04-18Minor cleanups to PGTK codePo Lu
2022-04-15More PGTK related cleanupPo Lu
2022-04-15Clean up some extraneous stuff in pgtkfns.cPo Lu
2022-04-07Remove more code mindlessly copied from NSPo Lu
2022-04-06Clean up more PGTK codePo Lu
2022-03-17Make GTK inspector available on PGTKPo Lu
2022-02-13* src/pgtkfns.c (Fx_create_frame): Set `was_invisible' flag.Po Lu
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-02-10Ignore tooltip frames when setting PGTK scrollbar foregroundPo Lu
2022-02-08* src/pgtkfns.c (Fx_create_frame): Realize frame widgets. (bug#53861)Po Lu
2022-02-07Clean up more code from PGTK portPo Lu
2022-02-06Clean up lots of #ifdef'd out code in PGTK filesPo Lu
2022-01-31Implement `alpha-background' on PGTKPo Lu
2022-01-30Add background transparency support for GTK+CairoHåkon Flatval
2022-01-19Rename system tooltip variables to `use-system-tooltips'Po Lu
2022-01-07Fix special-cased cursor foreground and background correctly on PGTKPo Lu
2022-01-05Fix display of internal border in child frames on pgtkPo Lu
2022-01-02Add column width to tooltip frame width on pgtkPo Lu
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-25Fix Emacs tooltips on PGTKPo Lu
2021-12-24Remove useless functions from PGTK port that were breaking emacsbugPo Lu
2021-12-18Clean up some of PGTK codeEli Zaretskii
2021-12-18* src/pgtkfns.c (Fx_show_tip): Adjust call for new signature.Po Lu
2021-12-06Fix coding stylePo Lu
2021-12-04Fix coding style of a recent changePo Lu