summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
AgeCommit message (Collapse)AuthorFilesLines
2012-05-31GTK theming: implement rendering window backgroundRuslan Kabatsayev1-1/+29
Change-Id: I34c6c38f383fce54aa0b2a61a5e88ee9a8cff4e7
2012-05-30vcl: rename unhelpful 'Default' screen to a BuiltIn screenMichael Meeks1-1/+1
Add 'BuiltInDisplay' and 'ExternalDisplay' UNO properties to clarify Change-Id: Idf5d26bf687871b3949d077fb89bfe1942839125
2012-05-25gtk: add support for "vertical-padding" menu style propertyIvan Timofeev1-3/+8
and fix bug in MenuFloatingWindow::ImplHighlightItem - take this border into account Change-Id: Ieeb5a447ed58f9bb064a8b88aefc5d1b666195f7
2012-05-21fdo#50173: fix Styles and Formatting gtk crasherBjoern Michaelsen1-0/+1
- when using the gtk vcl plugin, pressing F11 in writer crashes libreoffice on some systems with an X error - related: fdo#46687 Change-Id: I235cf327d812b606a357de859b1a959be728d2a1
2012-05-11rhbz#809019 count mirrored monitors as oneDavid Tardon3-20/+71
Change-Id: I I I184541e99ab4e04b8534dd0341bc2f3630094e9c
2012-05-07gtk: scrollbar: fix visual response to a mouse clickIvan Timofeev1-1/+0
Change-Id: I5f3b7f1bba1d751004399e4ea995acc813df3636
2012-05-05gtk: fix drawing of separators in vertical toolbarsIvan Timofeev1-20/+37
(regression from 0377b99b3f50a67e7845a3d728313e5a2ef36e73) * divide PART_SEPARATOR into PART_SEPARATOR_HORZ and PART_SEPARATOR_VERT * improve separator reduction: now the offset is (height*0.2) instead of 7. * rename: gVSeparator -> gSeparator * remove trailing whitespace Change-Id: I I If144509d7e061bf1b7901cd5418c4d7dbc3aa0d0
2012-05-05gtk: fix drawing of disabled menu-item checkmarks and submenu arrowsIvan Timofeev1-14/+6
Change-Id: Ic9929de974b1dd806dee294e574ad9f561468eb4
2012-05-02fdo#49365 correctly map monitor index back to screenDavid Tardon1-1/+1
Change-Id: I396b34119a2686011640d5f15de616fe2a166237
2012-04-30g_source_get_current_time has been deprecated since version 2.28Caolán McNamara1-3/+3
g_source_get_current_time has been deprecated since version 2.28 and should not be used in newly-written code. ... This function ignores source and is otherwise the same as g_get_current_time() not using g_source_get_time seeing as our baseline isn't there yet Change-Id: I9f389cbb8d23353c0a12eacb215d61256b28f643
2012-04-30Related: moz#424333 pixmaps are limited to max signed shortCaolán McNamara1-1/+4
Change-Id: I88cfd9592e11aa7dbe704df4810090b6a1ce4c66
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-2/+4
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-29incrementing index twice in one run seems wrongDavid Tardon1-1/+1
2012-04-28Remove stuff that doesn't make sense since AnyInput changeCaolán McNamara1-105/+26
Resolves: fdo#48011 writer idle-callbacks are halting when events pending commit id: 658954e8b50fc264428402dc5a95b0d6f690d191 which isn't to pretend that its definitely the *right* fix Change-Id: I228cf86b8e5eb0e4918c31e853a8d567831ce5e2
2012-04-24Resolves: fdo#48011 writer idle-callbacks are halting when events pendingCaolán McNamara1-12/+42
Writer does a lot of work, e.g. spell-checking, word counting etc. in idle-callbacks. It halts work by checking for AnyInput, and if any input or paint etc is pending the idle-callbacks stop. With gtk3 rework pending events don't seem to be available quite right.
2012-04-19fdo#46687 - fix find toolbar X error handlingMichael Meeks1-0/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-3/+3
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-21Compilation fix - GTK print dialog headers for GTK < 2.14David Bolen1-0/+4
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-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+3
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-4/+1
2012-03-07WaE: Fix cppcheck syntax error warningPhilipp Weissenbacher1-2/+2
2012-03-06make it easier to find leaks by dropping globals at exitCaolán McNamara2-1/+5
2012-03-06leak in IMHandler::signalIMPreeditChanged early returnCaolán McNamara1-0/+1
2012-03-06fix leak: return value of pango_attr_list_get_iterator should be releasedCaolán McNamara1-2/+3
"PangoAttrIterator * pango_attr_list_get_iterator (PangoAttrList *list); Returns : the newly allocated PangoAttrIterator, which should be freed with pango_attr_iterator_destroy()."
2012-03-06silence SolarMutex not locked spewCaolán McNamara1-0/+3
2012-03-06improve debugging messageCaolán McNamara1-1/+3
2012-03-06Related: rhbz#799628 crash with chewing-IM with g3gCaolán McNamara1-1/+7
2012-02-25android: move DamageTracker concept into SvpSalFrame and try to use itMichael Meeks1-0/+4
2012-02-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez1-16/+0
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold1-21/+0
2012-02-22EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option)Josh Heidenreich1-11/+0
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold1-26/+0
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap()
2012-02-16callcatcher: update unused code listCaolán McNamara1-4/+2
2012-02-15Various string function clean upStephan Bergmann1-3/+2
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
2012-02-11unusedcode.easy: clean GtkPrintWrapperThomas Arnhold2-32/+0
2012-02-02Fix for fdo43460 Part LIX getLength() to isEmpty()Olivier Hallot6-19/+19
Part LIX Modules vcl (part 3)
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-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold1-11/+0
2012-01-28GtkSalGraphics: No extra handling for Blueprint themeThomas Arnhold1-47/+5
2012-01-28Remove further code belonging to SalDisplay::GetKeyboardNameThomas Arnhold1-8/+0
2012-01-28Remove SalDisplay::GetKeyboardNameThomas Arnhold1-6/+1
This method seems to be useless. The return value (keyboard name) isn't used at any point. And I don't see any point in this method where some implicit call is done to refresh mappings...
2012-01-25reduce unnecessary includesCaolán McNamara1-1/+0
2012-01-16vcl: second part of fix for fdo#43458 - get xrandr / y positioning rightMichael Meeks1-1/+1
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks5-333/+363
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-15WaE: deprecated functionDavid Tardon1-1/+1
2012-01-15avoid warnings about deprecated decls. from glib2David Tardon2-0/+2