summaryrefslogtreecommitdiff
path: root/src/pgtkfns.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Emacs tooltips on PGTKPo Lu2021-12-251-3/+5
* Remove useless functions from PGTK port that were breaking emacsbugPo Lu2021-12-241-38/+0
* Clean up some of PGTK codeEli Zaretskii2021-12-181-32/+16
* * src/pgtkfns.c (Fx_show_tip): Adjust call for new signature.Po Lu2021-12-181-1/+2
* Fix coding stylePo Lu2021-12-061-11/+17
* Fix coding style of a recent changePo Lu2021-12-041-2/+3
* Keep track of scale factor by atimer and recreate cairo_surface_tYuuki Harano2021-12-041-1/+23
* Get rid of duplicate pgtk functionPo Lu2021-12-021-39/+0
* Fix `menu-set-font' on pgtkPo Lu2021-12-021-0/+47
* Use /* */ comment style instead of //Yuuki Harano2021-11-301-2/+2
* Remove PGTK_DEBUG stuffYuuki Harano2021-11-241-71/+0
* Fix coding styleYuuki Harano2021-11-141-16/+15
* Revert "Revert "* src/pgtkfns.c: Do not show an empty frame prematurely""Yuuki Harano2021-06-181-2/+7
* Revert "* src/pgtkfns.c: Do not show an empty frame prematurely"Yuuki Harano2021-06-141-7/+2
* Revert "; * src/pgtkfns.c (Fx_create_frame): Fix coding style"Yuuki Harano2021-06-141-8/+7
* ; * src/pgtkfns.c (Fx_create_frame): Fix coding styleYuuki Harano2021-06-131-7/+8
* * src/pgtkfns.c: Do not show an empty frame prematurelyJindřich Makovička2021-06-131-2/+7
* Support frame-scale-factor on pgtk framesYuuki Harano2021-06-051-0/+20
* Treat all the wayland connection as the same displayYuuki Harano2021-05-141-3/+35
* Entrust Gtk with handling tooltipsYuuki Harano2021-05-081-7/+4
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-271-48/+21
* Make scrollbars ignore scroll-bar-fore/background.Yuuki Harano2021-02-231-0/+10
* Don't crash if we can't find a monitor model nameRobert Pluim2021-02-111-0/+3
* Support child frame border widthYuuki Harano2021-01-311-0/+38
* Add scale factor in display-monitor-attributes-list.Yuuki Harano2021-01-241-0/+1
* Add a function to set monitor scale factor manuallyYuuki Harano2021-01-041-22/+102
* Fix display-pixel-width/height to return physical pixel size.Yuuki Harano2021-01-031-2/+56
* Make display-mm-width/height consider multi-monitor.Yuuki Harano2021-01-031-6/+52
* Fix pgtk-display-monitor-attributes-list to return physical pixel sizes.Yuuki Harano2021-01-031-80/+79
* Follow get-buffer-create changeYuuki Harano2020-12-271-1/+1
* Enable harfbuzzYuuki Harano2020-11-281-0/+3
* Fix compilation issue when --enable-checking=glyphsYuuki Harano2020-11-251-8/+0
* Fix crash when .schema.xml is not installedYuuki Harano2020-11-241-4/+7
* Update copyright dates for PGTK filesJeff Walsh2020-11-241-1/+1
* Fix Gtk warningsYuuki Harano2020-11-241-2/+14
* Fix crash on creating child frames.Yuuki Harano2020-11-241-0/+2
* Re-implement childframe with emacsgtkfixedYuuki Harano2020-11-241-11/+56
* Add support for x-support-framesJeff Walsh2020-11-241-1/+73
* Self-implement tooltipYuuki Harano2020-11-241-54/+590
* Add font chooser functionalityJeff Walsh2020-11-241-0/+39
* * src/pgtkfns.c: change coding styleYuuki Harano2020-11-241-558/+611
* * src/pgtkterm.c (pgtk_defined_color): support gtk special colorsYuuki Harano2020-11-241-52/+28
* Make icons and titles work like on XYuuki Harano2020-11-241-143/+122
* follow x_set_internal_border_width change.Yuuki Harano2020-11-241-12/+10
* use pgtk_menu_set_in_use.Yuuki Harano2020-11-241-2/+11
* Set screen/display dpi res to make broadway work as expectedJeff Walsh2020-11-241-2/+2
* Some work toward posframe on waylandJeff Walsh2020-11-241-7/+13
* update redisplay_interface.Yuuki Harano2020-11-241-3/+3
* implement pre-edit input methodYuuki Harano2020-11-221-1/+1
* experimental support of tab-bar.Yuuki Harano2020-11-221-1/+103