Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-02 | Library_vclplug_gtk3.mk: fix typo | Michael Stahl | |
2011-11-02 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core | Michael Stahl | |
2011-11-02 | drop freshly unused methods | Caolán McNamara | |
2011-11-02 | use SAL_N_ELEMENTS | David Tardon | |
2011-11-02 | use external | David Tardon | |
2011-11-01 | SalYieldMutex::release(): add assertion | Michael Stahl | |
2011-11-01 | let's see if better eventloop integr. makes it into Qt4.9, if any | Luboš Luňák | |
https://bugreports.qt.nokia.com//browse/QTBUG-16934 | |||
2011-11-01 | gtk: fix cpu burn when inactive - broken timeout calculation | Michael Meeks | |
2011-11-01 | drop GetImageIds | Caolán McNamara | |
2011-11-01 | callcatcher: remove unused appendStr | Caolán McNamara | |
2011-11-01 | adapt naming scheme | Caolán McNamara | |
2011-11-01 | add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString one | Caolán McNamara | |
2011-10-31 | rhbz#657394: crash closing document while printing | Michael Stahl | |
- XRenderable implementation in SwXTextDocument and ScModelObj throw DisposedExceptions instead of RuntimeExceptions - SfxPrinterController catches DisposedException and aborts printing - vcl::PrinterController checks that the printing was not aborted | |||
2011-10-31 | gtk: tolerate NULL from gdk_screen_get_monitor_plug_name | Michael Meeks | |
2011-10-28 | drop some unused code | Caolán McNamara | |
2011-10-27 | make FontManager work directly on FontSelectPattern | Caolán McNamara | |
This disentangles another layer of intermediate substitution and assignment which we can do now after Christina's work and aligns this a step closer to the FcPattern concept and a few more percent more readable and maintainable I hope. | |||
2011-10-27 | Rename ImplFontSelectData to FontSelectPattern so I know what it does | Caolán McNamara | |
Rename ImplFontSelectData to FontSelectPattern because I can never remember the name of the thing. This way I'll be able to remember that its basically the equivalent of fontconfig's FcPattern | |||
2011-10-27 | renderArea is implemented only with GTK-3 | Petr Mladek | |
fixes build on SLED10 with gtk-2.8 and cairo-1.0.2 | |||
2011-10-27 | there is no USE_XINERAMA define, but USE_XINERAMA_XSUN/USE_XINERAMA_XORG | Caolán McNamara | |
2011-10-27 | remove ItalicMatrix into delivered header | Caolán McNamara | |
2011-10-27 | Resolves: fdo#32665 handle that FreeSerif lacks some glyphs in bold/italic | Caolán McNamara | |
FreeSerif lacks glyphs in bold/italic variants that it has in the normal one. A lot of our glyph fallback infrastructure, especially the caches don't expect that a normal variant of a font with extra emboldening or extra font skew can be a fallback for a bold/italic variant of itself which exists, but doesn't have the missing glyphs that the normal one does. We really need to improve our glyph/font caching, but we can get 90% of the way there by excluding such cases from the caches. | |||
2011-10-27 | headless: cleanup degenerate clipping case to not render or warn. | Michael Meeks | |
2011-10-27 | WaE: hush an annoyance | Michael Meeks | |
2011-10-27 | gtk3: disable signalDraw for gtk2 case to avoid cairo build issues | Michael Meeks | |
2011-10-26 | gtk3: add missing gmodule include | Michael Meeks | |
2011-10-26 | gtk3: cleanup some code inclusion, and share timeval operators | Michael Meeks | |
2011-10-27 | removed dead code | Takeshi Abe | |
2011-10-26 | gdk_screen_get_monitor_plug_name returns "gchar *" | Petr Mladek | |
2011-10-26 | gtk3: fix another gdk_screen_get_monitor_plug_name instance | Michael Meeks | |
2011-10-26 | compilation fix: disable method inside the name space | Petr Mladek | |
2011-10-26 | gtk3: gdk_screen_get_monitor_plug_name is only present > gtk 2.14 | Michael Meeks | |
2011-10-26 | Reverted GetX11SalData to always use dynamic_cast. | Stephan Bergmann | |
2011-10-26 | generic: cleanup vcl / X11 display abstraction to fix crasher | Michael Meeks | |
Thanks to sberg for the pointer. | |||
2011-10-26 | Clean up ImplSVData::mpSalData. | Stephan Bergmann | |
soffice currently fails upon start up at least in GTK case due to vcl/unx/generic/app/saldisp.cxx SalDisplay ctor calling GetX11SalData() when the data is actually of type SalGenericData instead. | |||
2011-10-26 | fix android build post feature/gtk3 | Michael Meeks | |
2011-10-25 | WaE: misc. windows related fixes | Michael Meeks | |
2011-10-25 | gtk3: cleanup timeout source, to avoid annoying warnings with old glibs | Michael Meeks | |
2011-10-25 | add stdio for MacOSX | Caolán McNamara | |
2011-10-25 | Fix for fdo41997 continuation of VCL cleanup | Olivier Hallot | |
2011-10-25 | gtk3: add <cstddef> to vcl/inc/vcl/sysdata.hxx, it seems that g++ 4.6.1 ↵ | Lucas Baudin | |
doesn't like to have 'NULL' in plan C++ without this include | |||
2011-10-25 | gtk3: Use some static variable in GtkSalGraphics in order to avoid ↵ | Lucas Baudin | |
re-loading all GtkStylaContexts | |||
2011-10-25 | gtk3: add toolbar rendering, there is some graphical bugs if you have more ↵ | Lucas Baudin | |
than one row in the toolbar (is it detectable in GtkSalGraphices?) | |||
2011-10-25 | gtk3: Use CheckBox style (there is still a problem with the hover stage) | Lucas Baudin | |
2011-10-25 | gtk3: post merge fixups | Michael Meeks | |
2011-10-25 | gtk3: caveats on using g_main_prepare for older glibs; needs re-work | Michael Meeks | |
2011-10-25 | gtk3: add some missing SolarMutexGuards (thanks to mst for noticing) | Michael Meeks | |
2011-10-25 | gtk3: cleanup fullscreen unpleasantness | Michael Meeks | |
2011-10-25 | generic: fix error trap push/pop/reset semantics | Michael Meeks | |
2011-10-25 | generic: fix misc. initialization problems & simplify a little | Michael Meeks | |
2011-10-25 | generic: undo attempt at cross-platform headless for now | Michael Meeks | |