aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* More PGTK related cleanupPo Lu2022-04-151-113/+60
* Bump minimum GTK for PGTK buildsPo Lu2022-04-131-2/+0
* Clean up PGTK code morePo Lu2022-04-131-181/+30
* * src/pgtkterm.c (pgtk_set_cr_source_with_color): Fix default operator.Po Lu2022-04-091-2/+5
* Fix GC marking of input events with devicesPo Lu2022-04-081-0/+1
* Implement support for reporting device names on PGTKPo Lu2022-04-081-44/+212
* Clean up more PGTK codePo Lu2022-04-061-60/+20
* Implement `drag-source' values of `track-mouse' on PGTK.Po Lu2022-04-031-10/+18
* Clean up PGTK cursor blanking codePo Lu2022-03-271-23/+9
* Restore old PGTK scrolling codePo Lu2022-03-171-11/+4
* Stop relying on dynlib for PGTK interrupt inputPo Lu2022-03-151-6/+7
* Fix some errors in stretch glyphs code on PGTKPo Lu2022-03-041-17/+6
* Fix display of stretch glyphs when hscrolled on PGTKPo Lu2022-03-041-14/+11
* * src/pgtkterm.c (pgtk_draw_fringe_bitmap): Synchronize logic with X.Po Lu2022-03-041-1/+14
* Implement `toolkit_position_hook' on PGTKPo Lu2022-03-031-1/+30
* Fix reporting of wheel events on top of GTK scroll barsPo Lu2022-03-011-1/+1
* Fix blurry text on multiple scale monitor setupsPo Lu2022-02-181-0/+4
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-1/+1
* Don't make cursors affected by background alpha on PGTKPo Lu2022-02-111-1/+3
* * src/pgtkterm.c (map_event): Fix last change.Po Lu2022-02-081-1/+1
* Fix frame offset reporting on PGTKPo Lu2022-02-081-0/+10
* Clean up more code from PGTK portPo Lu2022-02-071-97/+32
* Clean up lots of #ifdef'd out code in PGTK filesPo Lu2022-02-061-49/+1
* Handle window state changes on PGTKPo Lu2022-02-061-0/+26
* * src/pgtkterm.c (pgtk_draw_rectangle): Fix trivial typo. (bug#53677)Po Lu2022-02-011-2/+2
* Fix artifacting on PGTK when bits are copied with an alpha channelPo Lu2022-01-311-7/+11
* Implement `alpha-background' on PGTKPo Lu2022-01-311-57/+80
* * src/pgtkterm.c (pgtk_flash): Fix input blocking.Po Lu2022-01-231-4/+3
* Fix crash when the visible bell is rung but there is no cairo surfacePo Lu2022-01-221-7/+9
* * src/pgtkterm.c (evq_flush): Shift events one by oneYuuki Harano2022-01-161-4/+18
* Implement recent improvements to underline display on PGTKPo Lu2022-01-101-5/+16
* * src/pgtkterm.c (pgtk_enqueue_string): Free return of g_utf8_to_ucs4.Po Lu2022-01-081-2/+3
* Display pre-edit information from X input methodsPo Lu2022-01-071-1/+1
* Fix display of internal border in child frames on pgtkPo Lu2022-01-051-1/+2
* Fix mouse wheel scroll direction on pgtkPo Lu2022-01-021-2/+2
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Fix copyright dates in some files belonging to the pgtk portPo Lu2021-12-311-1/+1
* Add support for xwidgets to the PGTK portPo Lu2021-12-291-1/+89
* * src/pgtkterm.c (pgtk_handle_event): Add pinch event support.Po Lu2021-12-271-1/+37
* Don't clear internal border if frame isn't realizedPo Lu2021-12-261-1/+2
* * src/pgtkterm.c (scroll_event): Fix scroll delta scale.Po Lu2021-12-221-2/+2
* * src/pgtkterm.c (scroll_event): Fix sign of delta_y.Po Lu2021-12-221-1/+1
* Fix horizontal scrolling on PGTKPo Lu2021-12-221-63/+49
* Fix overline display when there is a box on PGTKPo Lu2021-12-121-4/+4
* Implement pgtk_frame_raise_lowerYuuki Harano2021-12-111-1/+37
* Coding style fixesPo Lu2021-12-111-3/+2
* Merge branch 'feature/pgtk' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-12-071-15/+28
|\
| * Fix coding stylePo Lu2021-12-061-21/+33
* | * src/pgtkterm.c (x_set_parent_frame): Fix coding styleYuuki Harano2021-12-071-6/+7
* | Fix SEGV crash by unref css provider too muchYuuki Harano2021-12-071-3/+15
|/