summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2015-04-07fix gtk3 buildCaolán McNamara
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02vcl: [loplugin:staticcall]Michael Stahl
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01loplugin:staticfunctionNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-30don't attempt X internals for gtk3 plug window used by avmediaCaolán McNamara
2015-03-30Introduce vcl::IsWindowSystemAvailable()Tor Lillqvist
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27gnome#745909 grab/ungrab keyboard for menusCaolán McNamara
2015-03-26add GtkLongPressGesture support and implement long-press in slideshowCaolán McNamara
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26loplugin:cstylecastStephan Bergmann
2015-03-26add GtkSwipeGesture support and implement swipe left/right to change slidesCaolán McNamara
2015-03-24Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann
2015-03-23Typo: impemented->implementedJulien Nabet
2015-03-23loplugin:saloverrideStephan Bergmann
2015-03-23WaE: struct/class inconsistenceTor Lillqvist
2015-03-23enable gtk3 to support cairo canvasCaolán McNamara
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara
2015-03-21coverity#1291169 dead codeCaolán McNamara
2015-03-20The 'svp' "plug-in" library is empty so don't build it at allTor Lillqvist
2015-03-19CID 1288898: Uninitialized memberMiklos Vajna
2015-03-19reorganize resizing surfaces logicCaolán McNamara
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-03-19move the cairo resize hack into vclCaolán McNamara
2015-03-18tdf#74591 : Changes shortcut key "prior" and "next" to "PgUp" and "PgDn"Rishabh Kumar
2015-03-18revert work in progressCaolán McNamara
2015-03-18more thinkingCaolán McNamara
2015-03-18thinkingCaolán McNamara
2015-03-18claim gtk3 can handle cairo canvasCaolán McNamara
2015-03-18move the cairo resize hack into vclCaolán McNamara
2015-03-18ctor takes care of this initialization alreadyCaolán McNamara
2015-03-18move IsCairoWorking to vclplug level and renameCaolán McNamara
2015-03-18TriggerPaintEvent too thenCaolán McNamara
2015-03-18we set maGeometry in advance of gtk_window_resizeCaolán McNamara
2015-03-17fix higher debug buildCaolán McNamara
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-12make selected gtk3 menu entries visible under default f21 themeCaolán McNamara
2015-03-12presumably this has to be 1 not 0Caolán McNamara
2015-03-12gtk3 is sendine me duplicate mouse downs/ups unless I return trueCaolán McNamara
2015-03-11flush surface for all backendsCaolá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