summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)AuthorFilesLines
2012-05-29removed dead codeTakeshi Abe1-19/+0
Change-Id: Ic70d66befc90450aeb276d53f6da7e81aef85478
2012-05-28android: fix mouse click positioning, add more keymappings, fix focus.Michael Meeks1-12/+44
2012-05-28valgrind: Related rhbz#820376 mnDestWidth used without initializationCaolán McNamara1-0/+2
Change-Id: Id52458441fc2ef3b466f5e4f716b0341dca11091
2012-05-28calc input line: Native rendering of the input line.Jan Holesovsky4-0/+22
[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 Eraslan1-1/+1
Change-Id: I9ead1221b4562dea0e1ef289944ac11ea850ed1a
2012-05-27break dep. cycle between vcl and fpickerDavid Tardon8-16/+57
Change-Id: I04c68440d7c5e5b6c620b406ff52b1cca9e2fbfb
2012-05-27WaE unused argumentNorbert Thiebaud1-1/+1
Change-Id: I04c06fd83142c7ced83a27370f50aee88a6a2101
2012-05-27Use normal font in tab headersStefan Knorr (astron)5-34/+1
2012-05-25fdo#50169: band-aid another crash in GraphiteLayout::expandOrCondense:Michael Stahl1-1/+5
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 Timofeev5-28/+34
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 McNamara1-1/+1
Change-Id: Ie02cf6154b7536a46cd3753c526f7c390e57a40e
2012-05-23remove unused ImplSubEdit classCaolán McNamara5-68/+0
Change-Id: Iaf9a750860b4e51f576c37dab2d4844c2e2146cd
2012-05-23fdo#49914, rulers: DarkShadow color is supposed to be dark (even on Mac).Jan Holesovsky2-2/+0
Change-Id: I09d0c5d6797b6df9e84ad3574fc420241fe72707
2012-05-22Bin unused REFDEV_MODE48Tor Lillqvist2-4/+0
Change-Id: I96997da0eb038cab4bdba32e0d797747623f4853
2012-05-22border window: Design by Mirek M. - make the 'shells' more lightweight.Jan Holesovsky4-0/+21
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 Abe2-2/+0
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
2012-05-22convert GetSurroundingText family to OUStringCaolán McNamara4-8/+7
Change-Id: Ifbb21fc26eedfde4afe2e3faf637346554f63d94
2012-05-22vcl: cleanup default icon-set logic making broadway default to tangoMichael Meeks1-11/+9
Change-Id: Ic982570a88a7f35c3b5a55a722ee759a37e1a64f
2012-05-22Bin unused OUTDEV_BUFFER_SIZETor Lillqvist1-3/+0
Change-Id: I14bc964e931d9ae1981e7a22e66d2699e16457f3
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-20move x11_extensions to tail_buildDavid Tardon1-0/+6
Change-Id: I7ed368730ddba2dac28e05970c509081ecaf0e80
2012-05-20Some cppcheck cleaningJulien Nabet2-2/+2
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
2012-05-18Revert fix for "#i86306# prepare against really broken CUPS installations..."Stephan Bergmann1-61/+15
...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ňák1-1/+1
Change-Id: Iebfe536f228e7831d81d59ea3c3692f8906f72ad
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara4-8/+0
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-05-16fdo#47246: vcl: fix --enable-headless buildRiccardo Magliocchetti1-7/+0
Follow android way of building stuff. Change-Id: Ia3f8d7c58dbd09e070d9ea583872e115828365cb
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara3-19/+3
Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe
2012-05-15aero: Implement a glass menubar on Windows.Jan Holesovsky5-37/+159
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 Holesovsky1-38/+26
Change-Id: I9a68d585217550c1d229a2bc66d04e506253d747
2012-05-15Pack the bools.Jan Holesovsky1-24/+24
Change-Id: I71bf94a87f8d7092b472e7a8eb58045a82749c29
2012-05-15Don't take the workspace color from system on Windows, it is extremely ugly.Jan Holesovsky1-1/+0
[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 Holesovsky3-40/+47
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 Holesovsky1-55/+0
Change-Id: Id07fce1f1baf7361e16f16af63f54c98a71791f6
2012-05-14TDE integrationNorbert Thiebaud22-113/+524
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-14WaE : XKeycodeToKeysym deprecatedJulien Nabet2-4/+4
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úš Kukan8-8/+0
Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9
2012-05-13removed unused definesTakeshi Abe5-17/+0
Change-Id: Ida50737f540459bd0e709c49414c3a7f4d042a47
2012-05-11put debugDump behind #if OSL_DEBUG_LEVEL > 2Matúš Kukan1-4/+0
basebmp/source/debug.cxx is only for vcl/headless/svpgdi.cxx Change-Id: I I Ib0624d919d7c0c5ce54dbef62fa0b49fd6eb0ab1
2012-05-11include dequeCaolán McNamara1-0/+1
Change-Id: I4d3fef95d3259673115833b3ee89bd8792eb3af0
2012-05-11rhbz#809019 count mirrored monitors as oneDavid Tardon5-23/+81
Change-Id: I I I184541e99ab4e04b8534dd0341bc2f3630094e9c
2012-05-11WaE: unused parameterTor Lillqvist1-1/+1
Change-Id: Ic8166da819a2d6486c5122e986a156e729c7631a
2012-05-10fdo#45081: We never registered the SAL_OBJECT_CHILDCLASSNAMEA window classTor Lillqvist1-1/+11
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ňák1-3/+0
Draw -> Export -> filetype combo was broken. Change-Id: I9349749274498d5834dd63e73f3856434b1ab8d9
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara2-3/+3
Change-Id: Ie2fcc1a5404c62dc15b98f99f89631795df91b01
2012-05-10callcatcher: update unused code listCaolán McNamara2-11/+0
Change-Id: I286988eabcc2d813008597b3657c366d510f8ab6
2012-05-10fix use of cups for default caseCaolán McNamara2-1/+7
27abb730b290f3516582d2d787ef64af76663f97 broke printing Change-Id: Ib1cd9b31c7e3e5644b5207cb28c4fd178837c19d
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl3-13/+14
Variables should have module name as prefix to prevent collisions.
2012-05-09conversion to void* needs an explicit castLuboš Luňák1-1/+1
2012-05-09Enable configure switch for cupsTomas Chvatal3-3/+18
This allows us not to have cups during the build time of libreoffice. Commit is inspired from patch from Dave Flogeras <dflogeras@gmail.com>. Change-Id: I I32a14eb6e7bdd13de1a737d4798c852a830ae326
2012-05-09This is Windows code so bin pointless #ifdef WNTTor Lillqvist3-11/+0
Change-Id: I8e81ecd0e78f22f09db4288b781ae5f5da4d8760