summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* change vcl's SETTINGS_* #define's to const intLuboš Luňák2012-03-091-13/+13
* fold i18npaper into i18nutilCaolán McNamara2012-03-0810-10/+2
* STATE_CHANGE_FORMAT is an unused state nowCaolán McNamara2012-03-082-4/+2
* WaE: Fix cppcheck syntax error warningPhilipp Weissenbacher2012-03-071-2/+2
* callcatcher: update listCaolán McNamara2012-03-072-52/+0
* make it easier to find leaks by dropping globals at exitCaolán McNamara2012-03-063-1/+6
* leak in IMHandler::signalIMPreeditChanged early returnCaolán McNamara2012-03-061-0/+1
* fix leak: return value of pango_attr_list_get_iterator should be releasedCaolán McNamara2012-03-061-2/+3
* silence SolarMutex not locked spewCaolán McNamara2012-03-061-0/+3
* nothing uses ImplAsyncStateChangedHdl anymore nowCaolán McNamara2012-03-062-9/+0
* improve debugging messageCaolán McNamara2012-03-061-1/+3
* last user of Window::PostStateChanged was TaskBarCaolán McNamara2012-03-062-10/+0
* Related: rhbz#799628 crash with chewing-IM with g3gCaolán McNamara2012-03-061-1/+7
* iterator are not orderedNorbert Thiebaud2012-03-051-1/+1
* Resolves: fdo#31306 some icons don't get grayed when disabledCaolán McNamara2012-03-051-2/+52
* iterator end should be tested with != not <Norbert Thiebaud2012-03-041-1/+1
* help GlyphItems vector to be sized correctly up-frontNorbert Thiebaud2012-03-044-0/+9
* GenericSalLayout: manage the collection of GlyphItem with a vector.Norbert Thiebaud2012-03-042-162/+109
* Brutal dummy hacks based on "aqua" code just to get iOS stuff to linkTor Lillqvist2012-03-058-72/+1451
* gtk3: Avoid crash with some themes (unico based)Lucas Baudin2012-03-031-1/+3
* Revert "Added 'Copy to Clipboard' button to error dialogs"Tor Lillqvist2012-03-024-24/+0
* IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994Tor Lillqvist2012-03-0111-11/+11
* Added 'Copy to Clipboard' button to error dialogsSzabolcs Dezsi2012-03-014-0/+24
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0129-63/+63
* I really only want to know if IsSymbolFont was toggledCaolán McNamara2012-03-011-1/+1
* WaE: unused variableTor Lillqvist2012-03-011-2/+2
* WaE: is abstract but has non-virtual destructorTor Lillqvist2012-03-011-0/+1
* String types have changed in base classTor Lillqvist2012-03-011-6/+6
* WaE: class 'CGRect' was previously declared [in SDK headers] as a structTor Lillqvist2012-03-012-2/+2
* WaE: 'SalData' defined as a struct here but previously declared as a classTor Lillqvist2012-03-012-4/+4
* WaE: extra tokens at end of #endif directiveTor Lillqvist2012-03-011-1/+1
* Typo fps_kde4 -> vclplug_kde4Stephan Bergmann2012-02-291-1/+1
* we use mpFontData->IsSymbolFont() in our comparison to detect symbol fontsCaolán McNamara2012-02-291-5/+25
* can use Zip for thisDavid Tardon2012-02-294-39/+107
* SessionManagerClient is never instantiatedCaolán McNamara2012-02-292-9/+8
* Actually there is no need to have if and elseif with same action.Tomas Chvatal2012-02-281-11/+5
* Fix crash on exit using KDE interfaceTomas Chvatal2012-02-281-1/+3
* Reduced duplicate code (simian) / vcl/generic/print/glyphset.cxxChristina Rossmanith2012-02-282-64/+15
* move vcl session management to fancy new SAL_LOG tracingBjoern Michaelsen2012-02-282-58/+39
* callcatcher: remove newly unused methods and update listCaolán McNamara2012-02-282-7/+0
* there is no Sequence::isEmpty()Ivan Timofeev2012-02-273-5/+5
* disable warnigns as errors for KDE3 codeLuboš Luňák2012-02-271-0/+1
* disable -Wshadow for KDE backendsLuboš Luňák2012-02-274-59/+13
* Replace getLength() with isEmpty() where appropriateChr. Rossmanith2012-02-276-13/+12
* callcatcher: update unused listCaolán McNamara2012-02-272-46/+0
* WaE: some super-high debugging level warningsCaolán McNamara2012-02-271-2/+2
* WaE: some super-high debugging level warningsCaolán McNamara2012-02-271-6/+10
* android: move DamageTracker concept into SvpSalFrame and try to use itMichael Meeks2012-02-257-19/+136
* android: get basic 0-9, a-z keyinput workingMichael Meeks2012-02-241-5/+17
* Unify indentationTor Lillqvist2012-02-232-4/+4