Age | Commit message (Expand) | Author |
2011-10-28 | drop some unused code | Caolán McNamara |
2011-10-27 | make FontManager work directly on FontSelectPattern | Caolán McNamara |
2011-10-27 | Rename ImplFontSelectData to FontSelectPattern so I know what it does | Caolán McNamara |
2011-10-27 | renderArea is implemented only with GTK-3 | Petr Mladek |
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 |
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 |
2011-10-26 | Clean up ImplSVData::mpSalData. | Stephan Bergmann |
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 doesn... | Lucas Baudin |
2011-10-25 | gtk3: Use some static variable in GtkSalGraphics in order to avoid re-loading... | Lucas Baudin |
2011-10-25 | gtk3: add toolbar rendering, there is some graphical bugs if you have more th... | Lucas Baudin |
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 |
2011-10-25 | cleanup some missing conditionals causing problems for mac | Michael Meeks |
2011-10-25 | gtk3: fix display changed signal emissions | Michael Meeks |
2011-10-25 | gtk3: substantial performance win for editing document headers | Michael Meeks |
2011-10-25 | generic: overcome Mac specific build errors | Michael Meeks |
2011-10-25 | headless: add required clip map reset for simpler clipping cases | Michael Meeks |
2011-10-25 | generic: more unix conditional compilation pieces and win32 porting | Michael Meeks |
2011-10-25 | generic: share the PspGraphics code between gtk/unx and svp | Michael Meeks |
2011-10-25 | WaE: cleanup misc. redundant warnings, and silence the gtk2 case | Michael Meeks |
2011-10-25 | generic: remove mistaken m_aFrames hiding parent's frame list | Michael Meeks |
2011-10-25 | gtk3: make AnyInput to behave itself properly | Michael Meeks |
2011-10-25 | gtk3: fix gtk2 crash-on-exit regression | Michael Meeks |
2011-10-25 | gtk3: try to improve AnyInput (absent toolkit support for it) | Michael Meeks |
2011-10-25 | generic: re-work X error push/pop and error message handling | Michael Meeks |
2011-10-25 | generic: try to cleanup SalXLib cruft some more | Michael Meeks |