aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent GTK from setting unreasonable size hints with large menu barsPo Lu2022-02-211-0/+55
* Avoid consing extra string when processing GTK native inputPo Lu2022-02-191-3/+13
* Always decode GTK input method text as utf-8-unixPo Lu2022-02-191-0/+4
* Utilize new string decoding feature in GTK native inputPo Lu2022-02-191-21/+7
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-1/+1
* Clean up more code from PGTK portPo Lu2022-02-071-6/+10
* Fix the GTK 2 buildPo Lu2022-02-061-1/+3
* ; * src/gtkutil.c (xg_create_frame_widgets): Avoid private GTK symbol.Po Lu2022-01-311-1/+1
* Implement `alpha-background' on PGTKPo Lu2022-01-311-15/+25
* Improve portability of GDK visual codePo Lu2022-01-311-6/+8
* Fix motion not being reported on GTK when mouse moves over toolbarPo Lu2022-01-311-15/+2
* Implement `alpha-background' on non-Cairo buildsPo Lu2022-01-311-4/+38
* Add support for ARGB visuals on non-Xt buildsPo Lu2022-01-301-1/+1
* Some adjustments to last changePo Lu2022-01-301-0/+2
* Add background transparency support for GTK+CairoHåkon Flatval2022-01-301-1/+13
* Fix GTK menu bar height reporting when scaledPo Lu2022-01-261-2/+3
* Fix tool bar size reporting on GTK when the display is scaledPo Lu2022-01-251-4/+9
* Fix recent changes to visible bell codePo Lu2022-01-221-9/+11
* Clean up visible bell code on XPo Lu2022-01-221-0/+8
* Translate timestamps when using GTK native inputPo Lu2022-01-171-0/+3
* * src/gtkutil.c (xg_widget_key_press_event_cb): Also raise input signal.Po Lu2022-01-161-0/+3
* Fix native input when using core input eventsPo Lu2022-01-151-1/+1
* Filter key release events through GTK when using native inputPo Lu2022-01-131-1/+6
* Fix GTK native input methods randomly freezing inputPo Lu2022-01-131-3/+1
* Make native input work on GTK 2Po Lu2022-01-111-0/+1
* Stop decoding GTK event strings when using native inputPo Lu2022-01-111-33/+9
* Fix off-by-one errors in caret position applicationPo Lu2022-01-101-5/+6
* Pass through caret position from native GTK input methodsPo Lu2022-01-091-2/+11
* Fix native GTK input for cyrillic input methodsPo Lu2022-01-091-2/+19
* Fix some portability bugs in gtkutil.cPo Lu2022-01-091-0/+2
* Make sure native keypresses are received immediately on GTKPo Lu2022-01-081-0/+2
* Correctly translate GDK virtual modifiers when using native inputPo Lu2022-01-081-2/+27
* Fix build on PGTKPo Lu2022-01-081-0/+2
* Allow using GTK+ to handle input methods on XPo Lu2022-01-081-0/+354
* 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