summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2012-11-12Related: fdo#56198 avoid gtk warning, take 3Ivan Timofeev1-3/+7
2012-11-12re-base on ALv2 code. Includes:Michael Meeks22-521/+318
2012-11-11Related: fdo#56198 avoid gtk warning, take 2Ivan Timofeev1-1/+1
2012-11-11Related: fdo#56198 avoid gtk warningIvan Timofeev1-0/+2
2012-11-07Resolves: fdo#56198 collect scrollbar click preference settingsCaolán McNamara2-6/+14
2012-11-06use the generic LO claim from the about dialog for KDE's internal dataLuboš Luňák2-2/+2
2012-11-06add missing ki18n helper.Michael Meeks1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks82-1957/+1220
2012-11-06impress211: #i116339# implement bHandleAllCurrentEventsPhilipp Lohmann [pl]1-3/+5
2012-10-25vcl: don't print gtk version on startupMiklos Vajna1-1/+1
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2-2/+4
2012-10-21Fix Variable 'eState' is reassigned a value before the old one has been usedJulien Nabet1-2/+1
2012-10-21Some cppcheck cleaningJulien Nabet2-4/+2
2012-10-21Fix some Variable "X" is reassigned a value before the old one has been usedJulien Nabet2-6/+3
2012-10-19fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.Jan Holesovsky1-2/+3
2012-10-13brain fog: logic errorIvan Timofeev1-1/+1
2012-10-13gtk: attempt to fix visual glitches around edit fieldsIvan Timofeev1-5/+15
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-12fdo#45651: gtk: fix text color with dark themesIvan Timofeev1-2/+3
2012-10-09fix some mangled indentsCaolán McNamara1-196/+195
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+2
2012-09-28This random +6 makes my windows too largeCaolán McNamara1-12/+4
2012-09-28make radiobuttons a more pleasing heightCaolán McNamara1-2/+4
2012-09-28implement sucking in the padding from the themeCaolán McNamara1-0/+49
2012-09-28basic optimization passCaolán McNamara1-1/+1
2012-09-20cups: initialize thread running memberMichael Meeks1-1/+2
2012-09-18Enable experimental gtk3 plugin only via SAL_USE_VCLPLUGINStephan Bergmann1-11/+5
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
2012-09-17nothing propagates HAVE_CUPS_H so cups is always disabledCaolán McNamara2-260/+37
2012-09-17don't add invalid UTF-8 to _NET_WM_NAME and _NET_WM_ICON_NAMEChristian Lohmaier1-6/+2
2012-09-12Resolves: rhbz#855541 XIOError handler multithread woesCaolán McNamara2-0/+20
2012-09-12remove unused hMainThread_Caolán McNamara1-3/+0
2012-09-06these warnings are only debug informational reallyCaolán McNamara1-9/+9
2012-09-06vcl: Fix cups ifdeferyRiccardo Magliocchetti1-1/+1
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara2-1/+16
2012-08-28gtk: sumulate native insensitivity of scrollbar buttonsIvan Timofeev2-4/+27
2012-08-25gtk: wrong menu border size, need to add thicknessIvan Timofeev1-2/+4
2012-08-25gtk: fix scrollbar drawing with ClearlooksIvan Timofeev1-6/+13
2012-08-23Revert the TOPBOTTOM border window type, this needs another approach.Jan Holesovsky1-10/+4
2012-08-23unusedcode.easy: remove recently unused codeThomas Arnhold1-80/+0
2012-08-20do not make Qt3 moc mix KDE3 and TDE slotsLuboš Luňák1-2/+4
2012-08-20Fix TDE VCL interfaceTimothy Pearson5-33/+101
2012-08-14Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini5-5/+4
2012-08-13unusedcode.easy: remove unused codeThomas Arnhold1-61/+0
2012-08-08remove include comments and boxesThomas Arnhold6-21/+0
2012-08-07ditch obsolete XvaOpenIM stuffCaolán McNamara1-251/+0
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-1/+0
2012-08-05Clang:Null pointer passed as an argument to a 'nonnull' parameterJulien Nabet1-1/+1
2012-08-02gtk3: filch a fix for scrollbars w/o buttons from gtk2 codeIvan Timofeev1-0/+4
2012-08-02cairo uses pre-multiplied alphaIvan Timofeev1-3/+3