aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-30Stefan Monnier2024-07-191-1/+1
|\
| * ; Fix typosStefan Kangas2024-07-181-1/+1
| * Avoid overflow in pgtk_is_numeric_charStefan Kangas2024-07-181-1/+1
* | Fix minor code style issue in pgtkfns.cStefan Kangas2024-07-181-9/+3
* | Avoid overflow in pgtk_is_numeric_charStefan Kangas2024-07-181-2/+6
* | Use strnlen to avoid unnecessary work in pgtkfns.cStefan Kangas2024-07-181-4/+9
* | Make error messages adhere to our standardsStefan Kangas2024-07-161-16/+16
|/
* Correctly cache images when frames vary in their font metricsPo Lu2024-06-201-19/+0
* Implement touch screen events on PGTKPo Lu2024-06-011-1/+2
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-4/+7
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Prevent tab bar from vanishing on AndroidPo Lu2023-11-231-0/+5
* | ; * src/pgtkfns.c (frame_geometry): Fix typo in last change.Po Lu2023-06-211-3/+4
* | Allow displaying tool bar on the bottom of the framePo Lu2023-06-211-5/+11
* | 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