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