- 03 Mar, 2017 3 commits
-
-
Mike Gabriel authored
- Support for i18n in libNX_X11 is static only, has ever been. - Thus, the files XlcSL.[co], XlcDL.[co], XDefaultIMIF.[co], XDefaultOMIF.[co] and lcDynamic.[co] become obsolete.
-
Mike Gabriel authored
-
Mike Gabriel authored
doc/libNX_X11/lcUniConv: Move over the rather-documentary files 8bit_tab_to_h.c and cjk_tab_to_h.c to nx-libs's doc/ folder.
-
- 01 Mar, 2017 7 commits
-
-
Mike Gabriel authored
Relates to ArcticaProject/nx-libs#275.
-
Mike Gabriel authored
Relates to ArcticaProject/nx-libs#275.
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#288.
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#274.
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#273.
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#272.
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#271.
-
- 08 Feb, 2017 7 commits
-
-
Mike Gabriel authored
Relates to ArcticaProject/nx-libs#275.
-
Mike Gabriel authored
Relates to ArcticaProject/nx-libs#275.
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#288.
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#274.
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#273.
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#272.
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#271.
-
- 17 Nov, 2016 2 commits
-
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
- 05 Nov, 2016 1 commit
-
-
Mihai Moldovan authored
Creating libX11 symlinks breaks our builds in clean environments. Drop this feature for now. It must be rewritten to only create the symlinks after everything has been built.
-
- 02 Nov, 2016 10 commits
-
-
Ulrich Sibiller authored
warning: "XTRANS_SEND_FDS" is not defined [-Wundef] This define came in via the recent xtrans update.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
just as Xorg upstream did
-
Ulrich Sibiller authored
although upstream still includes it.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
never used
-
Ulrich Sibiller authored
Create libX11* link in exports/lib. This simplifies running nxagent from the build directory. This also adds a clean rule to remove the libX11 links as well as the libNX_X11 links which was not done before. Fixes ArcticaProject/nx-libs#234
-
Ulrich Sibiller authored
-
- 31 Oct, 2016 1 commit
-
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#250.
-
- 27 Oct, 2016 1 commit
-
-
Emilio Pozuelo Monfort authored
This was introduced in 8ea762f. Reported-by:
Julien Cristau <jcristau@debian.org> Signed-off-by:
Emilio Pozuelo Monfort <pochu@debian.org> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 20 Oct, 2016 8 commits
-
-
Ulrich Sibiller authored
LRGB.c: In function ‘LINEAR_RGB_InitSCCData’: LRGB.c:798:1: warning: label ‘FreeBlueTblElements’ defined but not used [-Wunused-label] FreeBlueTblElements: ^
-
walter harms authored
Fixes: warning: variable 'req' set but not used [-Wunused-but-set-variable] by marking req _X_UNUSED Solution was discussed on xorg-devel ML Peter Hutter, Alan Coopersmith Re: [PATCH libX11 3/5] fix: warning: pointer targets in passing argument 2 of '_XSend' differ in signedness [-Wpointer-sign] Signed-off-by: harms wharms@bfs.de
-
walter harms authored
fix: warning: pointer targets in passing argument 2 of '_XSend' differ in signedness [-Wpointer-sign] fix signess warning by casting Signed-off-by:
walter harms <wharms@bfs.de>
-
walter harms authored
simplify code Signed-off-by:
walter harms <wharms@bfs.de>
-
walter harms authored
remove stray extern Signed-off-by:
walter harms <wharms@bfs.de>
-
Ulrich Sibiller authored
XlibInt.c: In function ‘_XIOError’: XlibInt.c:3750:1: warning: ‘noreturn’ function does return [enabled by default] } After fixing the above a new warning came up, which is also fixed now: XlibInt.c: In function ‘_XIOError’: XlibInt.c:3750:1: warning: control reaches end of non-void function [-Wreturn-type] }
-
Ulrich Sibiller authored
imLcIm.c: In function ‘_XimCreateDefaultTree’: imLcIm.c:525:11: warning: unused variable ‘cachedir’ [-Wunused-variable] char *cachedir = NULL; ^ imLcIm.c:521:35: warning: variable ‘intname’ set but not used [-Wunused-but-set-variable] char *name, *tmpname = NULL, *intname;
-
Ulrich Sibiller authored
Pending.c: In function ‘XEventsQueued’: Pending.c:44:5: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct Display *’ [-Wformat=] fprintf(stderr, "\nXEventsQueued: Called with a display at [%p].\n", dpy); ^
-