aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix frame size shrinking when turning fringe/scrollbars on/offYuuki Harano2021-05-111-2/+1
* Fix pgtk_make_frame_visible doesn't workYuuki Harano2021-05-091-21/+44
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-271-3/+12
* Workaround touchscreen events are ignored on swayYuuki Harano2021-04-131-0/+5
* Fix some leaksYuuki Harano2021-03-111-0/+26
* Make reading GNOME settings optional.Misha Gusarov2021-02-061-5/+21
* Support child frame border widthYuuki Harano2021-01-311-29/+44
* Add support for setting cursor location using Gtk IM ContextYichao Yu2021-01-301-4/+9
* Fix visual-bell on XYuuki Harano2021-01-111-2/+2
* Free unneeded contextYuuki Harano2021-01-111-0/+2
* Fix gtk icon theme does not reflectYuuki Harano2021-01-101-1/+0
* * src/pgtkterm.c (map_event): Remove record_asynch_buffer_change call.Yuuki Harano2020-12-141-4/+0
* * src/pgtkterm.c (scroll_event): Shut up warningsYuuki Harano2020-11-291-0/+2
* Improve smooth scrollYuuki Harano2020-11-281-30/+50
* Add support for hyper modifier keyYuuki Harano2020-11-261-4/+23