summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Collapse)Author
2011-02-22try to work around IM problems with KDE4 integration (bnc#665112)Luboš Luňák
See comment for SalKDEDisplay::checkDirectInputEvent(). This was introduced when switching to using Qt event loop, Qt processes IM handling before LO gets a chance to do something and this conflicts. This is rather hackish but I have no better idea and as long as the IM protocol does not change it should be fine.
2011-02-22report properly button positions in Qt scrollbars (bnc#550828)Luboš Luňák
2011-02-22fix fdo#32640 - un-necessary reverse lookup on startupMichael Meeks
2011-02-19Remove DECLARE_LIST( SalFontCache, SalFontCacheItem* )Joseph Powers
2011-02-19Remove DECLARE_LIST( SalFontCache, ExtendedFontStruct* )Joseph Powers
2011-02-19Remove DECLARE_LIST( SalDisplays, SalDisplay* )Joseph Powers
It's always easy when they aren't used.
2011-02-17fdo#32552 alt key opens "File" menuJulien Nabet
2011-02-16Use GDK_HAND2 mouse cursor instead of GDK_HAND1Kurosawa Takeshi
LibreOffice uses GDK_HAND1 for POINTER_REFHAND and GDK_HAND2 for POINTER_HAND. However there is not much difference between GDK_HAND1 and GDK_HAND2. GDK_HAND1 means "a right-pointing hand" and GDK_HAND2 means "a left-pointing hand". Since GDK_HAND2 is much more popular and some cursor themes don't contain cursor file for GDK_HAND1, we should use GDK_HAND2 for both POINTER_REFHAND and POINTER_HAND.
2011-02-16Remove SCO supportThomas Arnhold
2011-02-16Remove HPUX supportThomas Arnhold
2011-02-16Remove HDU_DEBUGThomas Arnhold
OSL_DEBUG_LEVEL > 2 isn't activated anyway so I removed it at this point.
2011-02-15dragonfly stuffFrancois Tigeot
2011-02-14Correctly display shortcut keys for ';' '[' and ']'. (fdo#32891)Kohei Yoshida
In the keyboard shortcut customization dialog.... On Linux, It's better to use Ctrl+;, Ctrl+[ and Ctrl+] than Ctrl+semicolon, Ctrl+bracketleft, Ctrl+bracketright, respectively. On Windows, these key names were empty.
2011-02-09Resolves: fdo#33510 A way to query about likely font layout capabilitiesCaolán McNamara
2011-02-05some more std::hash_map::resize rests removedFridrich Štrba
2011-02-04Bulk move libs-gui to boost unordered containersFridrich Strba
2011-02-01exclude the localized style names from the cachemapCaolán McNamara
2011-02-01Fixing font style languages.pgajdos
2011-01-31GTK: Use gtk vseparator instead of native one for the toolbarLucas Baudin
2011-01-30fdo#33349 archaic 'Berling Antiqua' claims to also be 'Times New Roman'Caolán McNamara
2011-01-29Remove unused SalFontStructListJonathan Callen
2011-01-28remove obsolete m_bSingleAltPressMichael Meeks
2011-01-28Remove the menu when Left Alt Key was pressed; for GTKLucas Baudin
2011-01-28fix fdo#33473: bin duff 'togglebutton' detail hurting Ambience theme.Lucas Baudin
cf. https://webstats.gnome.org/GTK%2B/ThemingInternals (GtkToggleButton is a subclass of GtkButton)
2011-01-27native rendering for menubar item parts.Michael Meeks
2011-01-26Resolves: fdo#33523 fix scrollbars in themes that have no up/down buttonsCaolán McNamara
2011-01-26proper Qt event loop integration also when Glib is not usedLuboš Luňák
2011-01-25fix various gtk+ theme integration annoyances, fdo#32186Lucas Baudin
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-19don't leak PPDParsersCaolán McNamara
2011-01-18forcing Qt native paint system is not necessary anymoreLuboš Luňák
bf4b61c7b7f2ca1d9641ab0cf5f88a68bc3930d0 fixed the problem.
2011-01-17paint toolbar handle positioned properly (fdo#32558)Luboš Luňák
The problem was that we passed the whole widget geomtry to QStyle but it expected only geometry of the handle and e.g. Oxygen used center of the geometry.
2011-01-17change the adjust argument to more versatile QRectLuboš Luňák
2011-01-17fix cases of using screen visual for a drawableLuboš Luňák
But I fear the assumption that there is just one visual per screen is quite spread in the code :-/.
2011-01-17add const to GetBitCount()Luboš Luňák
2011-01-17and fix the 'XRenderPictFormat* pVisualFormat' misnomer tooLuboš Luňák
2011-01-17do not mix unrelated X11 Visuals (fdo#33108)Luboš Luňák
Do not assume that there is just one generic Visual, as today's XServers are ARGB-capable and cases of both the default depth and 32bit visuals can happen.
2011-01-17avoid some useless and confusing void* <-> XRenderPictFormat* castsLuboš Luňák
2011-01-15equalsAsciiL faster than equalsAscii when length availableCaolán McNamara
2011-01-04fix build errorCaolán McNamara
2011-01-04Bogus comments and commented code removal from Unix VCLRobert Roth
2011-01-04remove reference to sun bugtrackerDavid Tardon
2011-01-01cppcheck: prefer prefix variantCaolán McNamara
2011-01-01cppcheck: prefer prefix variantCaolán McNamara
2010-12-20gtk: Use the right padding in the menus, bnc#304620Jan Holesovsky
This is not 100% perfect, it sets even the vertical padding to this value, but better than hardcoded '1' ;-)
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky
Conflicts: unotools/source/config/configmgr.cxx vcl/source/gdi/pdfwriter_impl.cxx
2010-12-17remove duplicate printer codeJoachim
2010-12-17rename the Svp printer stuff from PspSal to SvpSalCaolán McNamara