index
:
nx-libs
3.5.0.x
3.6.x
3713346f
dependabot/github_actions/actions/checkout-4
dependabot/github_actions/uraimo/run-on-arch-action-2.8.1
feature/nxcomp-bigreq-support
master
nx-X11
nxagent
nxcomp
nxcompext
nxcompshad
nxproxy
pr/DXPC-re-license-retroactively
pr/Xext-cve-fixes
pr/dix-cve-fixes
pr/drop-bin-wrappers
pr/extend_manpage
pr/fix_xkb_crash
pr/gnu-hurd-i386-support
pr/hw-driver-cleanup
pr/libxfont-cleanup
pr/render-cleanup
pr/render-cve-fixes
pr/render-misc-patches
pr/various9
release-builds/3.6.x
update-workflows
upgrade-libX11
NXv3 (redistributed)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nx-X11
/
programs
/
Xserver
/
hw
/
nxagent
/
Screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Screen.c, Pixmap.c: silence some compiler warnings
Ulrich Sibiller
2024-03-28
1
-2
/
+3
*
Screen.c: fix missing ;
Ulrich Sibiller
2024-03-28
1
-1
/
+1
*
Update Copyright years
Ulrich Sibiller
2023-04-28
1
-4
/
+4
*
Screen.c: use %s / __func__ for fprintf
Ulrich Sibiller
2023-04-27
1
-141
/
+141
*
Screen.c: fix handling of AllScreens without a running window manager
Ulrich Sibiller
2021-12-29
1
-0
/
+1
*
Screen.c, Window.c: use "None" everywhere for FullscreenWindow
Ulrich Sibiller
2021-10-30
1
-1
/
+1
*
Screen.c: Fix wrong format specifier
Ulrich Sibiller
2021-10-30
1
-1
/
+1
*
nxagent: make nxagentX2go a Boolean everywhere
Ulrich Sibiller
2021-06-08
1
-1
/
+1
*
nxagent: treat enableBackingStore as Boolean
Ulrich Sibiller
2021-06-08
1
-1
/
+1
*
nxagent: make X2GO support optional
Ulrich Sibiller
2021-06-08
1
-0
/
+5
*
Use NXAGENT_ONSTART define at more locations
Ulrich Sibiller
2021-06-08
1
-0
/
+1
*
Screen.c: rephrase comment
Ulrich Sibiller
2021-02-03
1
-2
/
+2
*
Screen.c: Fix fullscreen (onescreen) at startup
Ulrich Sibiller
2021-02-03
1
-2
/
+31
*
Screen.c: remove superflous code that produces a crash
Ulrich Sibiller
2021-01-16
1
-6
/
+0
*
Screen.c: clarify that characters are compared
Ulrich Sibiller
2021-01-16
1
-2
/
+2
*
Screen.c: check for malloc failures
Ulrich Sibiller
2021-01-15
1
-0
/
+39
*
nxagent: make full screen mode selectable at startup
Ulrich Sibiller
2021-01-15
1
-1
/
+7
*
nxagent: handle RegionNil macro as Boolean
Ulrich Sibiller
2021-01-15
1
-1
/
+1
*
nxagent: make nxagentShadowResize a Boolean
Ulrich Sibiller
2021-01-15
1
-1
/
+1
*
nxagent: make nxagentDoFullgeneration a Boolean
Ulrich Sibiller
2021-01-15
1
-1
/
+1
*
nxagent: treat all Traps as Booleans everywhere
Ulrich Sibiller
2021-01-15
1
-8
/
+8
*
nxagent: make Desktop, Rootless and Binder options Booleans (again)
Ulrich Sibiller
2021-01-15
1
-4
/
+4
*
nxagent: treat several nxagentOptions as real Booleans
Ulrich Sibiller
2021-01-15
1
-2
/
+2
*
nxagent: treat DesktopResize and nxagentResizeDesktopAtStartup as Booleans
Ulrich Sibiller
2021-01-15
1
-3
/
+3
*
nxagent: make Fullscreen and AllScreens Booleans
Ulrich Sibiller
2021-01-15
1
-5
/
+8
*
Screen.c: fix indentation in nxagentMaximizeToFullScreen
Ulrich Sibiller
2020-11-03
1
-37
/
+37
*
Screen.c: some more (cosmetic) changes
Ulrich Sibiller
2020-10-17
1
-61
/
+49
*
Screen.c: scope improvements
Ulrich Sibiller
2020-10-17
1
-25
/
+13
*
Screen.c: move attributes/valuemask to inner scopes
Ulrich Sibiller
2020-10-17
1
-11
/
+9
*
Screen.c: drop unneccessary mask variable
Ulrich Sibiller
2020-10-17
1
-9
/
+3
*
Screen.c: remove another pointless code block
Ulrich Sibiller
2020-10-17
1
-10
/
+0
*
Screen.c: remove code that will have no effect
Ulrich Sibiller
2020-10-17
1
-5
/
+0
*
Screen.c: scope improvement
Ulrich Sibiller
2020-10-17
1
-1
/
+2
*
Screen.c: cleanup auto dpi handling
Ulrich Sibiller
2020-10-17
1
-6
/
+9
*
Screen.c: simplify nxagentResizeScreen
Ulrich Sibiller
2020-10-17
1
-12
/
+13
*
Screen.c: improve output of nxagentPrintAgentGeometry
Ulrich Sibiller
2020-10-17
1
-8
/
+12
*
Screen.c: improve debug output
Ulrich Sibiller
2020-10-17
1
-13
/
+29
*
nxagent: add names to some windows in DEBUG mode
Ulrich Sibiller
2020-10-17
1
-6
/
+45
*
nxagent: Prevent resize loop
Ulrich Sibiller
2020-10-17
1
-6
/
+15
*
Screen.c: fix resizing bug with mutter window manager
Ulrich Sibiller
2020-10-17
1
-1
/
+1
*
Screen.c: fix missing type in DEBUG mode
Ulrich Sibiller
2020-05-07
1
-2
/
+2
*
Screen.c: fix wrong debug statement
Ulrich Sibiller
2020-05-07
1
-1
/
+1
*
Screen.h: improve NXAGENT_ARTSD prototype definition
Ulrich Sibiller
2020-05-07
1
-3
/
+0
*
Screen.c: formatting fixes
Ulrich Sibiller
2020-05-07
1
-7
/
+8
*
Screen.c: spelling fix
Ulrich Sibiller
2020-05-07
1
-1
/
+1
*
Screen.c: activate fallback to dix blanking
Ulrich Sibiller
2020-04-07
1
-2
/
+2
*
Screen.c: document nxagentSaveScreen
Ulrich Sibiller
2020-04-07
1
-22
/
+37
*
nxagent: re-implement timeout handling
Ulrich Sibiller
2020-04-07
1
-78
/
+7
*
nxagent: rename variables that shadow globals
Ulrich Sibiller
2020-01-25
1
-31
/
+31
*
Screen.c: harmonize size/wmhints code
Ulrich Sibiller
2020-01-06
1
-21
/
+11
[next]