summaryrefslogtreecommitdiff
path: root/src/pgtkfns.c
Commit message (Expand)AuthorAgeFilesLines
* Fix detection of tab bar windows on PGTKPo Lu2023-05-131-7/+0
* ; * src/pgtkfns.c (parse_resource_key): Use recursive schema lookupTad Fisher2023-01-081-1/+1
* Fix shrinking of the tab-barEli Zaretskii2023-01-021-7/+7
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-2/+2
* Fix automatic DPI adjustment and add workarounds for some systemsPo Lu2022-11-191-7/+0
* Fix calculation of tab bar lines during automatic height adjustmentPo Lu2022-11-161-4/+13
* Delete variable window-system-version obsolete since 24.3Stefan Kangas2022-09-091-2/+0
* Make frame synchronization a frame parameterPo Lu2022-08-011-0/+1
* Apply tooltip assertions to all instances of x-show-tipPo Lu2022-07-211-2/+25
* Fix repeated "the"Lele Gaifax2022-07-021-4/+4
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-2/+2
* Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-16/+16
* Fix default child-frame-border-width on PGTKPo Lu2022-05-231-2/+1
* Minor fixes to PGTK child framesPo Lu2022-05-231-3/+11
* ; Fix typosStefan Kangas2022-05-151-2/+2
* Use x-show-tooltip-timeout in all the implementationsLars Ingebrigtsen2022-04-301-4/+4
* Cleanups to PGTK codePo Lu2022-04-271-139/+68
* Minor cleanups to PGTK codePo Lu2022-04-181-4/+4
* More PGTK related cleanupPo Lu2022-04-151-64/+50
* Clean up some extraneous stuff in pgtkfns.cPo Lu2022-04-151-27/+1
* Remove more code mindlessly copied from NSPo Lu2022-04-071-1/+0
* Clean up more PGTK codePo Lu2022-04-061-13/+0
* Make GTK inspector available on PGTKPo Lu2022-03-171-0/+19
* * src/pgtkfns.c (Fx_create_frame): Set `was_invisible' flag.Po Lu2022-02-131-4/+21
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-11/+8
* Ignore tooltip frames when setting PGTK scrollbar foregroundPo Lu2022-02-101-0/+3
* * src/pgtkfns.c (Fx_create_frame): Realize frame widgets. (bug#53861)Po Lu2022-02-081-0/+8
* Clean up more code from PGTK portPo Lu2022-02-071-55/+9
* Clean up lots of #ifdef'd out code in PGTK filesPo Lu2022-02-061-80/+5
* Implement `alpha-background' on PGTKPo Lu2022-01-311-2/+20
* Add background transparency support for GTK+CairoHåkon Flatval2022-01-301-0/+5
* Rename system tooltip variables to `use-system-tooltips'Po Lu2022-01-191-10/+4
* Fix special-cased cursor foreground and background correctly on PGTKPo Lu2022-01-071-1/+13
* Fix display of internal border in child frames on pgtkPo Lu2022-01-051-8/+6
* Add column width to tooltip frame width on pgtkPo Lu2022-01-021-0/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* 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