summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)AuthorFilesLines
2013-04-29fdo#39468 Translation and cleanupChris Sherlock1-15/+0
2013-04-27convert input field dialog to .ui formatCaolán McNamara1-0/+2
2013-04-22Factor out identical code for vertical and horizontal scrollbarTor Lillqvist1-36/+20
2013-04-21fdo#62699 Remove a few more pass-through headersMichael Dunphy1-1/+3
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza8-12/+12
2013-04-19Resolves: coverity#708649# start to fix mis-pimpl-ification of Window classHerbert Dürr1-164/+157
2013-04-18allow tree and tab boxes to have borders via .uiCaolán McNamara1-10/+10
2013-04-16What makes Andale Sans UI a suitable cross-platform fallback font?Tor Lillqvist1-0/+3
2013-04-15fdo#61688 SIGABRT with debug build in VclBuilder::handleChildTerrence Enger1-2/+0
2013-04-10Kill the ToolBar class, move the needed bits directly to ToolBox.Jan Holesovsky1-0/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák19-216/+214
2013-04-05new module i18nlangtagEike Rathke2-2/+2
2013-04-04make border property of multiline edit optionalCaolán McNamara1-1/+4
2013-04-04map justification property to alignment bitsCaolán McNamara1-0/+14
2013-04-04use existing hook for replacing %FOO variablesCaolán McNamara1-5/+10
2013-04-04need to replace %OOOVENDOR in .ui stringsCaolán McNamara1-1/+4
2013-04-04Related: fdo#61688 get strict ordering rightCaolán McNamara1-2/+7
2013-04-03Resolves: fdo#61688 SIGABRT with debug build in sortIntoBestTabTraversalOrderTerrence Enger1-0/+2
2013-03-30coverity#440801 Dereference after null checkJulien Nabet1-1/+1
2013-03-27remove redundant iterator increment - thanks Fridrich.Michael Meeks1-1/+0
2013-03-27fdo#62094 - fix infinite loop in radio button group iteration.Michael Meeks1-36/+11
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist1-1/+3
2013-03-27Bypass X11-specific fields for AndroidTor Lillqvist1-0/+2
2013-03-27Bypass fields that are meaningless for iOSTor Lillqvist1-2/+2
2013-03-27No need for two sets of names for the same frame/window state bitsTor Lillqvist2-13/+13
2013-03-26Improve debugging printout a bitTor Lillqvist1-7/+7
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist1-1/+1
2013-03-22clean up DBG_ERRORnThomas Arnhold2-2/+2
2013-03-22Don't include Java-related headers when they aren't neededTor Lillqvist1-0/+3
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist2-14/+3
2013-03-18coverity#982272 Copy-paste errorJulien Nabet1-1/+1
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist2-40/+0
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl1-1/+1
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-2/+2
2013-03-08set action and content area via their internal-child idsCaolán McNamara2-6/+28
2013-03-07Some further hacks for scrolling on touch devices, but no cigarTor Lillqvist1-1/+20
2013-03-07Add a commentTor Lillqvist1-0/+6
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara2-3/+14
2013-03-07add stock button text for paste, and map to gtk-pasteCaolán McNamara1-0/+2
2013-03-07Start hacking on scrollingTor Lillqvist1-0/+29
2013-03-07Revert "Window::PostPaint() was unused and empty"Tor Lillqvist1-0/+6
2013-03-07Window::PostPaint() was unused and emptyTor Lillqvist1-6/+0
2013-03-06handle empty button boxesCaolán McNamara1-2/+3
2013-03-06merge isLayoutEnabledsCaolán McNamara3-13/+12
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-7/+7
2013-03-04audit GetParent harder wrt GetParentDialogCaolán McNamara1-1/+1
2013-03-04doubled includesThomas Arnhold3-3/+0
2013-03-04callcatcher: unused codeCaolán McNamara1-8/+0
2013-03-04vcl: don't assert when lack of unit is intentionalMiklos Vajna1-1/+3
2013-03-03WaE: unused variable 'aPreviewMMSize'Tor Lillqvist1-1/+0