| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
| * | Init.c: small simplification | Ulrich Sibiller | 2020-10-17 | 1 | -4/+2 |
| * | NXwindow.c: fix some format specifiers | Ulrich Sibiller | 2020-10-17 | 1 | -6/+5 |
| * | Window.c: simplify setting of isMapped private var | Ulrich Sibiller | 2020-10-17 | 1 | -8/+2 |
| * | Window.c: -reportprivatewids reports root window as such | Ulrich Sibiller | 2020-10-17 | 1 | -4/+14 |
| * | Screen.c: simplify nxagentResizeScreen | Ulrich Sibiller | 2020-10-17 | 1 | -12/+13 |
| * | Screen.c: improve output of nxagentPrintAgentGeometry | Ulrich Sibiller | 2020-10-17 | 2 | -11/+15 |
| * | 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 | 3 | -6/+83 |
| * | Display.c: disable confine window | Ulrich Sibiller | 2020-10-17 | 2 | -0/+6 |
| * | Events.c: store parent window from event to meaningful variable | Ulrich Sibiller | 2020-10-17 | 1 | -9/+7 |
| * | Events.c: add some comments/FIXMEs | Ulrich Sibiller | 2020-10-17 | 1 | -2/+3 |
| * | Events.c: add more DEBUG output | Ulrich Sibiller | 2020-10-17 | 1 | -11/+78 |
| * | nxagent: Prevent resize loop | Ulrich Sibiller | 2020-10-17 | 6 | -19/+35 |
| * | Display.c: factor out confinement window creation | Ulrich Sibiller | 2020-10-17 | 1 | -30/+24 |
| * | Screen.c: fix resizing bug with mutter window manager | Ulrich Sibiller | 2020-10-17 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'uli42-pr/fix_stack_smashing' into 3.6.x | Mike Gabriel | 2020-10-17 | 4 | -4/+22 |
|\ |
|
| * | nxagent: fix stack smashing | Ulrich Sibiller | 2020-10-17 | 4 | -4/+22 |
|/ |
|
* | Merge branch 'uli42-pr/fix_caps_handling' into 3.6.x | Mike Gabriel | 2020-10-17 | 1 | -2/+44 |
|\ |
|
| * | Keyboard.c: improve capslock and numlock handling | Ulrich Sibiller | 2020-10-17 | 1 | -0/+42 |
| * | Keyboard.c: fix indentation of ifdef | Ulrich Sibiller | 2020-10-17 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'uli42-pr/libNX_X11_defines' into 3.6.x | Mike Gabriel | 2020-10-17 | 3 | -0/+56 |
|\ |
|
| * | libNX_X11: set XTRANS_SEND_FDS=0 | Ulrich Sibiller | 2020-10-17 | 1 | -1/+4 |
| * | libNX_X11: set FAIL_HARD | Ulrich Sibiller | 2020-10-17 | 1 | -0/+13 |
| * | nx-xtrans.m4: reintroduce HAS_STICKY_DIR_BIT | Ulrich Sibiller | 2020-10-17 | 1 | -0/+11 |
| * | libNX_X11: reintroduce SECURE_RPC | Ulrich Sibiller | 2020-10-17 | 1 | -0/+3 |
| * | libNX_X11: reintroduce HASXDMAUTH | Ulrich Sibiller | 2020-10-17 | 2 | -0/+26 |
|/ |
|
* | Merge branch 'uli42-pr/nxdialog_rpm' into 3.6.x | Mike Gabriel | 2020-10-17 | 1 | -4/+19 |
|\ |
|
| * | nx-libs.spec: create nxdialog rpm | Ulrich Sibiller | 2020-10-17 | 1 | -4/+19 |
|/ |
|
* | Merge branch 'mjtrangoni-fix-pvs-ci' into 3.6.x | Mike Gabriel | 2020-10-17 | 1 | -5/+13 |
|\ |
|
| * | travisci: Fix PVS job | Mario Trangoni | 2020-10-17 | 1 | -5/+13 |
|/ |
|
* | Merge branch 'uli42-pr/fix_wrap_macros' into 3.6.x | Mike Gabriel | 2020-10-17 | 1 | -3/+3 |
|\ |
|
| * | randr: fix broken macros / memory corruption | Ulrich Sibiller | 2020-10-16 | 1 | -3/+3 |
|/ |
|
* | Update SECURITY.md | Mike Gabriel | 2020-10-01 | 1 | -1/+1 |
* | Update SECURITY.md | Mike Gabriel | 2020-10-01 | 1 | -2/+2 |
* | Create SECURITY.md | Mike Gabriel | 2020-10-01 | 1 | -0/+19 |
* | Merge branch 'mjtrangoni-add-pvs-studio' into 3.6.x | Mike Gabriel | 2020-06-29 | 2 | -3/+72 |
|\ |
|
| * | travis-ci: add PVS Studio | Mario Trangoni | 2020-06-29 | 2 | -3/+72 |
|/ |
|
* | Merge branch 'uli42-pr/clarify_sleep' into 3.6.x | Mike Gabriel | 2020-06-29 | 6 | -18/+32 |
|\ |
|
| * | Extend sleep documentation | Ulrich Sibiller | 2020-06-29 | 1 | -3/+5 |
| * | nxagent: clarify sleep time units | Ulrich Sibiller | 2020-06-29 | 5 | -15/+27 |
|/ |
|
* | Merge branch 'uli42-pr/extend_manpage' into 3.6.x | Mike Gabriel | 2020-06-29 | 2 | -14/+47 |
|\ |
|
| * | Args.c: adapt message to use same format as similar messagespr/extend_manpage | Ulrich Sibiller | 2020-06-29 | 1 | -1/+1 |
| * | manpage: document copysize parameter | Ulrich Sibiller | 2020-06-29 | 1 | -0/+4 |
| * | manpage and usage output: add -irlimit | Ulrich Sibiller | 2020-06-29 | 2 | -0/+4 |