summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* vcl: Virtual functions do not work in constructors, avoid IsMenuBar() there.Jan Holesovsky2014-09-091-37/+38
* vcl: Kill bIsMenuBar.Jan Holesovsky2014-09-092-68/+56
* vcl: Move MenuBarWindow to an own file + adapt code.Jan Holesovsky2014-09-095-1243/+1322
* vcl: Move MenuFloatingWindow to an own file + adapt code.Jan Holesovsky2014-09-098-1828/+2049
* make this ctor of MessageDialog for the builder onlyCaolán McNamara2014-09-081-1/+0
* WaE: 'DBG_UTIL' is not defined, evaluates to 0 [-Wundef]Matúš Kukan2014-09-081-1/+1
* coverity#1237357 Uncaught exceptionCaolán McNamara2014-09-081-1/+9
* return RET_CANCEL for ui-previewerCaolán McNamara2014-09-081-0/+2
* prevent crash with invalid XVisual, related fdo#80448Markus Mohrhard2014-09-071-0/+6
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-062-10/+8
* FloatingWindows are no longer loaded from resource filesCaolán McNamara2014-09-061-42/+0
* loplugin:externandnotdefinedStephan Bergmann2014-09-051-2/+0
* move ImplWindowAutoMnemonic into DoInitialLayoutCaolán McNamara2014-09-032-3/+6
* fdo#80474: Fix the check whether the window is active on OS X.Jan Holesovsky2014-09-031-2/+2
* What is a ridiculous size in 32-bit code is also ridiculous in 64-bit codeTor Lillqvist2014-09-031-1/+1
* convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .uiCaolán McNamara2014-09-034-26/+26
* forget about the Left/Top/Right/Bottom frame distanceCaolán McNamara2014-09-031-7/+3
* don't crash if the new create context method is not availableMarkus Mohrhard2014-09-031-1/+1
* don't create a core context if we need a legacy oneMarkus Mohrhard2014-09-031-9/+13
* create a 3.2 core context if supported in dbgutil modeMarkus Mohrhard2014-09-031-57/+86
* SAL_INFO -> SAL_WARN for important error messageMarkus Mohrhard2014-09-031-1/+1
* SAL_INFO -> SAL_WARN for important error messageMarkus Mohrhard2014-09-031-1/+1
* fdo#82818 vcl macosx. fix asian vertical ctlayoutNorbert Thiebaud2014-09-031-109/+153
* extra witdh for GetTextBreak is of DeviceCoordinateNorbert Thiebaud2014-09-037-17/+17
* SalLayout GetTextWidth return DeviceCoordinateNorbert Thiebaud2014-09-035-33/+24
* fix signatureThomas Arnhold2014-09-031-1/+1
* convert SID_RECORDING_FLOATWINDOW to .uiCaolán McNamara2014-09-022-4/+5
* make sort list options page fill vertically and horizontallyCaolán McNamara2014-09-021-0/+3
* make previewer default to resizeableCaolán McNamara2014-09-021-1/+1
* map deletable to WB_CLOSEABLECaolán McNamara2014-09-024-4/+20
* rearrange matters to get FloatingWindows working loaded from .uiCaolán McNamara2014-09-025-36/+80
* coverity#1233506 Use of untrusted scalar valueCaolán McNamara2014-09-021-4/+13
* prevent potential crash if no SystemWindowData is passedMarkus Mohrhard2014-09-021-1/+1
* fix indentationMarkus Mohrhard2014-09-021-1/+2
* fix crash when creating chartMarkus Mohrhard2014-09-021-2/+4
* fix buildMarkus Mohrhard2014-09-021-2/+1
* fix indentationMarkus Mohrhard2014-09-021-1/+2
* support legacy and core context on OSXMarkus Mohrhard2014-09-022-13/+37
* fix non OSX build againMarkus Mohrhard2014-09-021-0/+2
* remove unused methodMarkus Mohrhard2014-09-022-6/+0
* fix non Mac buildMarkus Mohrhard2014-09-021-3/+6
* working OSX OpenGLContextMarkus Mohrhard2014-09-021-0/+13
* use SystemWindowData to request a NSOpenGLWindowMarkus Mohrhard2014-09-024-7/+28
* switch to a NSOpenGLView implementationMarkus Mohrhard2014-09-024-30/+86
* add invalid framebuffer operation to OpenGL error messagesMarkus Mohrhard2014-09-021-0/+1
* check framebuffer statusMarkus Mohrhard2014-09-021-1/+7
* extract some shared codeMarkus Mohrhard2014-09-021-0/+13
* add possibility to request a compatibility contextMarkus Mohrhard2014-09-021-1/+10
* add capability to load FloatingWindows from .uiCaolán McNamara2014-08-301-0/+5
* move layout from dialog to systemwindowCaolán McNamara2014-08-304-134/+178