summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-08-11Reduce scope + convert sal_Bool to boolJulien Nabet1-6/+5
2013-08-10Button::GetStandardHelpText returns empty string, its all a noopCaolán McNamara3-15/+0
2013-08-10XubString->OUStringCaolán McNamara1-4/+4
2013-08-10fdo#67680: Impossible to search for text attributes with VoiceOverBoris Dušek1-2/+2
2013-08-10Transform left SAL_DEBUG output to SAL_INFOBoris Dušek1-20/+13
2013-08-10Remove unused BitmapWriteAccess::FillPolygonJulien Nabet1-42/+0
2013-08-10Some cppcheck cleaningJulien Nabet1-10/+5
2013-08-09Show hidden toolbar items when window size is decreasedPrashant Pandey2-0/+29
2013-08-09Bin unused #includeTakeshi Abe1-1/+0
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl4-13/+13
2013-08-08Bin a couple of pointless macros only used onceTor Lillqvist1-3/+1
2013-08-08if there is no secondary text then keep primary text orig font sizeCaolán McNamara1-2/+7
2013-08-07Use NSAccessibilityActionDescription for action descriptionsBoris Dušek1-22/+1
2013-08-07Fix accessibility of text attributes on OS XBoris Dušek1-2/+2
2013-08-07Add debugging output for OS X accessibilityBoris Dušek1-0/+29
2013-08-06Disable auto-detection of high-contrast mode by defaultMichael Meeks1-8/+9
2013-08-06Resolves: #i122948# fill gaps in glyphs->chars mapping for usp10-layoutsHerbert Dürr2-8/+10
2013-08-06fdo#67660: Fix memory mismanagement crashTor Lillqvist1-2/+1
2013-08-05Do not instantiate LinguServiceManager when it is not neededStephan Bergmann1-5/+8
2013-08-04add a VclFrame::get_labelCaolán McNamara1-0/+7
2013-08-04set default buttons for various messagebox button combinationsCaolán McNamara1-0/+5
2013-08-04Revert "fdo#54320: VoiceOver does not follow keyboard focus"Boris Dušek1-1/+1
2013-08-04Fix memory leaks in ensure_dbus_setup.Mark Wielaard1-0/+9
2013-08-02NSAppKitVersionNumber10_7 is not surprisingly not defined in 10.6 SDKNorbert Thiebaud1-0/+4
2013-08-02don't reuse SV_HELPTEXT_CLOSE for SV_BUTTONTEXT_CLOSECaolán McNamara2-1/+6
2013-08-02fdo#67235 adapt form control code to time nanosecond API changeLionel Elie Mamane1-32/+35
2013-08-01update signature of DrawTextArray in workbenCaolán McNamara1-3/+3
2013-08-01fdo#67410: VoiceOver does not provide typing or cursor movement echo in textBoris Dušek1-0/+27
2013-07-31Revert "convert vcl/menu.hxx from XubString to OUString"Kohei Yoshida3-90/+95
2013-07-31convert vcl/longcurr.hxx from XubString to OUStringNoel Grandin1-47/+47
2013-07-31convert vcl/keycod.hxx from XubString to OUStringNoel Grandin1-2/+2
2013-07-31Fix compilation error with MSVCTor Lillqvist1-1/+1
2013-07-31ThinkoTor Lillqvist1-1/+1
2013-07-31Fix bogus change of Len() to isEmpty()Tor Lillqvist1-1/+1
2013-07-31Update cautionary commentTor Lillqvist1-2/+2
2013-07-31convert vcl/edit.hxx from XubString to OUStringNoel Grandin1-4/+4
2013-07-31convert vcl/menu.hxx from XubString to OUStringNoel Grandin3-95/+90
2013-07-31convert vcl/mnemonic.hxx from XubString to OUStringNoel Grandin4-54/+53
2013-07-31convert vcl/msgbox.hxx from XubString to OUStringNoel Grandin1-2/+2
2013-07-31convert vcl/pdfwriter.hxx from XubString to OUStringNoel Grandin3-82/+82
2013-07-31convert vcl/tabctrl.hxx from XubString->OUStringNoel Grandin1-43/+39
2013-07-31convert vcl/sttus.hxx from XubString to OUStringNoel Grandin1-44/+36
2013-07-31convert vcl/toolbox.hxx from XubString->OUStringNoel Grandin1-3/+3
2013-07-31convert vcl/inc/toolbox.h from XubString -> OUStringNoel Grandin3-37/+36
2013-07-31Argh, the \xNN syntax uses as many hex chars there happens to be...Tor Lillqvist1-25/+25
2013-07-31Convert utf-8 bytes to \xNN hex representationTor Lillqvist1-27/+27
2013-07-31Revert "fdo#66246 fdo#66395 BOM for MSVC with UTF-8 unfriendly codepage"Fridrich Štrba1-1/+1
2013-07-31fdo#66246 fdo#66395 BOM for MSVC with UTF-8 unfriendly codepageIsamu Mogi1-1/+1
2013-07-30start weeding out TabDialog::AdjustLayoutCaolán McNamara1-0/+2
2013-07-30Fix MinGW32 and MinGW64 buildFridrich Štrba1-5/+10