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
*
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
*
hw/nxagent/Screen.c: Additionally check for noRRXineramaExtension set to FALS...
Mike Gabriel
2018-01-16
1
-1
/
+1
*
Screen.c: string handling improvements
Ulrich Sibiller
2018-01-07
1
-16
/
+10
*
nx-X11/programs/Xserver/hw/nxagent/Screen.c: re-enable normal error/warning o...
Mihai Moldovan
2017-12-24
1
-2
/
+2
*
nx-X11/programs/Xserver/hw/nxagent/Screen.c: update screen size after modifyi...
Mihai Moldovan
2017-12-24
1
-0
/
+7
*
always notify on size changes
Ulrich Sibiller
2017-12-13
1
-7
/
+1
*
re-implement pre-xinerama behaviour
Ulrich Sibiller
2017-12-13
1
-20
/
+105
*
simply free() calls
Ulrich Sibiller
2017-11-21
1
-35
/
+11
*
Report Xlib-side window IDs to session.log in machine readable form. This fea...
Mike Gabriel
2017-07-05
1
-4
/
+14
*
hw/nxagent/Pixmap.c et al.: Propagate usage_hint through nxagentCreatePixmap,...
Mike Gabriel
2017-04-10
1
-1
/
+1
*
xserver: remove index from CloseScreen (API/ABI breakage)
Dave Airlie
2017-04-10
1
-4
/
+4
*
nxagent: Use SetNotifyFd to receive events.
Mike Gabriel
2017-03-17
1
-1
/
+1
*
Screen.c: clean up superfluous whitespace
Ulrich Sibiller
2017-02-08
1
-4
/
+3
*
Screen.c: Ensure that an output is unused before destroying it
Ulrich Sibiller
2017-02-08
1
-14
/
+28
*
Screen.c: more debug output formatting improvements
Ulrich Sibiller
2016-12-07
1
-8
/
+8
*
Screen.c: fix uninitalized variable
Ulrich Sibiller
2016-12-07
1
-0
/
+1
*
Screen.c: fix compile warnings in DEBUG mode
Ulrich Sibiller
2016-12-07
1
-5
/
+5
*
Screen.c: fix formatting
Ulrich Sibiller
2016-12-07
1
-9
/
+9
*
Screen.c: improve debugging output
Ulrich Sibiller
2016-12-07
1
-7
/
+29
*
slightly improve rrxinerama debug output
Ulrich Sibiller
2016-12-03
1
-12
/
+12
*
Fix compilation warnings
Ulrich Sibiller
2016-12-03
1
-7
/
+7
*
nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver incl...
Mike Gabriel
2016-11-15
1
-1
/
+1
*
Fix FTBFS with gcc 4.4
Ulrich Sibiller
2016-10-01
1
-2
/
+0
*
Per-file copyright notices: Update copyright information in file headers that...
Mike Gabriel
2016-07-06
1
-7
/
+15
*
nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.
Mike Gabriel
2016-07-02
1
-16
/
+16
*
nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.
Mike Gabriel
2016-07-02
1
-19
/
+19
*
Screen.c: fix RRGetInfo call
Ulrich Sibiller
2016-06-25
1
-1
/
+1
*
Xinerama: undef debug/test flags
Ulrich Sibiller
2016-06-25
1
-4
/
+4
[next]