summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2013-02-19Surely we want closesocket() on WindowsTor Lillqvist1-0/+4
2013-02-19Fix crashes in sdremote after suspend/resume cycles.Thorsten Behrens2-4/+5
2013-02-19sdremote: fix linux conditional.Michael Meeks1-1/+1
2013-02-19sdremote: listening to dynamic changes to adapters.Michael Meeks7-34/+124
2013-02-19sdremote: re-work discoverable property get/set to use libdbus.Michael Meeks2-198/+248
2013-02-19sdremote: switch to a non-blocking socket, and polling glib mainloop.Michael Meeks2-20/+77
2013-02-19sdremote: re-write SDP registration to use raw dbus-1 not dbus-glib.Michael Meeks1-84/+161
2013-02-19improve bluetooth discoverability toggling API.Michael Meeks6-40/+52
2013-02-19Merge in Bluetooth code for the Impress Remote for OS XTor Lillqvist15-23/+514
2013-02-15sdremote: hide TCP/IP server selection dialog menu itemMichael Meeks1-8/+18
2013-02-14fix buildLuboš Luňák1-0/+8
2013-02-13Use the remote control same service name on Windows, tooTor Lillqvist1-1/+1
2013-02-13Use a more descriptive name for the Impress Remote Control Bluetooth serviceTor Lillqvist1-3/+3
2013-02-13sdremote - fully annotate bluetooth SDP record.Michael Meeks1-8/+15
2013-02-13sdremote - cleanup and annotate bluetooth SDP record.Michael Meeks2-8/+77
2013-02-13ugly workaround for msvc+ccache problem with gbuild MSC defineLuboš Luňák1-1/+3
2013-02-08sdremote - disable the menu item if it is not compiled in.Michael Meeks4-0/+5
2013-02-08sdremote: Disable Impress Remote in the menu also when not allowed in Options.Jan Holesovsky2-4/+15
2013-02-08sdremote: More logging.Jan Holesovsky2-0/+10
2013-02-06fdo#58699 - sdremote - fix it so it closes even with no bluetooth.Michael Meeks1-3/+4
2013-02-06WaE: private field 'mPreviouslyDiscoverable' is not usedTor Lillqvist1-2/+2
2013-02-05fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida1-0/+7
2013-01-28remove stray SAL_CALL that breaks windows buildLuboš Luňák1-1/+1
2013-01-28fdo#59881 - sdremote: give up on threaded / UNO usage.Michael Meeks6-33/+55
2013-01-28fdo#51232: i#119987# fix Impress crash when pasting text under Outline viewHerbert Dürr1-0/+1
2013-01-28sdremote: kill memory corruption / mis-matched alloc/free's.Michael Meeks1-3/+3
2013-01-23rhbz#760765 copy custom styles on copy & pasteDavid Tardon4-9/+77
2013-01-17Resolves: fdo#55974 segfault while closing an Impress fileCaolán McNamara1-0/+7
2013-01-08Make LO buildable again after the GraphicFilter move.Jan Holesovsky12-14/+14
2012-12-21Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat6-28/+0
2012-12-19fdo#58129 fix ppt export of paragraphsDavid Tardon2-3/+3
2012-12-18fdo#49277 use correct default tab sizeDavid Tardon1-1/+10
2012-12-18Removed File > Templates > Address Book Source... menu entry and its codeCédric Bosdonnat2-2/+0
2012-12-16Compress graphics dialog converted to new widget layout.Tomaž Vajngerl1-16/+11
2012-12-04added Change picture menu item to graphic shape popupRadek Doulik3-0/+7
2012-12-04changed behavior of insert pictureRadek Doulik1-2/+3
2012-12-04refactored GetEmptyPresentationObject, added GetSelectedSingleObjectRadek Doulik2-37/+57
2012-12-04fdo#56877 CRASH when profile contains invalid RecentlyUsedMasterpagesRob Snelders4-7/+19
2012-12-04Styles & Formatting: added Show menu item on hidden stylesCédric Bosdonnat5-1/+21
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák6-32/+28
2012-12-03API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat2-18/+13
2012-12-03API CHANGE: remove com.sun.star.util.XArchiverMichael Stahl2-2/+0
2012-12-01WaE : declaration of ‘bHidden’ shadows a member of 'this'Julien Nabet1-2/+2
2012-12-01sd: hide 'enable remote control' checkbox when built without bluetoothMiklos Vajna1-0/+3
2012-11-30API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()Cédric Bosdonnat2-0/+18
2012-11-30Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden stylesCédric Bosdonnat1-2/+4
2012-11-30Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat5-2/+27
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens54-112/+0
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida1-0/+1
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida1-5/+9