summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)AuthorFilesLines
2010-11-19Removed non-printable characters.Kohei Yoshida1-5/+5
2010-11-18remove 64bit warnings in debug modeCaolán McNamara5-6/+6
2010-11-18use printf size_t modifier on all platformsCaolán McNamara1-2/+2
2010-11-17Fixed remaining use of HighContrast definesCédric Bosdonnat1-7/+0
2010-11-17libs-gui HC cleanup and .bmp fixJoseph Powers9-229/+22
2010-11-17Resolves: rhbz#654203# crash after unhandled exceptionCaolán McNamara1-4/+11
2010-11-16HC Cleanup - libs-guiJoseph Powers3-14/+2
2010-11-16Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky3-16/+23
2010-11-16Merge commit 'ooo/OOO330_m15' into libreoffice-3-3Jan Holesovsky3-16/+23
2010-11-13Remove unused dated commentsJ. Graeme Lingard1-3/+0
2010-11-13Purged BmpColorMode from libs-gui - libs-guiJoseph Powers12-302/+102
2010-11-12CWS-TOOLING: integrate CWS sw33bf12obo1-3/+3
Notes: split repo tag: libs-gui_ooo/OOO330_m15 split repo tag: libs-gui_ooo/OOO330_m16
2010-11-11Remove more traces of _HC (high contrast)Sebastian Spaeth2-227/+0
This patch needs to go hand in hand with the similar one in libs-core, I believe.
2010-11-11calc63: #i115504# cleanup image tree to prevent static destructor troublesPhilipp Lohmann [pl]1-0/+3
2010-11-10sw33bf12: #i115437# method <OutputDevice::DrawLine(..)> - correct ↵Oliver-Rainer Wittmann1-3/+3
initialisation of LineColor Pen for fat or dashed lines - patch provided by AW
2010-11-08Add OpenBSD ifdefs for vcl tooRobert Nagy7-10/+13
2010-11-05Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-guiNoel Power15-36/+40
2010-11-05Add OpenBSD ifdefs for vcl tooRobert Nagy7-10/+13
2010-11-04Elide all "SO:" and "OOo:" build.lst prefixesNiko Rönkkö1-1/+1
2010-11-04latest libX11 changed header guardsCaolán McNamara1-1/+1
(cherry picked from commit cd10b146b67f7329f699e48e74d2961dbcceb123)
2010-11-04latest libX11 changed header guardsCaolán McNamara1-1/+1
2010-11-03vcl: fix fprintf compile warnings in cff.cxxNigel Hawkins1-2/+2
2010-11-03vcl: fix fprintf compile warnings in sft.cxxNigel Hawkins1-8/+8
2010-11-03use sane scrollbar sizes when drawingLuboš Luňák1-0/+1
bnc#619772 leads to a crash because maximum = minimum = 0, and this strange (but for whatever reason needed) '- mnVisibleSize' hack makes maximum be -1, eventually leading to a crash
2010-11-03Changing a few more strings to read "LibreOffice"Thorsten Behrens2-13/+13
(cherry picked from commit d69179723a2f8f72d344b884647fd106221a1391)
2010-11-03Changing a few more strings to read "LibreOffice"Thorsten Behrens2-13/+13
2010-11-03abort doesn't gain us anything here.Caolán McNamara1-1/+1
abort doesn't gain us anything here except to force abrt automatic bugreports kick in, and XIOErrors can't be worked around
2010-11-02initial import of latest cws container_controlsNoel Power3-2/+34
2010-11-01Make envvar SAL_NO_MOUSEGRABS avoid mouse grabs on X11Thorsten Behrens2-29/+40
When debugging UI code, mouse grabs can really get in the way - so just set SAL_NO_MOUSEGRABS=1 and LibO will stop blocking your X11 session, when a gdb breakpoint hits.
2010-11-01Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-guiJan Holesovsky1-2/+0
Notes: split repo tag: libs-gui_LIBREOFFICE_3_3_FREEZE
2010-11-01using Qt4's Glib-based event loop should work nowLuboš Luňák1-2/+0
Qt commit http://qt.gitorious.org/qt/qt/merge_requests/2492 , should be in 4.8.
2010-11-01Merge commit 'ooo/OOO330_m13'Jan Holesovsky5-6/+14
Conflicts: vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
2010-10-30small startup optimizationCaolán McNamara1-33/+33
2010-10-30small startup optimizationCaolán McNamara1-1/+1
2010-10-30small startup optimizationCaolán McNamara1-17/+17
2010-10-29skip reserved operatorsDavid Tardon1-3/+7
2010-10-29microoptCaolán McNamara1-1/+1
2010-10-29avoid linking against wrong libstlport by accident when linking against kdeCaolán McNamara1-2/+4
2010-10-28add modelines to .h and .c files as wellCaolán McNamara255-1/+743
2010-10-27fdo#632229# provide some support for a per-windowframe ApplicationID/WM_CLASSCaolán McNamara14-29/+105
2010-10-27Fix mutex related compilation errorsTor Lillqvist1-6/+7
2010-10-26make these not leak and safe to useCaolán McNamara2-10/+7
2010-10-25compile error inducing typo in aqua salinst.cxxJoseph Powers1-1/+1
2010-10-25missing include for build on aquaNorbert Thiebaud1-0/+1
Thanks to Joseph Powers for reporting this.
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud4-11/+0
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud10-32/+21
2010-10-25remvove vos/macros.h usageNorbert Thiebaud2-8/+6
2010-10-25rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguityNorbert Thiebaud3-16/+12
2010-10-25fix a mishap during the OGuard migration for aqua.Norbert Thiebaud1-1/+1
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud33-155/+288
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually