summaryrefslogtreecommitdiffstats
path: root/vcl/unx
Commit message (Expand)AuthorAgeFilesLines
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-102-7/+19
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-092-10/+10
* loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin2015-04-091-11/+7
* vcl: window destructors calling disposeNoel Grandin2015-04-091-3/+0
* vcl: rename VclReference to VclPtrNoel Grandin2015-04-091-2/+2
* vcl: add cast operator to VclReference to convert to pointerNoel Grandin2015-04-091-1/+1
* manage VCL widgets using rtl::ReferenceNoel Grandin2015-04-091-24/+38
* fix gtk3 buildCaolán McNamara2015-04-071-1/+1
* Change "blink times" to be of type sal_uInt64Stephan Bergmann2015-04-071-1/+1
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-023-6/+6
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-023-6/+6
* vcl: [loplugin:staticcall]Michael Stahl2015-04-021-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-024-19/+19
* loplugin:staticfunctionNoel Grandin2015-04-013-6/+4
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-5/+5
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-3114-24/+24
* don't attempt X internals for gtk3 plug window used by avmediaCaolán McNamara2015-03-302-7/+16
* Introduce vcl::IsWindowSystemAvailable()Tor Lillqvist2015-03-302-50/+74
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2828-149/+149
* gnome#745909 grab/ungrab keyboard for menusCaolán McNamara2015-03-271-2/+37
* add GtkLongPressGesture support and implement long-press in slideshowCaolán McNamara2015-03-261-0/+22
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-266-15/+15
* loplugin:cstylecastStephan Bergmann2015-03-261-1/+1
* add GtkSwipeGesture support and implement swipe left/right to change slidesCaolán McNamara2015-03-261-0/+30
* Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann2015-03-241-1/+1
* Typo: impemented->implementedJulien Nabet2015-03-231-1/+1
* loplugin:saloverrideStephan Bergmann2015-03-231-1/+1
* WaE: struct/class inconsistenceTor Lillqvist2015-03-231-1/+1
* enable gtk3 to support cairo canvasCaolán McNamara2015-03-234-4/+200
* move cairo helpers to vcl and make per-plugCaolán McNamara2015-03-233-1/+485
* coverity#1291169 dead codeCaolán McNamara2015-03-211-8/+1
* The 'svp' "plug-in" library is empty so don't build it at allTor Lillqvist2015-03-201-3/+4
* CID 1288898: Uninitialized memberMiklos Vajna2015-03-191-1/+2
* reorganize resizing surfaces logicCaolán McNamara2015-03-191-5/+0
* loplugin:constantfunction: vclNoel Grandin2015-03-1910-153/+22
* move the cairo resize hack into vclCaolán McNamara2015-03-191-0/+5
* tdf#74591 : Changes shortcut key "prior" and "next" to "PgUp" and "PgDn"Rishabh Kumar2015-03-182-6/+8
* revert work in progressCaolán McNamara2015-03-183-28/+3
* more thinkingCaolán McNamara2015-03-182-0/+10
* thinkingCaolán McNamara2015-03-183-3/+8
* claim gtk3 can handle cairo canvasCaolán McNamara2015-03-181-0/+5
* move the cairo resize hack into vclCaolán McNamara2015-03-181-0/+5
* ctor takes care of this initialization alreadyCaolán McNamara2015-03-181-2/+0
* move IsCairoWorking to vclplug level and renameCaolán McNamara2015-03-181-0/+7
* TriggerPaintEvent too thenCaolán McNamara2015-03-181-0/+1
* we set maGeometry in advance of gtk_window_resizeCaolán McNamara2015-03-181-0/+3
* fix higher debug buildCaolán McNamara2015-03-171-1/+1
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-131-1/+4
* make selected gtk3 menu entries visible under default f21 themeCaolán McNamara2015-03-121-0/+5
* presumably this has to be 1 not 0Caolán McNamara2015-03-121-1/+1