summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)AuthorFilesLines
2016-02-17tdf#95618 - opengl - mend control regions and caching for tab headers.Michael Meeks1-1/+1
2016-02-17tdf#97922 - get control area right for spinbuttons.Michael Meeks1-1/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-15tdf#97739 - ensure we have a valid rectangle for spin-button controls.Michael Meeks1-1/+2
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock8-49/+49
2016-02-12Related: rhbz#1287593 subissue 6, get suitable hyperlink colors for dark themeCaolán McNamara1-2/+3
2016-02-12tdf#97425 - JVM start parameters should be editable.akki951-0/+6
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara1-2/+0
2016-01-31Revert "tdf#89756 swich postfix to prefix operators"jan iversen1-29/+29
2016-01-31tdf#89756 swich postfix to prefix operatorserdemdemirkapi1-29/+29
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock2-6/+6
2016-01-25vcl: rename private ilstbox.hxx header to listbox.hxxChris Sherlock3-3/+3
2016-01-25vcl: move dndevdis.{hxx|cxx} to dndeventdispatcher.{hxx|cxx}Chris Sherlock1-1/+1
2016-01-21loplugin: unused return valuesNoel Grandin1-8/+6
2016-01-13tdf#95573 - stop (crazy) busy loop from blocking rendering.Michael Meeks1-1/+1
2016-01-10Fix typosAndrea Gelmini2-2/+2
2016-01-09tdf#96888 Kill internal vcl dog-tags ...Ras-al-Ghul1-21/+12
2016-01-08tdf#96888 Kill internal vcl dog-tags ...Ras-al-Ghul1-4/+2
2016-01-08vcl: ComboBox::ImplUserDrawHandler was in the void namespace...Chris Sherlock1-1/+1
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-2/+0
2015-12-12<vcl/spin.h> can be private to vclTor Lillqvist2-2/+3
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist2-2/+1
2015-12-11tdf#93991: One pixel here or there, who is counting?Tor Lillqvist1-1/+1
2015-12-07Make buttonstatuslistener a generic listener for any widgetsSamuel Mehrbrodt2-72/+6
2015-12-03uno::Sequence->std::vector in vcl::ThrobberNoel Grandin1-10/+0
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks1-0/+6
2015-11-24vcl lok: handle tracking coordinates which are in twipsMiklos Vajna1-1/+13
2015-11-23vcl lok: fix scrollbar to accept mouse events in twipsMiklos Vajna1-1/+13
2015-11-20vcl ScrollBar: audit Draw*() calls in ImplDraw()Miklos Vajna1-6/+6
2015-11-18com::sun::star->css in vcl/Noel Grandin4-62/+62
2015-11-12loplugin:vclwidgetsStephan Bergmann1-1/+1
2015-11-12Vcl: Set PushButtons pressed if the uno slot is activeSamuel Mehrbrodt2-1/+13
2015-11-12Vcl: Disable buttons if the associated UNO slot is disabledSamuel Mehrbrodt2-3/+77
2015-11-12vcl: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-13/+13
2015-11-11tdf#93243 replace boost::bind with c++11 lambdas in vcl/source treeFabio Buso2-6/+12
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann17-132/+132
2015-11-09new loplugin: oncevarNoel Grandin1-6/+4
2015-11-03vcl: Mark them as constTakeshi Abe1-1/+1
2015-10-28tdf#94138 also apply settings when printing (Draw call)Tomaž Vajngerl1-0/+2
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann1-3/+3
2015-10-22tdf#94138 fix printing of edit form fieldsTomaž Vajngerl1-0/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann2-3/+3
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-1/+1
2015-10-16convert Link<> to typedNoel Grandin1-2/+2
2015-10-16convert Link<> to typedNoel Grandin2-16/+13
2015-10-15tdf#94495 - protect lstbox usage post-dispose, and fix ItemWin focus.Michael Meeks1-1/+19
2015-10-15convert Link<> to typedNoel Grandin2-8/+13