summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Expand)AuthorAgeFilesLines
* AnimationWindow: remove pBitmapEx memberMichael Stahl2012-08-142-37/+39
* AnimationWindow: convert List to std::vectorMichael Stahl2012-08-142-125/+118
* WaE: unused variableTor Lillqvist2012-08-141-1/+0
* Adding unit test case for n#759180Muthu Subramanian2012-08-142-0/+45
* Improved pin entry in dialog box -- correct sizing.Andrzej J.R. Hunt2012-08-143-7/+25
* Convert aTimeList field in AnimationWindow from tools/list.hxx to std::vectorNoel Grandin2012-08-132-18/+18
* Convert from tools/list.hxx to tools/contnr.hxxNoel Grandin2012-08-132-1/+1
* Convert tools/list.hxx to std::vector in maExOleObj field of PPTWriter classNoel Grandin2012-08-133-14/+9
* Convert ParagraphObj from tools/list.hxx to std::vectorNoel Grandin2012-08-134-49/+55
* Final fixes for pairing.Andrzej J.R. Hunt2012-08-134-15/+26
* Finished pin verification server side.Andrzej J.R. Hunt2012-08-133-21/+45
* remove unused fileDavid Tardon2012-08-131-309/+0
* Remove TemplateManager menu entry.Rafael Dominguez2012-08-102-2/+0
* Rename Templates->Save menu to Save As Template.Rafael Dominguez2012-08-102-2/+2
* Pairing implemented server side.Andrzej J.R. Hunt2012-08-107-17/+185
* Refactored remote communication to allow for pairing.Andrzej J.R. Hunt2012-08-108-127/+304
* RemoteServer: ClientInfo is stored in STL vector, must be AssignableMichael Stahl2012-08-101-3/+3
* Basic Impress Remote + linking of dialog and server.Andrzej J.R. Hunt2012-08-1012-59/+1182
* gbuild: missing dep on $(OUTDIR)/unittest/registry for testsMatúš Kukan2012-08-101-3/+1
* Add customshowlist.hxxNoel Grandin2012-08-081-0/+86
* remove include comments and boxesThomas Arnhold2012-08-082-3/+0
* STL'ify CustomShowListNoel Grandin2012-08-0818-59/+75
* Remove usage of list.hxxNoel Grandin2012-08-081-0/+1
* STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin2012-08-081-0/+1
* Remote dialog now showing.Andrzej J.R. Hunt2012-08-0813-16/+67
* remove empty ascii boxes and stuff IIThomas Arnhold2012-08-071-5/+0
* remove empty ascii boxes and stuffThomas Arnhold2012-08-071-7/+0
* Basic framework for Remote Dialog.Andrzej J.R. Hunt2012-08-0715-1/+132
* this file does not use base64 conversions at allDavid Tardon2012-08-071-2/+0
* remove link firstDavid Tardon2012-08-071-1/+2
* drop bogus eof linesThomas Arnhold2012-08-074-8/+0
* Remove non-existing forward declarationsThomas Arnhold2012-08-073-4/+0
* Disable Remote unless in experimental mode.Andrzej J.R. Hunt2012-08-071-3/+8
* fdo#51324 lp#1017125 rhbz#806236 rhbz#823272: erase on invalid iteratorsBjoern Michaelsen2012-08-071-2/+1
* Hopefully cleanly close Server Thread when necessary.Andrzej J.R. Hunt2012-08-071-1/+4
* Fixed segfault on client exit.Andrzej J.R. Hunt2012-08-073-1/+14
* Refactored DiscoveryService. Added basic error handling.Andrzej J.R. Hunt2012-08-072-18/+13
* drop leftover #includeDavid Tardon2012-08-071-1/+0
* Fix for incorrect dereferencing.Andrzej J.R. Hunt2012-08-061-1/+1
* -Werror=format-securityIvan Timofeev2012-08-061-2/+2
* Tidied up DiscoveryService::execute().Andrzej J.R. Hunt2012-08-062-23/+14
* sd: link against ws2_32 on WNT for socket APIMichael Stahl2012-08-062-0/+12
* warning C4700: uninitialized local variable 'aRet' usedMichael Stahl2012-08-061-2/+2
* warning C4101: unreferenced local variableMichael Stahl2012-08-062-2/+2
* sd: remotecontrol: fix setsockopt call for WNT:Michael Stahl2012-08-061-1/+4
* Fixed scoped enums (for no C++0x).Andrzej J.R. Hunt2012-08-064-7/+7
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-08-061-1/+1
* Some minor fixes.Andrzej J.R. Hunt2012-08-062-5/+6
* Hostname transfer implemented.Andrzej J.R. Hunt2012-08-061-9/+5
* Server discovery functional.Andrzej J.R. Hunt2012-08-061-0/+2