summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-02-20Some cppcheck cleaningJulien Nabet1-2/+1
2013-02-20various efforts to consistently apply HIG rulesCaolán McNamara1-9/+42
2013-02-20typo: allways -> alwaysAndras Timar4-4/+4
2013-02-20fixup class vs. constructor definitionNoel Grandin2-11/+7
2013-02-20fixupStephan Bergmann1-1/+2
2013-02-20KDE4FilePicker: un-break buildMichael Stahl2-14/+13
2013-02-20more fixes for my FilePicker changesNoel Grandin2-4/+8
2013-02-19WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2013-02-19fix documentation to match realityLuboš Luňák1-2/+2
2013-02-19Remove RTL_CONST_STRINGPARAMChr. Rossmanith2-49/+49
2013-02-19fdo#56886 EMF: Fixes some scaling problems of clipped regions, TwipsLennard Wasserthal3-29/+127
2013-02-19add a mechanism to load TimeFields from .ui filesCaolán McNamara2-27/+100
2013-02-19really, don't obtain the process locale 500 timesEike Rathke1-13/+20
2013-02-18added language tags commentEike Rathke1-0/+1
2013-02-18no need to expand the BRAND_BASE_DIR macro multiple timesEike Rathke1-16/+18
2013-02-18slightly improved parameter passingEike Rathke1-22/+19
2013-02-18consistent fall-back chain for (branded) aboutEike Rathke1-20/+38
2013-02-18localizedsorter::bestname: info for non-ISO locale and commentEike Rathke1-0/+3
2013-02-18coverity#983232 Resource leakNorbert Thiebaud1-0/+1
2013-02-17coverity: pass by const reference is more efficientMarkus Mohrhard1-2/+1
2013-02-16Work around problem with boost::shared_array(NULL) ctor and Boost 1.53.0Stephan Bergmann1-1/+1
2013-02-15Resolves: rhbz#895196 sc filter float a11y parent of itself loop/recurseCaolán McNamara3-3/+18
2013-02-15Resolves: rhbz#910176 cannot select directory with gnome folder pickerCaolán McNamara1-2/+11
2013-02-15tabpages size req not factoring in border widthCaolán McNamara2-2/+3
2013-02-15fix fdo#60804 - Print to File leads to CrashNoel Grandin2-23/+9
2013-02-14teach radiogroup loader about custom propertiesCaolán McNamara1-1/+5
2013-02-14Avoid ambiguities after string clean-up of InfoBox usersStephan Bergmann2-2/+2
2013-02-14add a custom wrap prop to radiobuttons/checkboxesCaolán McNamara1-3/+11
2013-02-14make compilable on RHEL-6Caolán McNamara2-1/+5
2013-02-13update pch headers, broken by 1aaf9a9Luboš Luňák1-5/+5
2013-02-13Some cppcheck cleaningJulien Nabet1-1/+1
2013-02-12Some cppcheck cleaningJulien Nabet1-2/+1
2013-02-12Some cppcheck cleaningJulien Nabet1-2/+4
2013-02-12remove executable bit on .cxx filesLuboš Luňák1-0/+0
2013-02-12Fix compilation of kde/kde4Stephan Bergmann2-2/+4
2013-02-12fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin3-28/+9
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin6-118/+67
2013-02-12fdo#46808, convert i18n::InputSequenceChecker to new-styleNoel Grandin2-16/+6
2013-02-11Resolves: rhbz#527719 #i105784# improve selection of fallback fontCaolán McNamara1-14/+21
2013-02-11fdo#46808, Adapt java::JavaVirtualMachine UNO service to new styleNoel Grandin1-4/+3
2013-02-10add 6 width border to toplevel widgets of printdialogJoren De Cuyper1-0/+4
2013-02-08win-specific fixes for 9e310cc32923ceb4b18d97ce68d54a339b935f01Luboš Luňák2-8/+8
2013-02-08what a convoluted way to split path into dir and file; and broken, tooLuboš Luňák1-3/+4
2013-02-08fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac12-48/+44
2013-02-08janitorial tidyingCaolán McNamara2-10/+3
2013-02-08resolve fdo#60450 - Printer list is missing its border in Print dialogJoren De Cuyper2-2/+12
2013-02-07AtkListener::updateChildList: assert when getAccessibleChild ...Michael Stahl1-1/+8
2013-02-07decrement for-loop variable instead of incrementing itChr. Rossmanith1-1/+1
2013-02-06if a font is not available, show its name in italic in the font comboLuboš Luňák1-2/+2
2013-02-06replace (Xub)String with OUString in vclChr. Rossmanith20-153/+150