summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-07-21avoid 1-past-the-end string accessLionel Elie Mamane1-5/+4
2015-07-20wayland: actually show somethingCaolán McNamara1-1/+8
2015-07-19add gnome-wayland alongside gnomeCaolán McNamara1-0/+4
2015-07-16need cairo >= 1.10.0 for these featuresCaolán McNamara1-2/+2
2015-07-16Resolves: tdf#92671 union each monitor workarea to find best screen workareaCaolán McNamara1-4/+10
2015-07-16tdf#92706 - avoid dbaccess wizard crash.Michael Meeks1-2/+4
2015-07-14use same limit in ProcessOneCode as AddToTableCaolán McNamara1-6/+3
2015-07-14fix a third emf crashCaolán McNamara2-1/+3
2015-07-13fix potential hang hereCaolán McNamara1-8/+13
2015-07-13fix and test for xbm import crashCaolán McNamara7-1/+2028
2015-07-13fix gif import crashCaolán McNamara2-0/+2
2015-07-13fix another gif import crashCaolán McNamara2-0/+3
2015-07-13emf: test for empty polygonsCaolán McNamara2-11/+15
2015-07-13emf: test for negative numbersCaolán McNamara2-1/+1
2015-07-13emf: fix another hangCaolán McNamara2-2/+2
2015-07-13emf: fix hangCaolán McNamara2-1/+1
2015-07-13min legal size here is > 4Caolán McNamara1-1/+1
2015-07-11opengl: use MVP matrix in vertex shaders, pixel offsetsTomaž Vajngerl9-50/+81
2015-07-11opengl: adjust rect drawing - should be to width (height) - 1Tomaž Vajngerl1-2/+2
2015-07-11opengl: don't forget to call swapBuffers when paint endsTomaž Vajngerl1-0/+1
2015-07-11fix assert when pasting nil clipboard contentEike Rathke1-2/+3
2015-07-11tdf#92243 Read menu highlight text colour correctly from GTK themeSimon Long2-10/+7
2015-07-10tdf#92244 Gaps at end of menu separator lines read from GTK theme.Simon Long3-5/+14
2015-07-10tdf#92670 GtkSalGraphics::NWPaintGTKMenubar: fix modified clip rectangleMiklos Vajna1-4/+14
2015-07-10avoid endless loop with busted wmfCaolán McNamara2-3/+7
2015-07-09tdf#92115 KDE4: better listbox themingJan-Marek Glogowski1-19/+41
2015-07-09tdf#92110 KDE4: cleanup IsNativeControlSupportedJan-Marek Glogowski1-43/+34
2015-07-09tdf#92055 - make ImplBorderWindow more tolerant of post-dispose events.Michael Meeks1-5/+10
2015-07-09tdf#92517 KDE4-FileDialog: "Save as" has wrong FilterJuergen Funk2-3/+8
2015-07-09gtk3: rework to remove gtk_style_context_set_path warningCaolán McNamara1-16/+9
2015-07-09vcl rendercontext: fix off-by-one error in PaintHelper::PaintBuffer()Miklos Vajna1-1/+13
2015-07-08tdf#88831 fix inverted textures when OpenGL is enabledTomaž Vajngerl1-1/+5
2015-07-08opengl: draw rectangle lines with only one glDrawArrays callTomaž Vajngerl1-7/+18
2015-07-08opengl: use common macro for conversion of coordinatesTomaž Vajngerl1-31/+32
2015-07-08opengl: fix fat hairlines - draw hairlines using DrawLineAATomaž Vajngerl1-10/+9
2015-07-08Related tdf#91362: disable paper size & orientation selectionKatarina Behrens6-3/+17
2015-07-08vcl rendercontext: avoid CopyArea() in Window::ImplScroll()Miklos Vajna1-2/+8
2015-07-07Resolves: tdf#92539 reversed logic on enable/disableCaolán McNamara1-3/+3
2015-07-07gtk3: handle 32bit icons, silences ugly warnings as bonusCaolán McNamara1-10/+11
2015-07-07Revert "vcl::Window::SupportsDoubleBuffering: respect VCL_DOUBLEBUFFERING_FOR...Miklos Vajna1-2/+1
2015-07-07tdf#91362: Make "printer was modified" status persistentKatarina Behrens2-4/+14
2015-07-06tdf#92392 - tolerate Window::SetText post dispose.Michael Meeks1-1/+1
2015-07-04tdf#92241 fix crashes and rendering of symbol set previewsLászló Németh1-6/+15
2015-07-04tdf#88941 Revert "vcl quartz: Add support back for DXArray tweaking"Norbert Thiebaud3-213/+61
2015-07-04tdf#52540 Revert "fdo#52540 refix graphite layout generally"László Németh1-18/+15
2015-07-03tdf#92353 FileSave: Not confirmed for overwrite a file (unix)Juergen Funk1-1/+1
2015-07-03tdf#92443 PushButton::ImplDrawPushButtonFrame: fix Invalidate() loopMiklos Vajna1-2/+6
2015-07-02Resolves: tdf#92467 crashes with empty history list on pressing downCaolán McNamara1-4/+6
2015-07-02Assertions should tell the line number where the problem isTor Lillqvist15-71/+103
2015-07-02vcl::Window::SupportsDoubleBuffering: respect VCL_DOUBLEBUFFERING_FORCE_ENABLEMiklos Vajna1-1/+2