Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-22 | try 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-22 | report properly button positions in Qt scrollbars (bnc#550828) | Luboš Luňák | |
2011-02-22 | fix fdo#32640 - un-necessary reverse lookup on startup | Michael Meeks | |
2011-02-19 | Remove DECLARE_LIST( SalFontCache, SalFontCacheItem* ) | Joseph Powers | |
2011-02-19 | Remove DECLARE_LIST( SalFontCache, ExtendedFontStruct* ) | Joseph Powers | |
2011-02-19 | Remove DECLARE_LIST( SalDisplays, SalDisplay* ) | Joseph Powers | |
It's always easy when they aren't used. | |||
2011-02-17 | fdo#32552 alt key opens "File" menu | Julien Nabet | |
2011-02-16 | Use GDK_HAND2 mouse cursor instead of GDK_HAND1 | Kurosawa 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-16 | Remove SCO support | Thomas Arnhold | |
2011-02-16 | Remove HPUX support | Thomas Arnhold | |
2011-02-16 | Remove HDU_DEBUG | Thomas Arnhold | |
OSL_DEBUG_LEVEL > 2 isn't activated anyway so I removed it at this point. | |||
2011-02-15 | dragonfly stuff | Francois Tigeot | |
2011-02-14 | Correctly 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-09 | Resolves: fdo#33510 A way to query about likely font layout capabilities | Caolán McNamara | |
2011-02-05 | some more std::hash_map::resize rests removed | Fridrich Štrba | |
2011-02-04 | Bulk move libs-gui to boost unordered containers | Fridrich Strba | |
2011-02-01 | exclude the localized style names from the cachemap | Caolán McNamara | |
2011-02-01 | Fixing font style languages. | pgajdos | |
2011-01-31 | GTK: Use gtk vseparator instead of native one for the toolbar | Lucas Baudin | |
2011-01-30 | fdo#33349 archaic 'Berling Antiqua' claims to also be 'Times New Roman' | Caolán McNamara | |
2011-01-29 | Remove unused SalFontStructList | Jonathan Callen | |
2011-01-28 | remove obsolete m_bSingleAltPress | Michael Meeks | |
2011-01-28 | Remove the menu when Left Alt Key was pressed; for GTK | Lucas Baudin | |
2011-01-28 | fix 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-27 | native rendering for menubar item parts. | Michael Meeks | |
2011-01-26 | Resolves: fdo#33523 fix scrollbars in themes that have no up/down buttons | Caolán McNamara | |
2011-01-26 | proper Qt event loop integration also when Glib is not used | Luboš Luňák | |
2011-01-25 | fix various gtk+ theme integration annoyances, fdo#32186 | Lucas Baudin | |
2011-01-25 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-24 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-20 | Replace 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-19 | don't leak PPDParsers | Caolán McNamara | |
2011-01-18 | forcing Qt native paint system is not necessary anymore | Luboš Luňák | |
bf4b61c7b7f2ca1d9641ab0cf5f88a68bc3930d0 fixed the problem. | |||
2011-01-17 | paint 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-17 | change the adjust argument to more versatile QRect | Luboš Luňák | |
2011-01-17 | fix cases of using screen visual for a drawable | Luboš Luňák | |
But I fear the assumption that there is just one visual per screen is quite spread in the code :-/. | |||
2011-01-17 | add const to GetBitCount() | Luboš Luňák | |
2011-01-17 | and fix the 'XRenderPictFormat* pVisualFormat' misnomer too | Luboš Luňák | |
2011-01-17 | do 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-17 | avoid some useless and confusing void* <-> XRenderPictFormat* casts | Luboš Luňák | |
2011-01-15 | equalsAsciiL faster than equalsAscii when length available | Caolán McNamara | |
2011-01-04 | fix build error | Caolán McNamara | |
2011-01-04 | Bogus comments and commented code removal from Unix VCL | Robert Roth | |
2011-01-04 | remove reference to sun bugtracker | David Tardon | |
2011-01-01 | cppcheck: prefer prefix variant | Caolán McNamara | |
2011-01-01 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-20 | gtk: Use the right padding in the menus, bnc#304620 | Jan Holesovsky | |
This is not 100% perfect, it sets even the vertical padding to this value, but better than hardcoded '1' ;-) | |||
2010-12-20 | Merge commit 'libreoffice-3.3.0.2' | Jan Holesovsky | |
Conflicts: unotools/source/config/configmgr.cxx vcl/source/gdi/pdfwriter_impl.cxx | |||
2010-12-17 | remove duplicate printer code | Joachim | |
2010-12-17 | rename the Svp printer stuff from PspSal to SvpSal | Caolán McNamara | |