summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2015-06-19gtk3: hacky fpicker button removal needs updatingCaolán McNamara1-1/+1
2015-06-19gtk3: we need to take margins in account for scrollbarsCaolán McNamara1-2/+8
2015-06-19gtk3: get rid of this incorrectly gtk3-only positioning limits holdoverCaolán McNamara1-28/+0
2015-06-19gtk3: get right bounds for scrollbar thumb with no arrow buttonsCaolán McNamara1-5/+9
2015-06-19gtk3: use a more straightforward ownership for menuCaolán McNamara1-8/+8
2015-06-19SAL_NO_MOUSEGRABS disables grabbing of keyboard too.Jan Holesovsky1-0/+4
2015-06-19gtk3: drop manually constructed mpMenuItemStyleCaolán McNamara1-17/+6
2015-06-19gtk3: use correct check menu item styleCaolán McNamara1-3/+10
2015-06-19gtk3: render menu radio buttons and checkboxesCaolán McNamara1-0/+6
2015-06-19Work around G_DEFINE_TYPE -Werror,-Wunused-functionStephan Bergmann1-0/+7
2015-06-19use gtk3 vclplug by default under GNOME3 if availableCaolán McNamara1-8/+0
2015-06-19gtk3: use owner-changed to detect losing/gaining clipboard ownershipCaolán McNamara1-32/+120
2015-06-18gtk3: unused paramCaolán McNamara1-1/+1
2015-06-18gtk3: implement paste from usCaolán McNamara1-7/+161
2015-06-18gtk3: little code cleanupCaolán McNamara1-13/+3
2015-06-18gtk3: implement isDataFlavorSupportedCaolán McNamara1-8/+27
2015-06-18gtk3: implement paste everything else into usCaolán McNamara1-5/+23
2015-06-18gtk3: implement most common case of text paste into usCaolán McNamara1-3/+13
2015-06-18gtk3 clipboard supportCaolán McNamara1-0/+333
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-4/+4
2015-06-17Resolves: tdf#91880 Invalidate graphics when the gtk window is destroyedCaolán McNamara1-6/+11
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin4-13/+6
2015-06-15cppcheck:unreadVariableNoel Grandin3-7/+5
2015-06-15another stab at tdf#91393Caolán McNamara1-8/+10
2015-06-14Resolves: tdf#91393 autotext (etc) not fully drawnCaolán McNamara2-31/+38
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet1-1/+1
2015-06-13TyposJulien Nabet1-1/+1
2015-06-12tdf#91301: Don't cache incomplete tabs.Jan Holesovsky1-4/+24
2015-06-12Revert "Fix LibreOffice running with SAL_ENABLEGL=1"Markus Mohrhard1-6/+3
2015-06-12in general this seems to make more senseMarkus Mohrhard1-4/+2
2015-06-11Fix LibreOffice running with SAL_ENABLEGL=1Jan Holesovsky2-3/+9
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-1/+1
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin3-9/+9
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann25-137/+137
2015-06-07Remove include stdio (part8)Julien Nabet8-9/+0
2015-06-04convert basebmp::Format to scoped enumNoel Grandin1-1/+1
2015-06-02loplugin:loopvartoosmallStephan Bergmann1-1/+1
2015-06-02loplugin:loopvartoosmallNoel Grandin7-15/+15
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-06-01coverity#1302608 gtk3 Logically dead codeCaolán McNamara1-8/+4
2015-06-01coverity#1302691 gtk3 Unused valueCaolán McNamara1-1/+0
2015-06-01getCaretPosition() returns a signed int, not an unsigned oneJustin Luth1-1/+1
2015-05-29tdf#91720 -after MailMerge print, plain std print is not possibleJuergen Funk1-0/+1
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-1/+1
2015-05-27convert EXTTEXTINPUT constants to scoped enumNoel Grandin3-5/+5
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara19-23/+23
2015-05-25convert SHOW constants to scoped enumNoel Grandin1-2/+2
2015-05-24rendercontext: Make the Gtk+ native widgets work with double-buffering.Jan Holesovsky1-7/+4
2015-05-24rendercontext: Initialize X11SalVirtualDevice with appropriate SalGraphics.Jan Holesovsky2-12/+21