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