FreeRDP/client/X11
Bernhard Miklautz 668c8c8cef build: use WITH_XXX instead of XXX_FOUND
To check if something should be en- or disabled WITH_XXX
should be used and not XXX_FOUND.

If XXX_FOUND is used and something gets disabled afterwards (by setting
WITH_XXX to OFF) it will be compiled in as long as XXX_FOUND is found in
cmake's cache file. So disabling a feature, or option, without
clearing the CMakeCache.txt might result in builds with unwanted
configuration.
2012-01-23 14:40:05 +01:00
..
CMakeLists.txt build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
xf_cliprdr.c cliprdr: fix incorrect condition. 2011-11-24 19:01:28 +08:00
xf_cliprdr.h xfreerdp: added WITH_DEBUG_X11_CLIPRDR option 2011-11-23 10:58:13 -05:00
xf_event.c libfreerdp-core: fix input callback registration for slow-path input 2011-12-20 14:51:44 -05:00
xf_event.h Add a function to synchronize the RDP server with the local window position and size when the window is moved locally. 2011-12-06 15:43:38 -08:00
xf_gdi.c Resolve a race condition between a local move update to the RDP server, GDI orders, and RAIL orders. Previously we could receive new GDI orders for the new window position before we received the RAIL order for the new position. The caused drawing errors. 2012-01-13 18:08:51 -06:00
xf_gdi.h Reorder header files. X11 headers need to be before freerdp/types.h otherwise we get warnings about redefinition of True and False 2011-10-27 10:29:16 -07:00
xf_graphics.c Invert colors went X server uses BGR colormap 2012-01-09 16:08:57 -06:00
xf_graphics.h libfreerdp-core: refactoring of core bitmap objects 2011-10-20 17:28:59 -04:00
xf_keyboard.c types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
xf_keyboard.h xfreerdp: add --kbd-list option 2011-08-25 22:01:33 -04:00
xf_monitor.c xfreerdp: fix non-xinerama fullscreen issue (issue #266) 2011-12-15 10:45:50 +01:00
xf_monitor.h xfreerdp: start handling multiple monitors in xf_monitor.c 2011-08-30 20:59:42 -04:00
xf_rail.c Resolve a race condition between a local move update to the RDP server, GDI orders, and RAIL orders. Previously we could receive new GDI orders for the new window position before we received the RAIL order for the new position. The caused drawing errors. 2012-01-13 18:08:51 -06:00
xf_rail.h Add option for WITH_DEBUG_WND for window order updating, already existing in code 2011-12-06 15:43:38 -08:00
xf_tsmf.c types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
xf_tsmf.h tsmf: add XVideo support in xfreerdp. 2011-09-20 16:37:00 +08:00
xf_window.c Fix compile error on Solaris 2011-12-16 15:10:07 -06:00
xf_window.h Fix compile error on Solaris 2011-12-16 15:10:07 -06:00
xfreerdp.1.xml xfreerdp: updated man page 2012-01-16 12:17:50 -05:00
xfreerdp.c Change freerdp_parse_args to return different values for error vs --help/--version, and change xfreerdp to only report real errors 2012-01-14 15:30:48 -06:00
xfreerdp.h xfreerdp: a quick workaround for some issues with TS Remote App. 2012-01-02 10:27:04 +01:00