summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-12-22callcatcher: update unused codeCaolán McNamara2-16/+0
2014-12-19provide a route to load ToolbarMenu things via .uiCaolán McNamara1-2/+4
2014-12-19vcl: The <items> can come after pCurrentChild has been already created.Jan Holesovsky1-2/+2
2014-12-19Resolves: fdo#86552 undo want to take ownership of nodes, but can'tCaolán McNamara1-0/+15
2014-12-18Related: coverity#1202743 Bad bit shift operationCaolán McNamara1-130/+1
2014-12-17try to get reasonable sizes for docking windowsCaolán McNamara1-0/+1
2014-12-17implement loading docking windows from .ui formatCaolán McNamara4-9/+32
2014-12-15do not hardcode what specific "generic" bitmap scaling operations useLuboš Luňák1-12/+11
2014-12-15drop newly unused Application::ValidateSystemFontCaolán McNamara1-12/+0
2014-12-11Related: fdo#87242 init VirtualDevice with size of surfaceCaolán McNamara1-1/+2
2014-12-11vcl: Re-use a framebuffer of the same size when possibleLouis-Francis Ratté-Boulianne1-1/+4
2014-12-11vcl: Reset context when the backend window is destroyedLouis-Francis Ratté-Boulianne1-0/+2
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne3-49/+85
2014-12-11Revert "-Werror,-Wunused-private-field"Markus Mohrhard1-0/+1
2014-12-10Instantiate ImplSVData on demandStephan Bergmann1-1/+0
2014-12-10Demote Application::IsHeadlessModeRequested to local hackStephan Bergmann1-12/+0
2014-12-09Michael's patch implementedTobias Madl1-10/+0
2014-12-09applied patch from Michael MeeksJennifer Liebel1-0/+10
2014-12-09changed timers to idleJennifer Liebel1-1/+1
2014-12-09changed timers to idleJennifer Liebel1-2/+2
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+1
2014-12-04the return code COMBOBOX_ERROR is completely ignoredNoel Grandin1-1/+0
2014-12-04vcl: cleanup gdimtf.hxxChris Sherlock1-40/+40
2014-12-04callcatcher: update unused codeCaolán McNamara1-6/+0
2014-12-03vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne1-2/+0
2014-12-03fdo#83939: Add new error code for failed PDF signing, and handle itTor Lillqvist1-1/+4
2014-12-03Fix "result of 32-bit shift implicitly converted to 64 bits" on WNT x64David Ostrovsky2-3/+3
2014-12-02Revert "use boost::shared_ptr instead of manual ref counting"Markus Mohrhard1-0/+3
2014-12-02vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne1-0/+34
2014-12-02-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne1-0/+15
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-24/+27
2014-12-01use boost::shared_ptr instead of manual ref countingMarkus Mohrhard1-4/+0
2014-11-29vcl: Remove DummyApplicationChris Sherlock1-7/+6
2014-11-28vcl: remove newlines from include/vcl/svapp.hxxChris Sherlock1-1/+0
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida2-5/+3
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara1-4/+4
2014-11-22vcl: Track the GL context's clip region and update before drawing when neededLouis-Francis Ratté-Boulianne1-0/+1
2014-11-22vcl: Move the painting fence to the OpenGL contextLouis-Francis Ratté-Boulianne1-0/+2
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne1-0/+8
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne1-0/+4
2014-11-22vcl: remove commented out friend class from outdev.hxxChris Sherlock1-1/+0
2014-11-22vcl: remove unnecessary typedef VCLXGraphicsList_implChris Sherlock1-5/+3
2014-11-22vcl: remove System as friend of OutputDeviceChris Sherlock1-1/+1
2014-11-22vcl: remove ImplImageBmp as friend of OutputDeviceChris Sherlock1-1/+0
2014-11-21vcl: remove ::Bitmap as friend of OutputDeviceChris Sherlock1-1/+0
2014-11-21make glxtest available in salmainMarkus Mohrhard1-0/+2
2014-11-21maDocFileURLStr is always emptyZolnai Tamás1-6/+0
2014-11-20vcl: remove Application as friend of OutputDeviceChris Sherlock1-1/+3
2014-11-20windows opengl: Introduce OpenGLCompatibleDC.Jan Holesovsky1-0/+7