/salhelper/source/

ia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbxcolorupdate.cxx
AgeCommit message (Collapse)Author
2016-10-30toolbox: don't need "ItemImageOriginal" anymoreTomaž Vajngerl
Change-Id: I7037b7a8c70150f9946cca0c48607bd887779c82 Reviewed-on: https://gerrit.libreoffice.org/30405 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2016-10-13This comment is no longer trueMaxim Monastirsky
Change-Id: I5ad9bcba65f1f467f230fe05dff725c474c75494
2016-10-13SvxColorToolBoxControl: Some cleanupMaxim Monastirsky
Change-Id: Iaf908b0c2456a239e343d0fcb89a2ba163b74010
2016-09-12tdf#90721 Line color initial behavior similar to fill colorMaxim Monastirsky
Change-Id: Icf6d35d188f57e1b91da1ce5947f35c97c4f2e78
2016-02-18tdf#84985 always align color bar to icon bottom edgeRegina Henschel
The old calculation was one pixel off for icon sizes, which are not divisible by 4: galaxy with size 26 and oxygen with size 22. The patch does not consider oxygen, because it will be dropped. Change-Id: Ia67facb0bb32dd9112784c2aa864fde252aa6bc3 Reviewed-on: https://gerrit.libreoffice.org/22488 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
Change-Id: I4bb19d6103c4a6a902d86b62a857e3478493924c
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
Change-Id: I71682f28c6a54d33da6b0c971f34d0a705ff04f5
2015-07-06tdf#83541 Redraw the last used color after theme changeMaxim Monastirsky
That's not what XSubToolbarController was originally designed for, probably, but it has more in common than otherwise. A split button offers a dropdown with some functions, and the main part of that button updates with the last selection, to easily re-apply it. This is based on the change made in commit dd69bde36a4ee4636933a80c0291486593a37670, so that updateImage method is called once an icon refreshing is requested. Change-Id: I6bd15638665f917ed7060886cd7835cdcd1a34f9
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4 Reviewed-on: https://gerrit.libreoffice.org/15712 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-06color bar doesn't fill tool itemCaolán McNamara
since commit b8f21298288890d52c06fef6c84441634c56c986 Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> Date: Mon Mar 2 20:57:32 2015 +0900 the color bar is always drawn under the icon and doesn't get drawn to the right and fill all the empty space of the tool item, e.g. in impress see the new toolbar color selector Change-Id: Ib70fec9c933b9d743e67475899938a5d9f405496
2015-04-24loplugin:simplifyboolStephan Bergmann
Change-Id: I02bc964fd2b240fb5238e3de72239d410587ae5c
2015-04-02loplugin:staticmethodsNoel Grandin
Change-Id: Ibf0c73ac17ec19ed672f66907db47057920babca
2015-03-05toolbox - preserve the orig. image + use it in menu & color updateTomaž Vajngerl
In toolbox the images are scaled for HiDPI, which causes various problems. This change preserves the original image and uses that when adding images into the menu and also uses that when updating the color related toolbox-es. Change-Id: Ib7e7d82ccb1cd774e0e14dd6bab5626eaefea097
2015-03-05code cleanup in tbxcolorupdate.cxxTomaž Vajngerl
Change-Id: I671e59bab5bc649cc12026647531f8612eec394b
2014-10-24Related: fdo#84844 Support fill color in SvxColorToolBoxControlMaxim Monastirsky
Change-Id: I6ccc1d4e71a9fe76cd16dd957f626722aaba543c