summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window
AgeCommit message (Expand)Author
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-10Clean up misguided use of EMPTYARGStephan Bergmann
2015-05-08loplugin:staticmethodsStephan Bergmann
2015-05-05AllocateFrame() and TriggerPaintEvent() can't be static when --enable-gtk3Tor Lillqvist
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01loplugin:staticfunctionNoel Grandin
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-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-23enable gtk3 to support cairo canvasCaolán McNamara
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-03-18TriggerPaintEvent too thenCaolán McNamara
2015-03-18we set maGeometry in advance of gtk_window_resizeCaolán McNamara
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-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