summaryrefslogtreecommitdiffstats
path: root/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix GTK3 right-to-left rendering of spin buttonsKhaled Hosny2015-08-311-7/+22
* Fix GTK3 right-to-left renderingKhaled Hosny2015-08-201-7/+23
* gtk3: it was pointed out to me we have up and down reversedCaolán McNamara2015-08-201-2/+2
* GTK3 HiDPI: disable window scaling and get display DPI via GTK3Tomaž Vajngerl2015-08-201-0/+18
* gtk3: native focus rects are fine for flat buttonsCaolán McNamara2015-08-061-0/+1
* gtk3: rework to remove gtk_style_context_set_path warningCaolán McNamara2015-08-061-16/+9
* GtkSettings:gtk-menu-images deprecatedJulien Nabet2015-08-061-3/+2
* GtkSettings:gtk-menu-popup-delay deprecatedJulien Nabet2015-08-061-3/+3
* gtk3: move cairo region clipping to svpCaolán McNamara2015-08-061-14/+0
* gtk3: render menu arrows with menuitem style not menu styleCaolán McNamara2015-08-061-2/+3
* Another gross inclusion hack that can apparently go nowStephan Bergmann2015-08-061-2/+2
* gtk3: native render the comically oversized gtk3 spinbuttonsCaolán McNamara2015-08-061-77/+73
* gtk3: error: 'GTK_STATE_FLAG_CHECKED' was not declared in this scopeMiklos Vajna2015-08-061-2/+2
* gtk3: we need to take margins in account for scrollbarsCaolán McNamara2015-08-061-2/+8
* gtk3: get right bounds for scrollbar thumb with no arrow buttonsCaolán McNamara2015-08-061-5/+9
* gtk3: use a more straightforward ownership for menuCaolán McNamara2015-08-061-8/+8
* gtk3: drop manually constructed mpMenuItemStyleCaolán McNamara2015-08-061-17/+6
* gtk3: use correct check menu item styleCaolán McNamara2015-08-061-3/+10
* gtk3: render menu radio buttons and checkboxesCaolán McNamara2015-08-061-0/+6
* coverity#1302608 gtk3 Logically dead codeCaolán McNamara2015-08-061-8/+4
* coverity#1302691 gtk3 Unused valueCaolán McNamara2015-08-061-1/+0
* convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin2015-05-291-1/+1
* gtk3: fix bordersCaolán McNamara2015-05-261-4/+4
* gtk3: focus rects for combobox entriesCaolán McNamara2015-05-261-4/+8
* gtk3: checkmarks slightly clipped on left sideCaolán McNamara2015-05-191-8/+20
* use CHECKED alias for GTK_STATE_FLAG_CHECKED instead.Michael Meeks2015-05-191-1/+1
* downgrade remaining nwf spew to infoCaolán McNamara2015-05-191-2/+1
* gtk3: nwf for list node expandersCaolán McNamara2015-05-191-2/+12
* gtk3: presume we want the same no-op for LISTNET as gtk2Caolán McNamara2015-05-191-1/+2
* gtk3: nwf for progress barsCaolán McNamara2015-05-191-2/+35
* gtk3: render arrow part of a tree list headerCaolán McNamara2015-05-181-2/+24
* gtk3: implement tree header bar areaCaolán McNamara2015-05-181-4/+31
* gtk3: implement NWF CTRL_MULTILINE_EDITBOXCaolán McNamara2015-05-151-2/+11
* gtk3: implement fixed line NWFCaolán McNamara2015-05-151-11/+25
* gtk3: render native menubar and menubaritemsCaolán McNamara2015-05-151-22/+50
* gtk3: punt tooltips for nowCaolán McNamara2015-05-151-1/+3
* gtk3: get tooltip colorCaolán McNamara2015-05-151-10/+21
* gtk3: add the border to the padding to get visible framesCaolán McNamara2015-05-151-4/+7
* gtk3: shiny native focus rectangles for radiobuttonsCaolán McNamara2015-05-141-1/+1
* gtk3: shiny native focus rectangles for checkboxesCaolán McNamara2015-05-141-7/+10
* gtk3: shiny native focus rectangles for listboxesCaolán McNamara2015-05-141-2/+2
* gtk3: provide a scheme where NWF can render the focus rects itselfCaolán McNamara2015-05-141-2/+19
* gtk3: if we have GTK_STATE_FLAG_CHECKED use only that bitCaolán McNamara2015-05-131-4/+4
* gtk3: don't include the focus pad and width in comboboxesCaolán McNamara2015-05-131-12/+5
* gtk3:don't even out the left/right top/bottom, take the figures as-isCaolán McNamara2015-05-131-6/+8
* gtk3: implement CTRL_FRAMECaolán McNamara2015-05-131-31/+83
* Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara2015-05-131-31/+17
* gtk3: get comboboxes and listboxes rendering right againCaolán McNamara2015-05-131-75/+107
* gtk3: insert a gap between tabsCaolán McNamara2015-05-111-6/+20
* gtk3: get the native tab item padding and borders sizeCaolán McNamara2015-05-111-3/+30