summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2016-05-10fix Windows and OSX buildNoel Grandin
2016-05-10fix OSX buildNoel Grandin
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin
2016-05-10EXTTEXTINPUT_CURSOR_INVISIBLE is set on the wrong fieldCaolán McNamara
2016-05-10Avoid non--async-signal-safe functions in child after forkStephan Bergmann
2016-05-10fix Windows build (second attempt)Noel Grandin
2016-05-10tdf#99207: Fix incorrect RGB ordering in Graphite DWrite pathTim Eves
2016-05-10fix Windows buildNoel Grandin
2016-05-10vcl : Simplify vcl::Window initialisation and destructionArnaud Versini
2016-05-10convert WINDOWSTATE_STATE to scoped enumNoel Grandin
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin
2016-05-09Improve two informative messagesTor Lillqvist
2016-05-09Update the wmf filter to simplify object ownershipMark Page
2016-05-09cid#1358836 reorganize to silence Resource leak in objectCaolán McNamara
2016-05-09gtk3: always update on UpdateFullCaolán McNamara
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-05-09tdf#96348 Get rid of unnecessary DLLPUBLIC decorations - VclEventListenersTomofumi Yagi
2016-05-08Resolves: tdf#96604 remove and restore full stack of grabsCaolán McNamara
2016-05-08tdf#99258 bail out if we fail to reserve the textureTomaž Vajngerl
2016-05-08Updated includes pathAndrea Gelmini
2016-05-06vcl: oops, so there was a macro thereMichael Stahl
2016-05-06sd: replace boost::enable_shared_from_this with std::enable...Michael Stahl
2016-05-06coverity#1359236 Uninitialized scalar fieldCaolán McNamara
2016-05-06Resolves: tdf#98636 if the menubar hierarchy has been changedCaolán McNamara
2016-05-06reroute UpdateFull through ActivateAllSubmenusCaolán McNamara
2016-05-06vcl: PhysicalFontFamily::maFontFaces must be sortedMichael Stahl
2016-05-06gtk3: getting new entries added after the menu is visible is problematicCaolán McNamara
2016-05-06Resolves: tdf#92067 and tdf#99599, use a foolproof action naming schemeCaolán McNamara
2016-05-06gtk3: separate the two different usages of ActivateCaolán McNamara
2016-05-06Set toggle/radio ToolBox bits in .ui tooMaxim Monastirsky
2016-05-06improve perf. of VCL event dispatch, take IIDavid Tardon
2016-05-06tdf#99703 Revert "improve perf. of VCL event dispatch"David Tardon
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-05-06vcl: save one heap allocThorsten Behrens
2016-05-05remove superfluous checkDavid Tardon
2016-05-05improve perf. of VCL event dispatchDavid Tardon
2016-05-05gtk3: New Folder dialog from Templates dialog doesn't get keyboard focusCaolán McNamara
2016-05-05Revert "gtk3: New Folder dialog from Templates dialog doesn't get keyboard fo...Caolán McNamara
2016-05-05fix crash in WallpaperImpl destructorNoel Grandin
2016-05-05gtk3: New Folder dialog from Templates dialog doesn't get keyboard focusCaolán McNamara
2016-05-05drop commented out codeCaolán McNamara
2016-05-04Missing includesStephan Bergmann
2016-05-04tdf#62525 vcl: use cow_wrapper for wallXisco Fauli
2016-05-04tdf#62525 vcl: use cow_wrapper for mapmodXisco Fauli
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-03tdf#99383 vcl: don't dispatch events from SolarMutexReleaserMichael Stahl
2016-05-03Resolves: tdf#98940 (-1 not mapping to maximum string length anymore)Matteo Casalin
2016-05-03Change vGDIObj pointer to unique_ptr to reduce WinMtfOutput complexityMark Page
2016-05-02Simply use implicit conversion from GLboolean to boolStephan Bergmann
2016-05-01fix copy&paste errorJochen Nitschke