aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent
Commit message (Collapse)AuthorAgeFilesLines
* Keyboard.c: fix handling of keyboard=model/layoutUlrich Sibiller2024-05-211-4/+19
| | | | Did simply not work without passing the default strings.
* Keystroke.c: fix output of keystrokes listUlrich Sibiller2024-05-211-1/+1
| | | | print a newline AFTER the list, not before.
* Clipboard.c: make it compile cleanly without NXAGENT_CLIPBOARDUlrich Sibiller2024-05-211-2/+6
| | | | do not show warnings about unused functions
* Keyboard.c: fix wrong "rlmvo" keywordUlrich Sibiller2024-05-201-3/+4
| | | | | | | | variable names and manpage were correct, but the code was not, it expected "rlmvo" instead of "rmlvo". Support the old (wrong) variant, too (but do not document it), since there might be users out there whose setup would break.
* Keyboard.c: fix typoUlrich Sibiller2024-05-201-1/+1
|
* Window.c: mark nxagentCheckWindowIntegrity as unusedUlrich Sibiller2024-05-201-2/+2
| | | | | | | | | 'cause that's what it is. But as this seems to be a handy debug helper we'll leave it instead of dropping it. Marking it as unused silences a compiler warning.
* Window.c: Fix: Use correct type for XlibWindowUlrich Sibiller2024-05-201-3/+3
| | | | These are filled by libX11 so the type must be the Xlib one.
* Screen.c: use NULL instead of ugly void pointer stuffUlrich Sibiller2024-05-111-8/+8
|
* Screen.c: merge two X2GO ifdefs to oneUlrich Sibiller2024-05-111-7/+5
|
* GCOps.c: add/improve DEBUG/TEST statementsUlrich Sibiller2024-05-111-28/+99
|
* Literals.h: add Drawable typesUlrich Sibiller2024-05-111-0/+9
|
* Literals.h: mark with _X_UNUSED to prevent "unused" warningsUlrich Sibiller2024-05-111-3/+3
|
* Literals.h: allow for TEST and DEBUG codeUlrich Sibiller2024-05-111-2/+2
|
* Pixmap.c: fix TEST outputUlrich Sibiller2024-05-111-1/+1
|
* NXproperty.c: fix ifdef indentationUlrich Sibiller2024-05-111-2/+2
|
* NXproperty.y/property.c: fix commentsUlrich Sibiller2024-05-111-5/+5
|
* Client.c: fix TEST outputUlrich Sibiller2024-05-111-4/+4
|
* GC.c: improve commentUlrich Sibiller2024-05-111-1/+1
|
* NXrender.c: fix indentationUlrich Sibiller2024-05-111-12/+12
|
* Events.c: make nxagentDebugInput a BooleanUlrich Sibiller2024-05-111-10/+10
| | | | because that's what it is...
* Events.c: use existing functions for CriticalOutputPendingUlrich Sibiller2024-05-111-8/+5
|
* NXglyph.c: reformat ResizeGlyphHashUlrich Sibiller2024-05-111-12/+4
|
* Render.c: Fix: init variable once outside the loopUlrich Sibiller2024-05-111-1/+2
| | | | | | otherwise it would be reinitialized for every interation. This was errornously moved in commit 56aaea90b4ee442b57f1370e3cafe0418deadc1d
* Render.c: add some DEBUG outputUlrich Sibiller2024-05-111-43/+56
|
* Render.c: add some DEBUG outputUlrich Sibiller2024-05-111-0/+24
|
* Render.c: fix commentsUlrich Sibiller2024-05-111-7/+7
|
* NXshm.c: remove unused externUlrich Sibiller2024-05-111-4/+0
|
* Window.c: add debug outputUlrich Sibiller2024-05-111-0/+28
|
* Window.c: improve some TEST/DEBUG outputUlrich Sibiller2024-05-111-9/+9
| | | | add [] around values where they were missing
* NXglyphcurs.c: mark NX changesUlrich Sibiller2024-05-111-0/+25
|
* NXglyphcurs.c: remove register keywordsUlrich Sibiller2024-05-111-3/+3
|
* NXglyphcurs.c: add missing TEST/DEBUG definesUlrich Sibiller2024-05-111-0/+7
|
* hw/nxagent/NXglxext.c: fix missing opcode variable in TEST modeUlrich Sibiller2024-05-111-1/+6
| | | | also add soem whitespace fix
* NXProperty.c: fix indentations, format commentsUlrich Sibiller2024-05-111-18/+23
|
* NXevents.c: add/improve commentsUlrich Sibiller2024-04-011-5/+6
|
* Pixmap.c: add missing [] to TEST outputUlrich Sibiller2024-03-281-1/+1
|
* Screen.c, Pixmap.c: silence some compiler warningsUlrich Sibiller2024-03-282-5/+6
|
* Events.c: explain defineUlrich Sibiller2024-03-281-0/+1
|
* Drawable.c: fix build errors with TEST enabledUlrich Sibiller2024-03-281-4/+11
|
* Pixmap.c: fix fprintf callUlrich Sibiller2024-03-281-1/+1
| | | | Due to the , the second line was taken as the first argument leading to weird output.
* Screen.c: fix missing ;Ulrich Sibiller2024-03-281-1/+1
|
* release 3.5.99.273.5.99.27release-builds/3.6.xMike Gabriel2023-06-281-1/+1
|
* Update Copyright yearsUlrich Sibiller2023-04-28116-468/+468
| | | | Addresses ArcticaProject/nx-libs#985
* Screen.c: use %s / __func__ for fprintfUlrich Sibiller2023-04-271-141/+141
|
* nxagent: delete trailing whitespace in many filesUlrich Sibiller2023-04-2722-94/+90
| | | | | | Please note that the NX*.c files still have trailing whitespace at many locations. We keep it like that on purpose to make comparisons to the files they are derived from easier.
* Compext.c: spelling fixesUlrich Sibiller2023-04-271-2/+2
|
* Compext.c: fix typo in datatypeUlrich Sibiller2023-04-271-1/+1
|
* Pointer.c: fix trailing whitespaceUlrich Sibiller2023-04-271-1/+1
|
* Merge pull request #1028 from uli42/pr/fix_clipboard_callbacksUlrich Sibiller2022-01-293-42/+80
|\ | | | | Pr/fix clipboard callbacks
| * NXdispatch.c: use defined value CurrentTime instead of 0Ulrich Sibiller2021-11-181-2/+4
| | | | | | | | also add another comment.