summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* vcl: cleanup pngreader, use unique_ptr for pImplTomaž Vajngerl2015-03-291-37/+37
* vcl: test for bitmap convert, use scoped read/write accessTomaž Vajngerl2015-03-293-108/+150
* Revert "tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo"Norbert Thiebaud2015-03-285-120/+22
* This SAL_WARN is hit every time Writer is opened it can't be that importantTor Lillqvist2015-03-291-1/+0
* The pExceptionHandler variable can be staticTor Lillqvist2015-03-281-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2887-495/+495
* tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl2015-03-285-22/+120
* Make console-only mode a proper subset of headless modeTor Lillqvist2015-03-281-0/+1
* gnome#745909 grab/ungrab keyboard for menusCaolán McNamara2015-03-272-3/+39
* more std::min and std::max fixesNoel Grandin2015-03-271-1/+1
* fix OSX build after my StandardButtonType changes - part2Noel Grandin2015-03-271-3/+3
* fix OSX build after my StandardButtonType changesNoel Grandin2015-03-271-29/+33
* fix std::min issueNoel Grandin2015-03-271-1/+1
* fix macro and enum name collision using CamelCaseNoel Grandin2015-03-276-37/+37
* work around Windows and OSX macro collisions with enum valuesNoel Grandin2015-03-273-8/+8
* fix tb56 buildNoel Grandin2015-03-271-1/+1
* convert SymbolAlign to enum classNoel Grandin2015-03-272-3/+3
* convert BUTTON_ constants to enum classNoel Grandin2015-03-276-45/+46
* convert ProminentEntry to enum classNoel Grandin2015-03-271-2/+2
* vcl: stack blur implementation + basic test & performance testTomaž Vajngerl2015-03-274-0/+767
* vcl: use unique_ptr for fillcolor, linecolor in bmpaccTomaž Vajngerl2015-03-272-83/+104
* vcl: get rid of macros for lazy people in bmpaccTomaž Vajngerl2015-03-272-48/+129
* vcl: tests for Bitmap, check for symmetry when scaling bitmapsTomaž Vajngerl2015-03-276-0/+258
* cleanup pngwrite, use const std::unique_ptr for pImplTomaž Vajngerl2015-03-271-241/+298
* why would we ever want FLOATWIN_POPUPMODE_PATHMOUSECANCELCLICKCaolán McNamara2015-03-262-7/+1
* Resolves: fdo#84795 Menus don't disappear with right mouse clickCaolán McNamara2015-03-262-5/+3
* Revert "fdo#84795 Menu, DropDown-List don't disappear with right mouse click"Caolán McNamara2015-03-262-29/+23
* add GtkLongPressGesture support and implement long-press in slideshowCaolán McNamara2015-03-264-57/+122
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-2645-139/+139
* tdf#67990: Management of case in comboboxJulien Nabet2015-03-261-1/+1
* loplugin:cstylecastStephan Bergmann2015-03-261-1/+1
* loplugin:constantfunction: vcl/unx/gtk3Stephan Bergmann2015-03-261-3/+1
* add GtkSwipeGesture support and implement swipe left/right to change slidesCaolán McNamara2015-03-264-14/+112
* Typo: formated->formattedJulien Nabet2015-03-252-3/+3
* TyposJulien Nabet2015-03-251-1/+1
* refactor indescribable wall of code into reusable hunksCaolán McNamara2015-03-251-57/+130
* Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann2015-03-241-1/+1
* Kill dead <touch/touch.h> APITor Lillqvist2015-03-244-247/+0
* Typo: impemented->implementedJulien Nabet2015-03-234-4/+4
* TyposJulien Nabet2015-03-231-2/+2
* SvpSalGraphics::drawRect needs to adjust the rect bounds for line drawingCaolán McNamara2015-03-231-1/+5
* loplugin:saloverrideStephan Bergmann2015-03-231-1/+1
* Avoid KeyFuncType::DELETE shadowed by a macro on WindowsStephan Bergmann2015-03-231-1/+1
* WaE: 'rRefDevice' : unreferenced formal parameterTor Lillqvist2015-03-231-0/+1
* Add comment about the DPI calculationTor Lillqvist2015-03-231-0/+7
* WaE: struct/class inconsistenceTor Lillqvist2015-03-231-1/+1
* enable gtk3 to support cairo canvasCaolán McNamara2015-03-237-6/+208
* move cairo helpers to vcl and make per-plugCaolán McNamara2015-03-2322-1/+1509
* fdo#52540 refix graphite layout generallyMartin Hosken2015-03-231-15/+18
* OutputDevice::LogicInvalidate: take a RectangleMiklos Vajna2015-03-231-16/+9