summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/gdi
AgeCommit message (Collapse)AuthorFilesLines
2012-05-05gtk: fix drawing of disabled menu-item checkmarks and submenu arrowsIvan Timofeev1-14/+6
Change-Id: Ic9929de974b1dd806dee294e574ad9f561468eb4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-18/+18
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
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
Signed-off-by: Michael Meeks <michael.meeks@suse.com> Signed-off-by: Petr Mladek <pmladek@suse.cz>
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
A DisplayScreen is a screen index as used by the upper level abstractions, an X11Screen is a wrapper around an integer X screen index.
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
2011-12-05gtk: fix RTL spin button renderingKhaled Hosny1-5/+17
2011-11-30gtk: fix RTL combobox renderingKhaled Hosny1-2/+9
GTK themes expect the button and the editing area to be swapped in RTL.
2011-11-29gtk: fix sub-menu arrows RTL issueMichael Meeks1-1/+7
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-10-25generic: share the PspGraphics code between gtk/unx and svpMichael Meeks1-1/+1
2011-10-25generic: create shared display class and re-factor to use itMichael Meeks1-3/+3
2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks1-1/+1
move more chunks of unx/generic into generic/ and into libvcl itself. This allows the headless backend to remove it's X linkage finally.
2011-10-25remove conditionals, and split pieces into salnativewidgetsMichael Meeks1-0/+9
2011-10-24Some warning cleanup (found with trunk Clang).Stephan Bergmann1-4/+4
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-guiJan Holesovsky1-268/+293
Conflicts: vcl/source/control/makefile.mk vcl/unx/generic/printer/ppdparser.cxx
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2-76/+9
Conflicts: cppcanvas/source/mtfrenderer/implrenderer.cxx i18npool/inc/i18npool/lang.h i18npool/source/isolang/isolang.cxx svtools/source/filter/exportdialog.cxx svtools/source/graphic/grfmgr.cxx vcl/aqua/source/dtrans/aqua_service.cxx vcl/aqua/source/window/salframe.cxx vcl/inc/sft.hxx vcl/inc/unx/pspgraphics.h vcl/inc/vcl/cursor.hxx vcl/inc/vcl/gdimtf.hxx vcl/inc/vcl/settings.hxx vcl/prj/d.lst vcl/source/app/settings.cxx vcl/source/control/edit.cxx vcl/source/gdi/gdimtf.cxx vcl/source/window/cursor.cxx vcl/source/window/window.cxx vcl/unx/generic/fontmanager/fontconfig.cxx vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx vcl/unx/kde4/KDESalGraphics.cxx
2011-05-26Remove a GtkToggleToolButton widget which wasn't usedLucas Baudin1-8/+1
2011-05-26Fix a gtk warningLucas Baudin1-1/+1
2011-05-24Fix some visual glitch with GTK+Lucas Baudin1-98/+130
- Fix separators, they weren't properly aligned, and they didn't use gtk_paint_box when needed some gtk themes/engine draw lines with box ^^ (for 3d appearance for instance) - Fix pressed toolbar buttons state: it wasn't drawn correctly - Fix toolbar buttons background: window background was paint, but the background was the toolbar, so, now, the background of the toolbar is paint - Use gtk_paint_box instead of gtk_paint_flat_box for buttondefault, it wasn't correct and caused some weird things in the corners - Code cleanup: remove a function call which set the widgets flags, it is useless (and could cause some segfaults) since we must specify widget state and shadow in gtk_paint_(flat_)box). - Code cleanup: remove duplicated code, toolbar button are now drawn using the same function as normal buttons
2011-05-24Replace tabs by space in salnativewidgets-gtk.cxxLucas Baudin1-166/+166
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier1-1/+1
2011-05-08Some cppcheck cleaningJulien Nabet1-1/+1
2011-05-06Enable native sumbenu arrow drawing and implement it in GTK+Michael Natterer1-0/+64
2011-04-30Set GTK+ native mouse behaviour settingsChristian Dywan1-0/+16