summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis
2014-09-22fdo#62104 Optimize thumbnail size by using PNG8 and other tricksTomaž Vajngerl
2014-09-22Convenient function to compress a Graphic to PNG imageTomaž Vajngerl
2014-09-21set mpFirstBand back to 0 after deleting itCaolán McNamara
2014-09-21WB_OWNERDRAWDECORATION is needed by toolbar popupsMaxim Monastirsky
2014-09-19My 'SkakNew-Figurine' font has a hyphen in its nameMiklos Vajna
2014-09-18default n-up printing of notes to sensible 2 x 1 not 1 x 2Caolán McNamara
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-17Reduce ColorValueSetMaximumRowCount to 20 from 40Krisztian Pinter
2014-09-17fdo#81237: 2D OpenGL charts was upside-downZolnai Tamás
2014-09-17vcl menu: Add the height setting to the IMenuBarWindow interface.Jan Holesovsky
2014-09-16loplugin:saloverrideStephan Bergmann
2014-09-16vcl menu: More abstraction around MenuBar to get dynamic_cast to one place.Jan Holesovsky
2014-09-16vcl menu: Make SelectItem() virtual to eliminate IsMenuBar() call.Jan Holesovsky
2014-09-15vcl menu: Rename CloseStartedFrom() to ClosePopup() + adapt code.Jan Holesovsky
2014-09-15vcl menu: Move ImplLoadRes()'s body to PopupMenu constructor.Jan Holesovsky
2014-09-15vcl menu: Make MenuBarKeyInput() virtual to eliminate IsMenuBar() call.Jan Holesovsky
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock
2014-09-15vcl menu: Make DeactivateMenuBar() virtual to eliminate IsMenuBar() call.Jan Holesovsky
2014-09-15vcl menu: Make CloseStartedFrom() virtual to eliminate IsMenuBar() call.Jan Holesovsky
2014-09-14convert Edit autocomplete Hdl to boost signals2Luboš Luňák
2014-09-14convert UserDrawHdl to boost signals2Luboš Luňák
2014-09-14convert ListBox's ImplBtn to use boost signal2Luboš Luňák
2014-09-12Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"Norbert Thiebaud
2014-09-12Related: fdo#82259 we don't actually care about the ttf version hereCaolán McNamara
2014-09-12fdo#66701 - don't double destroy the HASH when PDF signing.Michael Meeks
2014-09-12Related: fdo#82259 support version 2 ttc fonts on LinuxCaolán McNamara
2014-09-12vcl: The DecoToolBox has grown its own legs, it cannot be a button any more.Jan Holesovsky
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky
2014-09-12harden access to OUString[0]Norbert Thiebaud
2014-09-12vcl: use DeviceCoordinate for GetCaretPositions in sallayoutNorbert Thiebaud
2014-09-12minor whitespace changeChris Sherlock
2014-09-11Resolves: fdo#82552 we only check pAlphaW on one branchCaolán McNamara
2014-09-10clip PolyPolygon::Insert on .svm loadCaolán McNamara
2014-09-10callcatcher: update unused codeCaolán McNamara
2014-09-10vcl: BitmapEx now states which icon theme is being used for missing imageChris Sherlock
2014-09-10vcl: remove dead code and useless task comments from winproc.cxxChris Sherlock
2014-09-10vcl: remove dead code from brdwin.cxxChris Sherlock
2014-09-10vcl: remove obsolete commented out assert from window.cxxChris Sherlock
2014-09-10vcl: sal_Bool -> boolStephan Bergmann
2014-09-09vcl: Virtual functions do not work in constructors, avoid IsMenuBar() there.Jan Holesovsky
2014-09-09vcl: Kill bIsMenuBar.Jan Holesovsky
2014-09-09vcl: Move MenuBarWindow to an own file + adapt code.Jan Holesovsky
2014-09-09vcl: Move MenuFloatingWindow to an own file + adapt code.Jan Holesovsky
2014-09-08make this ctor of MessageDialog for the builder onlyCaolán McNamara
2014-09-08WaE: 'DBG_UTIL' is not defined, evaluates to 0 [-Wundef]Matúš Kukan
2014-09-08coverity#1237357 Uncaught exceptionCaolán McNamara
2014-09-08return RET_CANCEL for ui-previewerCaolán McNamara
2014-09-07prevent crash with invalid XVisual, related fdo#80448Markus Mohrhard
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin