Age | Commit message (Expand) | Author |
2017-02-06 | Typo: s/dependend/dependent/i | Tor Lillqvist |
2017-02-06 | framework: Pass Item ID to Menu::GetUserValue() instead of index | Takeshi Abe |
2017-02-06 | framework: Retrieve shortcuts from document-specific configuration | Takeshi Abe |
2017-02-06 | loplugin:unusedenumconstants in framework | Noel Grandin |
2017-02-05 | .uno:ScriptOrganizer should be menu:menuitem | Maxim Monastirsky |
2017-02-05 | tdf#105737 Menu::GetItemType takes position not item id | Maxim Monastirsky |
2017-02-05 | Restore custom tooltip support | Maxim Monastirsky |
2017-02-05 | Revert "Remove unused toolbar:text define" | Maxim Monastirsky |
2017-02-05 | HelpURL toolbar property is unused | Maxim Monastirsky |
2017-02-03 | Typos | Julien Nabet |
2017-02-03 | new loplugin:unusedenumconstants | Noel Grandin |
2017-02-02 | Fix some typos | Samuel Mehrbrodt |
2017-02-02 | unnecessary use of OUStringBuffer in throwing exceptions | Noel Grandin |
2017-01-31 | more SAL_WARN_UNUSED | Noel Grandin |
2017-01-31 | teach lolugin:stringconstant about calling constructors | Noel Grandin |
2017-01-28 | loplugin:stringconstant check for unnecessary OUString constructor.. | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-25 | Remove unused macros | Stephan Bergmann |
2017-01-25 | Fix typo in comments: relativ -> relative | Takeshi Abe |
2017-01-25 | loplugin: unnecessary destructor forms..idlc | Noel Grandin |
2017-01-23 | Change all Idle* LINKs to be Timer* | Jan-Marek Glogowski |
2017-01-21 | move GetXGraphic to its only user | Caolán McNamara |
2017-01-20 | empty Image is an empty XGraphic | Caolán McNamara |
2017-01-20 | don't need an intermediate Image | Caolán McNamara |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, framework | Stephan Bergmann |
2017-01-19 | Expand and improve the output log in Session-Management | Juergen Funk |
2017-01-19 | framework: AutoRecovery uses Timer without SolarMutex | Michael Stahl |
2017-01-17 | Change Idle to be a Timer subclass | Jan-Marek Glogowski |
2017-01-17 | tdf#97087 GDB pretty print the Scheduler task list | Jan-Marek Glogowski |
2017-01-17 | manage m_xInplaceMenuBar with rtl::Reference | Noel Grandin |
2017-01-17 | manage m_xToolbarManager with rtl::Reference | Noel Grandin |
2017-01-17 | use rtl::Reference in RequestFilterSelect_Impl | Noel Grandin |
2017-01-17 | new loplugin: useuniqueptr: forms..framework | Noel Grandin |
2017-01-16 | e*, f*: load BitmapEx resources instead of Image ones | Caolán McNamara |
2017-01-14 | move Image(Bitmap, MaskBitmap) code to last user of it | Caolán McNamara |
2017-01-11 | framework: call disposing from disposing, not notifyTermination | Michael Stahl |
2017-01-10 | tdf#104830, need an own termination listener for lib objects | Markus Mohrhard |
2017-01-10 | loplugin:unusedmethods | Noel Grandin |
2017-01-09 | New loplugin:externvar: framework | Stephan Bergmann |
2017-01-08 | loplugin:salbool | Stephan Bergmann |
2017-01-05 | finish moving ImageList to framework | Caolán McNamara |
2017-01-05 | move ImageList to framework | Caolán McNamara |
2017-01-05 | move CommandImageResolver out of vcl and beside its only user | Caolán McNamara |
2016-12-30 | hidden use of removed RID_SVXIMGLIST_FMEXPL resource | Caolán McNamara |
2016-12-30 | include header instead of duplicating defines | Caolán McNamara |
2016-12-29 | process all outstanding events before shutdown, tdf#104969, tdf#104286, tdf#1... | Markus Mohrhard |
2016-12-29 | add a crashreporter entry when we start the shutdown | Markus Mohrhard |
2016-12-28 | fix indentation | Markus Mohrhard |
2016-12-24 | unused Image in framework, luckily because uses GetImage on pos not id | Caolán McNamara |
2016-12-22 | tdf#104818 Show the right label when a11y enabled | Maxim Monastirsky |