summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-03-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl5-22/+120
2015-03-28Make console-only mode a proper subset of headless modeTor Lillqvist1-0/+1
2015-03-27gnome#745909 grab/ungrab keyboard for menusCaolán McNamara2-3/+39
2015-03-27more std::min and std::max fixesNoel Grandin1-1/+1
2015-03-27fix OSX build after my StandardButtonType changes - part2Noel Grandin1-3/+3
2015-03-27fix OSX build after my StandardButtonType changesNoel Grandin1-29/+33
2015-03-27fix std::min issueNoel Grandin1-1/+1
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin6-37/+37
2015-03-27work around Windows and OSX macro collisions with enum valuesNoel Grandin3-8/+8
2015-03-27fix tb56 buildNoel Grandin1-1/+1
2015-03-27convert SymbolAlign to enum classNoel Grandin2-3/+3
2015-03-27convert BUTTON_ constants to enum classNoel Grandin6-45/+46
2015-03-27convert ProminentEntry to enum classNoel Grandin1-2/+2
2015-03-27vcl: stack blur implementation + basic test & performance testTomaž Vajngerl4-0/+767
2015-03-27vcl: use unique_ptr for fillcolor, linecolor in bmpaccTomaž Vajngerl2-83/+104
2015-03-27vcl: get rid of macros for lazy people in bmpaccTomaž Vajngerl2-48/+129
2015-03-27vcl: tests for Bitmap, check for symmetry when scaling bitmapsTomaž Vajngerl6-0/+258
2015-03-27cleanup pngwrite, use const std::unique_ptr for pImplTomaž Vajngerl1-241/+298
2015-03-26why would we ever want FLOATWIN_POPUPMODE_PATHMOUSECANCELCLICKCaolán McNamara2-7/+1
2015-03-26Resolves: fdo#84795 Menus don't disappear with right mouse clickCaolán McNamara2-5/+3
2015-03-26Revert "fdo#84795 Menu, DropDown-List don't disappear with right mouse click"Caolán McNamara2-29/+23
2015-03-26add GtkLongPressGesture support and implement long-press in slideshowCaolán McNamara4-57/+122
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann45-139/+139
2015-03-26tdf#67990: Management of case in comboboxJulien Nabet1-1/+1
2015-03-26loplugin:cstylecastStephan Bergmann1-1/+1
2015-03-26loplugin:constantfunction: vcl/unx/gtk3Stephan Bergmann1-3/+1
2015-03-26add GtkSwipeGesture support and implement swipe left/right to change slidesCaolán McNamara4-14/+112
2015-03-25Typo: formated->formattedJulien Nabet2-3/+3
2015-03-25TyposJulien Nabet1-1/+1
2015-03-25refactor indescribable wall of code into reusable hunksCaolán McNamara1-57/+130
2015-03-24Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann1-1/+1
2015-03-24Kill dead <touch/touch.h> APITor Lillqvist4-247/+0
2015-03-23Typo: impemented->implementedJulien Nabet4-4/+4
2015-03-23TyposJulien Nabet1-2/+2
2015-03-23SvpSalGraphics::drawRect needs to adjust the rect bounds for line drawingCaolán McNamara1-1/+5
2015-03-23loplugin:saloverrideStephan Bergmann1-1/+1
2015-03-23Avoid KeyFuncType::DELETE shadowed by a macro on WindowsStephan Bergmann1-1/+1
2015-03-23WaE: 'rRefDevice' : unreferenced formal parameterTor Lillqvist1-0/+1
2015-03-23Add comment about the DPI calculationTor Lillqvist1-0/+7
2015-03-23WaE: struct/class inconsistenceTor Lillqvist1-1/+1
2015-03-23enable gtk3 to support cairo canvasCaolán McNamara7-6/+208
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara22-1/+1509
2015-03-23fdo#52540 refix graphite layout generallyMartin Hosken1-15/+18
2015-03-23OutputDevice::LogicInvalidate: take a RectangleMiklos Vajna1-16/+9
2015-03-23OutputDevice::LogicInvalidate: clean up sc/sd duplicationMiklos Vajna1-0/+16
2015-03-23Add comment that a "missing" 'break' is intentional fall-throughTor Lillqvist1-0/+2
2015-03-22vcl: add initial support for GtkScale (as Slider) to VclBuilderTomaž Vajngerl2-4/+92
2015-03-21coverity#1291169 dead codeCaolán McNamara1-8/+1
2015-03-20Fix creating custom dialog windows for libmergedMatúš Kukan2-2/+16
2015-03-20No need for svp_create_SalInstance to be extern "C"Tor Lillqvist2-8/+5