summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2015-06-17Resolves: tdf#91880 Invalidate graphics when the gtk window is destroyedCaolán McNamara
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-15another stab at tdf#91393Caolán McNamara
2015-06-14Resolves: tdf#91393 autotext (etc) not fully drawnCaolán McNamara
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet
2015-06-13TyposJulien Nabet
2015-06-12tdf#91301: Don't cache incomplete tabs.Jan Holesovsky
2015-06-12Revert "Fix LibreOffice running with SAL_ENABLEGL=1"Markus Mohrhard
2015-06-12in general this seems to make more senseMarkus Mohrhard
2015-06-11Fix LibreOffice running with SAL_ENABLEGL=1Jan Holesovsky
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-07Remove include stdio (part8)Julien Nabet
2015-06-04convert basebmp::Format to scoped enumNoel Grandin
2015-06-02loplugin:loopvartoosmallStephan Bergmann
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-01coverity#1302608 gtk3 Logically dead codeCaolán McNamara
2015-06-01coverity#1302691 gtk3 Unused valueCaolán McNamara
2015-06-01getCaretPosition() returns a signed int, not an unsigned oneJustin Luth
2015-05-29tdf#91720 -after MailMerge print, plain std print is not possibleJuergen Funk
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-27convert EXTTEXTINPUT constants to scoped enumNoel Grandin
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-25convert SHOW constants to scoped enumNoel Grandin
2015-05-24rendercontext: Make the Gtk+ native widgets work with double-buffering.Jan Holesovsky
2015-05-24rendercontext: Initialize X11SalVirtualDevice with appropriate SalGraphics.Jan Holesovsky
2015-05-23Remove include stdio (part6)Julien Nabet
2015-05-22gtk3: call gtk_window_set_accept_focusCaolán McNamara
2015-05-22want to grab with owner_events trueCaolán McNamara
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-21gtk3: implement keyboard and mouse grabCaolán McNamara
2015-05-20gtk3: fix bordersCaolán McNamara
2015-05-20convert PRINT_CAPABILITIES constants to scoped enumNoel Grandin
2015-05-20gtk3: focus rects for combobox entriesCaolán McNamara
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin
2015-05-19gtk3: checkmarks slightly clipped on left sideCaolán McNamara
2015-05-19use CHECKED alias for GTK_STATE_FLAG_CHECKED instead.Michael Meeks
2015-05-19downgrade remaining nwf spew to infoCaolán McNamara
2015-05-19gtk3: nwf for list node expandersCaolán McNamara
2015-05-19gtk3: presume we want the same no-op for LISTNET as gtk2Caolán McNamara
2015-05-19gtk3: nwf for progress barsCaolán McNamara
2015-05-18gtk3: render arrow part of a tree list headerCaolán McNamara
2015-05-18gtk3: implement tree header bar areaCaolán McNamara
2015-05-18add missing includesDavid Tardon