index
:
nx-libs
3.5.0.x
3.6.x
3713346f
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: safe some lines by calling SAFE_XFree
Ulrich Sibiller
2019-08-06
1
-44
/
+29
*
Drop Ipaq support
Ulrich Sibiller
2019-06-27
1
-32
/
+5
*
Screen.c: use XlibWindow so silence the compiler
Ulrich Sibiller
2019-06-27
1
-2
/
+2
*
Consistently use None instead of 0 for nxagentIconWindow everywhere
Ulrich Sibiller
2019-06-27
1
-1
/
+1
*
Screen.c: simplify nxagentMinimizeFromFullscreen
Ulrich Sibiller
2019-06-27
1
-6
/
+9
*
nxagentMaximizeToFullScreen: only reparent if necessary
Ulrich Sibiller
2019-06-27
1
-21
/
+56
*
Screen.c: add nxagentIsParentOf helper
Ulrich Sibiller
2019-06-27
1
-0
/
+22
*
Screen.c: fix two more memleaks of visuals
Ulrich Sibiller
2019-06-22
1
-0
/
+2
*
Screen.c: fix two memleaks
Ulrich Sibiller
2019-06-22
1
-19
/
+18
*
various scope improvements
Ulrich Sibiller
2019-06-19
1
-3
/
+1
*
Screen.c: more debug output
Ulrich Sibiller
2019-06-19
1
-1
/
+4
*
Screen.c: fix another memory leak
Ulrich Sibiller
2019-06-19
1
-4
/
+12
*
Screen.c: Fix: make sure RRCloseScreen is being called
Ulrich Sibiller
2019-06-19
1
-7
/
+7
*
Screen.c: correctly free stuff in nxagentCloseScreen
Ulrich Sibiller
2019-06-19
1
-3
/
+15
*
Screen.c: more TEST output
Ulrich Sibiller
2019-06-11
1
-5
/
+10
*
Screen.c: use consistent spacing on pointer references
Ulrich Sibiller
2019-06-11
1
-4
/
+4
*
Screen.c: whitespace/formatting fixes
Ulrich Sibiller
2019-06-11
1
-21
/
+22
*
Screen.c: report both created windows (and with the right name)
Ulrich Sibiller
2019-06-11
1
-4
/
+9
*
Window.c: fix: report correct window on icon window creation
Ulrich Sibiller
2019-06-11
1
-2
/
+2
*
Revert "nxagent: rework Bool handling"
Ulrich Sibiller
2019-02-15
1
-26
/
+26
*
nxagent: rework Bool handling
Ulrich Sibiller
2019-02-11
1
-26
/
+26
*
Screen.c: code optimization for rootless mode
Ulrich Sibiller
2019-02-11
1
-4
/
+6
*
Screen.c: simplify and fix handling of rootless mode
Ulrich Sibiller
2019-02-11
1
-23
/
+17
*
Screen.c: fix handling of fullscreen startup
Ulrich Sibiller
2019-01-14
1
-5
/
+5
*
Screen.c: fix size calculation in rootless mode
Ulrich Sibiller
2019-01-14
1
-2
/
+16
*
Screen.c: improve readability of size calculations
Ulrich Sibiller
2019-01-14
1
-65
/
+57
*
Screen.c: move identical line out of both parts of an if clause
Ulrich Sibiller
2019-01-14
1
-3
/
+2
*
nxagent: use nxagentWMPassed as Bool all over the place
Ulrich Sibiller
2018-10-22
1
-1
/
+1
*
nxagent: use nxagentWMIsRunning as Bool all over the place
Ulrich Sibiller
2018-10-22
1
-1
/
+1
*
Replace MIN/MAX macros by min/max from misc.h
Ulrich Sibiller
2018-08-23
1
-8
/
+9
*
Fix broken 9a7c0b081fad98bfcfcceff9557781f4b39ec572
Ulrich Sibiller
2018-08-22
1
-13
/
+20
*
refactor nxagentGet(Default)EventMask
Ulrich Sibiller
2018-08-22
1
-11
/
+6
*
nxagent: Used 'Xutf8SetVMPropertis' instead of 'XSetStandardProperties' + 'Xu...
Pavel Vaynerman
2018-08-22
1
-13
/
+6
*
fix window title encoding (use utf8) for nxagent
Pavel Vaynerman
2018-08-22
1
-2
/
+8
*
whitespace fixes
Ulrich Sibiller
2018-05-24
1
-2
/
+2
*
Screen.c: simplify setting of window name/class
Ulrich Sibiller
2018-05-24
1
-16
/
+11
*
nxagent: remove mmwidth/mmheight from nxagentChangeScreenConfig
Ulrich Sibiller
2018-05-24
1
-4
/
+4
*
Screen.c/Events.c: fix some comments
Ulrich Sibiller
2018-05-24
1
-1
/
+1
*
nxagent: use XAllocSizeHints() instead of XSizeHints struct
Ulrich Sibiller
2018-05-24
1
-72
/
+116
*
Screen.c/Events.c: add some FIXMEs
Ulrich Sibiller
2018-05-24
1
-0
/
+3
*
Screen.c: replace XSetWMNormalHints code block by already existing function
Ulrich Sibiller
2018-05-24
1
-36
/
+5
*
hw/nxagent: fix spelling errors as reported by codespell
Ulrich Sibiller
2018-05-24
1
-3
/
+3
*
nx-X11/programs/Xserver/hw/nxagent/Screen.c: do not try to set a NULL mode if...
Mihai Moldovan
2018-03-15
1
-5
/
+5
*
nx-X11/programs/Xserver/hw/nxagent/Screen.c: initialize pointers to NULL to a...
Mihai Moldovan
2018-03-15
1
-1
/
+1
*
Xserver/hw/nxagent/Screen.c: Drop commented out code. Functionality now imple...
Mike Gabriel
2018-03-07
1
-16
/
+0
*
hw/nxagent/Screen.c: Cover Xinerama bounding box corner cases.
Mike Gabriel
2018-03-07
1
-16
/
+81
*
hw/nxagent/Screen.c: Settle down with 96 DPI as the default resolution, if no...
Simon Matter
2018-03-01
1
-1
/
+1
*
nxagent: Auto-detect client-side DPI at session startup.
Simon Matter
2018-02-27
1
-3
/
+39
*
hw/nxagent/: Use <function>(void) rather than <function>().
Mike Gabriel
2018-02-26
1
-2
/
+2
*
Screen.c: Fix wrong function names in TEST output
Ulrich Sibiller
2018-02-05
1
-1
/
+1
[next]