summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2012-05-29rename functions for consistency with the rest of gbuildDavid Tardon
Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
2012-05-29set all kde4 libs in configureDavid Tardon
Change-Id: I44b089613710bbdc776a27720c1851f68de1671e
2012-05-29simplify by using externalsDavid Tardon
Change-Id: Ife3ddccf65e9d2163589c3ab0f234d6e98d3105d
2012-05-29gbuildize shellDavid Tardon
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
2012-05-29connectivity: convert kab to gbuildPeter Foley
2012-05-29removed dead codeTakeshi Abe
Change-Id: Ic70d66befc90450aeb276d53f6da7e81aef85478
2012-05-28android: fix mouse click positioning, add more keymappings, fix focus.Michael Meeks
2012-05-28valgrind: Related rhbz#820376 mnDestWidth used without initializationCaolán McNamara
Change-Id: Id52458441fc2ef3b466f5e4f716b0341dca11091
2012-05-28calc input line: Native rendering of the input line.Jan Holesovsky
[Including few adjustments in the way the scrollbar is being calculated.] Change-Id: I247ee139864a119bdec9dead64e51d9aace385ff
2012-05-28fdo#46378: Prefer interpolation-based image rescaling in PDF export.Gökçen Eraslan
Change-Id: I9ead1221b4562dea0e1ef289944ac11ea850ed1a
2012-05-27break dep. cycle between vcl and fpickerDavid Tardon
Change-Id: I04c68440d7c5e5b6c620b406ff52b1cca9e2fbfb
2012-05-27WaE unused argumentNorbert Thiebaud
Change-Id: I04c06fd83142c7ced83a27370f50aee88a6a2101
2012-05-27Use normal font in tab headersStefan Knorr (astron)
2012-05-25fdo#50169: band-aid another crash in GraphiteLayout::expandOrCondense:Michael Stahl
error: attempt to subscript container with out-of-bounds index 6, but container only holds 6 elements.
2012-05-25gtk: add support for "vertical-padding" menu style propertyIvan Timofeev
and fix bug in MenuFloatingWindow::ImplHighlightItem - take this border into account Change-Id: Ieeb5a447ed58f9bb064a8b88aefc5d1b666195f7
2012-05-25WaE: nPos potentially uninitialized with gcc 4.7.0Caolán McNamara
Change-Id: Ie02cf6154b7536a46cd3753c526f7c390e57a40e
2012-05-23remove unused ImplSubEdit classCaolán McNamara
Change-Id: Iaf9a750860b4e51f576c37dab2d4844c2e2146cd
2012-05-23fdo#49914, rulers: DarkShadow color is supposed to be dark (even on Mac).Jan Holesovsky
Change-Id: I09d0c5d6797b6df9e84ad3574fc420241fe72707
2012-05-22Bin unused REFDEV_MODE48Tor Lillqvist
Change-Id: I96997da0eb038cab4bdba32e0d797747623f4853
2012-05-22border window: Design by Mirek M. - make the 'shells' more lightweight.Jan Holesovsky
Just a line at the top and the bottom, we do not want the entire 3D effect here, it makes it visually incompatible with the window decorations. Change-Id: I262932fb5def21d5bc4fb347be6d6a07807bb4d2
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
2012-05-22convert GetSurroundingText family to OUStringCaolán McNamara
Change-Id: Ifbb21fc26eedfde4afe2e3faf637346554f63d94
2012-05-22vcl: cleanup default icon-set logic making broadway default to tangoMichael Meeks
Change-Id: Ic982570a88a7f35c3b5a55a722ee759a37e1a64f
2012-05-22Bin unused OUTDEV_BUFFER_SIZETor Lillqvist
Change-Id: I14bc964e931d9ae1981e7a22e66d2699e16457f3
2012-05-21fdo#50173: fix Styles and Formatting gtk crasherBjoern Michaelsen
- 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-20move x11_extensions to tail_buildDavid Tardon
Change-Id: I7ed368730ddba2dac28e05970c509081ecaf0e80
2012-05-20Some cppcheck cleaningJulien Nabet
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
2012-05-18Revert fix for "#i86306# prepare against really broken CUPS installations..."Stephan Bergmann
...from 8046a87ecc879651ee9cf344211cdd198a419cab. At least sometimes in sw_complex test (with various bundled Java extensions enabled) under load, this code reports "Signal 11 during cups initialization called, ignoring cups" and in-process JVM aborts in panic. Looks like a legitimate SIGSEGV (to be translated into java.lang.NullPointerException) from JVM code is erroneously caught by the temporary lcl_signal_action in cupsmgr.cxx instead. As there is no non-cooperative way to have different signal handlers for different threads (at least under POSIX), and <https://issues.apache.org/ooo/show_bug.cgi?id=86306> "office crashes at startup on Solaris Intel" suggests this signal-catching business is only there to work around a completely broken machine, I think it is best to simply remove it again. Change-Id: I55b95a71d622f83c975989a4ffb1d95ef5737075
2012-05-18TDE is certainly not a preferred fallback over KDE4Luboš Luňák
Change-Id: Iebfe536f228e7831d81d59ea3c3692f8906f72ad
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-05-16fdo#47246: vcl: fix --enable-headless buildRiccardo Magliocchetti
Follow android way of building stuff. Change-Id: Ia3f8d7c58dbd09e070d9ea583872e115828365cb
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara
Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe
2012-05-15aero: Implement a glass menubar on Windows.Jan Holesovsky
We need to default to the Aero colors too, in order to this be really beautiful; but hopefully already in the current state it is an improvement :-) Change-Id: I 113039b62320fa76916ba74071e1eebff4d3476c
2012-05-15Reduce copy'n'paste by different nesting of if's.Jan Holesovsky
Change-Id: I9a68d585217550c1d229a2bc66d04e506253d747
2012-05-15Pack the bools.Jan Holesovsky
Change-Id: I71bf94a87f8d7092b472e7a8eb58045a82749c29
2012-05-15Don't take the workspace color from system on Windows, it is extremely ugly.Jan Holesovsky
[We need to introduce taking colors from theme (instead of system) anyway.] Change-Id: I75037771f2542e924cbff01accf66cfc851ec255
2012-05-15Instead of DwmIsCompositionEnabled, use IsThemeActive from uxtheme.dll.Jan Holesovsky
No idea why the DwmIsCompositionEnabled is recommended ~everywhere where you search for how to check if the themes are enabled; it is wrong as eg. over rdesktop, you are still using themes, but for sure not the composition in dwm. Change-Id: I Ib34f2a17809d03f29ccdf7d4a8b94ee7ad996bf5
2012-05-15Kill unused file.Jan Holesovsky
Change-Id: Id07fce1f1baf7361e16f16af63f54c98a71791f6
2012-05-14TDE integrationNorbert Thiebaud
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-14WaE : XKeycodeToKeysym deprecatedJulien Nabet
Replaced by XkbKeycodeToKeysym (cf http://nabble.documentfoundation.org/PATCH-Proposed-patch-for-XKeycodeToKeysym-deprecated-td3978158.html) Change-Id: Ide8331705369d0c38e72bfe693102625e62a87e1
2012-05-14-I$(SRCDIR)/solenv/inc is from SOLARINCMatúš Kukan
Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9
2012-05-13removed unused definesTakeshi Abe
Change-Id: Ida50737f540459bd0e709c49414c3a7f4d042a47
2012-05-11put debugDump behind #if OSL_DEBUG_LEVEL > 2Matúš Kukan
basebmp/source/debug.cxx is only for vcl/headless/svpgdi.cxx Change-Id: I I Ib0624d919d7c0c5ce54dbef62fa0b49fd6eb0ab1
2012-05-11include dequeCaolán McNamara
Change-Id: I4d3fef95d3259673115833b3ee89bd8792eb3af0
2012-05-11rhbz#809019 count mirrored monitors as oneDavid Tardon
Change-Id: I I I184541e99ab4e04b8534dd0341bc2f3630094e9c
2012-05-11WaE: unused parameterTor Lillqvist
Change-Id: Ic8166da819a2d6486c5122e986a156e729c7631a
2012-05-10fdo#45081: We never registered the SAL_OBJECT_CHILDCLASSNAMEA window classTor Lillqvist
A crucial line of code that called RegisterClassExA() for that window class had been deleted by accident in commit cda4a293608514783d38d470799cfbf97b245cc6 "Code cleanup" in May 2011, whoa. So apparently that window class is not needed for much except embedded video in Impress? Change-Id: I I19e70cefcf47aaf8a12a62539e0dacc5adb3c3b1
2012-05-10do not prepend \n twice, it confuses KFileDialog (rhbz#820439)Luboš Luňák
Draw -> Export -> filetype combo was broken. Change-Id: I9349749274498d5834dd63e73f3856434b1ab8d9
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara
Change-Id: Ie2fcc1a5404c62dc15b98f99f89631795df91b01
2012-05-10callcatcher: update unused code listCaolán McNamara
Change-Id: I286988eabcc2d813008597b3657c366d510f8ab6