summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window
AgeCommit message (Expand)AuthorFilesLines
2015-11-30gtk3: implement GetIndicatorStateCaolán McNamara1-2/+13
2015-11-17Resolves: rhbz#1278885 gtk3 allocated size doesn't match configure-event sizeCaolán McNamara1-88/+163
2015-11-12Resolves: tdf#93847 gtk3: paint blocking is unnecessary and harmfulCaolán McNamara1-1/+4
2015-10-27tdf#95096 avoid invalid cursor position exceptionJustin Luth1-2/+5
2015-09-14Resolves: tdf#93778 fixed crashSzymon Kłos1-7/+10
2015-07-31tdf#92765: Show the real icon instead of a black square with gtk vclplug.Jan Holesovsky1-4/+9
2015-07-24Revert "gtk3: draw/paint to the fixed container"Caolán McNamara1-18/+17
2015-07-24gtk3: draw/paint to the fixed containerCaolán McNamara1-17/+18
2015-07-23Resolves: tdf#92689 grab keyboard focus to parent, not to earlier generationsCaolán McNamara1-6/+2
2015-07-20wayland: actually show somethingCaolán McNamara1-1/+8
2015-07-16Resolves: tdf#92671 union each monitor workarea to find best screen workareaCaolán McNamara1-4/+10
2015-07-07gtk3: handle 32bit icons, silences ugly warnings as bonusCaolán McNamara1-10/+11
2015-07-01gtk3: disable using notification that we are in the backdropCaolán McNamara1-1/+4
2015-06-30tdf#91641 adjust cursor when deleting preceding charactersJustin Luth1-2/+10
2015-06-30gtk3: re-enable when in backdrop and receive delete signalCaolán McNamara1-0/+8
2015-06-30gtk3: listen to state-flags-changed and disable toplevels when in backdropCaolán McNamara1-2/+21
2015-06-26Resolves: tdf#92293 gtk3: get a11y workingCaolán McNamara1-4/+19
2015-06-25these ancient baselines are breaking my spiritCaolán McNamara1-0/+13
2015-06-25gtk3: move createCairoContext down to svpgdiCaolán McNamara1-11/+2
2015-06-25implement GtkSalFrame::GetKeyName with some code lying around handyCaolán McNamara2-87/+92
2015-06-24X11SalInstance->SalGenericInstanceCaolán McNamara1-2/+2
2015-06-19gtk3: get rid of this incorrectly gtk3-only positioning limits holdoverCaolán McNamara1-28/+0
2015-06-17Resolves: tdf#91880 Invalidate graphics when the gtk window is destroyedCaolán McNamara1-6/+11
2015-06-15Resolves: tdf#91393 autotext (etc) not fully drawnCaolán McNamara1-7/+36
2015-05-29convert POINTER constants to scoped enumNoel Grandin1-1/+1
2015-05-26want to grab with owner_events trueCaolán McNamara1-1/+1
2015-05-26gtk3: call gtk_window_set_accept_focusCaolán McNamara1-2/+2
2015-05-26gtk3: implement keyboard and mouse grabCaolán McNamara1-65/+73
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin1-1/+1
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin1-1/+1
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-10Clean up misguided use of EMPTYARGStephan Bergmann1-8/+5
2015-05-08loplugin:staticmethodsStephan Bergmann1-0/+5
2015-05-05AllocateFrame() and TriggerPaintEvent() can't be static when --enable-gtk3Tor Lillqvist1-4/+4
2015-05-05loplugin:staticmethodsNoel Grandin1-17/+17
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-3/+3
2015-04-02loplugin:staticmethodsNoel Grandin1-4/+4
2015-04-01loplugin:staticfunctionNoel Grandin1-2/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-4/+4
2015-03-30don't attempt X internals for gtk3 plug window used by avmediaCaolán McNamara2-7/+16
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann5-34/+34
2015-03-27gnome#745909 grab/ungrab keyboard for menusCaolán McNamara1-2/+37
2015-03-26add GtkLongPressGesture support and implement long-press in slideshowCaolán McNamara1-0/+22
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-6/+6
2015-03-26loplugin:cstylecastStephan Bergmann1-1/+1
2015-03-26add GtkSwipeGesture support and implement swipe left/right to change slidesCaolán McNamara1-0/+30