summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
AgeCommit message (Expand)Author
2015-07-08tdf#91641 adjust cursor when deleting preceding charactersJustin Luth
2015-04-28-Werror,-Wformat-securityStephan Bergmann
2015-04-28Resolves: tdf#73211 gtk checkboxes need erase afer togglingCaolán McNamara
2015-03-09tdf#84102: Expose XAccessibleExtendedAttributes through ATKJacobo Aragunde Pérez
2015-03-05tdf#89482 - return size of system virtual device resource at construction.Michael Meeks
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl
2015-01-16fdo#86674 paragraphs have ATK_STATE_INVALIDNiklas Johansson
2015-01-07vcl: cleanup shared SalYieldMutex from GtkYieldMutex.Michael Meeks
2014-12-15vcl: Use right size to draw native GTK window backgroundLouis-Francis Ratté-Boulianne
2014-12-15vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne
2014-12-02vcl: Use old method for pixmap painting for GTK widgets without OpenGLLouis-Francis Ratté-Boulianne
2014-12-02vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-15vcl: Replace GetPixmapFromScreen by FillPixmapFromScreenLouis-Francis Ratté-Boulianne
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-13coverity#1251591 Resource leakCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12vcl: Use offscreen rendering for native GTK widgets with OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-10only call XFreePixmap on pixmaps created via XCreatePixmapCaolán McNamara
2014-11-10vcl: the docs say gdk_window_get_screen was added in GTK+ 2.24Michael Stahl
2014-11-10vcl: Add GetPixmapFromScreen and RenderPixmapToScreen to X11SalGraphicsLouis-Francis Ratté-Boulianne
2014-11-10implement X11WindowProvider for GtkSalFrameMarkus Mohrhard
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-04vcl: gtk 2.4 is checked at configure timeRiccardo Magliocchetti
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin
2014-10-21-Werror,-Wunneeded-internal-declarationStephan Bergmann
2014-10-21Resolves: fdo#33598 don't show filter list any moreCaolán McNamara
2014-10-21Related: fdo#33598 don't show filter list if there is only one filterCaolán McNamara
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl
2014-10-02coverity#1242965 Result is not floating-pointCaolán McNamara
2014-09-30Avoid leaking a GtkMenuMatthew J. Francis
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-28Avoid leaking dbus objectsMatthew J. Francis
2014-09-25Fix miscellaneous memory leaksMatthew J. Francis
2014-09-23Fix memory leaksMatthew J. Francis
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-19Fix use of uninitialised value identified by valgrindMatthew J. Francis
2014-09-18fdo#69090 Avoid using a string after freeMatthew J. Francis
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock
2014-09-10vcl: no such thing as GtkSalInstance, remove commented codeChris Sherlock
2014-09-10vcl: GtkSalFrame::AcquireGraphics() calls GtkSalGraphics::Init() twiceChris Sherlock
2014-08-24vcl::KeyCode fixesTor Lillqvist
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist