Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clipboard.c: reformat some comments | Ulrich Sibiller | 2020-01-05 | 1 | -5/+3 |
* | Clipboard.c: add FIXMEs | Ulrich Sibiller | 2020-01-05 | 1 | -0/+3 |
* | Clipboard.c: add nxagentMatchSelectionOwner helper function | Ulrich Sibiller | 2020-01-05 | 1 | -2/+7 |
* | Clipboard.c: make agentClipboardStatus a Boolean | Ulrich Sibiller | 2020-01-05 | 1 | -14/+43 |
* | Clipboard.c: refactor nxagent*SelectionOwner | Ulrich Sibiller | 2020-01-05 | 1 | -28/+28 |
* | Merge branch 'uli42-pr/strings_fixes' into 3.6.x | Mike Gabriel | 2020-01-05 | 5 | -125/+97 |
|\ | |||||
| * | Error.c: simplify some NULL pointer checks | Ulrich Sibiller | 2020-01-05 | 1 | -4/+4 |
| * | Error.c: drop now obsolete DEFAULT_STRING_LENGTH | Ulrich Sibiller | 2020-01-05 | 1 | -3/+0 |
| * | Error.c: make nxagentRootDir a pointer | Ulrich Sibiller | 2020-01-05 | 1 | -37/+22 |
| * | Error.c: make nxagentHomeDir a pointer | Ulrich Sibiller | 2020-01-05 | 1 | -26/+17 |
| * | Error.c: make nxagentClientsLogName a pointer | Ulrich Sibiller | 2020-01-05 | 3 | -12/+22 |
| * | Error.c: fix format-truncation warning | Ulrich Sibiller | 2020-01-05 | 2 | -40/+19 |
| * | Dialog.c: fix format-truncation warning | Ulrich Sibiller | 2020-01-05 | 1 | -4/+14 |
|/ | |||||
* | Merge branch 'uli42-pr/custom_version_string' into 3.6.x | Mike Gabriel | 2020-01-05 | 6 | -8/+46 |
|\ | |||||
| * | Add support for custom version string | Ulrich Sibiller | 2020-01-05 | 6 | -8/+46 |
|/ | |||||
* | Merge branch 'uli42-pr/xlib_types' into 3.6.x | Mike Gabriel | 2020-01-05 | 11 | -70/+74 |
|\ | |||||
| * | nxagent: Use XlibAtom data type where appropriate | Ulrich Sibiller | 2020-01-05 | 11 | -70/+74 |
|/ | |||||
* | Merge branch 'uli42-pr/code_cleanup' into 3.6.x | Mike Gabriel | 2020-01-05 | 27 | -2882/+1797 |
|\ | |||||
| * | Pixels.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -7/+4 |
| * | Pixels.c: scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -6/+4 |
| * | Options.h: reformat | Ulrich Sibiller | 2020-01-05 | 1 | -137/+57 |
| * | Options.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -12/+9 |
| * | Pointer.c: scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -12/+6 |
| * | Pointer.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -9/+8 |
| * | Visual.{ch}: disable unused code | Ulrich Sibiller | 2020-01-05 | 2 | -0/+5 |
| * | Visual.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 2 | -18/+12 |
| * | Visual.c: code improvements/desginated initializers | Ulrich Sibiller | 2020-01-05 | 1 | -22/+14 |
| * | Split.c: scope improvements/code simplification | Ulrich Sibiller | 2020-01-05 | 1 | -21/+7 |
| * | Split.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -60/+41 |
| * | Keyboard.c: code simplification / scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -35/+29 |
| * | Keyboard.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -23/+20 |
| * | Init.c: rewrite two function prototypes | Ulrich Sibiller | 2020-01-05 | 1 | -5/+2 |
| * | Init.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -63/+31 |
| * | Handlers.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -12/+9 |
| * | GCOps.c: code simplification / scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -14/+5 |
| * | GCOps.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -6/+4 |
| * | GC.c: blank line cleanup | Ulrich Sibiller | 2020-01-05 | 1 | -0/+1 |
| * | GC.c: code simplifications / scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -5/+4 |
| * | GC.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -5/+5 |
| * | Font.c: scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -30/+15 |
| * | Font.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -28/+20 |
| * | Error.c: Code simplification | Ulrich Sibiller | 2020-01-05 | 1 | -3/+0 |
| * | Drawable.c: code simplifications / scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -248/+116 |
| * | Drawable.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -239/+174 |
| * | Display.c: remove blank lines | Ulrich Sibiller | 2020-01-05 | 1 | -11/+0 |
| * | Display.c: code simplification, scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -28/+17 |
| * | Display.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -43/+36 |
| * | Dialog.c: use designated initializer | Ulrich Sibiller | 2020-01-05 | 1 | -4/+4 |
| * | Dialog.c: shorten switch blocks | Ulrich Sibiller | 2020-01-05 | 1 | -2/+0 |
| * | Composite.c: scope improvement | Ulrich Sibiller | 2020-01-05 | 1 | -3/+1 |