summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-07-15Revert "fdo#79673 quartz: draw 'bullet' for 'space' directly in one pass"Norbert Thiebaud1-20/+4
2014-07-15fdo#79673 quartz: draw 'bullet' for 'space' directly in one passNorbert Thiebaud1-4/+20
2014-07-04Make OpenGL 2D rendering working again.Markus Mohrhard2-27/+2
2014-06-30use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on MacNorbert Thiebaud1-0/+1
2014-06-10make that variable protected againMarkus Mohrhard1-2/+2
2014-06-10avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard2-10/+11
2014-06-07we only support GLX 1.3+Markus Mohrhard1-2/+2
2014-06-07Lsan: fix memory leakMarkus Mohrhard1-0/+2
2014-06-07Lsan: fix invalid memory accessMarkus Mohrhard1-0/+2
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard1-2/+2
2014-05-21Log also the sizeTor Lillqvist2-2/+2
2014-05-21Bin ENUM_FONTRELIEF_DECLARED crackTor Lillqvist1-5/+0
2014-05-21Add debugging output operator<< for FontMetricTor Lillqvist1-1/+16
2014-05-21add method for creating framebuffer objects to OpenGLHelperMarkus Mohrhard1-0/+7
2014-05-20SvxRelativeField: set the unit from the passed stringmapMichael Stahl1-0/+2
2014-05-20use VCL's OpenGLContext for 3D transitionsDavid Tardon1-0/+3
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-2/+2
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-1/+0
2014-05-20vcl: rename CopyAreaFinal to CopyDeviceAreaChris Sherlock2-2/+2
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2-3/+3
2014-05-15vcl: ReadWindowMetafile - make pConfigItem default to NULLTomaž Vajngerl1-1/+1
2014-05-15vcl: remove uselees comment from font.hxxTomaž Vajngerl1-4/+0
2014-05-15vcl: problems with WriteWithVersion so remove for nowTomaž Vajngerl1-1/+0
2014-05-15vcl: remove macros in metaact.cxx{hxx}Tomaž Vajngerl1-76/+417
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold3-8/+8
2014-05-15+sal_Int32 ComboBox::GetEntryPos( const void* pData ) constEike Rathke1-0/+1
2014-05-15interface with COMBOBOX_... instead of LISTBOX_...Eike Rathke1-1/+1
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-1/+1
2014-05-13coverity#1213522 Uncaught exceptionCaolán McNamara1-0/+4
2014-05-13sal_Int32 ComboBox::InsertEntryWithImage()Eike Rathke1-1/+1
2014-05-13rerender after redrawing of the windowMarkus Mohrhard1-1/+12
2014-05-13vcl: reorganize accessibility functions in window.hxxChris Sherlock1-23/+33
2014-05-13vcl: reformat window.hxxChris Sherlock1-437/+444
2014-05-12move glm operator<< for debugging to OpenGLHelperMarkus Mohrhard1-0/+6
2014-05-12some work into intercepting mouse events in OpenGL windowMarkus Mohrhard1-0/+1
2014-05-12remove framebuffer objectsMarkus Mohrhard1-0/+2
2014-05-09prewin.h includes windows.hThomas Arnhold1-1/+0
2014-05-09Revert font initialization fooCaolán McNamara2-6/+2
2014-05-09Related fdo#78323 GtkFrame has additional paddingThomas Arnhold1-4/+4
2014-05-09move the renderToFile function to the helper to avoid the contextMarkus Mohrhard1-0/+1
2014-05-08RFC: add IsValueChangedFromSaved to VCL button and listboxNoel Grandin4-5/+13
2014-05-07loplugin:saloverrideStephan Bergmann1-1/+1
2014-05-07avoid linking against the OpenGL libs when only using the windowMarkus Mohrhard1-4/+11
2014-05-07add new window that contains OpenGL contextMarkus Mohrhard1-0/+28
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann5-24/+16
2014-05-07Move ImplInitAppFontData from Window to Application (take 2)Chris Sherlock2-2/+6
2014-05-07Use css alias in svapp.hxxChris Sherlock1-2/+4
2014-05-07Indent svapp.hxx functionsChris Sherlock1-13/+13
2014-05-06Application::UserEvent and Window::UserEvent are emptyStephan Bergmann2-9/+0
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin5-9/+9