summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* fdo#82577: Handle FontNoel Grandin2014-09-1850-198/+198
* Reduce ColorValueSetMaximumRowCount to 20 from 40Krisztian Pinter2014-09-171-1/+1
* fdo#81237: 2D OpenGL charts was upside-downZolnai Tamás2014-09-171-2/+2
* vcl menu: Add the height setting to the IMenuBarWindow interface.Jan Holesovsky2014-09-174-4/+12
* loplugin:saloverrideStephan Bergmann2014-09-161-1/+1
* vcl: Order.Jan Holesovsky2014-09-161-1/+1
* vcl menu: More abstraction around MenuBar to get dynamic_cast to one place.Jan Holesovsky2014-09-165-55/+95
* vcl menu: Make SelectItem() virtual to eliminate IsMenuBar() call.Jan Holesovsky2014-09-161-10/+2
* loplugin:salboolStephan Bergmann2014-09-151-4/+4
* vcl menu: Rename CloseStartedFrom() to ClosePopup() + adapt code.Jan Holesovsky2014-09-152-21/+11
* vcl menu: Move ImplLoadRes()'s body to PopupMenu constructor.Jan Holesovsky2014-09-151-34/+27
* vcl menu: Make MenuBarKeyInput() virtual to eliminate IsMenuBar() call.Jan Holesovsky2014-09-151-5/+6
* Missing GetImplFontCapabilities -> GetFontCapabilitiesStephan Bergmann2014-09-151-2/+2
* vcl: Rename GetImplFontCapabilities()Chris Sherlock2014-09-1512-16/+16
* vcl menu: Make DeactivateMenuBar() virtual to eliminate IsMenuBar() call.Jan Holesovsky2014-09-151-10/+12
* vcl menu: Make CloseStartedFrom() virtual to eliminate IsMenuBar() call.Jan Holesovsky2014-09-151-24/+25
* convert Edit autocomplete Hdl to boost signals2Luboš Luňák2014-09-142-21/+17
* convert UserDrawHdl to boost signals2Luboš Luňák2014-09-144-19/+14
* convert ListBox's ImplBtn to use boost signal2Luboš Luňák2014-09-144-19/+12
* mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud2014-09-133-21/+0
* vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock2014-09-1311-29/+1
* vcl: tabify salvd.hxxChris Sherlock2014-09-131-5/+5
* vcl: tabify salobj.hxx and fix initial commentChris Sherlock2014-09-131-16/+18
* vcl: tabify salframe.hxxChris Sherlock2014-09-131-5/+4
* Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"Norbert Thiebaud2014-09-1210-160/+48
* Related: fdo#82259 we don't actually care about the ttf version hereCaolán McNamara2014-09-121-2/+2
* vcl: avoid calling GetResolution() twiceGiuseppe Bilotta2014-09-121-2/+3
* use Apple Language Id conversion for matching font namesCaolán McNamara2014-09-121-7/+8
* fdo#66701 - don't double destroy the HASH when PDF signing.Michael Meeks2014-09-121-4/+14
* Related: fdo#82259 implement mac ttf fontname encoding supportCaolán McNamara2014-09-121-0/+72
* Related: fdo#82259 support version 2 ttc fonts on LinuxCaolán McNamara2014-09-121-5/+6
* vcl: The DecoToolBox has grown its own legs, it cannot be a button any more.Jan Holesovsky2014-09-121-12/+9
* vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky2014-09-127-61/+59
* vcl: fix typo in DeviceCoordinateNorbert Thiebaud2014-09-121-1/+1
* vcl: protect against out-of-bound access of empty OUStringNorbert Thiebaud2014-09-121-3/+9
* harden access to OUString[0]Norbert Thiebaud2014-09-122-4/+4
* vcl: use DeviceCoordinate for GetCaretPositions in sallayoutNorbert Thiebaud2014-09-1210-48/+160
* minor whitespace changeChris Sherlock2014-09-121-1/+2
* Resolves: fdo#82552 we only check pAlphaW on one branchCaolán McNamara2014-09-111-2/+2
* server font dtor always calls ReleaseFaceFTCaolán McNamara2014-09-111-6/+5
* clip PolyPolygon::Insert on .svm loadCaolán McNamara2014-09-101-0/+6
* callcatcher: update unused codeCaolán McNamara2014-09-101-6/+0
* Fallback DPI detection on X11Giuseppe Bilotta2014-09-101-1/+19
* Refactor DPI settings validity checkGiuseppe Bilotta2014-09-101-1/+7
* vcl: BitmapEx now states which icon theme is being used for missing imageChris Sherlock2014-09-101-1/+2
* vcl: no such thing as GtkSalInstance, remove commented codeChris Sherlock2014-09-101-3/+3
* vcl: remove dead code and useless task comments from winproc.cxxChris Sherlock2014-09-101-9/+2
* vcl: remove dead code from brdwin.cxxChris Sherlock2014-09-101-21/+0
* vcl: remove obsolete commented out assert from window.cxxChris Sherlock2014-09-101-3/+0
* vcl: GtkSalFrame::AcquireGraphics() calls GtkSalGraphics::Init() twiceChris Sherlock2014-09-103-3/+12