summaryrefslogtreecommitdiffstats
path: root/svx/source/sidebar/tools
Commit message (Expand)AuthorAgeFilesLines
* remove PopupControl as an intermediate stepCaolán McNamara2016-10-042-53/+1
* Page size popup converted to use outside sidebarSzymon Kłos2016-09-121-0/+9
* loplugin:constantparam in svxNoel Grandin2016-09-091-15/+3
* convert ControlType to scoped enumNoel Grandin2016-08-241-5/+5
* FloatWinPopupFlags::NoFocusClose is only set, never readCaolán McNamara2016-07-071-1/+1
* loplugin:unusedmethods in svxNoel Grandin2016-05-192-46/+0
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-7/+7
* fixes memleak : release references to TextPropertyPanelDennis Francis2015-09-181-0/+1
* convert Link<> to typedNoel Grandin2015-09-091-3/+1
* loplugin: defaultparamsNoel Grandin2015-08-112-3/+3
* svx: replace boost::function with std::functionMichael Stahl2015-07-311-2/+2
* rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky2015-06-191-1/+1
* Resolves: tdf#91542 crash on pressing return in sidebar line popupCaolán McNamara2015-05-261-1/+6
* convert DEFAULTCONSTANT constant to scoped enumNoel Grandin2015-05-201-1/+1
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-201-3/+3
* tdf#91382 UI: Crash after visiting Sidebar Properties PagePhilippe Jung2015-05-191-6/+10
* convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin2015-05-131-2/+2
* refactor PopupControl to use RenderContextTomaž Vajngerl2015-05-131-5/+5
* Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann2015-05-101-1/+1
* convert DEFAULTFONT_ constants to scoped enumNoel Grandin2015-05-061-1/+1
* fix compile: delegate RenderContext parameter to superTomaž Vajngerl2015-04-291-2/+2
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-291-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-284-26/+5
|\
| * Windows compilation fixes.Michael Meeks2015-04-171-2/+4
| * svx: convert new to ::Create.Noel Grandin2015-04-171-1/+1
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-3/+3
| * vcl: VclPtr conversion in svx.Noel Grandin2015-04-093-19/+0
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-154-8/+8
|/
* Various typosJulien Nabet2015-02-211-1/+1
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-47/+26
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-011-1/+1
* fdo#85804 Use the new popups in the sidebar tooMaxim Monastirsky2014-11-091-304/+0
* Related: fdo#84844 Get rid of ColorControl and ColorPopupMaxim Monastirsky2014-11-032-283/+0
* fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin2014-10-211-1/+1
* loplugin: cstylecastNoel Grandin2014-10-201-1/+1
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-131-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-236-8/+8
* fdo#82577: Handle FontNoel Grandin2014-09-181-12/+12
* Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand2014-07-011-5/+7
* add missing modelines to cxx and hxx filesThomas Arnhold2014-04-246-0/+18
* svx: sal_Bool->boolNoel Grandin2014-04-151-2/+2
* remove osolete ifdefNorbert Thiebaud2014-03-111-4/+3
* I guess const was intended here.Jan Holesovsky2014-02-281-1/+1
* Remove visual noise from svxAlexander Wilms2014-02-261-1/+1
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-1/+1
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* protect macosx against the HiDPI hacksNorbert Thiebaud2014-02-141-1/+4
* Window::Notify should return boolStephan Bergmann2014-01-171-1/+1