| Commit message (Expand) | Author | Age | Files | Lines |
* | NXwindow.c: call InitRootWindow from dix | Ulrich Sibiller | 2019-11-02 | 1 | -0/+4 |
* | nxagent: drop Holder.[ch] | Ulrich Sibiller | 2019-11-02 | 1 | -1/+0 |
* | Window.c: reactivate disabled debug code | Ulrich Sibiller | 2019-09-29 | 1 | -1/+1 |
* | Make AutoGrab work in more situations | Ulrich Sibiller | 2019-08-27 | 1 | -1/+10 |
* | nxagent: drop NXAGENT_SPLASH | Ulrich Sibiller | 2019-08-27 | 1 | -2/+0 |
* | nxagent: drop nxagentRootTileWindow | Ulrich Sibiller | 2019-08-27 | 1 | -51/+0 |
* | Splash.c: do not wait in nxagent mode | Ulrich Sibiller | 2019-08-27 | 1 | -7/+10 |
* | nxagent: simplify nxagentWaitEvents() | Ulrich Sibiller | 2019-08-27 | 1 | -5/+1 |
* | Window.c: use SAFE_free and SAFE_XFree | Ulrich Sibiller | 2019-08-06 | 1 | -24/+16 |
* | Drop Ipaq support | Ulrich Sibiller | 2019-06-27 | 1 | -6/+0 |
* | Consistently use None instead of 0 for nxagentIconWindow everywhere | Ulrich Sibiller | 2019-06-27 | 1 | -1/+1 |
* | Window.c: rearrange code regarding window decorations sizes | Ulrich Sibiller | 2019-06-27 | 1 | -2/+9 |
* | Window.c: add some comments about fullscreen handling | Ulrich Sibiller | 2019-06-27 | 1 | -0/+12 |
* | Window.c: add missing comment about nxagentConfiguredWindowList | Ulrich Sibiller | 2019-06-19 | 1 | -0/+6 |
* | dix/window.c: fix compiler warning | Ulrich Sibiller | 2019-06-19 | 1 | -10/+8 |
* | Window.c: Drop defines CWParent and CWStackingOrder | Ulrich Sibiller | 2019-06-12 | 1 | -14/+14 |
* | Window.c: remove leftover (commented) code | Ulrich Sibiller | 2019-06-12 | 1 | -14/+0 |
* | Window.c/NXmiexpose.c: remove hack for certain WM theme | Ulrich Sibiller | 2019-06-11 | 1 | -19/+0 |
* | Window.c: comment on the purpose of some functions | Ulrich Sibiller | 2019-06-11 | 1 | -8/+166 |
* | Revert "nxagent: rework Bool handling" | Ulrich Sibiller | 2019-02-15 | 1 | -20/+20 |
* | nxagent: rework Bool handling | Ulrich Sibiller | 2019-02-11 | 1 | -20/+20 |
* | Window.c: move WM_STATE handling to separate function | Ulrich Sibiller | 2019-01-14 | 1 | -17/+19 |
* | Window.c: use C99 designated initializers at some places | Ulrich Sibiller | 2018-10-27 | 1 | -37/+30 |
* | Window.c: add FIXME | Ulrich Sibiller | 2018-10-27 | 1 | -0/+4 |
* | Window.c: save some lines by declaring loop variables in the loop | Ulrich Sibiller | 2018-10-27 | 1 | -48/+21 |
* | Window.c: indent ifdefs for better readability | Ulrich Sibiller | 2018-10-27 | 1 | -46/+43 |
* | Window.c: silence compiler warnings | Ulrich Sibiller | 2018-10-27 | 1 | -2/+8 |
* | Window.c: some code simplifications | Ulrich Sibiller | 2018-10-27 | 1 | -63/+26 |
* | Window.c: whitespace cleanup | Ulrich Sibiller | 2018-10-27 | 1 | -136/+34 |
* | Window.c: scope improvements | Ulrich Sibiller | 2018-10-27 | 1 | -40/+27 |
* | Window.c: reformat/add braces for readability | Ulrich Sibiller | 2018-10-27 | 1 | -42/+110 |
* | Window.c: indent FIXMEs | Ulrich Sibiller | 2018-10-27 | 1 | -27/+27 |
* | Window.c: convert old-style function definitions to ANSI C89 style | Ulrich Sibiller | 2018-10-27 | 1 | -16/+6 |
* | Window.c: remove useless code | Ulrich Sibiller | 2018-10-22 | 1 | -4/+0 |
* | Window.c: improve Bool usage | Ulrich Sibiller | 2018-10-22 | 1 | -5/+5 |
* | nxagent: use nxagentWMIsRunning as Bool all over the place | Ulrich Sibiller | 2018-10-22 | 1 | -3/+3 |
* | refactor nxagentGet(Default)EventMask | Ulrich Sibiller | 2018-08-22 | 1 | -12/+3 |
* | nxagent: remove mmwidth/mmheight from nxagentChangeScreenConfig | Ulrich Sibiller | 2018-05-24 | 1 | -2/+2 |
* | Screen.c/Events.c: fix some comments | Ulrich Sibiller | 2018-05-24 | 1 | -2/+1 |
* | hw/nxagent: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 1 | -6/+6 |
* | hw/nxagent/: Use <function>(void) rather than <function>(). | Mike Gabriel | 2018-02-26 | 1 | -3/+3 |
* | Window.c: fix TEST/DEBUG output | Ulrich Sibiller | 2018-02-05 | 1 | -3/+3 |
* | Make sure XQueryTree results are freed | Ulrich Sibiller | 2017-12-07 | 1 | -6/+6 |
* | Events.c: drop unused variable | Ulrich Sibiller | 2017-12-07 | 1 | -3/+0 |
* | simply free() calls | Ulrich Sibiller | 2017-11-21 | 1 | -15/+4 |
* | hw/nxagent/Window.c: Fix spelling error in debug message. | Mike Gabriel | 2017-08-30 | 1 | -1/+1 |
* | Set NX_AGENT_VERSION property for root window | Ulrich Sibiller | 2017-08-10 | 1 | -0/+16 |
* | Report Xlib-side window IDs to session.log in machine readable form. This fea... | Mike Gabriel | 2017-07-05 | 1 | -2/+12 |
* | hw/nxagent/Window.c: Introduce NX_REAL_WINDOW window property. | Mike Gabriel | 2017-06-30 | 1 | -0/+36 |
* | Window.c: Fix reference before check for null pointer | Ulrich Sibiller | 2017-03-10 | 1 | -3/+7 |