summaryrefslogtreecommitdiff
path: root/vcl/source/app
AgeCommit message (Expand)Author
2020-08-27add a DisableCycleFocusOut flag for an all-welded hierarchyCaolán McNamara
2020-08-26make get_extents_relative_to constCaolán McNamara
2020-08-25Derive ActiveColor as a brighter HighlightColorCaolán McNamara
2020-08-19add a Title label type for base's title windowsCaolán McNamara
2020-08-19make a LabelType enum distinct from MessageTypeCaolán McNamara
2020-08-19use switch statementCaolán McNamara
2020-08-19support the background color used by base's title windowsCaolán McNamara
2020-08-19move VclMultiLineEdit to toolkit-only headersCaolán McNamara
2020-08-17[API CHANGE] remove OSL_SIGNAL_USER_RESOURCEFAILURENoel Grandin
2020-08-13improve comments around blocks which abort on UI thread event exceptionsNoel Grandin
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara
2020-08-12svlbitm.hxx can be toolkit only nowCaolán McNamara
2020-08-12expand out DELETEZ in vclNoel Grandin
2020-08-09block gen's focus in/out callbacks from grab_focus like gtk'sCaolán McNamara
2020-08-05document the abort in ProcessTaskSchedulingNoel Grandin
2020-08-04loplugin:flatten in vclNoel Grandin
2020-07-31add queue_draw to force redraw with custom renderingCaolán McNamara
2020-07-28Resolves tdf#132066 - Localization of special text in about windowHeiko Tietze
2020-07-24use HasChildPathFocus for composite MultiLineEditCaolán McNamara
2020-07-23defeat IsReallyVisible for subedit of forms navigation-bar edit paintCaolán McNamara
2020-07-22avoid intermediate bitmap causing blurringCaolán McNamara
2020-07-22weld PatternControlCaolán McNamara
2020-07-22add get/set overwrite modeCaolán McNamara
2020-07-21weld DateControlCaolán McNamara
2020-07-16Move SalInstanceTextView dect to header fileSzymon Kłos
2020-07-16loplugin:unusedmethodsNoel Grandin
2020-07-15replace TimeSpinButton with FormattedSpinButtonCaolán McNamara
2020-07-15weld TimeControlCaolán McNamara
2020-07-15need to set the formatter as early as possibleCaolán McNamara
2020-07-15rename entry formatter for more consistent namingCaolán McNamara
2020-07-15weld LongCurrencyControlCaolán McNamara
2020-07-15always use underlying Edit SetTextCaolán McNamara
2020-07-12VerticalTabControl can be in private headerCaolán McNamara
2020-07-12weld CheckBoxControlCaolán McNamara
2020-07-10tdf#134601 set entry font as combobox control font to take effectCaolán McNamara
2020-07-10normalize both endsCaolán McNamara
2020-07-08query if the cursor can be moved up or downCaolán McNamara
2020-07-08expand to cover subwidgetsCaolán McNamara
2020-07-08improve weld::Widget::draw rendering a widgetCaolán McNamara
2020-07-08distinguish between dialog screenshoting and rendering a widgetCaolán McNamara
2020-07-07vcl: create instances with uno constructorsNoel Grandin
2020-07-06limit exposure of methods exposed for LibreOfficeKit purposes to just thatCaolán McNamara
2020-07-06add alignment to TextViewCaolán McNamara
2020-07-06add set_max_length to TextViewCaolán McNamara
2020-07-06add get_editable and clipboard interaction to TextViewCaolán McNamara
2020-07-06exile fmtfield.hxx to toolkit headersCaolán McNamara
2020-07-06weld DbNumericField itemCaolán McNamara
2020-07-05add a DoubleNumericEntryCaolán McNamara
2020-07-05return a reference instead of a pointerCaolán McNamara
2020-07-05adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara