aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix xg_event_is_scrollbar for grab-related events on XI2Po Lu2021-12-211-0/+6
* | Fix xg_event_is_for_menubar for XI2 eventsPo Lu2021-12-211-3/+16
* | * src/gtkutil.c: Remove obsolete fixme.Po Lu2021-12-191-7/+0
* | Clean up some of PGTK codeEli Zaretskii2021-12-181-2/+2
* | Coding style fixesPo Lu2021-12-181-23/+32
* | Fix tooltips in PGTK child framesPo Lu2021-12-111-4/+7
* | Fix child frame crash on pgtkPo Lu2021-12-061-0/+5
* | Enable shallow menu bar updates on PGTKPo Lu2021-11-301-0/+18
* | Fix build after mergePo Lu2021-11-301-1/+0
* | Merge remote-tracking branch 'origin/feature/pgtk' into feature/pgtkPo Lu2021-11-301-1/+1
|\ \
| * | Use /* */ comment style instead of //Yuuki Harano2021-11-301-1/+1
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-1/+76
|\ \ \ | |/ / |/| |
| * | Fix xwidget popups on XI2Po Lu2021-11-281-1/+5
| * | Add support for event processing via XInput 2Po Lu2021-11-201-1/+71
* | | Remove PGTK_DEBUG stuffYuuki Harano2021-11-241-19/+0
* | | Fix coding styleYuuki Harano2021-11-151-2/+2
* | | pgtk: Handle (child) frame focusing betterJeff Walsh2021-11-151-3/+6
* | | Fix coding styleYuuki Harano2021-11-141-7/+7
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-18/+33
|\ \ \ | |/ /
| * | Revert "Add support for event processing via XInput 2"Po Lu2021-11-101-71/+1
| * | Add support for event processing via XInput 2oldosfan2021-11-101-1/+71
| * | Actually fix the Pango build problemLars Ingebrigtsen2021-10-211-1/+1
| * | Fix build on systems with older Pango versionsLars Ingebrigtsen2021-10-211-0/+2
| * | Support the "medium" font weightLars Ingebrigtsen2021-10-211-16/+28
| |/
| * Pacify gcc 11.2.1 -Wanalyzer-null-argumentPaul Eggert2021-10-031-2/+3
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-181-1/+1
|\ \ | |/
| * Pacify gcc 11.1.1 -Wanalyzer-null-argumentPaul Eggert2021-07-121-1/+1
* | Entrust Gtk with handling tooltipsYuuki Harano2021-05-081-0/+33
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-05-051-2/+0
|\ \ | |/
| * Remove as of recently unused GDK macroBasil L. Contovounesios2021-05-041-2/+0
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-05-031-13/+15
|\ \ | |/
| * Make adjust_frame_size set up frame's new_width/_height too (Bug#17120)Martin Rudalics2021-05-021-12/+14
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-271-127/+85
|\ \ | |/
| * Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-97/+61
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-141-8/+14
|\ \ | |/
| * Merge from origin/emacs-27Glenn Morris2021-03-121-8/+14
| |\
| | * Avoid crashes in Mew due to corrupted tool-bar labelEli Zaretskii2021-02-271-8/+14
| | * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\ \ \ | |/ /
| * | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-271-5/+2
|\ \ \ | |/ /
| * | Pacify gcc 10.2 -Wanalyzer-null-argument in gtkutil.cPaul Eggert2020-12-251-5/+2
* | | Fix Gtk warningsYuuki Harano2020-11-241-7/+53
* | | Fix crash when child frame updates toolbarYuuki Harano2020-11-241-0/+5
* | | Re-implement childframe with emacsgtkfixedYuuki Harano2020-11-241-6/+156
* | | Self-implement tooltipYuuki Harano2020-11-241-3/+4
* | | Change coding styleYuuki Harano2020-11-241-33/+37
* | | * src/pgtkterm.c (pgtk_defined_color): support gtk special colorsYuuki Harano2020-11-241-2/+3