summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2017-07-13GTK+ convert to a single-shot timerJan-Marek Glogowski4-24/+29
2017-07-13tdf#104883 Don't call InstallFontconfigResources if it's not availableSamuel Mehrbrodt1-0/+9
2017-07-13Revert "GTK+ simplifiy system timer implementation"Jan-Marek Glogowski5-70/+259
2017-07-13unused ResMgrCaolán McNamara1-2/+0
2017-07-13ofz#2287 check multiplyCaolán McNamara1-2/+4
2017-07-13WIN shorten DoYield by using existing functionsJan-Marek Glogowski2-39/+24
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski9-11/+9
2017-07-13Drop Task::ReadyForScheduleJan-Marek Glogowski3-37/+15
2017-07-13Remove duplicated delete informationJan-Marek Glogowski2-12/+4
2017-07-13Run LO scheduler only via system timerJan-Marek Glogowski4-25/+1
2017-07-13OSX fix empty message queue handlingJan-Marek Glogowski5-55/+69
2017-07-13OSX change to run LO via a single shot timerJan-Marek Glogowski6-71/+84
2017-07-13WIN just wait for the Yield mutex in the timeroutJan-Marek Glogowski1-10/+3
2017-07-13WIN simplify system timer / LO event handlingJan-Marek Glogowski6-125/+74
2017-07-13WIN unify deferred message handlingJan-Marek Glogowski1-100/+87
2017-07-13WIN cleanup paint message handlingJan-Marek Glogowski1-66/+68
2017-07-13GTK+ simplifiy system timer implementationJan-Marek Glogowski5-259/+70
2017-07-13KDE4 handle timers via queued custom eventsJan-Marek Glogowski2-34/+20
2017-07-13KDE4 change system timer to be single-shotJan-Marek Glogowski1-0/+1
2017-07-13Restart the system timer if it returns to earlyJan-Marek Glogowski1-11/+14
2017-07-13Run Idle tasks immediatlyJan-Marek Glogowski3-18/+11
2017-07-13SVP correctly handle sleep timeJan-Marek Glogowski2-5/+9
2017-07-13Round-robin invoked tasksJan-Marek Glogowski3-11/+81
2017-07-13Correctly account invoked taskJan-Marek Glogowski1-2/+8
2017-07-13Introduce a scheduler stackJan-Marek Glogowski2-40/+69
2017-07-13Correctly account starting tasksJan-Marek Glogowski2-18/+23
2017-07-13Drop special idle handlingJan-Marek Glogowski29-150/+74
2017-07-13Change scheduler list to be queue-likeJan-Marek Glogowski2-18/+24
2017-07-13Just walk the task list onceJan-Marek Glogowski4-23/+9
2017-07-13Refactor Scheduler by merging functionsJan-Marek Glogowski2-110/+97
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski8-31/+63
2017-07-13Refactor Scheduler global dataJan-Marek Glogowski12-61/+63
2017-07-13Add some Scheduler unit tests and loggingJan-Marek Glogowski15-48/+255
2017-07-13loplugin:oncevar: empty strings: vclStephan Bergmann4-8/+4
2017-07-13Migrate missing font installation to new GDBus APISamuel Mehrbrodt2-30/+47
2017-07-12fix crash when aInkBoxes might be emptyMarkus Mohrhard1-1/+5
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin2-4/+4
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin2-2/+2
2017-07-11use more range-for on uno::SequenceNoel Grandin1-4/+3
2017-07-10crashtesting assert on export to ods from novell835001-2.xlsxCaolán McNamara1-2/+2
2017-07-10loplugin:useuniqueptr in vclNoel Grandin9-117/+92
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin26-32/+32
2017-07-07vcl: adapt README to VCL_DEBUG_DISABLE_PDFCOMPRESSION changesMichael Stahl1-3/+1
2017-07-07vcl: clean up all #if OSL_DEBUG_LEVEL checks in pdfwriter_impl.cxxMichael Stahl1-95/+76
2017-07-07Resolves: rhbz#1467512 mask not created as 1 bit depthCaolán McNamara1-1/+1
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin5-9/+11
2017-07-07xContext only needed for bHyphenate caseCaolán McNamara1-8/+6
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke5-7/+5
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin2-12/+12
2017-07-06tdf#106990 set cleartype setting / force to use GDI render modeTomaž Vajngerl2-3/+86