summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_wm.c
Commit message (Expand)AuthorAgeFilesLines
* Pick up the first section if given section(domain) doesn't match anythingKoichiro IWAO2017-06-071-25/+43
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-40/+40
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
* fix warning new since stdint.h changeJay Sorg2017-02-221-1/+2
* Don't call file_read_section() on unitialized section namePavel Roskin2017-01-111-0/+1
* Move mouse before clickRicardo Duarte2017-01-101-0/+4
* Merge pull request #553 from jsorg71/libpaintermetalefty2016-12-201-42/+11
|\
| * add libpainter for drawing when client does not have minimum ordersJay Sorg2016-12-151-42/+11
* | change some magics to definesJay Sorg2016-12-101-19/+22
* | add unicode supportJay Sorg2016-12-101-0/+77
|/
* Fix regression in domain to session type mappingPavel Roskin2016-11-151-1/+2
* Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-081-1/+1
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-081-1/+1
* Shorten and clarify log window messagesPavel Roskin2016-07-081-3/+2
* Make xrdp_wm_log_msg() log its outputPavel Roskin2016-07-081-3/+15
* Rewrite add_string_to_logwindow()Pavel Roskin2016-07-081-12/+11
* Fix format warnings in log_message() callsPavel Roskin2016-06-211-1/+1
* Fix incorrect use of "it's" and "its", adjust wordingPavel Roskin2016-06-211-2/+2
* xrdp_wm: fix for multimon, draw login window and log window on primaryspeidy2016-05-171-9/+12
* remove tabsJay Sorg2016-05-161-9/+9
* xrdp_wm: in multimon scenario, draw log window and login window onspeidy2016-05-121-2/+20
* Typo fixesPavel Roskin2016-05-041-7/+7
* Fix compile error "format not a string literal and no format arguments [-Werr...NerdKnight2016-03-281-1/+1
* Fix typosPavel Roskin2016-02-131-1/+1
* Run through codespellPavel Roskin2016-01-141-2/+2
* xrdp: change when using xrdp.ini hidelogwindowJay Sorg2015-12-011-2/+3
* add frame acks and h264 codec mode basicsJay Sorg2015-03-281-1/+7
* coverity: array compared against 0Laxmikant Rashinkar2014-07-261-2/+1
* coverity: Dereference after null checkLaxmikant Rashinkar2014-07-201-2/+2
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-191-2/+3
* libxrdp: cursor big endian fixJay Sorg2014-06-231-4/+10
* xrdp: don't show connection log unless there is a problemJay Sorg2014-05-191-4/+13
* xrdp: xrdp_wm: changed the autologin logicspeidy2014-04-141-28/+43
* xrdp: for proxy modules, pass target ip to module (if ip passed-in fromspeidy2014-04-111-0/+24
* xrdp:no logic change, comments and printfsJay Sorg2014-03-021-1/+1
* o --enable-load_pulse_modules changed to --enable-loadpulsemodulesLaxmikant Rashinkar2014-02-231-1/+1
* remove some warning, move gethostname to os_callsJay Sorg2014-02-081-1/+2
* comment spelling fixes from univentionJay Sorg2014-02-041-5/+5
* made login screen fully customizableLaxmikant Rashinkar2014-01-281-1/+15
* merges from authentic8Jay Sorg2013-09-261-8/+57
|\
| * Fix errors cause by previous merge (2361914)Jim Grandy2013-08-221-1/+0
| * Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c b9...Jim Grandy2013-08-221-7/+57
* | move text2bool to os_callsJay Sorg2013-08-241-1/+1
|/
* merge from pmhahnJay Sorg2013-05-291-1/+1
|\
| * xrdp: Ignore channels and logging sectionsPhilipp Hahn2013-01-281-1/+3
* | fix for autologinJay Sorg2013-05-281-5/+8
* | work on new(color) cursorsJay Sorg2013-03-181-3/+11
* | work on new(color) cursorsJay Sorg2013-03-121-9/+10
* | Merge pull request #59 from ArvidNorr/moreloggingArvidNorr2013-01-311-4/+6
|\ \
| * | More logging addedArvidNorr2013-01-181-4/+6
| |/