summaryrefslogtreecommitdiff
path: root/src/pgtkterm.c
Commit message (Expand)AuthorAge
* Restore old PGTK scrolling codePo Lu2022-03-17
* Stop relying on dynlib for PGTK interrupt inputPo Lu2022-03-15
* Fix some errors in stretch glyphs code on PGTKPo Lu2022-03-04
* Fix display of stretch glyphs when hscrolled on PGTKPo Lu2022-03-04
* * src/pgtkterm.c (pgtk_draw_fringe_bitmap): Synchronize logic with X.Po Lu2022-03-04
* Implement `toolkit_position_hook' on PGTKPo Lu2022-03-03
* Fix reporting of wheel events on top of GTK scroll barsPo Lu2022-03-01
* Fix blurry text on multiple scale monitor setupsPo Lu2022-02-18
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-12
* Don't make cursors affected by background alpha on PGTKPo Lu2022-02-11
* * src/pgtkterm.c (map_event): Fix last change.Po Lu2022-02-08
* Fix frame offset reporting on PGTKPo Lu2022-02-08
* Clean up more code from PGTK portPo Lu2022-02-07
* Clean up lots of #ifdef'd out code in PGTK filesPo Lu2022-02-06
* Handle window state changes on PGTKPo Lu2022-02-06
* * src/pgtkterm.c (pgtk_draw_rectangle): Fix trivial typo. (bug#53677)Po Lu2022-02-01
* Fix artifacting on PGTK when bits are copied with an alpha channelPo Lu2022-01-31
* Implement `alpha-background' on PGTKPo Lu2022-01-31
* * src/pgtkterm.c (pgtk_flash): Fix input blocking.Po Lu2022-01-23
* Fix crash when the visible bell is rung but there is no cairo surfacePo Lu2022-01-22
* * src/pgtkterm.c (evq_flush): Shift events one by oneYuuki Harano2022-01-16
* Implement recent improvements to underline display on PGTKPo Lu2022-01-10
* * src/pgtkterm.c (pgtk_enqueue_string): Free return of g_utf8_to_ucs4.Po Lu2022-01-08
* Display pre-edit information from X input methodsPo Lu2022-01-07
* Fix display of internal border in child frames on pgtkPo Lu2022-01-05
* Fix mouse wheel scroll direction on pgtkPo Lu2022-01-02
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Fix copyright dates in some files belonging to the pgtk portPo Lu2021-12-31
* Add support for xwidgets to the PGTK portPo Lu2021-12-29
* * src/pgtkterm.c (pgtk_handle_event): Add pinch event support.Po Lu2021-12-27
* Don't clear internal border if frame isn't realizedPo Lu2021-12-26
* * src/pgtkterm.c (scroll_event): Fix scroll delta scale.Po Lu2021-12-22
* * src/pgtkterm.c (scroll_event): Fix sign of delta_y.Po Lu2021-12-22
* Fix horizontal scrolling on PGTKPo Lu2021-12-22
* Fix overline display when there is a box on PGTKPo Lu2021-12-12
* Implement pgtk_frame_raise_lowerYuuki Harano2021-12-11
* Coding style fixesPo Lu2021-12-11
* Merge branch 'feature/pgtk' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-12-07
|\
| * Fix coding stylePo Lu2021-12-06
* | * src/pgtkterm.c (x_set_parent_frame): Fix coding styleYuuki Harano2021-12-07
* | Fix SEGV crash by unref css provider too muchYuuki Harano2021-12-07
|/
* Fix double buffering on pgtkPo Lu2021-12-04
* Keep track of scale factor by atimer and recreate cairo_surface_tYuuki Harano2021-12-04
* Fix a compilation warning in pgtkterm.cKoen van Greevenbroek2021-12-03
* Generate touch-end events on pgtkPo Lu2021-12-03
* Stop relying on `x_coalesce_scroll_events' in pgtk codePo Lu2021-12-01
* Synchronize pgtk tab bar code with xtermPo Lu2021-12-01
* Calculate pixel deltas correctlyPo Lu2021-11-30
* Make interrupt input optionally work on PGTKPo Lu2021-11-30
* Stop setting mouse face GC manually, as it is no longer requiredPo Lu2021-11-30