summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbcontrl.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-23Resolves: tdf#76825 styles drop down menu is too narrowCaolán McNamara1-65/+119
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-07Fix fdo#84574 - COLOR PICKER: Palette color list should have scrollbarJuergen Funk1-0/+1
2014-11-06fdo#84573 COLOR PICKER: Improve keyboard navigationJuergen Funk1-3/+3
2014-11-03Related: fdo#84844 Prepare border color status updateMaxim Monastirsky1-43/+142
2014-10-28colorwindow: try to fix initial layoutMaxim Monastirsky1-11/+12
2014-10-28colorwindow: Use exactly one row of recent colorsMaxim Monastirsky1-5/+1
2014-10-28colorwindow: Update recent colors list immediatelyMaxim Monastirsky1-3/+7
2014-10-28colorwindow: Unify SelectHdl and SelectRecentHdlMaxim Monastirsky1-22/+6
2014-10-27Fix color update for selection with multiple colorsMaxim Monastirsky1-0/+4
2014-10-24Related: fdo#84844 Support fill color in SvxColorToolBoxControlMaxim Monastirsky1-1/+28
2014-10-24Register the item type based on the SIDMaxim Monastirsky1-2/+4
2014-10-22Related: fdo#84844 Support of Sidebar wide buttons in SvxColorToolBoxControlMaxim Monastirsky1-1/+31
2014-10-20loplugin: cstylecastNoel Grandin1-12/+12
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-3/+3
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-2/+2
2014-10-10UBSan: SfxBoolItem vs. SfxTemplateItem confusionStephan Bergmann1-1/+1
2014-10-09Improve wording on several actionsSamuel Mehrbrodt1-1/+1
2014-10-07Fix fdo#84591 Styles dropdown disappears when clicked on submenuJuergen Funk1-1/+1
2014-10-03fdo#84605 : fixed style editing from the style drop down menuSzymon Kłos1-1/+1
2014-10-03fdo#84620 : The styles drop down menu in Writer crashes LO.Szymon Kłos1-1/+1
2014-10-03styles dropdown: Show only the triangle for the dropdown.Jan Holesovsky1-1/+1
2014-10-02Fix fdo#84512 Background color not shown in Styles-DropdownJuergen Funk1-25/+39
2014-09-30fdo#62081 Improve split menu on style dropdownSamuel Mehrbrodt1-18/+14
2014-09-30Fix fdo#58161 UI: White Paragraph style invisible in Styles Drop-DownJuergen Funk1-12/+52
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann1-11/+7
2014-09-24fdo#62081: Add split menus to items in the style dropdownSzymon Kłos1-0/+79
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-19/+19
2014-09-18Update the status only after colors loadMaxim Monastirsky1-2/+2
2014-09-18Adapt the code for the new automatic buttonMaxim Monastirsky1-22/+14
2014-09-18fdo#82577: Handle FontNoel Grandin1-3/+3
2014-09-17Don't manually set the SvxColorWindow sizeTomaž Vajngerl1-2/+0
2014-09-17Add recent colorsKrisztian Pinter1-8/+63
2014-09-17Make small UI tweaks to SvxColorWindow_ImplKrisztian Pinter1-0/+2
2014-09-17Remove redundant class SvxLineColorToolBoxControlKrisztian Pinter1-63/+6
2014-09-17Make color picker apply color immediatelyKrisztian Pinter1-13/+4
2014-09-17Change palette selection ComboBox to ListBoxKrisztian Pinter1-11/+8
2014-09-17Add SvxLineColorToolBoxControl functionality to SvxColorToolBoxControlKrisztian Pinter1-1/+15
2014-09-17Convert SvxColorWindow_Impl to Widget LayoutKrisztian Pinter1-52/+47
2014-09-17Move palette selection ComboBox to top of popup windowKrisztian Pinter1-33/+15
2014-09-17Change SvxColorWindow_Impl to use ComboBox for palette selectionKrisztian Pinter1-35/+22
2014-09-17Add color picker to color paletteKrisztian Pinter1-17/+35
2014-09-17Fix variable and method namesKrisztian Pinter1-7/+7
2014-09-17Fix SvxColorWindow_Impl::StateChanged updatingKrisztian Pinter1-9/+1
2014-09-17Add PaletteManager, refactor palette codeKrisztian Pinter1-55/+23
2014-09-17Add ability to switch between default and document colorsKrisztian Pinter1-47/+66
2014-09-17Add navigation buttons to SvxColorWindow_ImplKrisztian Pinter1-11/+46
2014-09-17Add writer document font colors to color palettesKrisztian Pinter1-1/+14
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-24/+24