Daryl Poe
db4d7862aa
#574 : fix for timezone redirection east of UTC; add more timezone synonyms
2012-08-02 12:33:58 -06:00
Marc-André Moreau
baeafc5dfc
channels: merging with master
2012-08-01 12:50:27 -04:00
Marc-André Moreau
4b720a6c0d
client: merging Mac OS X and Windows client improvements from Jay Sorg
2012-07-31 16:27:42 -04:00
Bernhard Miklautz
3d59c44f7a
Git build versioning added.
...
Now --version prints something like "This is FreeRDP version 1.0.1 (git
1.0.1-710-g90ec2)". Having a git commit id helps to identify builds and eases
debuggin.
The downside is that GetGitRevisionDescription retriggers a cmake
re-configuration after each git commit. But thats the only way to get correct
version informations without having git hooks or similar.
GetGitRevisionDescription is based on Ryan Pavlik cmake Modules.
2012-07-27 03:11:40 +02:00
Jay Sorg
c3e9966429
added cmake option to compile jpeg, off by default
2012-07-24 18:26:24 -07:00
Marc-André Moreau
5ed9796e96
libwinpr-sspi: fix compilation on Windows
2012-06-06 02:59:37 -04:00
Marc-André Moreau
1743a9464f
libfreerdp-core: add TSG to transport layer
2012-03-26 12:20:38 -04:00
Mads Kiilerich
7d6026b0f6
cmake: remove unused configuration options
2012-03-22 13:33:54 +01:00
Mads Kiilerich
3a0dd79f46
cmake: add missing debug options WITH_DEBUG_NTLM WITH_DEBUG_RDP
2012-03-22 13:33:51 +01:00
Mads Kiilerich
08ddf87a96
cmake: cleanup of debug options, sort the list
2012-03-22 13:33:01 +01:00
Marc-André Moreau
4af3ecd4cd
libfreerdp-locale: refactoring step 1
2012-02-18 22:04:28 -05:00
Marc-André Moreau
5d7e55fe9d
libfreerdp-core: fix timezone redirection
2012-02-15 16:28:47 -05:00
Marc-André Moreau
aaaafcc4b7
libfreerdp-utils: improve freerdp_load_plugin
2012-02-09 17:48:30 -05:00
Bernhard Miklautz
e9f1de751b
build: Added option WITH_NEON
...
Enables neon optimized rfx decoder
2012-01-24 09:04:02 +01:00
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
Marc-André Moreau
3f91e24a4d
libfreerdp-core: added freerdp_get_version()
2012-01-14 13:33:04 -05:00
Not Nyguen Doze
a70ca93c43
Add option for WITH_DEBUG_WND for window order updating, already existing in code
...
Correct sign on variables in xf_rail_paint
2011-12-06 15:43:38 -08:00
Marc-André Moreau
65fe2f367f
xfreerdp: added WITH_DEBUG_X11_CLIPRDR option
2011-11-23 10:58:13 -05:00
Marc-André Moreau
a63a196f53
types: refactoring to make use of standard data types when available
2011-11-19 12:19:16 -05:00
David Sundstrom
dfe9f5dcf0
add options for DEBUG_X11_LOCAL_MOVESIZE that were present in code
2011-11-14 16:42:14 -06:00
Alexis Moinet
a3bbe473d2
add cmake option for redirection debug and fix a segmentation fault in redirection
2011-10-26 10:47:32 +02:00
Anthony Tong
ce59c2226f
cmake/sse2: initial sse2 detect
2011-10-25 00:32:06 -05:00
Anthony Tong
1277bc7f8a
initial scard support
2011-10-15 10:30:10 -05:00
Vic Lee
74ba2b3515
tsmf: add XVideo support in xfreerdp.
2011-09-20 16:37:00 +08:00
roman-b
69b4b0318c
xfreerdp: fix usage of new DEBUG_ macroses for RAIL and X11 Client.
2011-09-03 19:50:26 +03:00
Vic Lee
fad4ea4343
rdpdr/printer: migrate/redesign printer virtual channel plugin.
2011-08-17 21:57:09 +08:00
Vic Lee
e21a2688b5
libfreerdp-rfx: migrate SSE2 optimization.
2011-08-13 16:26:57 +08:00
Vic Lee
e414a7d9cc
libfreerdp-rfx: initial migration.
2011-08-10 17:09:11 +08:00
Brad Hards
3f37889482
libfreerdp-core: fix security selection
...
Also cleans up some debug stuff.
2011-07-31 13:51:26 +10:00
Vic Lee
2beb49725f
libfreerdp-utils/args: add argument parser.
2011-07-22 12:53:54 +08:00
Vic Lee
3533609da9
drdynvc: start working on main drdynvc module.
2011-07-19 14:07:15 +08:00
Vic Lee
f28ce72fed
config.h.in: add missing header definition.
2011-07-12 11:38:52 +08:00
Vic Lee
4560e088bd
libfreerdp-utils: add svc_plugin.
2011-07-09 23:29:04 +08:00
Vic Lee
852c751fd4
libfreerdp-utils: add wait_obj module.
2011-07-08 16:07:25 +08:00
Vic Lee
7ae17192bb
cmake: add ConfigOptions.cmake
2011-07-04 17:01:06 +08:00
Vic Lee
f8223ec5a2
cmake: add include file and endian checks.
2011-07-04 15:32:34 +08:00