summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)AuthorFilesLines
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock6-8/+8
2014-09-14convert UserDrawHdl to boost signals2Luboš Luňák1-10/+5
2014-09-14convert ListBox's ImplBtn to use boost signal2Luboš Luňák1-8/+5
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock6-6/+1
2014-09-13vcl: tabify salvd.hxxChris Sherlock1-5/+5
2014-09-13vcl: tabify salobj.hxx and fix initial commentChris Sherlock1-16/+18
2014-09-13vcl: tabify salframe.hxxChris Sherlock1-5/+4
2014-09-12Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"Norbert Thiebaud3-5/+5
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky1-1/+1
2014-09-12vcl: use DeviceCoordinate for GetCaretPositions in sallayoutNorbert Thiebaud3-5/+5
2014-09-10vcl: GtkSalFrame::AcquireGraphics() calls GtkSalGraphics::Init() twiceChris Sherlock1-0/+1
2014-09-03extra witdh for GetTextBreak is of DeviceCoordinateNorbert Thiebaud3-6/+6
2014-09-03SalLayout GetTextWidth return DeviceCoordinateNorbert Thiebaud2-4/+4
2014-09-03fix signatureThomas Arnhold1-1/+1
2014-09-02remove unused methodMarkus Mohrhard1-2/+0
2014-09-02use SystemWindowData to request a NSOpenGLWindowMarkus Mohrhard1-1/+1
2014-09-02switch to a NSOpenGLView implementationMarkus Mohrhard1-0/+30
2014-08-26fix nasty memory leak on shutdownMarkus Mohrhard1-0/+1
2014-08-25convert SV_EDIT_WARNING_BOX to MessageDialog + stringCaolán McNamara1-1/+1
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist14-22/+22
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist3-6/+6
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-2/+0
2014-08-22vcl: factor out font name lookup for future re-use.Michael Meeks1-0/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-17warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold1-2/+2
2014-08-14GetTextBreak takes a DeviceCoordinate as widthNorbert Thiebaud3-5/+5
2014-08-13update_pchThomas Arnhold1-1/+3
2014-07-20vcl quartz: draw 'bullet' manually for better controlNorbert Thiebaud1-1/+1
2014-07-20vcl use DeviceCoordinate got GetNextGlyphsNorbert Thiebaud1-5/+5
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud4-37/+33
2014-07-20Use DeviceCorrdinate for DXArray in FillDXArray and ImplLayoutArgsNorbert Thiebaud3-13/+25
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+1
2014-07-15fdo#79673 quartz: draw 'bullet' for 'space' directly in one passNorbert Thiebaud1-14/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-32/+0
2014-07-10use SimpleReferenceObject in vcl/osx moduleNoel Grandin1-1/+2
2014-07-01Related: fdo#80633 cache optimal sizeCaolán McNamara1-0/+2
2014-06-30Mark WindowImpl as noncopyableStephan Bergmann1-1/+4
2014-06-27loplugin:unreffun: redundant function redeclarationStephan Bergmann2-3/+0
2014-06-25Allow passing in external buffers to svp's VirtualDevice.Andrzej Hunt2-3/+10
2014-06-25svp: deduplicate bitcount->colourspace mapping and allow overriding.Andrzej Hunt1-0/+12
2014-06-25Return a bitmap buffer for tiled rendering from LibLO.Andrzej Hunt1-0/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin2-2/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin4-4/+4
2014-06-16fix keyboard input on OS X < 10.6Douglas Mencken1-1/+9
2014-06-09gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl1-1/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin4-7/+7
2014-06-06fixincludeguards: fix include guardsThomas Arnhold5-7/+24
2014-06-04DeInitVCL at end of testsStephan Bergmann1-0/+2
2014-06-04Avoid accessing freed memory and freeing already freed resourcesTor Lillqvist1-0/+2
2014-06-03Initial attempt at implementing NSTextInputClient instead of NSTextInputTor Lillqvist1-3/+3