summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan6-6/+6
2012-03-09change vcl's SETTINGS_* #define's to const intLuboš Luňák1-13/+13
2012-03-08fold i18npaper into i18nutilCaolán McNamara10-10/+2
2012-03-08STATE_CHANGE_FORMAT is an unused state nowCaolán McNamara2-4/+2
2012-03-07WaE: Fix cppcheck syntax error warningPhilipp Weissenbacher1-2/+2
2012-03-07callcatcher: update listCaolán McNamara2-52/+0
2012-03-06make it easier to find leaks by dropping globals at exitCaolán McNamara3-1/+6
2012-03-06leak in IMHandler::signalIMPreeditChanged early returnCaolán McNamara1-0/+1
2012-03-06fix leak: return value of pango_attr_list_get_iterator should be releasedCaolán McNamara1-2/+3
2012-03-06silence SolarMutex not locked spewCaolán McNamara1-0/+3
2012-03-06nothing uses ImplAsyncStateChangedHdl anymore nowCaolán McNamara2-9/+0
2012-03-06improve debugging messageCaolán McNamara1-1/+3
2012-03-06last user of Window::PostStateChanged was TaskBarCaolán McNamara2-10/+0
2012-03-06Related: rhbz#799628 crash with chewing-IM with g3gCaolán McNamara1-1/+7
2012-03-05iterator are not orderedNorbert Thiebaud1-1/+1
2012-03-05Resolves: fdo#31306 some icons don't get grayed when disabledCaolán McNamara1-2/+52
2012-03-04iterator end should be tested with != not <Norbert Thiebaud1-1/+1
2012-03-04help GlyphItems vector to be sized correctly up-frontNorbert Thiebaud4-0/+9
2012-03-04GenericSalLayout: manage the collection of GlyphItem with a vector.Norbert Thiebaud2-162/+109
2012-03-05Brutal dummy hacks based on "aqua" code just to get iOS stuff to linkTor Lillqvist8-72/+1451
2012-03-03gtk3: Avoid crash with some themes (unico based)Lucas Baudin1-1/+3
2012-03-02Revert "Added 'Copy to Clipboard' button to error dialogs"Tor Lillqvist4-24/+0
2012-03-01IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994Tor Lillqvist11-11/+11
2012-03-01Added 'Copy to Clipboard' button to error dialogsSzabolcs Dezsi4-0/+24
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann29-63/+63
2012-03-01I really only want to know if IsSymbolFont was toggledCaolán McNamara1-1/+1
2012-03-01WaE: unused variableTor Lillqvist1-2/+2
2012-03-01WaE: is abstract but has non-virtual destructorTor Lillqvist1-0/+1
2012-03-01String types have changed in base classTor Lillqvist1-6/+6
2012-03-01WaE: class 'CGRect' was previously declared [in SDK headers] as a structTor Lillqvist2-2/+2
2012-03-01WaE: 'SalData' defined as a struct here but previously declared as a classTor Lillqvist2-4/+4
2012-03-01WaE: extra tokens at end of #endif directiveTor Lillqvist1-1/+1
2012-02-29Typo fps_kde4 -> vclplug_kde4Stephan Bergmann1-1/+1
2012-02-29we use mpFontData->IsSymbolFont() in our comparison to detect symbol fontsCaolán McNamara1-5/+25
2012-02-29can use Zip for thisDavid Tardon4-39/+107
2012-02-29SessionManagerClient is never instantiatedCaolán McNamara2-9/+8
2012-02-28Actually there is no need to have if and elseif with same action.Tomas Chvatal1-11/+5
2012-02-28Fix crash on exit using KDE interfaceTomas Chvatal1-1/+3
2012-02-28Reduced duplicate code (simian) / vcl/generic/print/glyphset.cxxChristina Rossmanith2-64/+15
2012-02-28move vcl session management to fancy new SAL_LOG tracingBjoern Michaelsen2-58/+39
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara2-7/+0
2012-02-27there is no Sequence::isEmpty()Ivan Timofeev3-5/+5
2012-02-27disable warnigns as errors for KDE3 codeLuboš Luňák1-0/+1
2012-02-27disable -Wshadow for KDE backendsLuboš Luňák4-59/+13
2012-02-27Replace getLength() with isEmpty() where appropriateChr. Rossmanith6-13/+12
2012-02-27callcatcher: update unused listCaolán McNamara2-46/+0
2012-02-27WaE: some super-high debugging level warningsCaolán McNamara1-2/+2
2012-02-27WaE: some super-high debugging level warningsCaolán McNamara1-6/+10
2012-02-25android: move DamageTracker concept into SvpSalFrame and try to use itMichael Meeks7-19/+136
2012-02-24android: get basic 0-9, a-z keyinput workingMichael Meeks1-5/+17