-
src/conio/x_events.c
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
Modified Files:
x_events.c
Log Message:
Fix input translation... default cpchar is zero.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Monday, September 23, 2024 11:02:55
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Sunday, September 29, 2024 14:39:53
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Sunday, September 29, 2024 18:45:17
https://gitlab.synchro.net/main/sbbs/-/commit/235ce71a6a01a20d6b3801a5
Modified Files:
src/conio/x_events.c
Log Message:
Never call XMapWindow() in response to a _NET_FRAME_EXTENTS change
This breaks at least herbstluftwm's focus-follows-mouse, and rustles
Cyan's jimmies.
It's also a terrible idea.
---
þ 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:03:34
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Sunday, September 29, 2024 19:16:10
https://gitlab.synchro.net/main/sbbs/-/commit/d58c1bba6f02c14d23fe06c9
Modified Files:
src/conio/x_events.c
Log Message:
Refine last commit...
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
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Monday, September 30, 2024 16:03:41
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Saturday, January 04, 2025 21:51:35
https://gitlab.synchro.net/main/sbbs/-/commit/5e5ddd25ca0f8aeb6f3c71b4
Modified Files:
src/conio/x_events.c
Log Message:
Ensure max width and height are initialized
Prevents X11 mode from doing very weird things when we are unable
to get the max window size from the window manager.
Found by scan-build
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Saturday, January 04, 2025 21:51:35
https://gitlab.synchro.net/main/sbbs/-/commit/d5a2666a0d78fa1d931758f0
Modified Files:
src/conio/x_events.c
Log Message:
Ensure max width and height are initialized for new window size
Prevents randomly sized windows in X11 mode when the max window
size can't be read from window manager.
Found by scan-build
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Monday, January 06, 2025 14:38:43
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Monday, January 06, 2025 14:46:27
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Monday, January 06, 2025 14:50:22
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Monday, January 06, 2025 16:17:29
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Tuesday, January 07, 2025 01:15:54
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Tuesday, January 07, 2025 15:19:02
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Tuesday, January 07, 2025 15:37:08
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Sunday, January 19, 2025 17:17:12
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Sunday, January 19, 2025 17:53:11
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Sunday, January 19, 2025 20:24:31
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Sunday, January 19, 2025 20:30:57