aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Fix double buffering on pgtkPo Lu2021-12-041-6/+34
* Keep track of scale factor by atimer and recreate cairo_surface_tYuuki Harano2021-12-041-7/+10
* Fix a compilation warning in pgtkterm.cKoen van Greevenbroek2021-12-031-0/+1
* Generate touch-end events on pgtkPo Lu2021-12-031-0/+7
* Stop relying on `x_coalesce_scroll_events' in pgtk codePo Lu2021-12-011-11/+7
* Synchronize pgtk tab bar code with xtermPo Lu2021-12-011-16/+25
* Calculate pixel deltas correctlyPo Lu2021-11-301-8/+8
* Make interrupt input optionally work on PGTKPo Lu2021-11-301-0/+53
* Stop setting mouse face GC manually, as it is no longer requiredPo Lu2021-11-301-14/+0
* Enable pixel-precision scrolling on pgtk portPo Lu2021-11-301-11/+55
* Get rid of pgtk_select and use xg_select insteadPo Lu2021-11-301-167/+0
* Replace XFillRectangle with cairo_rectangle and cairo_fillYuuki Harano2021-11-301-18/+19
* Use /* */ comment style instead of //Yuuki Harano2021-11-301-11/+11
* Remove PGTK_DEBUG stuffYuuki Harano2021-11-241-439/+0
* ; * src/pgtkterm.c (pgtk_mouse_position): Add bug ID to the commentYuuki Harano2021-11-161-1/+1
* Avoid handle terminal frames in pgtk_mouse_position.Yuuki Harano2021-11-161-0/+7
* Fix coding styleYuuki Harano2021-11-151-2/+2
* pgtk: Handle (child) frame focusing betterJeff Walsh2021-11-151-8/+7
* pgtk: Set correct face color for stretched glyphsJeff Walsh2021-11-141-1/+1
* Fix coding styleYuuki Harano2021-11-141-10/+10
* Fix a memory leak in pgtk_draw_fringe_bitmapSharaf Zaman2021-10-241-2/+1
* Fix a frame created without scroll/menu/toolbar is emptyYuuki Harano2021-06-181-2/+14
* * src/pgtkterm.c: Honor system DPI settingsJindřich Makovička2021-05-301-2/+5
* Disable hyper key when super and hyper conflictYuuki Harano2021-05-291-0/+10
* Fix compile error when PGTK_DEBUG is enabledYuuki Harano2021-05-191-2/+1
* Revert "Update texts while busy"Yuuki Harano2021-05-151-24/+22
* Update texts while busyYuuki Harano2021-05-151-22/+24
* * src/pgtkterm.c remove duplicated codeJeff Walsh2021-05-131-78/+2