summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-05-06Hidden exception in "SalTimerProc" when exit swriter (WIN)Juergen Funk1-0/+7
2015-05-06vcl: valgrind - initialize Dialog::mnInitFlagMichael Stahl1-1/+4
2015-05-06tdf#91073 - don't queue an async user event when disposed.Michael Meeks1-2/+2
2015-05-06assert on attempt to print after cancelCaolán McNamara1-2/+2
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin2-10/+10
2015-05-06cancel doesn't cancel printingCaolán McNamara1-7/+10
2015-05-06Use typed ToolBox::SetMenuButtonHdl LinkStephan Bergmann2-2/+2
2015-05-06Use typed ToolBox::SetDataChangedHdl LinkStephan Bergmann1-1/+1
2015-05-06Use typed ToolBox::SetCommandHdl LinkStephan Bergmann1-1/+1
2015-05-06Remove unused ToolBox::Get/SetHighlightHdlStephan Bergmann1-1/+0
2015-05-06WaE: loplugin:cstylecastTor Lillqvist1-1/+1
2015-05-06color bar doesn't fill tool itemCaolán McNamara1-0/+12
2015-05-06this is a no-op, remove ifCaolán McNamara1-13/+0
2015-05-06fix windows buildNoel Grandin2-2/+2
2015-05-06fix OSX buildNoel Grandin2-2/+2
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin13-39/+39
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin21-61/+62
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin5-58/+58
2015-05-06convert IMPL_FONT_ATTR constants to scoped enumNoel Grandin6-137/+137
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin2-2/+2
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann5-15/+9
2015-05-05VclPtr: crash on exit on impressCaolán McNamara1-0/+3
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl35-254/+254
2015-05-05vcl: remove WIN32_TRANSPARENTMichael Stahl2-3/+3
2015-05-05vcl: rename conflicting defintion of TRANSPARENT remove it from postwin.hMichael Stahl3-4/+4
2015-05-05tdf#91081 Fix LO crash after dialog closing by ESCPhilippe Jung1-18/+21
2015-05-05loplugin:staticcallStephan Bergmann1-2/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann8-38/+22
2015-05-05AllocateFrame() and TriggerPaintEvent() can't be static when --enable-gtk3Tor Lillqvist2-6/+6
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann25-69/+38
2015-05-05loplugin:staticmethodsNoel Grandin17-48/+48
2015-05-05tdf#90539 special case for EMF placeholder icon of OLE objectAndras Timar1-0/+9
2015-05-05typo: strech -> stretchAndras Timar2-4/+4
2015-05-04Revert "Fix tdf#87373: Kerning broken on OS X"Khaled Hosny1-29/+20
2015-05-03Use deleted function macro.Michael Meeks1-1/+1
2015-05-03tdf#91043 - attempted fix of filer-less gtk+ save dialog crash.Michael Meeks1-2/+5
2015-05-01gtk3: distinguish between first, last and only tabsCaolán McNamara1-1/+12
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann1-3/+2
2015-04-30gtk3: use different colors for the different states of a tabCaolán McNamara1-25/+39
2015-04-30gtk3: Set tab normal/rollover/hightlight text colorsCaolán McNamara7-36/+128
2015-04-30TextWindow: handle LoseFocus during dispose.Michael Meeks1-1/+3
2015-04-30Gradually typed LinkStephan Bergmann36-144/+144
2015-04-30loplugin:literaltoboolconversionStephan Bergmann1-3/+3
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist21-48/+47
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist6-33/+8
2015-04-29coverity#1296208 Operands don't affect resultCaolán McNamara1-2/+2
2015-04-29coverity#1296215 Dereference before null checkCaolán McNamara1-1/+1
2015-04-29More bits on event emission during dispose.Michael Meeks1-0/+16
2015-04-29abhortive focus unit test - apparently we need visible windows for that.Michael Meeks1-0/+41
2015-04-29Protect against event emission during dispose.Michael Meeks1-1/+1