Age | Commit message (Expand) | Author |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-06-26 | vcl: fix Win32 deadlocks from SolarMutexReleaser | Michael Stahl |
2015-05-08 | PostUserEvent - instrument to allow holding a VclPtr reference. | Michael Meeks |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-09 | Change tools::Time::GetSystemTicks to sal_uInt64 | Stephan Bergmann |
2015-03-30 | Introduce vcl::IsWindowSystemAvailable() | Tor Lillqvist |
2015-03-28 | IsEnableAccessInterface() is not used anywhere | Tor Lillqvist |
2015-03-28 | Fix weird style, whitespace changes only | Tor Lillqvist |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-12 | FocusChanged and DataChanged are never overriden | Noel Grandin |
2015-01-09 | SolarMutexClearableGuard and SolarMutexResettableGuard are never overriden | Noel Grandin |
2015-01-09 | fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class' | Noel Grandin |
2015-01-09 | enum Service is unused | Noel Grandin |
2015-01-07 | fdo#84938: convert VCL_INPUT_ #defines to 'enum class' | Noel Grandin |
2014-12-15 | drop newly unused Application::ValidateSystemFont | Caolán McNamara |
2014-12-10 | Instantiate ImplSVData on demand | Stephan Bergmann |
2014-12-10 | Demote Application::IsHeadlessModeRequested to local hack | Stephan Bergmann |
2014-11-29 | vcl: Remove DummyApplication | Chris Sherlock |
2014-11-28 | vcl: remove newlines from include/vcl/svapp.hxx | Chris Sherlock |
2014-10-27 | cid#705053 Dereference after null check | Noel Grandin |
2014-09-30 | vcl: use DBG_UTIL for additional members in SolarMutexTryAndBuyGuard | Michael Stahl |
2014-09-26 | add a RAII class that tries to acquire the SolarMutex and releases it | Michael Stahl |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-08-23 | fdo#82577: Handle KeyCode | Tor Lillqvist |
2014-06-04 | DeInitVCL at end of tests | Stephan Bergmann |
2014-05-22 | Avoid including <config_features.h> in <vcl/svapp.hxx> | Tor Lillqvist |
2014-05-17 | Correct common misspellings, and remove some ASCII art along the way. | Chris Laplante |
2014-05-09 | Revert font initialization foo | Caolán McNamara |
2014-05-07 | The opaque PostUserEvent IDs are actually pointers | Stephan Bergmann |
2014-05-07 | Move ImplInitAppFontData from Window to Application (take 2) | Chris Sherlock |
2014-05-07 | Use css alias in svapp.hxx | Chris Sherlock |
2014-05-07 | Indent svapp.hxx functions | Chris Sherlock |
2014-05-06 | Application::UserEvent and Window::UserEvent are empty | Stephan Bergmann |
2014-05-05 | Revert "Move ImplInitAppFontData from Window to Application" | Miklos Vajna |
2014-05-04 | Move ImplInitAppFontData from Window to Application | Chris Sherlock |
2014-02-21 | vcl: sal_Bool -> bool | Stephan Bergmann |
2014-02-20 | Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx | Tobias Lippert |
2014-02-05 | Doxygen warnings corrected | Chris Sherlock |
2014-02-04 | Revert "Doxygen warnings corrected" | Caolán McNamara |
2014-02-04 | Doxygen warnings corrected | Chris Sherlock |
2014-02-04 | More Application class documentation updates | Chris Sherlock |
2014-02-04 | Change Application::SystemSettingsChanging to OverrideSystemSettings | Chris Sherlock |
2014-01-28 | Document Application class | Chris Sherlock |
2014-01-23 | Remove unnecessary verbiage. | Chris Sherlock |
2014-01-23 | Document more of VCL's Application class | Chris Sherlock |
2014-01-22 | Fix misaligned code comment | Chris Sherlock |
2014-01-22 | Improve settings code reability | Chris Sherlock |
2014-01-21 | Change EnableNoYieldMode(bool) to better names | Chris Sherlock |
2014-01-20 | Remove unused Window parameter from SystemSettingsChanging | Chris Sherlock |