summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2015-05-31rendercontext: Initialize X11SalVirtualDevice with appropriate SalGraphics.Jan Holesovsky2-12/+21
2015-05-31rendercontext: Make the Gtk+ native widgets work with double-buffering.Jan Holesovsky1-7/+4
2015-05-29tdf#91720 - after MailMerge print, plain std print is not possibleJuergen Funk1-0/+1
2015-05-29convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-1/+1
2015-05-29convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin4-4/+4
2015-05-29convert POINTER constants to scoped enumNoel Grandin4-217/+211
2015-05-26want to grab with owner_events trueCaolán McNamara1-1/+1
2015-05-26gtk3: call gtk_window_set_accept_focusCaolán McNamara1-2/+2
2015-05-26gtk3: implement keyboard and mouse grabCaolán McNamara1-65/+73
2015-05-26gtk3: fix bordersCaolán McNamara1-4/+4
2015-05-26gtk3: 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
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara1-31/+17
2015-05-13gtk3: get comboboxes and listboxes rendering right againCaolán McNamara1-75/+107
2015-05-13Make it more obvious that the value combines DrawFrameFlags|DrawFrameStyleStephan Bergmann1-1/+2
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin2-2/+2
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin2-4/+4
2015-05-13Fix kde4Stephan Bergmann1-1/+1
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin2-6/+6
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann1-1/+1
2015-05-12vcl: kde4: loplugin:staticmethodsMichael Stahl1-1/+1
2015-05-11gtk3: insert a gap between tabsCaolán McNamara1-6/+20
2015-05-11gtk3: get the native tab item padding and borders sizeCaolán McNamara1-3/+30
2015-05-11vcl: gtk3: GTK_STYLE_CLASS_LABEL requires 3.16Michael Stahl1-0/+4
2015-05-11gtk3: now need to match GTK_STYLE_CLASS_LABEL to get label in tab propertiesCaolán McNamara1-3/+3