summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2011-02-06Remove dead codeThomas Arnhold3-98/+0
2011-02-06Correct OSL_DEBUG_LEVEL usageThomas Arnhold6-53/+53
2011-02-05some more std::hash_map::resize rests removedFridrich Štrba2-4/+0
2011-02-04Remove the #include guards. The .hxx file has it's own guards.Joseph Powers1-0/+2
2011-02-04boost::unordered_map<> doesn't support resize()Joseph Powers1-1/+0
2011-02-04std::hash -> boost::hashFridrich Strba4-7/+7
2011-02-04Bulk move libs-gui to boost unordered containersFridrich Strba55-277/+277
2011-02-03Complete Easy Hack: Remove obsolete BmpColorMode enumChris Carpenter(mordocai)8-138/+3
2011-02-02Clean up makefilesThomas Arnhold2-9/+0
2011-02-01Clean up makefilesThomas Arnhold1-1/+0
2011-02-01exclude the localized style names from the cachemapCaolán McNamara1-12/+25
2011-02-01Fixing font style languages.pgajdos1-32/+35
2011-01-31GTK: Use gtk vseparator instead of native one for the toolbarLucas Baudin4-56/+105
2011-01-30cppcheck: Prefer prefix ++/-- operatorsAndy Holder1-1/+1
2011-01-30fdo#33349 archaic 'Berling Antiqua' claims to also be 'Times New Roman'Caolán McNamara1-1/+24
2011-01-29cppcheck: remove unused variables.Thomas Arnhold1-2/+0
2011-01-29Remove unused SalFontStructListJonathan Callen1-4/+0
2011-01-28remove obsolete m_bSingleAltPressMichael Meeks2-9/+0
2011-01-28Remove the menu when Left Alt Key was pressed; for GTKLucas Baudin1-30/+0
2011-01-28Related: fdo#31016 document one-liner to disable it for testingCaolán McNamara1-0/+5
2011-01-28Resolves: fdo#31016 try some bandaids to improve Arabic renderingKhaled Hosny1-2/+31
2011-01-28fix fdo#33473: bin duff 'togglebutton' detail hurting Ambience theme.Lucas Baudin1-3/+1
2011-01-27native rendering for menubar item parts.Michael Meeks1-1/+4
2011-01-27Avoid compiler warningTor Lillqvist1-1/+1
2011-01-26Resolves: fdo#33523 fix scrollbars in themes that have no up/down buttonsCaolán McNamara1-0/+10
2011-01-26proper Qt event loop integration also when Glib is not usedLuboš Luňák2-3/+36
2011-01-25fix various gtk+ theme integration annoyances, fdo#32186Lucas Baudin1-12/+13
2011-01-25Revert "WaE: unused variables"David Tardon1-4/+0
2011-01-25WaE: unused variablesDavid Tardon1-18/+0
2011-01-25WaE: unused variablesDavid Tardon1-0/+4
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara15-61/+10
2011-01-25this looks wrongCaolán McNamara1-1/+1
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara1-1/+2
2011-01-24Kill Win9x and NT4 codeTor Lillqvist7-650/+178
2011-01-24Kill Win9x and NT4 codeTor Lillqvist3-180/+94
2011-01-24Make parameters to Max() match in typeTor Lillqvist1-1/+1
2011-01-24Hide ULONG while including more Win32 headersTor Lillqvist1-0/+2
2011-01-24Fix compilation on 64-bit WindowsTor Lillqvist4-19/+18
2011-01-22Remove empty description and dates.Thomas Arnhold1-48/+0
2011-01-21fix KDE3 library search order (fdo#32797)Luboš Luňák1-1/+1
2011-01-21Remove ShowHelpStatusText and HideHelpStatusText and associated cruftTor Lillqvist7-47/+0
2011-01-21Remove old RCS lines.Thomas Arnhold1-3/+0
2011-01-21Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-25/+25
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold13-83/+83
2011-01-19don't leak PPDParsersCaolán McNamara2-35/+50
2011-01-18forcing Qt native paint system is not necessary anymoreLuboš Luňák1-3/+0
2011-01-17paint toolbar handle positioned properly (fdo#32558)Luboš Luňák1-6/+6
2011-01-17change the adjust argument to more versatile QRectLuboš Luňák1-6/+4
2011-01-17fix cases of using screen visual for a drawableLuboš Luňák1-3/+3
2011-01-17add const to GetBitCount()Luboš Luňák15-15/+15