summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)AuthorFilesLines
2012-10-31support cursor-visible propertyCaolán McNamara1-0/+2
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann3-13/+2
2012-10-26fix fractured commentCaolán McNamara1-2/+2
2012-10-26set width in chars for url field to avoid character dialog overgrowingCaolán McNamara1-3/+3
2012-10-25remove .ui mark-up in favor of font attributesCaolán McNamara2-1/+11
2012-10-24convert index dialog to .uiCaolán McNamara2-2/+0
2012-10-24refactor buttonbox calculations to allow nonhomogeneous buttonsCaolán McNamara1-7/+15
2012-10-24merge and correct buttonbox spacing calculationCaolán McNamara1-11/+10
2012-10-22disable cursor in about dialog and message boxesIvan Timofeev1-0/+1
2012-10-22implement secondary button groups in buttonboxesCaolán McNamara1-0/+12
2012-10-22add infrastructure for secondary button groupsCaolán McNamara2-61/+19
2012-10-22add a stock index image to vcl, ala gtk-indexCaolán McNamara1-0/+1
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud4-14/+14
2012-10-18support width-chars property for labelsCaolán McNamara1-0/+3
2012-10-18SetMaxWidthInChars should be SetMinWidthInCharsCaolán McNamara1-1/+1
2012-10-18add stock new and edit button textsCaolán McNamara1-0/+2
2012-10-17XubString->OUStringCaolán McNamara1-2/+2
2012-10-12don't process empty grid cellsCaolán McNamara1-2/+2
2012-10-12Resolves: fdo#55807 crash in tools->outline numberingCaolán McNamara1-0/+5
2012-10-11Correct misnomer in vclmedit.hxx/.cxxZolnai Tamás1-2/+2
2012-10-11add a get_label_widget to VclFrameCaolán McNamara1-0/+2
2012-10-11VCLMultiLineEdit->VclMultiLineEdit to align with other new widget namesCaolán McNamara3-7/+9
2012-10-11add a stub ScrolledWindow to store scroll propertiesCaolán McNamara2-0/+4
2012-10-10don't do things differently on higher debug levelsCaolán McNamara1-22/+3
2012-10-09kill off the layout competitionCaolán McNamara3-415/+1
2012-10-09remove some unnecessary headersCaolán McNamara1-8/+0
2012-10-09default internal-children to visible, default containers to not-shownCaolán McNamara1-2/+0
2012-10-09always assert on a missing widget for the typical caseCaolán McNamara1-0/+3
2012-10-09fix incorrect formattingLuboš Luňák1-2/+2
2012-10-09support max-width-chars property for labelsCaolán McNamara1-2/+8
2012-10-08Implement GetOptimalSize for scrollbarsCaolán McNamara1-0/+2
2012-10-08import GtkScrollbar as scrollbars and connect GtkAdjustmentsCaolán McNamara1-4/+8
2012-10-06callcatcher: update unused code list and drop more old-layouting unusedsCaolán McNamara2-16/+1
2012-10-06callcatcher: GetKerningPair* is now unusedCaolán McNamara2-17/+0
2012-10-05sort by grid position, then pack type, then pack positionCaolán McNamara1-0/+12
2012-10-05add stock "remove" textCaolán McNamara1-0/+1
2012-10-04callcatcher: update unused code listCaolán McNamara3-3/+0
2012-10-04Use MenuButton for non-editable GtkComboBoxText instead of ComboBoxCaolán McNamara2-2/+16
2012-10-04handle children of deferred dialog betterCaolán McNamara2-0/+3
2012-10-03support loading certain stock images as button symbolsCaolán McNamara1-37/+44
2012-10-02Revert "Fix fdo#55142 - wrong character pos calculation on mac."Thorsten Behrens1-1/+0
2012-10-02XubString->OUStringCaolán McNamara2-23/+23
2012-09-28sort child positions within parents according to grid positionCaolán McNamara2-46/+10
2012-09-28truly skip unshown widgets in tab traversalCaolán McNamara1-0/+6
2012-09-28defer initializing dialog until sizeable/unsizeable is knownCaolán McNamara1-0/+1
2012-09-28we need to have the outermost TabDialog as the recipient of tab keystrokesCaolán McNamara1-1/+4
2012-09-28support has-default for buttonsCaolán McNamara1-0/+1
2012-09-28adapt code to new table autoformat dialogCaolán McNamara1-0/+2
2012-09-28adjust combobox GetOptimalSizeCaolán McNamara1-1/+1
2012-09-28support "digits" for numericfieldsCaolán McNamara1-0/+1