summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin4-59/+53
2012-10-31default ScrolledWindow to autoscrollCaolán McNamara1-1/+1
2012-10-31support cursor-visible propertyCaolán McNamara2-1/+12
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann24-301/+160
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin1-11/+5
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara1-3/+3
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin1-1/+4
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara2-42/+40
2012-10-26fix fractured commentCaolán McNamara1-2/+2
2012-10-26add hook to block use of markup in .ui filesCaolán McNamara2-2/+5
2012-10-26set width in chars for url field to avoid character dialog overgrowingCaolán McNamara3-19/+33
2012-10-25graphite: convert to gbuildMatúš Kukan1-0/+1
2012-10-25vcl: don't print gtk version on startupMiklos Vajna1-1/+1
2012-10-25remove .ui mark-up in favor of font attributesCaolán McNamara6-97/+134
2012-10-25convert Mnemonic markup automaticallyCaolán McNamara2-21/+37
2012-10-24vcl: uipreviewer: remove spurious "return false"Michael Stahl1-1/+0
2012-10-24honour padding property in VclBoxCaolán McNamara1-4/+9
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2-2/+4
2012-10-24convert index dialog to .uiCaolán McNamara6-7/+6
2012-10-24improve optimal height of empty comboboxesCaolán McNamara1-1/+1
2012-10-24refactor buttonbox calculations to allow nonhomogeneous buttonsCaolán McNamara2-60/+95
2012-10-24merge and correct buttonbox spacing calculationCaolán McNamara2-49/+45
2012-10-24map some more stock imagesCaolán McNamara1-0/+4
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-2/+2
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin2-26/+6
2012-10-22disable cursor in about dialog and message boxesIvan Timofeev3-0/+7
2012-10-22Resolves: rhbz#868479 / fdo#56281 doubled ~ in German ok/cancel translationsCaolán McNamara1-5/+8
2012-10-22explictly require Bitmap to get imageCaolán McNamara1-1/+1
2012-10-22-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-1/+2
2012-10-22implement secondary button groups in buttonboxesCaolán McNamara3-29/+74
2012-10-22add infrastructure for secondary button groupsCaolán McNamara6-61/+38
2012-10-22add a stock index image to vcl, ala gtk-indexCaolán McNamara3-1/+23
2012-10-21Fix Variable 'eState' is reassigned a value before the old one has been usedJulien Nabet1-2/+1
2012-10-21Some cppcheck cleaningJulien Nabet2-4/+2
2012-10-21Fix some Variable "X" is reassigned a value before the old one has been usedJulien Nabet2-6/+3
2012-10-20use correct deferred parent windowCaolán McNamara1-2/+2
2012-10-20deliberately no parent for dialogCaolán McNamara1-1/+1
2012-10-19In the 10.7 SDK CoreText is in the ApplicationServices frameworkTor Lillqvist1-0/+6
2012-10-19fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.Jan Holesovsky2-8/+9
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud22-67/+67
2012-10-18support width-chars property for labelsCaolán McNamara2-2/+29
2012-10-18minimize calls to queue_resizeCaolán McNamara1-2/+5
2012-10-18SetMaxWidthInChars should be SetMinWidthInCharsCaolán McNamara3-6/+6
2012-10-18add stock new and edit button textsCaolán McNamara3-31/+40
2012-10-17XubString->OUStringCaolán McNamara2-11/+14
2012-10-17annoying border/child window confusionCaolán McNamara1-1/+8
2012-10-17make use of ability to use bold in labelsCaolán McNamara1-7/+7
2012-10-17super simple bold/italic label supportCaolán McNamara1-0/+65
2012-10-15fdo#43714: for a checkmark use the same rect as for its backgroundIvan Timofeev1-0/+1
2012-10-15cid 703925 : strncpy can lead to non-null terminated stringNorbert Thiebaud1-1/+2