summaryrefslogtreecommitdiff
path: root/src/pgtkfns.c
AgeCommit message (Expand)Author
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
2021-12-04Keep track of scale factor by atimer and recreate cairo_surface_tYuuki Harano
2021-12-02Get rid of duplicate pgtk functionPo Lu
2021-12-02Fix `menu-set-font' on pgtkPo Lu
2021-11-30Use /* */ comment style instead of //Yuuki Harano
2021-11-24Remove PGTK_DEBUG stuffYuuki Harano
2021-11-14Fix coding styleYuuki Harano
2021-06-18Revert "Revert "* src/pgtkfns.c: Do not show an empty frame prematurely""Yuuki Harano
2021-06-14Revert "* src/pgtkfns.c: Do not show an empty frame prematurely"Yuuki Harano
2021-06-14Revert "; * src/pgtkfns.c (Fx_create_frame): Fix coding style"Yuuki Harano
2021-06-13; * src/pgtkfns.c (Fx_create_frame): Fix coding styleYuuki Harano
2021-06-13* src/pgtkfns.c: Do not show an empty frame prematurelyJindřich Makovička
2021-06-05Support frame-scale-factor on pgtk framesYuuki Harano
2021-05-14Treat all the wayland connection as the same displayYuuki Harano
2021-05-08Entrust Gtk with handling tooltipsYuuki Harano
2021-04-27Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-02-23Make scrollbars ignore scroll-bar-fore/background.Yuuki Harano
2021-02-11Don't crash if we can't find a monitor model nameRobert Pluim
2021-01-31Support child frame border widthYuuki Harano
2021-01-24Add scale factor in display-monitor-attributes-list.Yuuki Harano
2021-01-04Add a function to set monitor scale factor manuallyYuuki Harano
2021-01-03Fix display-pixel-width/height to return physical pixel size.Yuuki Harano
2021-01-03Make display-mm-width/height consider multi-monitor.Yuuki Harano
2021-01-03Fix pgtk-display-monitor-attributes-list to return physical pixel sizes.Yuuki Harano
2020-12-27Follow get-buffer-create changeYuuki Harano
2020-11-28Enable harfbuzzYuuki Harano
2020-11-25Fix compilation issue when --enable-checking=glyphsYuuki Harano