summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-04-04make border property of multiline edit optionalCaolán McNamara
2013-04-04map justification property to alignment bitsCaolán McNamara
2013-04-04use existing hook for replacing %FOO variablesCaolán McNamara
2013-04-04need to replace %OOOVENDOR in .ui stringsCaolán McNamara
2013-04-04Related: fdo#61688 get strict ordering rightCaolán McNamara
2013-04-03Resolves: fdo#61688 SIGABRT with debug build in sortIntoBestTabTraversalOrderTerrence Enger
2013-03-30coverity#440801 Dereference after null checkJulien Nabet
2013-03-27remove redundant iterator increment - thanks Fridrich.Michael Meeks
2013-03-27fdo#62094 - fix infinite loop in radio button group iteration.Michael Meeks
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist
2013-03-27Bypass X11-specific fields for AndroidTor Lillqvist
2013-03-27Bypass fields that are meaningless for iOSTor Lillqvist
2013-03-27No need for two sets of names for the same frame/window state bitsTor Lillqvist
2013-03-26Improve debugging printout a bitTor Lillqvist
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist
2013-03-22clean up DBG_ERRORnThomas Arnhold
2013-03-22Don't include Java-related headers when they aren't neededTor Lillqvist
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist
2013-03-18coverity#982272 Copy-paste errorJulien Nabet
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir
2013-03-08set action and content area via their internal-child idsCaolán McNamara
2013-03-07Some further hacks for scrolling on touch devices, but no cigarTor Lillqvist
2013-03-07Add a commentTor Lillqvist
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara
2013-03-07add stock button text for paste, and map to gtk-pasteCaolán McNamara
2013-03-07Start hacking on scrollingTor Lillqvist
2013-03-07Revert "Window::PostPaint() was unused and empty"Tor Lillqvist
2013-03-07Window::PostPaint() was unused and emptyTor Lillqvist
2013-03-06handle empty button boxesCaolán McNamara
2013-03-06merge isLayoutEnabledsCaolán McNamara
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-04audit GetParent harder wrt GetParentDialogCaolán McNamara
2013-03-04doubled includesThomas Arnhold
2013-03-04callcatcher: unused codeCaolán McNamara
2013-03-04vcl: don't assert when lack of unit is intentionalMiklos Vajna
2013-03-03WaE: unused variable 'aPreviewMMSize'Tor Lillqvist
2013-03-03Android "desktop" app: More hacking on scalingTor Lillqvist
2013-03-03Note that for COMMAND_WHEEL_ZOOM the delta value is ignoredTor Lillqvist
2013-03-03Better quality previews in print dialog.Tomaž Vajngerl
2013-03-03121687# better previewArmin Le Grand
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-03-03fdo#60724: fix resizeable -> resizable misspelling found by lintianBjoern Michaelsen
2013-03-03Implement the VCLEVENT_WINDOW_ZOOM by turning it into a wheel mouse eventTor Lillqvist
2013-03-01sort frame labels before frame contents for tab traversalCaolán McNamara
2013-03-01Resolves: fdo#61656 use order and orientation combobox select pos as indexCaolán McNamara
2013-02-27GetFullKeyCode() was identical to GetFullCode()Tor Lillqvist