summaryrefslogtreecommitdiff
path: root/vcl/source/window/layout.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
2014-10-29Resolves: rhbz#1146169 a11y frames label dies before frameCaolán McNamara1-1/+12
2014-10-29ref-counting vcl::Window subclassesNoel Grandin1-45/+45
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-25coverity#1241396 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-84/+84
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12harden access to OUString[0]Norbert Thiebaud1-1/+1
2014-09-08make this ctor of MessageDialog for the builder onlyCaolán McNamara1-1/+0
2014-09-08return RET_CANCEL for ui-previewerCaolán McNamara1-0/+2
2014-08-20add a VclViewportCaolán McNamara1-6/+23
2014-08-19only subtract height of hscroll if visibleCaolán McNamara1-2/+5
2014-08-19facepalm: nAvailHeight is not derived from allocation WidthCaolán McNamara1-1/+1
2014-07-15Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara1-2/+2
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-1/+0
2014-03-21coverity#736078 Missing break in switchCaolán McNamara1-0/+1
2014-03-14Remove SAL_INFO that was meant as a temporary SAL_DEBUGStephan Bergmann1-1/+0
2014-03-14fprintf -> SAL_INFOStephan Bergmann1-1/+1
2014-03-14convert pdf warn dialog to .uiCaolán McNamara1-0/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-17Related: fdo#74284 try AccessibleRole::PANEL for VclBoxes under windowsCaolán McNamara1-0/+6
2014-02-13fix homogeneous grid spanning row/col handlingCaolán McNamara1-2/+2
2014-01-17bool improvementsStephan Bergmann1-3/+3
2014-01-17Window::Notify should return boolStephan Bergmann1-3/+3
2014-01-09stop condition reversed, sighCaolán McNamara1-6/+6
2014-01-02allow simple MessageDialogs to be created from just message stringsCaolán McNamara1-1/+18
2013-12-21add an intermediate virtual 'response' to MessageDialogCaolán McNamara1-1/+6
2013-11-18want to be able to support non homogeneous buttons in buttonboxesCaolán McNamara1-2/+11
2013-11-18adjust sizes of primary and secondary areasCaolán McNamara1-3/+3
2013-11-18HIG seperate primary and secondary text by 24pixelsCaolán McNamara1-0/+1
2013-11-04Resolves: fdo#70588 MultiLineEdits don't need WB_WORDBREAK setCaolán McNamara1-1/+1
2013-10-14ensure message box is first child of message dialogCaolán McNamara1-0/+1
2013-09-30merge queue_layout and queue_resizeCaolán McNamara1-0/+6
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-18WaE: may be used uninitializedTor Lillqvist1-1/+1
2013-09-16Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara1-6/+123
2013-09-09implemented centered button box modeCaolán McNamara1-0/+9
2013-09-08convert already exists dialog to .uiCaolán McNamara1-8/+20
2013-08-24add gtk_message_dialog_new-alike ctor for MessageDialogCaolán McNamara1-0/+17
2013-08-21keep empty spanned rows/cols for homogeneous gridsCaolán McNamara1-42/+58
2013-08-15Related: fdo#65546 sort PACK_END into visual order for tabbingCaolán McNamara1-8/+18
2013-08-15calculate outliers before apply min button sizeCaolán McNamara1-7/+13
2013-08-08if there is no secondary text then keep primary text orig font sizeCaolán McNamara1-2/+7
2013-08-04add a VclFrame::get_labelCaolán McNamara1-0/+7
2013-08-04set default buttons for various messagebox button combinationsCaolán McNamara1-0/+5
2013-07-30Resolves: fdo#67378 merge the label into the disclosure buttonCaolán McNamara1-10/+0
2013-07-25Resolves: fdo#61544 improve handling of grid's not enough layout spaceCaolán McNamara1-12/+42