summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2016-02-18Resolves: tdf#97904 opengl stuff isn't implemented for gtk3Caolán McNamara4-1/+26
2016-02-18tdf#96091 Correct ascend and descend values for OTC font.Mark Hung1-8/+15
2016-02-18Resolves: rhbz#1285356 force swing not to use gtk2 if gtk3 is loadedCaolán McNamara1-0/+7
2016-02-17Missing semicolonStephan Bergmann1-1/+1
2016-02-17gtk3: use native GtkPopover for calc formula prompt, etcCaolán McNamara1-0/+76
2016-02-16gtk3+wayland: play video via gtksink gstreamer elementCaolán McNamara4-5/+5
2016-02-16Related: tdf#97739 fix gtk3 spinbuttons for recent control region changesCaolán McNamara1-21/+14
2016-02-16Silence loplugin:staticmethodsNoel Grandin1-0/+1
2016-02-16this "else" looks uselessDavid Tardon1-1/+0
2016-02-15implement wayland handle passing for gstreamerCaolán McNamara2-8/+30
2016-02-15rename X11WindowProvider to a NativeWindowHandle providerCaolán McNamara7-77/+76
2016-02-15tdf#97665 Let's hope that over activation isn't really neededMaxim Monastirsky3-66/+16
2016-02-14coverity#1352217 Logically dead codeCaolán McNamara1-1/+1
2016-02-12gtk3: only available since 3.12.0Caolán McNamara1-0/+2
2016-02-12nothing needs GetClipRegionType or uses SAL_OBJECT_CLIP_INCLUDERECTS nowCaolán McNamara3-16/+0
2016-02-12op is always SAL_OBJECT_CLIP_INCLUDERECTSCaolán McNamara1-16/+2
2016-02-12this GetClipRegionType is always SAL_OBJECT_CLIP_INCLUDERECTSCaolán McNamara1-2/+2
2016-02-12SAL_OBJECT_CLIP_ABSOLUTE is never usedCaolán McNamara1-3/+0
2016-02-12SAL_OBJECT_CLIP_EXCLUDERECTS is never usedCaolán McNamara1-3/+0
2016-02-12nClipRegionType is always SAL_OBJECT_CLIP_INCLUDERECTSCaolán McNamara1-1/+0
2016-02-12split the gtk2 and gtk2 gtkobjectsCaolán McNamara2-22/+184
2016-02-12tdf#95857 Sort out German plurals ...danielt9982-8/+8
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock26-68/+68
2016-02-12Related: rhbz#1287593 issue 8, set a 'dark shadow' color based on the themeCaolán McNamara1-16/+8
2016-02-12-Werror,-Wunused-functionStephan Bergmann1-5/+0
2016-02-12Related: rhbz#1287593 subissues 1 & 2, pick 'tab' suitable colors from themeCaolán McNamara1-0/+4
2016-02-12gtk3: we don't render whatever a CTRL_LISTNET isCaolán McNamara1-0/+1
2016-02-12Related: rhbz#1287593 subissue 6, get suitable hyperlink colors for dark themeCaolán McNamara1-17/+17
2016-02-12gtk_icon_info_free is deprecatedCaolán McNamara1-6/+3
2016-02-11Keep track of ThreadsEnter/Leave acquire counts per threadStephan Bergmann1-14/+9
2016-02-11SalYieldMutex::acquire/release should always be called in pairs, no?Stephan Bergmann1-8/+9
2016-02-11gtk3: adapt to 3.20 style changesCaolán McNamara1-231/+576
2016-02-09vcl, libreofficekit: gtk_clipboard_wait_for_contents() may return nullMichael Stahl1-0/+4
2016-02-09gtk3: endless trudge as gtk changes theming yet againCaolán McNamara1-140/+150
2016-02-09Formatting changes across all modulesChris Sherlock2-6/+3
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock1-7/+7
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock3-3/+3
2016-02-06vcl: split exception types from input typesChris Sherlock2-14/+14
2016-02-05Fix typosAndrea Gelmini5-7/+7
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-02-02loplugin:staticmethodsStephan Bergmann1-1/+1
2016-02-02move getCairoContext from X11CairoTextRender to X11SalGraphicsCaolán McNamara2-29/+19
2016-02-02move CairoTextRender cleanup to callersCaolán McNamara3-3/+8
2016-02-02rename drawSurface to releaseCairoContextCaolán McNamara5-5/+5
2016-02-01configure: remove ---disable-randr-linkMichael Stahl1-145/+0
2016-02-01fix the --disable-randr-link buildMichael Stahl1-1/+1
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-01-27Resolves: rhbz#1294208 trackpad two finger scroll does into reverseCaolán McNamara1-5/+3
2016-01-27gtk_drag_begin_with_coordinates is too new for tinderboxCaolán McNamara1-1/+10
2016-01-27Resolves: tdf#93054 gtk3: implement drag and dropCaolán McNamara2-49/+290