aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 3.5.99.253.5.99.25Mike Gabriel2020-11-049-10/+371
* Merge branch 'uli42-pr/various5' into 3.6.xMike Gabriel2020-11-0413-250/+190
|\
| * NXdixfonts.c: Hard-code the enablement of NXAGENT_DANGEROUS_XFONT_LOOP_EXIT.Mike Gabriel2020-11-041-0/+7
| * NXdixfonts.c: Rename BREAK_XFONT_LOOP to NXAGENT_DANGEROUS_XFONT_LOOP_EXIT (b...Mike Gabriel2020-11-041-4/+4
| * Clipboard.c: fix bug in special optimization for nested settingsUlrich Sibiller2020-11-041-2/+3
| * compext/Png.c: fix shadowingUlrich Sibiller2020-11-031-3/+3
| * Screen.c: fix indentation in nxagentMaximizeToFullScreenUlrich Sibiller2020-11-031-37/+37
| * Atoms.c: fix FIXME commentUlrich Sibiller2020-11-031-1/+1
| * Atoms.c: improve debug outputUlrich Sibiller2020-11-031-1/+1
| * Events.c: scope improvementUlrich Sibiller2020-11-031-2/+2
| * Log.h: fix some shadow warningsUlrich Sibiller2020-11-031-7/+7
| * Channel.h: rename variable to prevent shadowingUlrich Sibiller2020-11-031-4/+4
| * nx-libs.spec: Set python shebang to python3 on fedora and rhel8Ulrich Sibiller2020-11-031-0/+5
| * Xext/panoramiX.c: rename shadowing variablesUlrich Sibiller2020-11-031-7/+7
| * Clipboard.c: add missing ifdefsUlrich Sibiller2020-11-031-0/+6
| * Compext.c: scope improvementsUlrich Sibiller2020-11-031-14/+6
| * GCs.h: fix typoUlrich Sibiller2020-11-031-1/+1
| * Atoms.c: drop double includeUlrich Sibiller2020-11-031-1/+0
| * Compext.c: use SAFE_free macroUlrich Sibiller2020-11-034-169/+106
| * Clipboard.c: fix missing )Ulrich Sibiller2020-11-031-1/+1
* | Merge branch 'sunweaver-pr/default-to-NXAGENT_DANGEROUS_XFONT_LOOP_EXIT' into...Mike Gabriel2020-11-041-4/+11
|\ \ | |/ |/|
| * NXdixfonts.c: Hard-code the enablement of NXAGENT_DANGEROUS_XFONT_LOOP_EXIT.Mike Gabriel2020-11-031-0/+7
| * NXdixfonts.c: Rename BREAK_XFONT_LOOP to NXAGENT_DANGEROUS_XFONT_LOOP_EXIT (b...Mike Gabriel2020-11-031-4/+4
|/
* Merge branch 'uli42-pr/font_memleak' into 3.6.xMike Gabriel2020-11-031-6/+56
|\
| * NXdixfonts.c: fix memory leakUlrich Sibiller2020-11-031-6/+56
|/
* Merge branch 'uli42-pr/xlib_memleak' into 3.6.xMike Gabriel2020-11-031-12/+28
|\
| * yConnDis.c: fix memory leakUlrich Sibiller2020-11-031-12/+28
|/
* Merge pull request #960 from uli42/pr/fix_specfileUlrich Sibiller2020-11-021-1/+1
|\
| * fix spec fileUlrich Sibiller2020-11-021-1/+1
|/
* Merge branch 'uli42-pr/window_resize_bug' into 3.6.xMike Gabriel2020-10-1810-267/+416
|\
| * Events.c: More cosmeticsUlrich Sibiller2020-10-171-7/+9
| * Window.c: some more TEST and DEBUG outputUlrich Sibiller2020-10-171-0/+9
| * Screen.c: some more (cosmetic) changesUlrich Sibiller2020-10-171-61/+49
| * Screen.c: scope improvementsUlrich Sibiller2020-10-171-25/+13
| * Screen.c: move attributes/valuemask to inner scopesUlrich Sibiller2020-10-171-11/+9
| * Screen.c: drop unneccessary mask variableUlrich Sibiller2020-10-171-9/+3
| * Screen.c: remove another pointless code blockUlrich Sibiller2020-10-171-10/+0
| * Screen.c: remove code that will have no effectUlrich Sibiller2020-10-171-5/+0
| * Screen.c: scope improvementUlrich Sibiller2020-10-171-1/+2
| * Screen.c: cleanup auto dpi handlingUlrich Sibiller2020-10-171-6/+9
| * Init.c: small simplificationUlrich Sibiller2020-10-171-4/+2
| * NXwindow.c: fix some format specifiersUlrich Sibiller2020-10-171-6/+5
| * Window.c: simplify setting of isMapped private varUlrich Sibiller2020-10-171-8/+2
| * Window.c: -reportprivatewids reports root window as suchUlrich Sibiller2020-10-171-4/+14
| * Screen.c: simplify nxagentResizeScreenUlrich Sibiller2020-10-171-12/+13
| * Screen.c: improve output of nxagentPrintAgentGeometryUlrich Sibiller2020-10-172-11/+15
| * Screen.c: improve debug outputUlrich Sibiller2020-10-171-13/+29
| * nxagent: add names to some windows in DEBUG modeUlrich Sibiller2020-10-173-6/+83
| * Display.c: disable confine windowUlrich Sibiller2020-10-172-0/+6
| * Events.c: store parent window from event to meaningful variableUlrich Sibiller2020-10-171-9/+7