summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann2016-05-101-3/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-1013-25/+33
* separate this piece of goo out into a standalone thingCaolán McNamara2016-05-103-7/+13
* mbErrors is never readStephan Bergmann2016-05-102-55/+46
* Harmless missing break in switchStephan Bergmann2016-05-101-0/+1
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-103-0/+4
* Convert SAL_INVERT to scoped enumNoel Grandin2016-05-107-34/+34
* No need to wrap SAL_WARN in DBG_UTILStephan Bergmann2016-05-101-2/+0
* convert SAL_ROP to scoped enumNoel Grandin2016-05-105-20/+20
* Convert SALOBJ_EVENT to scoped enumNoel Grandin2016-05-107-24/+28
* opengl: Check if texture is valid before asking for IdTomaž Vajngerl2016-05-101-2/+2
* more OSX fixNoel Grandin2016-05-101-1/+1
* more OSX fixNoel Grandin2016-05-102-2/+2
* fix OSX and Windows buildsNoel Grandin2016-05-106-7/+9
* Check if we have an OpenGL context before using API that requires itTor Lillqvist2016-05-101-2/+5
* fix OSX buildNoel Grandin2016-05-101-0/+1
* Convert TOOLBOX_MENUTYPE_ to scoped enumNoel Grandin2016-05-103-9/+9
* Convert StatusBarItemBits to scoped enumNoel Grandin2016-05-101-16/+16
* fix Windows and OSX buildNoel Grandin2016-05-102-8/+8
* fix OSX buildNoel Grandin2016-05-102-2/+6
* Convert SAL_EVENT to scoped enumNoel Grandin2016-05-1034-429/+433
* EXTTEXTINPUT_CURSOR_INVISIBLE is set on the wrong fieldCaolán McNamara2016-05-102-2/+4
* Avoid non--async-signal-safe functions in child after forkStephan Bergmann2016-05-102-11/+20
* fix Windows build (second attempt)Noel Grandin2016-05-101-1/+1
* tdf#99207: Fix incorrect RGB ordering in Graphite DWrite pathTim Eves2016-05-101-6/+8
* fix Windows buildNoel Grandin2016-05-101-1/+1
* vcl : Simplify vcl::Window initialisation and destructionArnaud Versini2016-05-102-40/+38
* convert WINDOWSTATE_STATE to scoped enumNoel Grandin2016-05-109-69/+70
* convert WINDOWSTATE_MASK to scoped enumNoel Grandin2016-05-1010-142/+143
* Improve two informative messagesTor Lillqvist2016-05-091-2/+2
* Update the wmf filter to simplify object ownershipMark Page2016-05-096-211/+120
* cid#1358836 reorganize to silence Resource leak in objectCaolán McNamara2016-05-091-4/+4
* gtk3: always update on UpdateFullCaolán McNamara2016-05-091-1/+1
* convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2016-05-094-20/+21
* tdf#96348 Get rid of unnecessary DLLPUBLIC decorations - VclEventListenersTomofumi Yagi2016-05-091-1/+1
* Resolves: tdf#96604 remove and restore full stack of grabsCaolán McNamara2016-05-082-10/+11
* tdf#99258 bail out if we fail to reserve the textureTomaž Vajngerl2016-05-083-8/+32
* Updated includes pathAndrea Gelmini2016-05-082-3/+3
* vcl: oops, so there was a macro thereMichael Stahl2016-05-061-1/+1
* sd: replace boost::enable_shared_from_this with std::enable...Michael Stahl2016-05-061-1/+0
* coverity#1359236 Uninitialized scalar fieldCaolán McNamara2016-05-061-1/+2
* Resolves: tdf#98636 if the menubar hierarchy has been changedCaolán McNamara2016-05-062-1/+46
* reroute UpdateFull through ActivateAllSubmenusCaolán McNamara2016-05-066-62/+4
* vcl: PhysicalFontFamily::maFontFaces must be sortedMichael Stahl2016-05-061-4/+4
* gtk3: getting new entries added after the menu is visible is problematicCaolán McNamara2016-05-062-5/+3
* Resolves: tdf#92067 and tdf#99599, use a foolproof action naming schemeCaolán McNamara2016-05-063-163/+53
* gtk3: separate the two different usages of ActivateCaolán McNamara2016-05-064-8/+7
* Set toggle/radio ToolBox bits in .ui tooMaxim Monastirsky2016-05-061-1/+6
* improve perf. of VCL event dispatch, take IIDavid Tardon2016-05-063-1/+17
* tdf#99703 Revert "improve perf. of VCL event dispatch"David Tardon2016-05-063-15/+1