summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/gdi
AgeCommit message (Expand)AuthorFilesLines
2012-07-25Make default dark shadow non-blackRuslan Kabatsayev1-0/+1
2012-07-16Revert "Make bottom tabbar items follow native theme"Ruslan Kabatsayev1-5/+1
2012-07-10Make bottom tabbar items follow native themeRuslan Kabatsayev1-1/+5
2012-07-10Implement support for HeaderBar arrow native rendering, add GTK supportRuslan Kabatsayev1-2/+34
2012-07-10Implement support for listview headers native render, add GTK implementationRuslan Kabatsayev1-2/+62
2012-07-10correctly paint toolbar separators with gtk-2.8 (bnc#770013)Petr Mladek1-3/+5
2012-07-01vcl: CTRL_FIXEDBORDER is dead since ef877aab7eIvan Timofeev1-7/+1
2012-06-07Implement native FixedLine render, add GTK support for itRuslan Kabatsayev1-0/+25
2012-06-07Render bg correctly for widgets without theme-visible positionRuslan Kabatsayev1-4/+32
2012-06-05GTK theming: implement frame renderingRuslan Kabatsayev1-1/+109
2012-06-01Gtk theming: pass tab prelight state to themeRuslan Kabatsayev1-0/+6
2012-06-01GTK theming plugin: convert big if statement to switch structureRuslan Kabatsayev1-74/+87
2012-06-01nuke unused namespaceTakeshi Abe1-1/+0
2012-05-31vcl: cleanup code flow, and minor indent tweakMichael Meeks1-24/+23
2012-05-31GTK-theming: fix rendering of toolbuttonsRuslan Kabatsayev1-8/+33
2012-05-31GTK theming: implement rendering window backgroundRuslan Kabatsayev1-1/+29
2012-05-25gtk: add support for "vertical-padding" menu style propertyIvan Timofeev1-3/+8
2012-05-07gtk: scrollbar: fix visual response to a mouse clickIvan Timofeev1-1/+0
2012-05-05gtk: fix drawing of separators in vertical toolbarsIvan Timofeev1-20/+37
2012-05-05gtk: fix drawing of disabled menu-item checkmarks and submenu arrowsIvan Timofeev1-14/+6
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-18/+18
2012-03-29bypass GtkSalPrinter when it is not enabledDavid Tardon1-1/+1
2012-03-20Missing sub-menu arrows with 3.5.x and GTK < 2.15David Bolen1-2/+10
2012-03-06make it easier to find leaks by dropping globals at exitCaolán McNamara1-1/+0
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold1-21/+0
2012-02-11unusedcode.easy: clean GtkPrintWrapperThomas Arnhold1-26/+0
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann1-3/+2
2012-01-30tweak gtk print stuff to build against an archaic gtk2Caolán McNamara1-4/+12
2012-01-28GtkSalGraphics: No extra handling for Blueprint themeThomas Arnhold1-47/+5
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks1-271/+283
2012-01-08catch exception by constant referenceTakeshi Abe1-1/+1
2011-12-22use officecfg/Office/Common.hxx directlyDavid Tardon1-1/+5
2011-12-13Disable gtk3 at run-time, unless in experimental mode.Michael Meeks1-66/+1
2011-12-12stop saying "15" on stdoutCaolán McNamara1-1/+0
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2-3/+5
2011-12-05WaE: cleanup ambiguous types in appendMichael Meeks1-4/+4
2011-12-05add support for printing selectionsDavid Tardon1-13/+52
2011-12-05attach signals after activation of the control to avoid warningsDavid Tardon1-8/+11
2011-12-05make the gtk print dialog an experimental featureDavid Tardon1-7/+77
2011-12-05adapt to the new assertion/logging mechanismDavid Tardon1-11/+13
2011-12-05build the print dialog for gtk3 tooDavid Tardon2-5/+130
2011-12-05check for printing support dynamicallyDavid Tardon2-23/+309
2011-12-05set parent windowDavid Tardon1-3/+13
2011-12-05avoid use of destroyed widgetDavid Tardon1-0/+3
2011-12-05process HelpId option entryDavid Tardon1-8/+31
2011-12-05add support for printing n copiesDavid Tardon1-15/+80
2011-12-05avoid memory leak when print has been cancelledDavid Tardon1-10/+33
2011-12-05add support for Gtk+ print dialog (#i106780#)David Tardon1-0/+972
2011-12-05gtk: fix RTL list box renderingKhaled Hosny1-3/+10