summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls
AgeCommit message (Expand)Author
2014-11-09Try to make MSVC happyMaxim Monastirsky
2014-11-09fdo#85804 Introduce bullets and numbering popupsMaxim Monastirsky
2014-11-07Fix fdo#84574 - COLOR PICKER: Palette color list should have scrollbarJuergen Funk
2014-11-06fdo#84573 COLOR PICKER: Improve keyboard navigationJuergen Funk
2014-11-04Set ToolBoxItemBits inside the controllerMaxim Monastirsky
2014-11-03Related: fdo#84844 Prepare border color status updateMaxim Monastirsky
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin
2014-10-28colorwindow: try to fix initial layoutMaxim Monastirsky
2014-10-28colorwindow: Use exactly one row of recent colorsMaxim Monastirsky
2014-10-28colorwindow: Update recent colors list immediatelyMaxim Monastirsky
2014-10-28colorwindow: Unify SelectHdl and SelectRecentHdlMaxim Monastirsky
2014-10-28Rename loadColorVector to addEntriesForColorVectorMaxim Monastirsky
2014-10-27Fix color update for selection with multiple colorsMaxim Monastirsky
2014-10-24Related: fdo#84844 Support fill color in SvxColorToolBoxControlMaxim Monastirsky
2014-10-24Register the item type based on the SIDMaxim Monastirsky
2014-10-22Related: fdo#84844 Support of Sidebar wide buttons in SvxColorToolBoxControlMaxim Monastirsky
2014-10-21nShearWink -> nShearAngleMiklos Vajna
2014-10-20fdo#85185 Copy OUString argument to avoid a use after freeMatthew J. Francis
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-17fdo#62081 Improve wording of style updateYousuf Philips
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna
2014-10-13coverity#1027273 Unchecked return valueCaolán McNamara
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-10-10UBSan: SfxBoolItem vs. SfxTemplateItem confusionStephan Bergmann
2014-10-09Improve wording on several actionsSamuel Mehrbrodt
2014-10-07Fix fdo#84591 Styles dropdown disappears when clicked on submenuJuergen Funk
2014-10-05Related: fdo#62081 Add missing ellipsis to Edit Style commandAdolfo Jayme Barrientos
2014-10-03fdo#84605 : fixed style editing from the style drop down menuSzymon Kłos
2014-10-03fdo#84620 : The styles drop down menu in Writer crashes LO.Szymon Kłos
2014-10-03styles dropdown: Show only the triangle for the dropdown.Jan Holesovsky
2014-10-02Fix fdo#84512 Background color not shown in Styles-DropdownJuergen Funk
2014-10-01fdo#84551 Make 'Insert table' entry dropdown onlySamuel Mehrbrodt
2014-09-30fdo#62081 Improve split menu on style dropdownSamuel Mehrbrodt
2014-09-30Fix fdo#58161 UI: White Paragraph style invisible in Styles Drop-DownJuergen Funk
2014-09-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25coverity#1241102 Uninitialized pointer fieldCaolán McNamara
2014-09-24fdo#62081: Add split menus to items in the style dropdownSzymon Kłos
2014-09-23fdo#84256 Prepopulate findbar with last search termSamuel Mehrbrodt
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-21fdo#82502 Ctrl-F should select the text in the search bar, not close itSamuel Mehrbrodt
2014-09-18callcatcher: update unused codeCaolán McNamara
2014-09-18Update the status only after colors loadMaxim Monastirsky
2014-09-18Adapt the code for the new automatic buttonMaxim Monastirsky
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-17WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist