summaryrefslogtreecommitdiff
path: root/src/pgtkterm.c
AgeCommit message (Expand)Author
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
2021-12-04Fix double buffering on pgtkPo Lu
2021-12-04Keep track of scale factor by atimer and recreate cairo_surface_tYuuki Harano
2021-12-03Fix a compilation warning in pgtkterm.cKoen van Greevenbroek
2021-12-03Generate touch-end events on pgtkPo Lu
2021-12-01Stop relying on `x_coalesce_scroll_events' in pgtk codePo Lu
2021-12-01Synchronize pgtk tab bar code with xtermPo Lu
2021-11-30Calculate pixel deltas correctlyPo Lu
2021-11-30Make interrupt input optionally work on PGTKPo Lu
2021-11-30Stop setting mouse face GC manually, as it is no longer requiredPo Lu
2021-11-30Enable pixel-precision scrolling on pgtk portPo Lu
2021-11-30Get rid of pgtk_select and use xg_select insteadPo Lu
2021-11-30Replace XFillRectangle with cairo_rectangle and cairo_fillYuuki Harano
2021-11-30Use /* */ comment style instead of //Yuuki Harano
2021-11-24Remove PGTK_DEBUG stuffYuuki Harano
2021-11-16; * src/pgtkterm.c (pgtk_mouse_position): Add bug ID to the commentYuuki Harano
2021-11-16Avoid handle terminal frames in pgtk_mouse_position.Yuuki Harano
2021-11-15Fix coding styleYuuki Harano
2021-11-15pgtk: Handle (child) frame focusing betterJeff Walsh
2021-11-14pgtk: Set correct face color for stretched glyphsJeff Walsh
2021-11-14Fix coding styleYuuki Harano
2021-10-24Fix a memory leak in pgtk_draw_fringe_bitmapSharaf Zaman
2021-06-18Fix a frame created without scroll/menu/toolbar is emptyYuuki Harano
2021-05-30* src/pgtkterm.c: Honor system DPI settingsJindřich Makovička
2021-05-29Disable hyper key when super and hyper conflictYuuki Harano
2021-05-19Fix compile error when PGTK_DEBUG is enabledYuuki Harano