summaryrefslogtreecommitdiff
path: root/src/pgtkterm.c
Commit message (Expand)AuthorAgeFilesLines
* Undo C parts of "Don't use the Gtk region face"Po Lu2022-07-231-1/+3
* Don't use the Gtk region faceLars Ingebrigtsen2022-07-231-3/+1
* Add support for fullscreen values fullheight and fullwidth on PGTKFlorian Rommel2022-07-041-9/+18
* Minor fixes to last changePo Lu2022-06-231-0/+2
* Allow dropping more data types on PGTKPo Lu2022-06-231-42/+234
* Rewrite PGTK selection code from scratchPo Lu2022-06-211-17/+112
* Minor fixes to PGTK child framesPo Lu2022-05-231-13/+6
* Implement `display-monitors-changed-hook' on PGTKPo Lu2022-05-211-0/+22
* ; Fix typosStefan Kangas2022-05-151-1/+1
* Rely solely on device scaling for fonts on PGTKPo Lu2022-05-131-43/+6
* Minor cleanups to PGTK codePo Lu2022-05-131-14/+30
* Set stipple flag on PGTK as wellPo Lu2022-05-081-12/+11
* Cleanups to PGTK codePo Lu2022-04-271-240/+180
* Clean up PGTK code some morePo Lu2022-04-211-250/+170
* Minor cleanups to PGTK codePo Lu2022-04-181-21/+21
* More PGTK related cleanupPo Lu2022-04-151-113/+60
* Bump minimum GTK for PGTK buildsPo Lu2022-04-131-2/+0
* Clean up PGTK code morePo Lu2022-04-131-181/+30
* * src/pgtkterm.c (pgtk_set_cr_source_with_color): Fix default operator.Po Lu2022-04-091-2/+5
* Fix GC marking of input events with devicesPo Lu2022-04-081-0/+1
* Implement support for reporting device names on PGTKPo Lu2022-04-081-44/+212
* Clean up more PGTK codePo Lu2022-04-061-60/+20
* Implement `drag-source' values of `track-mouse' on PGTK.Po Lu2022-04-031-10/+18
* Clean up PGTK cursor blanking codePo Lu2022-03-271-23/+9
* Restore old PGTK scrolling codePo Lu2022-03-171-11/+4
* Stop relying on dynlib for PGTK interrupt inputPo Lu2022-03-151-6/+7
* Fix some errors in stretch glyphs code on PGTKPo Lu2022-03-041-17/+6
* Fix display of stretch glyphs when hscrolled on PGTKPo Lu2022-03-041-14/+11
* * src/pgtkterm.c (pgtk_draw_fringe_bitmap): Synchronize logic with X.Po Lu2022-03-041-1/+14
* Implement `toolkit_position_hook' on PGTKPo Lu2022-03-031-1/+30
* Fix reporting of wheel events on top of GTK scroll barsPo Lu2022-03-011-1/+1
* Fix blurry text on multiple scale monitor setupsPo Lu2022-02-181-0/+4
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-1/+1
* Don't make cursors affected by background alpha on PGTKPo Lu2022-02-111-1/+3
* * src/pgtkterm.c (map_event): Fix last change.Po Lu2022-02-081-1/+1
* Fix frame offset reporting on PGTKPo Lu2022-02-081-0/+10
* Clean up more code from PGTK portPo Lu2022-02-071-97/+32
* Clean up lots of #ifdef'd out code in PGTK filesPo Lu2022-02-061-49/+1
* Handle window state changes on PGTKPo Lu2022-02-061-0/+26
* * src/pgtkterm.c (pgtk_draw_rectangle): Fix trivial typo. (bug#53677)Po Lu2022-02-011-2/+2
* Fix artifacting on PGTK when bits are copied with an alpha channelPo Lu2022-01-311-7/+11
* Implement `alpha-background' on PGTKPo Lu2022-01-311-57/+80
* * src/pgtkterm.c (pgtk_flash): Fix input blocking.Po Lu2022-01-231-4/+3
* 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