Simon Tatham
|
26a8ef376d
Fix crash in utmp-stamping on Wayland.
|
2 weeks ago |
Ben Harris
|
647d5a49d2
GTK: correct a comment calling Cairo surface "client-side"
|
2 months ago |
Ben Harris
|
c60b2832f4
GTK: flush target Cairo surface in 'draw' handler
|
2 months ago |
Ben Harris
|
dae2febd85
GTK: don't try to turn off double-buffering on GTK 1
|
2 months ago |
Ben Harris
|
82da46d22e
GTK: remove most of the scale-factor support
|
2 months ago |
Ben Harris
|
08bc670304
GTK: never deliberately create an image surface for Cairo rendering
|
2 months ago |
Ben Harris
|
8260ea2237
GTK: disable GTK double-buffering of terminal drawing area
|
2 months ago |
Ben Harris
|
1ebca75a89
GTK: make inst->pixmap and inst->surface mutually exclusive
|
2 months ago |
Ben Harris
|
daed7200b3
GTK: create backing Cairo surface of similar type to window
|
2 months ago |
Ben Harris
|
c93a225b97
GTK: use cairo_paint() to copy from backing store to screen
|
3 months ago |
Ben Harris
|
01043ce4fc
GTK: simpler text scaling under Cairo
|
2 months ago |
Ben Harris
|
5cf14b4f27
GTK: slightly reword a comment to reflect Cairo documentation
|
3 months ago |
Simon Tatham
|
368d74cc25
Remove two unused variables.
|
3 months ago |
Ben Harris
|
194ca31cc3
Add an API for passing pre-edit text to terminal; call from GTK
|
3 months ago |
Ben Harris
|
227b9ae470
GTK: also log the preedit string
|
3 months ago |
Ben Harris
|
fbea30bbaf
GTK: trivially handle preedit signals
|
3 months ago |
Ben Harris
|
7a100534d3
Rename cursor attributes from the TATTR_ to the ATTR_ namespace
|
3 months ago |
Ben Harris
|
e98071dd38
GTK: tell the input method context about focus changes
|
3 months ago |
Simon Tatham
|
7f4cccde2a
GTK: fixes to the previous font fallback patch.
|
6 months ago |
Simon Tatham
|
b088d77d58
GTK: hard-code some last-ditch fallback fonts.
|
6 months ago |
Ben Harris
|
09095a7d92
Avoid treating non-X GDK display names as X ones
|
2 years ago |
Jacob Nevins
|
6a88b29427
Unix PuTTY/pterm: fix UB with small keypad.
|
7 months ago |
Simon Tatham
|
948a4c8e23
Fix a compile warning when building with GTK 1.
|
7 months ago |
Simon Tatham
|
4f756d2a4d
Rework Unicode conversion APIs to use a BinarySink.
|
9 months ago |
Simon Tatham
|
c4c4d2c5cb
dup_mb_to_wc, dup_wc_to_mb: remove the 'flags' parameter.
|
9 months ago |
Simon Tatham
|
fd9bc8c86a
Cleanup: make symbolic names for CONF_bold_style bits.
|
2 years ago |
Simon Tatham
|
dfa91dfa8f
Cleanup: make an enum for the values of CONF_cursor_type.
|
2 years ago |
Simon Tatham
|
4341ba6d5c
Add platform-independent fontspec_new_default() function.
|
2 years ago |
Simon Tatham
|
95b926865a
GTK: fix crash changing font size when terminal maximised.
|
2 years ago |
Simon Tatham
|
819efc3c21
Support horizontal scroll events in mouse tracking.
|
2 years ago |