summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2012-05-13removed unused definesTakeshi Abe1-6/+0
2012-05-11rhbz#809019 count mirrored monitors as oneDavid Tardon3-20/+71
2012-05-10do not prepend \n twice, it confuses KFileDialog (rhbz#820439)Luboš Luňák1-3/+0
2012-05-10fix use of cups for default caseCaolán McNamara1-1/+1
2012-05-09Enable configure switch for cupsTomas Chvatal1-1/+1
2012-05-07gtk: scrollbar: fix visual response to a mouse clickIvan Timofeev1-1/+0
2012-05-07silence more valgrind spew on scanline-extended deadspaceCaolán McNamara1-6/+9
2012-05-06valgrind: silence annoying conditional jump warnings from dead scanline spaceCaolán McNamara1-0/+31
2012-05-06catch by const refCaolán McNamara1-3/+3
2012-05-05gtk: fix drawing of separators in vertical toolbarsIvan Timofeev2-35/+52
2012-05-05gtk: fix drawing of disabled menu-item checkmarks and submenu arrowsIvan Timofeev1-14/+6
2012-05-04fpicker: make the place edition dialog workingCédric Bosdonnat2-2/+2
2012-05-02fdo#49365 correctly map monitor index back to screenDavid Tardon1-1/+1
2012-04-30g_source_get_current_time has been deprecated since version 2.28Caolán McNamara1-3/+3
2012-04-30Related: moz#424333 pixmaps are limited to max signed shortCaolán McNamara8-28/+77
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-2/+4
2012-04-29incrementing index twice in one run seems wrongDavid Tardon1-1/+1
2012-04-28Remove stuff that doesn't make sense since AnyInput changeCaolán McNamara1-105/+26
2012-04-24Resolves: fdo#48011 writer idle-callbacks are halting when events pendingCaolán McNamara2-14/+43
2012-04-23fix gtk3salnativewidgets-gtk build with gcc 4.4Rene Engelhard1-4/+4
2012-04-19fdo#46687 - fix find toolbar X error handlingMichael Meeks1-0/+4
2012-04-17String::ToInt32->rtl::OUString::toInt32Caolán McNamara1-3/+3
2012-04-14gtk3: add approved theme color fetch / selection.Michael Meeks1-10/+24
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi7-12/+8
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-19/+19
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-13/+13
2012-04-03vcl: use CustomTarget makefile for kde_mocMatúš Kukan1-35/+0
2012-04-02KDE3 file picker moved from fpicker to vclCédric Bosdonnat16-1/+3225
2012-04-02KDE4 file picker moved from fpicker to vclCédric Bosdonnat5-0/+989
2012-03-31vcl: use CustomTarget makefilesMatúš Kukan1-34/+0
2012-03-29bypass GtkSalPrinter when it is not enabledDavid Tardon1-1/+1
2012-03-26configuration checked before component context existsCaolán McNamara1-5/+10
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara1-1/+1
2012-03-21Compilation fix - GTK print dialog headers for GTK < 2.14David Bolen1-0/+4
2012-03-20Missing sub-menu arrows with 3.5.x and GTK < 2.15David Bolen1-2/+10
2012-03-20move #include from .h to the one .cxx where it is neededLuboš Luňák1-0/+1
2012-03-16remove extraneous parenthesesLuboš Luňák1-1/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2-0/+6
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-4/+1
2012-03-08fold i18npaper into i18nutilCaolán McNamara1-1/+1
2012-03-07WaE: Fix cppcheck syntax error warningPhilipp Weissenbacher1-2/+2
2012-03-06make it easier to find leaks by dropping globals at exitCaolán McNamara2-1/+5
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-06improve debugging messageCaolán McNamara1-1/+3
2012-03-06Related: rhbz#799628 crash with chewing-IM with g3gCaolán McNamara1-1/+7
2012-03-03gtk3: Avoid crash with some themes (unico based)Lucas Baudin1-1/+3
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2-2/+2
2012-02-29SessionManagerClient is never instantiatedCaolán McNamara1-8/+8