summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
AgeCommit message (Expand)Author
2022-04-11Fix event source attribution for GTK input methodsPo Lu
2022-04-11Fix IM event source attribution on GTKPo Lu
2022-03-16Fix build with GTK 3.18.0 or earlierPo Lu
2022-03-13Improve reliaibility of scroll bar dimensions adjustment on GTK 3Po Lu
2022-03-12Fix the PGTK buildPo Lu
2022-03-12Try really hard to make GTK 3 scroll bars fitPo Lu
2022-03-11Fix initial values of scroll bar foreground and background on GTK 3Po Lu
2022-03-11Implement customization of scroll bar colors on GTK 3Po Lu
2022-03-10Fix menu bar activation on PGTKPo Lu
2022-03-10Fix menu bar event detection on XI2 builds using Core InputPo Lu
2022-03-09Fix some issues with GTK native input and modifiers on GTK 2Po Lu
2022-03-01Fix reporting of wheel events on top of GTK scroll barsPo Lu
2022-02-22Fix GTK build with GLib <2.44Po Lu
2022-02-21Prevent GTK from setting unreasonable size hints with large menu barsPo Lu
2022-02-19Avoid consing extra string when processing GTK native inputPo Lu
2022-02-19Always decode GTK input method text as utf-8-unixPo Lu
2022-02-19Utilize new string decoding feature in GTK native inputPo Lu
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-02-07Clean up more code from PGTK portPo Lu
2022-02-06Fix the GTK 2 buildPo Lu
2022-01-31; * src/gtkutil.c (xg_create_frame_widgets): Avoid private GTK symbol.Po Lu
2022-01-31Implement `alpha-background' on PGTKPo Lu
2022-01-31Improve portability of GDK visual codePo Lu
2022-01-31Fix motion not being reported on GTK when mouse moves over toolbarPo Lu
2022-01-31Implement `alpha-background' on non-Cairo buildsPo Lu
2022-01-30Add support for ARGB visuals on non-Xt buildsPo Lu
2022-01-30Some adjustments to last changePo Lu
2022-01-30Add background transparency support for GTK+CairoHåkon Flatval
2022-01-26Fix GTK menu bar height reporting when scaledPo Lu
2022-01-25Fix tool bar size reporting on GTK when the display is scaledPo Lu
2022-01-22Fix recent changes to visible bell codePo Lu
2022-01-22Clean up visible bell code on XPo Lu
2022-01-17Translate timestamps when using GTK native inputPo Lu
2022-01-16* src/gtkutil.c (xg_widget_key_press_event_cb): Also raise input signal.Po Lu
2022-01-15Fix native input when using core input eventsPo Lu
2022-01-13Filter key release events through GTK when using native inputPo Lu
2022-01-13Fix GTK native input methods randomly freezing inputPo Lu
2022-01-11Make native input work on GTK 2Po Lu
2022-01-11Stop decoding GTK event strings when using native inputPo Lu
2022-01-10Fix off-by-one errors in caret position applicationPo Lu
2022-01-09Pass through caret position from native GTK input methodsPo Lu
2022-01-09Fix native GTK input for cyrillic input methodsPo Lu
2022-01-09Fix some portability bugs in gtkutil.cPo Lu
2022-01-08Make sure native keypresses are received immediately on GTKPo Lu
2022-01-08Correctly translate GDK virtual modifiers when using native inputPo Lu
2022-01-08Fix build on PGTKPo Lu
2022-01-08Allow using GTK+ to handle input methods on XPo Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-21Fix xg_event_is_scrollbar for grab-related events on XI2Po Lu