summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Expand)AuthorAgeFilesLines
* Seemingly off-by-one painting error in Impress' ViewShell.Jan Holesovsky2012-08-231-2/+5
* Disable bluetooth on Linux for glib < 2.26.Andrzej J.R. Hunt2012-08-231-1/+4
* Conversion from 'void*' to pointer to non-'void' requires an explicit castTor Lillqvist2012-08-231-1/+1
* Some clean up after previous commitStephan Bergmann2012-08-231-0/+3
* send()/recv() on sockets (instead of write()/read()) for Windows portabilityTor Lillqvist2012-08-231-2/+2
* Remove extended initializer list -- use memset for BDADDR_ANY.Andrzej J.R. Hunt2012-08-221-1/+2
* Get rid of my no longer needed fprintfs.Andrzej J.R. Hunt2012-08-221-5/+2
* remove unused module-description xml filesMatúš Kukan2012-08-2228-632/+0
* Bluetooth connection working (Linux).Andrzej J.R. Hunt2012-08-229-63/+154
* do not deliver these module-description xml filesMatúš Kukan2012-08-221-28/+0
* Resolves: rhbz#842292 crash in calling callback whose instance was deletedCaolán McNamara2012-08-224-9/+33
* Resolves: rhbz#846775 Clipboard must be disposed before SelectionCaolán McNamara2012-08-222-3/+4
* Added bluez_bluetooth headers as a module.Andrzej J.R. Hunt2012-08-213-114/+1
* fdo#47434 testcaseKorrawit Pruegsanusak2012-08-213-0/+149
* More LINUX-ismStephan Bergmann2012-08-211-1/+1
* stdint.h is not C++98Stephan Bergmann2012-08-211-1/+0
* Include winsock2 instead of winsock for discovery.Andrzej J.R. Hunt2012-08-201-1/+2
* Put a few (GNU/)Linuxisms inside ifdefsTor Lillqvist2012-08-201-2/+4
* Bluetooth discovery and attempts at communication.Andrzej J.R. Hunt2012-08-207-4/+335
* use a slightly more sane castBjoern Michaelsen2012-08-181-1/+1
* gbuild: register all jarsMichael Stahl2012-08-171-5/+5
* Convert from Container to std::vectorNoel Grandin2012-08-161-10/+10
* Convert class SdUndoGroup from Container to std::vectorNoel Grandin2012-08-162-13/+13
* Convert SdrUShortCont from Container to std::setNoel Grandin2012-08-161-9/+7
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-161-1/+1
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-166-10/+6
* Fixed line breaks in notes export.Andrzej J.R. Hunt2012-08-151-11/+15
* avoid writing empty p:childTnLst elements, fixes rest of fdo#41992Radek Doulik2012-08-151-8/+9
* 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