summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Improve X event timestamp tracking"Po Lu2022-08-071-11/+0
* Improve X event timestamp trackingDaniel Colascione2022-08-061-0/+11
* Undo C parts of "Don't use the Gtk region face"Po Lu2022-07-231-0/+82
* Don't use the Gtk region faceLars Ingebrigtsen2022-07-231-82/+0
* * src/gtkutil.c (xg_free_frame_widgets): Avoid compiler warning.Eli Zaretskii2022-07-141-0/+2
* Minor fixes to PGTK child framesPo Lu2022-05-231-49/+56
* Fix extraneous quit events processing GTK native input inside popupsPo Lu2022-05-131-0/+3
* Minor cleanups to PGTK codePo Lu2022-04-181-2/+12
* Fix event source attribution for GTK input methodsPo Lu2022-04-111-0/+20
* Fix IM event source attribution on GTKPo Lu2022-04-111-0/+23
* Fix build with GTK 3.18.0 or earlierPo Lu2022-03-161-0/+4
* Improve reliaibility of scroll bar dimensions adjustment on GTK 3Po Lu2022-03-131-1/+57
* Fix the PGTK buildPo Lu2022-03-121-2/+2
* Try really hard to make GTK 3 scroll bars fitPo Lu2022-03-121-15/+74
* Fix initial values of scroll bar foreground and background on GTK 3Po Lu2022-03-111-8/+0
* Implement customization of scroll bar colors on GTK 3Po Lu2022-03-111-11/+19
* Fix menu bar activation on PGTKPo Lu2022-03-101-2/+7
* Fix menu bar event detection on XI2 builds using Core InputPo Lu2022-03-101-2/+4
* Fix some issues with GTK native input and modifiers on GTK 2Po Lu2022-03-091-0/+7
* Fix reporting of wheel events on top of GTK scroll barsPo Lu2022-03-011-12/+4
* Fix GTK build with GLib <2.44Po Lu2022-02-221-2/+8
* 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