summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)AuthorFilesLines
2012-05-11include dequeCaolán McNamara1-0/+1
2012-05-11rhbz#809019 count mirrored monitors as oneDavid Tardon2-3/+10
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara1-1/+1
2012-05-10callcatcher: update unused code listCaolán McNamara1-1/+0
2012-05-09GNG_VERT_HACK has been hardcoded since 2004, so why bother with ifdefsTor Lillqvist1-6/+0
2012-05-09GCP_KERN_HACK has been hardcoded since 2002, so why bother with ifdefsTor Lillqvist1-1/+0
2012-05-05gtk: fix drawing of separators in vertical toolbarsIvan Timofeev1-1/+2
2012-04-30Related: moz#424333 pixmaps are limited to max signed shortCaolán McNamara1-0/+40
2012-04-30fdo#42779: Implement icon theme lookaside directoryGábor Stefanik1-3/+4
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-1/+1
2012-04-28valgrind: uninitialized variableCaolán McNamara1-1/+1
2012-04-28Remove stuff that doesn't make sense since AnyInput changeCaolán McNamara1-3/+0
2012-04-26Revert "Remove unused FontSelectPattern constructor"Stephan Bergmann1-0/+2
2012-04-26Remove unused FontSelectPattern constructorMiguel Fernández1-2/+0
2012-04-25Removed usused method Dialog::Dialog(Window,ResId)Vicente Vendrell1-1/+0
2012-04-25Removed unused methods from psp::PrinterGfxChr. Rossmanith1-12/+1
2012-04-24WaE: extra tokens at end of #endif directiveTor Lillqvist1-1/+1
2012-04-23Remove unused vcl methods.Monica Ramirez Arceda1-4/+0
2012-04-23Remove unused code in vclSantiago Martinez1-4/+0
2012-04-15Nah, don't obscure the right type with void*Tor Lillqvist1-2/+2
2012-04-15Copy and adapt current state of Norbert's CoreText work for iOSTor Lillqvist7-256/+441
2012-04-15Remove accidentally duplicated fileTor Lillqvist1-60/+0
2012-04-14Some vcl cleaningJulien Nabet1-2/+0
2012-04-11Drop unused EGL stuffTor Lillqvist1-5/+0
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson5-4/+10
2012-04-07callcatcher: update and remove newly unused methodsCaolán McNamara2-4/+0
2012-04-06Remove unused code (vcl)Thomas Collerton1-3/+0
2012-04-04Fix cursor movement in graphite fontsMartin Hosken1-2/+2
2012-04-04WaE fixes to the mostly dummy iOS codeTor Lillqvist1-4/+1
2012-04-03fdo#44610 - EasyHackDaniel Bankston1-8/+8
2012-04-02KDE3 file picker moved from fpicker to vclCédric Bosdonnat1-0/+6
2012-03-26Remove unused code in vlc.Santiago Martinez1-1/+0
2012-03-20move #include from .h to the one .cxx where it is neededLuboš Luňák1-1/+0
2012-03-14Remove SO52 strict compatibility stuffChristina Rossmanith1-3/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann9-1/+25
2012-03-12remove unused FontFamily argument in ImplFindByAttributesCaolán McNamara2-8/+7
2012-03-09change vcl's SETTINGS_* #define's to const intLuboš Luňák1-13/+13
2012-03-08fold i18npaper into i18nutilCaolán McNamara1-1/+1
2012-03-08STATE_CHANGE_FORMAT is an unused state nowCaolán McNamara1-3/+2
2012-03-07callcatcher: update listCaolán McNamara1-1/+0
2012-03-06make it easier to find leaks by dropping globals at exitCaolán McNamara1-0/+1
2012-03-06nothing uses ImplAsyncStateChangedHdl anymore nowCaolán McNamara1-1/+0
2012-03-06last user of Window::PostStateChanged was TaskBarCaolán McNamara1-1/+0
2012-03-04help GlyphItems vector to be sized correctly up-frontNorbert Thiebaud1-0/+1
2012-03-04GenericSalLayout: manage the collection of GlyphItem with a vector.Norbert Thiebaud1-3/+1
2012-03-05Brutal dummy hacks based on "aqua" code just to get iOS stuff to linkTor Lillqvist2-72/+62
2012-03-02Revert "Added 'Copy to Clipboard' button to error dialogs"Tor Lillqvist2-5/+0
2012-03-01IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994Tor Lillqvist10-10/+10
2012-03-01Added 'Copy to Clipboard' button to error dialogsSzabolcs Dezsi2-0/+5
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1