summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2012-08-16Convert SdrUShortCont from Container to std::setNoel Grandin1-9/+7
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+1
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann6-10/+6
2012-08-15Fixed line breaks in notes export.Andrzej J.R. Hunt1-11/+15
2012-08-15avoid writing empty p:childTnLst elements, fixes rest of fdo#41992Radek Doulik1-8/+9
2012-08-14AnimationWindow: remove pBitmapEx memberMichael Stahl2-37/+39
2012-08-14AnimationWindow: convert List to std::vectorMichael Stahl2-125/+118
2012-08-14WaE: unused variableTor Lillqvist1-1/+0
2012-08-14Adding unit test case for n#759180Muthu Subramanian2-0/+45
2012-08-14Improved pin entry in dialog box -- correct sizing.Andrzej J.R. Hunt3-7/+25
2012-08-13Convert aTimeList field in AnimationWindow from tools/list.hxx to std::vectorNoel Grandin2-18/+18
2012-08-13Convert from tools/list.hxx to tools/contnr.hxxNoel Grandin2-1/+1
2012-08-13Convert tools/list.hxx to std::vector in maExOleObj field of PPTWriter classNoel Grandin3-14/+9
2012-08-13Convert ParagraphObj from tools/list.hxx to std::vectorNoel Grandin4-49/+55
2012-08-13Final fixes for pairing.Andrzej J.R. Hunt4-15/+26
2012-08-13Finished pin verification server side.Andrzej J.R. Hunt3-21/+45
2012-08-13remove unused fileDavid Tardon1-309/+0
2012-08-10Remove TemplateManager menu entry.Rafael Dominguez2-2/+0
2012-08-10Rename Templates->Save menu to Save As Template.Rafael Dominguez2-2/+2
2012-08-10Pairing implemented server side.Andrzej J.R. Hunt7-17/+185
2012-08-10Refactored remote communication to allow for pairing.Andrzej J.R. Hunt8-127/+304
2012-08-10RemoteServer: ClientInfo is stored in STL vector, must be AssignableMichael Stahl1-3/+3
2012-08-10Basic Impress Remote + linking of dialog and server.Andrzej J.R. Hunt12-59/+1182
2012-08-10gbuild: missing dep on $(OUTDIR)/unittest/registry for testsMatúš Kukan1-3/+1
2012-08-08Add customshowlist.hxxNoel Grandin1-0/+86
2012-08-08remove include comments and boxesThomas Arnhold2-3/+0
2012-08-08STL'ify CustomShowListNoel Grandin18-59/+75
2012-08-08Remove usage of list.hxxNoel Grandin1-0/+1
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin1-0/+1
2012-08-08Remote dialog now showing.Andrzej J.R. Hunt13-16/+67
2012-08-07remove empty ascii boxes and stuff IIThomas Arnhold1-5/+0
2012-08-07remove empty ascii boxes and stuffThomas Arnhold1-7/+0
2012-08-07Basic framework for Remote Dialog.Andrzej J.R. Hunt15-1/+132
2012-08-07this file does not use base64 conversions at allDavid Tardon1-2/+0
2012-08-07remove link firstDavid Tardon1-1/+2
2012-08-07drop bogus eof linesThomas Arnhold4-8/+0
2012-08-07Remove non-existing forward declarationsThomas Arnhold3-4/+0
2012-08-07Disable Remote unless in experimental mode.Andrzej J.R. Hunt1-3/+8
2012-08-07fdo#51324 lp#1017125 rhbz#806236 rhbz#823272: erase on invalid iteratorsBjoern Michaelsen1-2/+1
2012-08-07Hopefully cleanly close Server Thread when necessary.Andrzej J.R. Hunt1-1/+4
2012-08-07Fixed segfault on client exit.Andrzej J.R. Hunt3-1/+14
2012-08-07Refactored DiscoveryService. Added basic error handling.Andrzej J.R. Hunt2-18/+13
2012-08-07drop leftover #includeDavid Tardon1-1/+0
2012-08-06Fix for incorrect dereferencing.Andrzej J.R. Hunt1-1/+1
2012-08-06-Werror=format-securityIvan Timofeev1-2/+2
2012-08-06Tidied up DiscoveryService::execute().Andrzej J.R. Hunt2-23/+14
2012-08-06sd: link against ws2_32 on WNT for socket APIMichael Stahl2-0/+12
2012-08-06warning C4700: uninitialized local variable 'aRet' usedMichael Stahl1-2/+2
2012-08-06warning C4101: unreferenced local variableMichael Stahl2-2/+2
2012-08-06sd: remotecontrol: fix setsockopt call for WNT:Michael Stahl1-1/+4