summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtkframe.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-30gtk3: listen to state-flags-changed and disable toplevels when in backdropCaolán McNamara1-1/+2
2015-06-26Resolves: tdf#92293 gtk3: get a11y workingCaolán McNamara1-0/+1
2015-06-25implement GtkSalFrame::GetKeyName with some code lying around handyCaolán McNamara1-0/+3
2015-06-17Resolves: tdf#91880 Invalidate graphics when the gtk window is destroyedCaolán McNamara1-0/+1
2015-06-14Resolves: tdf#91393 autotext (etc) not fully drawnCaolán McNamara1-0/+9
2015-05-27convert EXTTEXTINPUT constants to scoped enumNoel Grandin1-2/+2
2015-05-05AllocateFrame() and TriggerPaintEvent() can't be static when --enable-gtk3Tor Lillqvist1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-5/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-03-27gnome#745909 grab/ungrab keyboard for menusCaolán McNamara1-1/+2
2015-03-26add GtkLongPressGesture support and implement long-press in slideshowCaolán McNamara1-0/+1
2015-03-26add GtkSwipeGesture support and implement swipe left/right to change slidesCaolán McNamara1-0/+3
2015-03-23enable gtk3 to support cairo canvasCaolán McNamara1-1/+1
2015-03-19loplugin:constantfunction: vclNoel Grandin1-1/+0
2015-03-11just trust cairo's clipping instead, simplesCaolán McNamara1-1/+0
2015-03-11make gtk3 performance usableCaolán McNamara1-6/+5
2015-03-04move getCairoContext to GtkSalFrame and reuseCaolán McNamara1-0/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-11/+11
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin1-1/+1
2014-11-10implement X11WindowProvider for GtkSalFrameMarkus Mohrhard1-1/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock1-1/+0
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-3/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-46/+46
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-5/+5
2014-02-26Remove visual noise from vclAlexander Wilms1-1/+1
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-4/+4
2013-10-28fixincludeguards.sh: vclThomas Arnhold1-3/+3
2013-10-18Related: rhbz#919070 display -1 means span all displaysCaolán McNamara1-0/+1
2013-09-05lp#1204592: activate menues even earlier to reduce latencyBjoern Michaelsen1-0/+4
2013-07-18Related: fdo#48835 first cut at a GNOME3 appmenuCaolán McNamara1-0/+2
2013-04-16Move {pre,post}x.h to where {pre,post}mac.h and {pre,post}win.h areTor Lillqvist1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold1-0/+2
2013-02-14make compilable on RHEL-6Caolán McNamara1-0/+4
2012-11-28Remove useless method SetBackgroundBitmapMarcos Paulo de Souza1-2/+0
2012-11-20cairo: convert to gbuildMatúš Kukan1-1/+1
2012-11-15glib / dbus version checks strangely ommitted from the merge.Michael Meeks1-1/+2
2012-11-14Trying to avoid dbus stuff when ENABLE_DBUS!=TRUEFridrich Štrba1-0/+2
2012-11-14Menu is now subscribed to HUD awareness protocol events.Antonio Fernandez1-1/+1
2012-11-14Added files to implement HUD awareness protocol support.Antonio Fernandez1-0/+1
2012-11-14Removed the declaration of FlushConnection method in GtkSalFrame.Antonio Fernandez1-1/+0
2012-11-14Chart menu works now.Antonio Fernandez1-0/+1
2012-11-14Menu is always visible now.Antonio Fernandez1-2/+3
2012-11-14tweak menu destructionBjoern Michaelsen1-3/+6
2012-11-14moved dbus and menumodel ownership to frame, where it belongsBjoern Michaelsen1-1/+3