summaryrefslogtreecommitdiff
path: root/src/pgtkterm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compilation issue when --enable-checking=glyphsYuuki Harano2020-11-251-2/+0
* Work around gtk_im_context_filter_keypress() issue with super keyYuuki Harano2020-11-241-4/+31
* Update copyright dates for PGTK filesJeff Walsh2020-11-241-1/+1
* Fix startup failure on svg-unsupported environmentsYuuki Harano2020-11-241-5/+52
* Fix Gtk warningsYuuki Harano2020-11-241-16/+21
* Fix crash on drag and dropYuuki Harano2020-11-241-35/+16
* Fix tooltips don't hide on eventsYuuki Harano2020-11-241-13/+34
* Exclude Xlib's modifier keysYuuki Harano2020-11-241-0/+10
* Re-implement childframe with emacsgtkfixedYuuki Harano2020-11-241-65/+242
* Add support for x-support-framesJeff Walsh2020-11-241-0/+115
* Self-implement tooltipYuuki Harano2020-11-241-0/+7
* Re-port image drawing code from XYuuki Harano2020-11-241-29/+74
* Make pointer visible when motion notify eventYuuki Harano2020-11-241-0/+3
* Fix non-English layout does not workYuuki Harano2020-11-241-3/+3
* Fix font lock is not applied on continued linesYuuki Harano2020-11-241-2/+2
* Fix migrating Child framesJeff Walsh2020-11-241-99/+18
* * src/pgtkterm.c: change coding styleYuuki Harano2020-11-241-1475/+1818
* * src/pgtkterm.c (pgtk_defined_color): support gtk special colorsYuuki Harano2020-11-241-16/+4
* Make icons and titles work like on XYuuki Harano2020-11-241-0/+42
* * src/pgtkterm.c: Remove incorrect mark_object call.Yuuki Harano2020-11-241-8/+0
* implement popup/context menuYuuki Harano2020-11-241-33/+38
* Set screen/display dpi res to make broadway work as expectedJeff Walsh2020-11-241-4/+10
* Some work toward posframe on waylandJeff Walsh2020-11-241-17/+92
* End Resize flickering by copying surface rather than just clearingJeff Walsh2020-11-241-14/+4
* Bring pgtk more inline with X11-cairo buildsJeff Walsh2020-11-241-110/+47
* update redisplay_interface.Yuuki Harano2020-11-241-1/+2
* Before sleep, dispatch draw events.Yuuki Harano2020-11-221-7/+11
* End Resize flickering by copying surface rather than just clearingJeff Walsh2020-11-221-0/+42