| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'uli42-pr/various5' into 3.6.x | Mike Gabriel | 2020-11-04 | 13 | -250/+190 |
|\ |
|
| * | NXdixfonts.c: Hard-code the enablement of NXAGENT_DANGEROUS_XFONT_LOOP_EXIT. | Mike Gabriel | 2020-11-04 | 1 | -0/+7 |
| * | NXdixfonts.c: Rename BREAK_XFONT_LOOP to NXAGENT_DANGEROUS_XFONT_LOOP_EXIT (b... | Mike Gabriel | 2020-11-04 | 1 | -4/+4 |
| * | Clipboard.c: fix bug in special optimization for nested settings | Ulrich Sibiller | 2020-11-04 | 1 | -2/+3 |
| * | compext/Png.c: fix shadowing | Ulrich Sibiller | 2020-11-03 | 1 | -3/+3 |
| * | Screen.c: fix indentation in nxagentMaximizeToFullScreen | Ulrich Sibiller | 2020-11-03 | 1 | -37/+37 |
| * | Atoms.c: fix FIXME comment | Ulrich Sibiller | 2020-11-03 | 1 | -1/+1 |
| * | Atoms.c: improve debug output | Ulrich Sibiller | 2020-11-03 | 1 | -1/+1 |
| * | Events.c: scope improvement | Ulrich Sibiller | 2020-11-03 | 1 | -2/+2 |
| * | Log.h: fix some shadow warnings | Ulrich Sibiller | 2020-11-03 | 1 | -7/+7 |
| * | Channel.h: rename variable to prevent shadowing | Ulrich Sibiller | 2020-11-03 | 1 | -4/+4 |
| * | nx-libs.spec: Set python shebang to python3 on fedora and rhel8 | Ulrich Sibiller | 2020-11-03 | 1 | -0/+5 |
| * | Xext/panoramiX.c: rename shadowing variables | Ulrich Sibiller | 2020-11-03 | 1 | -7/+7 |
| * | Clipboard.c: add missing ifdefs | Ulrich Sibiller | 2020-11-03 | 1 | -0/+6 |
| * | Compext.c: scope improvements | Ulrich Sibiller | 2020-11-03 | 1 | -14/+6 |
| * | GCs.h: fix typo | Ulrich Sibiller | 2020-11-03 | 1 | -1/+1 |
| * | Atoms.c: drop double include | Ulrich Sibiller | 2020-11-03 | 1 | -1/+0 |
| * | Compext.c: use SAFE_free macro | Ulrich Sibiller | 2020-11-03 | 4 | -169/+106 |
| * | Clipboard.c: fix missing ) | Ulrich Sibiller | 2020-11-03 | 1 | -1/+1 |
* | | Merge branch 'sunweaver-pr/default-to-NXAGENT_DANGEROUS_XFONT_LOOP_EXIT' into... | Mike Gabriel | 2020-11-04 | 1 | -4/+11 |
|\ \
| |/
|/| |
|
| * | NXdixfonts.c: Hard-code the enablement of NXAGENT_DANGEROUS_XFONT_LOOP_EXIT. | Mike Gabriel | 2020-11-03 | 1 | -0/+7 |
| * | NXdixfonts.c: Rename BREAK_XFONT_LOOP to NXAGENT_DANGEROUS_XFONT_LOOP_EXIT (b... | Mike Gabriel | 2020-11-03 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'uli42-pr/font_memleak' into 3.6.x | Mike Gabriel | 2020-11-03 | 1 | -6/+56 |
|\ |
|
| * | NXdixfonts.c: fix memory leak | Ulrich Sibiller | 2020-11-03 | 1 | -6/+56 |
|/ |
|
* | Merge branch 'uli42-pr/xlib_memleak' into 3.6.x | Mike Gabriel | 2020-11-03 | 1 | -12/+28 |
|\ |
|
| * | yConnDis.c: fix memory leak | Ulrich Sibiller | 2020-11-03 | 1 | -12/+28 |
|/ |
|
* | Merge pull request #960 from uli42/pr/fix_specfile | Ulrich Sibiller | 2020-11-02 | 1 | -1/+1 |
|\ |
|
| * | fix spec file | Ulrich Sibiller | 2020-11-02 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'uli42-pr/window_resize_bug' into 3.6.x | Mike Gabriel | 2020-10-18 | 10 | -267/+416 |
|\ |
|
| * | Events.c: More cosmetics | Ulrich Sibiller | 2020-10-17 | 1 | -7/+9 |
| * | Window.c: some more TEST and DEBUG output | Ulrich Sibiller | 2020-10-17 | 1 | -0/+9 |
| * | 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 |
| * | 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 |