summaryrefslogtreecommitdiff
path: root/vcl/source/app
AgeCommit message (Expand)AuthorFilesLines
2020-09-02drop unused weld_windowCaolán McNamara1-7/+0
2020-09-02drop some unused methodsCaolán McNamara1-9/+0
2020-08-31Clean up some SAL_WARN argument streamingStephan Bergmann1-6/+3
2020-08-28move GetMinimumEditHeight calc to weldutils and reuse in calcCaolán McNamara1-0/+9
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann3-13/+13
2020-08-27SvtIconChoiceCtrl can move into toolkit only headersCaolán McNamara1-1/+1
2020-08-27add a DisableCycleFocusOut flag for an all-welded hierarchyCaolán McNamara1-1/+1
2020-08-26make get_extents_relative_to constCaolán McNamara1-4/+4
2020-08-25Derive ActiveColor as a brighter HighlightColorCaolán McNamara1-2/+4
2020-08-19add a Title label type for base's title windowsCaolán McNamara1-0/+8
2020-08-19make a LabelType enum distinct from MessageTypeCaolán McNamara1-4/+4
2020-08-19use switch statementCaolán McNamara1-33/+45
2020-08-19support the background color used by base's title windowsCaolán McNamara1-0/+5
2020-08-19move VclMultiLineEdit to toolkit-only headersCaolán McNamara1-1/+1
2020-08-17[API CHANGE] remove OSL_SIGNAL_USER_RESOURCEFAILURENoel Grandin2-15/+0
2020-08-13improve comments around blocks which abort on UI thread event exceptionsNoel Grandin2-0/+8
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-2/+2
2020-08-12svlbitm.hxx can be toolkit only nowCaolán McNamara1-1/+1
2020-08-12expand out DELETEZ in vclNoel Grandin1-1/+2
2020-08-09block gen's focus in/out callbacks from grab_focus like gtk'sCaolán McNamara1-1/+8
2020-08-05document the abort in ProcessTaskSchedulingNoel Grandin1-0/+6
2020-08-04loplugin:flatten in vclNoel Grandin6-146/+146
2020-07-31add queue_draw to force redraw with custom renderingCaolán McNamara1-0/+8
2020-07-28Resolves tdf#132066 - Localization of special text in about windowHeiko Tietze1-8/+16
2020-07-24use HasChildPathFocus for composite MultiLineEditCaolán McNamara1-0/+5
2020-07-23defeat IsReallyVisible for subedit of forms navigation-bar edit paintCaolán McNamara1-0/+9
2020-07-22avoid intermediate bitmap causing blurringCaolán McNamara1-6/+29
2020-07-22weld PatternControlCaolán McNamara1-0/+33
2020-07-22add get/set overwrite modeCaolán McNamara1-0/+10
2020-07-21weld DateControlCaolán McNamara1-0/+24
2020-07-16Move SalInstanceTextView dect to header fileSzymon Kłos1-134/+118
2020-07-16loplugin:unusedmethodsNoel Grandin1-6/+0
2020-07-15replace TimeSpinButton with FormattedSpinButtonCaolán McNamara2-11/+37
2020-07-15weld TimeControlCaolán McNamara1-0/+90
2020-07-15need to set the formatter as early as possibleCaolán McNamara1-0/+4
2020-07-15rename entry formatter for more consistent namingCaolán McNamara1-13/+13
2020-07-15weld LongCurrencyControlCaolán McNamara1-0/+27
2020-07-15always use underlying Edit SetTextCaolán McNamara1-0/+7
2020-07-12VerticalTabControl can be in private headerCaolán McNamara1-0/+1
2020-07-12weld CheckBoxControlCaolán McNamara1-2/+3
2020-07-10tdf#134601 set entry font as combobox control font to take effectCaolán McNamara1-0/+1
2020-07-10normalize both endsCaolán McNamara1-2/+6
2020-07-08query if the cursor can be moved up or downCaolán McNamara1-0/+12
2020-07-08expand to cover subwidgetsCaolán McNamara1-1/+1
2020-07-08improve weld::Widget::draw rendering a widgetCaolán McNamara1-0/+3
2020-07-08distinguish between dialog screenshoting and rendering a widgetCaolán McNamara1-5/+7
2020-07-07vcl: create instances with uno constructorsNoel Grandin1-19/+4
2020-07-06limit exposure of methods exposed for LibreOfficeKit purposes to just thatCaolán McNamara1-2/+2
2020-07-06add alignment to TextViewCaolán McNamara1-15/+28
2020-07-06add set_max_length to TextViewCaolán McNamara1-0/+1