summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
AgeCommit message (Expand)Author
2015-03-18TriggerPaintEvent too thenCaolán McNamara
2015-03-18we set maGeometry in advance of gtk_window_resizeCaolán McNamara
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-12gtk3 is sendine me duplicate mouse downs/ups unless I return trueCaolán McNamara
2015-03-11AllocateFrame only needed for gtk3 pathCaolán McNamara
2015-03-11drop -1 +2 hack unless someone can show a need for it againCaolán McNamara
2015-03-11debug helpersCaolán McNamara
2015-03-11just trust cairo's clipping instead, simplesCaolán McNamara
2015-03-11gtk3 fix mem leakCaolán McNamara
2015-03-11make gtk3 performance usableCaolán McNamara
2015-03-04make wheel scrolling work under gtk3Caolán McNamara
2015-03-04need GDK_SCROLL_MASK under gtk3 to get any wheel scroll eventsCaolán McNamara
2015-03-04consistent use of [pop|push]IgnoreDamageCaolán McNamara
2015-03-04update commentCaolán McNamara
2015-03-04seeing as we're using cairo-calls now we shouldn't need manual bounds checkingCaolán McNamara
2015-03-04flush surface after 'draw'Caolán McNamara
2015-03-04move getCairoContext to GtkSalFrame and reuseCaolán McNamara
2015-03-04quieten spewCaolán McNamara
2015-03-02quieten this a bitCaolán McNamara
2015-03-02implement GetWorkArea for gtk3Caolán McNamara
2015-03-01fix gtk3 buildCaolán McNamara
2015-02-28tdf#89141: reverted a workaround for getting activity timeVasily Melenchuk
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks
2015-02-27Remove unused mpOldSalMenuStephan Bergmann
2015-02-26Restore "Use the cairo-compatible basebmp surface for headless"Caolán McNamara
2015-02-26Revert "Use the cairo-compatible basebmp surface for headless"Stephan Bergmann
2015-02-25WaE: -Werror=unused-variableCaolán McNamara
2015-02-25Use the cairo-compatible basebmp surface for headlessCaolán McNamara
2015-02-2432 times larger than necessaryCaolán McNamara
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-16boost::noncopyable->'= delete'Caolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-05-Werror,-Wformat-securityStephan Bergmann
2015-02-05tdf#84102: Expose XAccessibleExtendedAttributes through ATKJacobo Aragunde Pérez
2015-02-05callcatcher: update unused codeCaolán McNamara
2015-02-04make idle timers actually activate only when idleLuboš Luňák
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-07VclInputFlags fixStephan Bergmann
2015-01-07fix windows buildNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin
2015-01-06vcl: cleanup shared SalYieldMutex from GtkYieldMutex.Michael Meeks
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#86674 paragraphs have ATK_STATE_INVALIDNiklas Johansson