summaryrefslogtreecommitdiff
path: root/src/pgtkterm.c
AgeCommit message (Expand)Author
2022-04-15More PGTK related cleanupPo Lu
2022-04-13Bump minimum GTK for PGTK buildsPo Lu
2022-04-13Clean up PGTK code morePo Lu
2022-04-09* src/pgtkterm.c (pgtk_set_cr_source_with_color): Fix default operator.Po Lu
2022-04-08Fix GC marking of input events with devicesPo Lu
2022-04-08Implement support for reporting device names on PGTKPo Lu
2022-04-06Clean up more PGTK codePo Lu
2022-04-03Implement `drag-source' values of `track-mouse' on PGTK.Po Lu
2022-03-27Clean up PGTK cursor blanking codePo Lu
2022-03-17Restore old PGTK scrolling codePo Lu
2022-03-15Stop relying on dynlib for PGTK interrupt inputPo Lu
2022-03-04Fix some errors in stretch glyphs code on PGTKPo Lu
2022-03-04Fix display of stretch glyphs when hscrolled on PGTKPo Lu
2022-03-04* src/pgtkterm.c (pgtk_draw_fringe_bitmap): Synchronize logic with X.Po Lu
2022-03-03Implement `toolkit_position_hook' on PGTKPo Lu
2022-03-01Fix reporting of wheel events on top of GTK scroll barsPo Lu
2022-02-18Fix blurry text on multiple scale monitor setupsPo Lu
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-02-11Don't make cursors affected by background alpha on PGTKPo Lu
2022-02-08* src/pgtkterm.c (map_event): Fix last change.Po Lu
2022-02-08Fix frame offset reporting on PGTKPo Lu
2022-02-07Clean up more code from PGTK portPo Lu
2022-02-06Clean up lots of #ifdef'd out code in PGTK filesPo Lu
2022-02-06Handle window state changes on PGTKPo Lu
2022-02-01* src/pgtkterm.c (pgtk_draw_rectangle): Fix trivial typo. (bug#53677)Po Lu
2022-01-31Fix artifacting on PGTK when bits are copied with an alpha channelPo Lu
2022-01-31Implement `alpha-background' on PGTKPo Lu
2022-01-23* src/pgtkterm.c (pgtk_flash): Fix input blocking.Po Lu
2022-01-22Fix crash when the visible bell is rung but there is no cairo surfacePo Lu
2022-01-16* src/pgtkterm.c (evq_flush): Shift events one by oneYuuki Harano
2022-01-10Implement recent improvements to underline display on PGTKPo Lu
2022-01-08* src/pgtkterm.c (pgtk_enqueue_string): Free return of g_utf8_to_ucs4.Po Lu
2022-01-07Display pre-edit information from X input methodsPo Lu
2022-01-05Fix display of internal border in child frames on pgtkPo Lu
2022-01-02Fix mouse wheel scroll direction on pgtkPo Lu
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-31Fix copyright dates in some files belonging to the pgtk portPo Lu
2021-12-29Add support for xwidgets to the PGTK portPo Lu
2021-12-27* src/pgtkterm.c (pgtk_handle_event): Add pinch event support.Po Lu
2021-12-26Don't clear internal border if frame isn't realizedPo Lu
2021-12-22* src/pgtkterm.c (scroll_event): Fix scroll delta scale.Po Lu
2021-12-22* src/pgtkterm.c (scroll_event): Fix sign of delta_y.Po Lu
2021-12-22Fix horizontal scrolling on PGTKPo Lu
2021-12-12Fix overline display when there is a box on PGTKPo Lu
2021-12-11Implement pgtk_frame_raise_lowerYuuki Harano
2021-12-11Coding style fixesPo Lu
2021-12-07Merge branch 'feature/pgtk' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-12-07* src/pgtkterm.c (x_set_parent_frame): Fix coding styleYuuki Harano
2021-12-07Fix SEGV crash by unref css provider too muchYuuki Harano
2021-12-06Fix coding stylePo Lu