summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl
2015-03-28Make console-only mode a proper subset of headless modeTor Lillqvist
2015-03-27gnome#745909 grab/ungrab keyboard for menusCaolán McNamara
2015-03-27more std::min and std::max fixesNoel Grandin
2015-03-27fix OSX build after my StandardButtonType changes - part2Noel Grandin
2015-03-27fix OSX build after my StandardButtonType changesNoel Grandin
2015-03-27fix std::min issueNoel Grandin
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin
2015-03-27work around Windows and OSX macro collisions with enum valuesNoel Grandin
2015-03-27fix tb56 buildNoel Grandin
2015-03-27convert SymbolAlign to enum classNoel Grandin
2015-03-27convert BUTTON_ constants to enum classNoel Grandin
2015-03-27convert ProminentEntry to enum classNoel Grandin
2015-03-27vcl: stack blur implementation + basic test & performance testTomaž Vajngerl
2015-03-27vcl: use unique_ptr for fillcolor, linecolor in bmpaccTomaž Vajngerl
2015-03-27vcl: get rid of macros for lazy people in bmpaccTomaž Vajngerl
2015-03-27vcl: tests for Bitmap, check for symmetry when scaling bitmapsTomaž Vajngerl
2015-03-27cleanup pngwrite, use const std::unique_ptr for pImplTomaž Vajngerl
2015-03-26why would we ever want FLOATWIN_POPUPMODE_PATHMOUSECANCELCLICKCaolán McNamara
2015-03-26Resolves: fdo#84795 Menus don't disappear with right mouse clickCaolán McNamara
2015-03-26Revert "fdo#84795 Menu, DropDown-List don't disappear with right mouse click"Caolán McNamara
2015-03-26add GtkLongPressGesture support and implement long-press in slideshowCaolán McNamara
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26tdf#67990: Management of case in comboboxJulien Nabet
2015-03-26loplugin:cstylecastStephan Bergmann
2015-03-26loplugin:constantfunction: vcl/unx/gtk3Stephan Bergmann
2015-03-26add GtkSwipeGesture support and implement swipe left/right to change slidesCaolán McNamara
2015-03-25Typo: formated->formattedJulien Nabet
2015-03-25TyposJulien Nabet
2015-03-25refactor indescribable wall of code into reusable hunksCaolán McNamara
2015-03-24Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann
2015-03-24Kill dead <touch/touch.h> APITor Lillqvist
2015-03-23Typo: impemented->implementedJulien Nabet
2015-03-23TyposJulien Nabet
2015-03-23SvpSalGraphics::drawRect needs to adjust the rect bounds for line drawingCaolán McNamara
2015-03-23loplugin:saloverrideStephan Bergmann
2015-03-23Avoid KeyFuncType::DELETE shadowed by a macro on WindowsStephan Bergmann
2015-03-23WaE: 'rRefDevice' : unreferenced formal parameterTor Lillqvist
2015-03-23Add comment about the DPI calculationTor Lillqvist
2015-03-23WaE: struct/class inconsistenceTor Lillqvist
2015-03-23enable gtk3 to support cairo canvasCaolán McNamara
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara
2015-03-23fdo#52540 refix graphite layout generallyMartin Hosken
2015-03-23OutputDevice::LogicInvalidate: take a RectangleMiklos Vajna
2015-03-23OutputDevice::LogicInvalidate: clean up sc/sd duplicationMiklos Vajna
2015-03-23Add comment that a "missing" 'break' is intentional fall-throughTor Lillqvist
2015-03-22vcl: add initial support for GtkScale (as Slider) to VclBuilderTomaž Vajngerl
2015-03-21coverity#1291169 dead codeCaolán McNamara
2015-03-20Fix creating custom dialog windows for libmergedMatúš Kukan