From deuce@VERT to CVS commit on Friday, March 06, 2020 22:26:47
src/conio x_events.c 1.56 1.57
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv4478
Modified Files:
x_events.c
Log Message:
Always redraw the screen on an expose event (this was actually a bug)
Avoid gratuitous xim reallocations (not a bug)
Avoid gratuitous redraws (not a bug)
Avoid posting and waiting on a semaphore from the same thread (ehhhh....)
After blocking on XNextEvent(), drain all X events in the queue (not a bug)
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From deuce@VERT to CVS commit on Monday, April 13, 2020 10:05:35
src/conio x_events.c 1.59 1.60
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv19003
Modified Files:
x_events.c
Log Message:
Clean up copy/paste per ICCCM.
If this doesn't fix the copy/paste issues nelgin was having, nothing will.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From deuce@VERT to CVS commit on Tuesday, April 14, 2020 11:11:44
src/conio x_events.c 1.61 1.62
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv29839
Modified Files:
x_events.c
Log Message:
Fix issue with X11 textmode() implementation.
The xim wasn't scaled to the new size (ever)
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From deuce@VERT to CVS commit on Tuesday, April 14, 2020 11:25:50
src/conio x_events.c 1.62 1.63
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv32048
Modified Files:
x_events.c
Log Message:
Resize the window if X and Y aren't scaled the same amount.
Resize the xim if the window isn't scaled.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From deuce@VERT to CVS commit on Friday, April 17, 2020 09:12:23
src/conio x_events.c 1.66 1.67
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv18803
Modified Files:
x_events.c
Log Message:
XA_STRING is explicitly ISO-8859-1
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From deuce@VERT to CVS commit on Friday, April 17, 2020 12:00:41
src/conio x_events.c 1.68 1.69
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv12931
Modified Files:
x_events.c
Log Message:
Use chars if neither of ALT or CTRL are pressed, scancodes otherwise.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From deuce@VERT to CVS commit on Friday, April 17, 2020 12:20:02
src/conio x_events.c 1.69 1.70
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv16558
Modified Files:
x_events.c
Log Message:
Throw out the last rect when changing modes.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From deuce@VERT to CVS commit on Monday, April 20, 2020 13:05:22
src/conio x_events.c 1.71 1.72
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv32525
Add a comment explaining why we do what we do, and verify the aspect
is unchanged as well since we could change only the aspect and need
to set new hints in some cases.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, September 29, 2024 19:24:11