summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-24sdremote: remove useless commentAndrzej Hunt1-1/+0
2021-07-24sdremote: close BufferedStreamSocket on destructionAndrzej Hunt2-1/+8
2021-07-17sdremote: introduce early return to improve handleAcceptedConnectionAndrzej Hunt1-49/+51
2021-07-17sdremote: clean up now-unneeded "found" flagAndrzej Hunt1-8/+3
2021-07-17sdremote: avoid infinite loop if client disconnects during handshakeAndrzej Hunt2-54/+64
2021-07-17sdremote: remove commented out experimental checkAndrzej Hunt1-7/+0
2021-07-16sdremote: Transmitter: s/mQueuesNotEmpty/mProcessingRequired/Andrzej Hunt2-8/+8
2021-07-14sdremote: fix race condition in Transmitter shutdown to plug leakAndrzej Hunt2-10/+17
2021-07-04Fix LIB_FUZZING_ENGINE not-empty checkAndrzej Hunt1-1/+1
2021-02-28Upgrade fuzzers to LIB_FUZZING_ENGINEAndrzej Hunt47-45/+50
2016-01-06Use OUStringBuffer when constructing string in loopAndrzej Hunt1-3/+3
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt23-35/+104
2016-01-03loplugin:implicitboolconversionAndrzej Hunt1-2/+2
2015-11-25Convert to range based forAndrzej Hunt1-3/+3
2015-11-25add const in ranged forAndrzej Hunt1-1/+1
2015-11-16sc lok: use client zoom for ViewRowColumnHeadersAndrzej Hunt2-0/+8
2015-11-13Remove outdated commentAndrzej Hunt1-2/+0
2015-11-13sc lok: during tiled rendering the cell-cursor is always visibleAndrzej Hunt1-7/+5
2015-11-12sw lok: filter out defalt styles to avoid duplicatesAndrzej Hunt1-4/+14
2015-11-12More range based forAndrzej Hunt1-1/+1
2015-11-12Use std::vector instead of an array of stringsAndrzej Hunt1-3/+5
2015-11-12lok: send list of commands instead of ClearStylesAndrzej Hunt2-5/+22
2015-11-11lok sw: Place default styles at top of style selectorAndrzej Hunt1-0/+33
2015-11-11lok: add Clear formatting to getStyles()Andrzej Hunt3-2/+15
2015-11-11lokdocview: support LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt1-0/+11
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt9-1/+127
2015-11-11sd lok: ccu#1295 force async image swapAndrzej Hunt1-2/+9
2015-11-08sc lok: Add initial test for .uno:CellCursorAndrzej Hunt2-5/+22
2015-11-06Revert "sc lok: Cache viewdata zoom and reuse for cursor callback"Andrzej Hunt3-13/+6
2015-11-05sc lok: update parameter syntax for .uno:CellCursorAndrzej Hunt1-23/+34
2015-11-05sc lok: tdf#94605 introduce uno:CellCursorAndrzej Hunt6-5/+118
2015-11-05sc lok: make cell cursor behaviour consistent with desktopAndrzej Hunt1-35/+40
2015-11-05sc lok: Cache viewdata zoom and reuse for cursor callbackAndrzej Hunt3-6/+22
2015-11-05sc lok: Cell Cursor callbackAndrzej Hunt3-4/+66
2015-10-30Correct typo in commentAndrzej Hunt1-1/+1
2015-10-21Ignore the default constructor for loplugin:badvectorinit tooAndrzej Hunt1-1/+4
2015-10-20ScreenSaverInhibitor: Don't depend on glib type definitionsAndrzej Hunt1-11/+12
2015-10-20Add org.mate.SessionManager supportAndrzej Hunt2-0/+35
2015-10-20Add support for org.freedesktop.PowerManagement.Inhibit tooAndrzej Hunt2-1/+42
2015-10-20Move DPMS inhibition to ScreenSaverInhibitorAndrzej Hunt4-69/+59
2015-10-20Deduplicate XGet/SetScreenSaver, move to ScreenSaverInhibitorAndrzej Hunt6-63/+36
2015-10-20Deduplicate XAutoLock inhibition and move to ScreenSaverInhibitorAndrzej Hunt5-108/+65
2015-10-20Lambda'ise the almost identical FDO and GSM screensaver inhibitionAndrzej Hunt1-97/+62
2015-10-20Add comment on gsm vs fdo differencesAndrzej Hunt1-0/+1
2015-10-20Move org.gnome.SessionManager.Inhibit to ScreenSaverInhibitorAndrzej Hunt5-131/+99
2015-10-20Implement org.freedesktop.ScreenSaver inhibitionAndrzej Hunt7-0/+154
2015-08-25Update title of Conditional Format dialog when range modifiedAndrzej Hunt2-7/+30
2015-06-04Fix using /opt/lo/bin/nasm on windows/cygwinAndrzej Hunt1-1/+1
2015-06-01Allow unsetting underline attributeAndrzej Hunt1-2/+2
2015-05-27loplugin:staticmethodsAndrzej Hunt1-1/+1