summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-23Remove include stdio (part6)Julien Nabet16-77/+28
2015-05-22gtk3: call gtk_window_set_accept_focusCaolán McNamara1-2/+2
2015-05-22want to grab with owner_events trueCaolán McNamara1-1/+1
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-1/+1
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin4-4/+4
2015-05-22convert POINTER constants to scoped enumNoel Grandin4-217/+211
2015-05-21gtk3: implement keyboard and mouse grabCaolán McNamara1-65/+73
2015-05-20gtk3: fix bordersCaolán McNamara1-4/+4
2015-05-20convert PRINT_CAPABILITIES constants to scoped enumNoel Grandin1-2/+2
2015-05-20gtk3: focus rects for combobox entriesCaolán McNamara1-4/+8
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin2-2/+2
2015-05-19gtk3: checkmarks slightly clipped on left sideCaolán McNamara1-8/+20
2015-05-19use CHECKED alias for GTK_STATE_FLAG_CHECKED instead.Michael Meeks1-1/+1
2015-05-19downgrade remaining nwf spew to infoCaolán McNamara1-2/+1
2015-05-19gtk3: nwf for list node expandersCaolán McNamara1-2/+12
2015-05-19gtk3: presume we want the same no-op for LISTNET as gtk2Caolán McNamara1-1/+2
2015-05-19gtk3: nwf for progress barsCaolán McNamara1-2/+35
2015-05-18gtk3: render arrow part of a tree list headerCaolán McNamara1-2/+24
2015-05-18gtk3: implement tree header bar areaCaolán McNamara1-4/+31
2015-05-18add missing includesDavid Tardon1-0/+2
2015-05-17WaE in OSL_DEBUG_LEVEL > 1Caolán McNamara1-1/+1
2015-05-15gtk3: implement NWF CTRL_MULTILINE_EDITBOXCaolán McNamara1-2/+11
2015-05-15gtk3: implement fixed line NWFCaolán McNamara1-11/+25
2015-05-15gtk3: render native menubar and menubaritemsCaolán McNamara4-22/+53
2015-05-15gtk3: punt tooltips for nowCaolán McNamara1-1/+3
2015-05-15gtk3: get tooltip colorCaolán McNamara1-10/+21
2015-05-15gtk3: add the border to the padding to get visible framesCaolán McNamara1-4/+7
2015-05-14gtk3: shiny native focus rectangles for radiobuttonsCaolán McNamara1-1/+1
2015-05-14gtk3: shiny native focus rectangles for checkboxesCaolán McNamara1-7/+10
2015-05-14gtk3: shiny native focus rectangles for listboxesCaolán McNamara1-2/+2
2015-05-14gtk3: provide a scheme where NWF can render the focus rects itselfCaolán McNamara1-2/+19
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin2-9/+9
2015-05-13gtk3: if we have GTK_STATE_FLAG_CHECKED use only that bitCaolán McNamara1-4/+4
2015-05-13gtk3: don't include the focus pad and width in comboboxesCaolán McNamara1-12/+5
2015-05-13gtk3:don't even out the left/right top/bottom, take the figures as-isCaolán McNamara1-6/+8
2015-05-13gtk3: implement CTRL_FRAMECaolán McNamara1-31/+83