summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2012-05-02fdo#49365 correctly map monitor index back to screenDavid Tardon
Change-Id: I396b34119a2686011640d5f15de616fe2a166237
2012-05-01fdo#42779 followup: Do not check for icons in nonexistent lookaside directory.Gábor Stefanik
Change-Id: Ic493c2e33767968e5a1c1cced66a88295c694b2b
2012-04-30g_source_get_current_time has been deprecated since version 2.28Caolán McNamara
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 McNamara
Change-Id: I88cfd9592e11aa7dbe704df4810090b6a1ce4c66
2012-04-30fdo#42779: Implement icon theme lookaside directoryGábor Stefanik
Change-Id: Ib6f7e3b4f750e38198c09cdb4bd8ee2b7161ac53
2012-04-30make ResId::toString a non-static memberCaolán McNamara
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-29incrementing index twice in one run seems wrongDavid Tardon
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-28valgrind: uninitialized variableCaolán McNamara
Change-Id: I3bae6d746d63d52a09e7209f7565d60c834ce7c0
2012-04-28Remove stuff that doesn't make sense since AnyInput changeCaolán McNamara
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-28Bin the unused vague SAL_IMPLEMENT_MAIN_WITH_GUI ideaTor Lillqvist
Change-Id: I66dae812f3aea0534907316a7fb41b35ad37be48
2012-04-27Make the default application background lighter (and remove a hack).Jan Holesovsky
Change-Id: I03f8db9b47ceb9b0240f3ac549681d8362eea0b5
2012-04-27Remove comment mentioning bCompBorder.Jan Holesovsky
The variable itself was removed in commit 696996791d1dbfd8f410236e30be5a1fb100de70.
2012-04-27Fix debug message and remove useless try...catch from ImplImageTree::loadImageGábor Stefanik
2012-04-26Add comment so FontSelectPattern ctor used on Windows is not removedJesús Corrius
2012-04-26XubString->rtl::OUString[Buffer]Caolán McNamara
2012-04-26Resolves: fdo#42390 allow zwj, etc. in metric unit textCaolán McNamara
2012-04-26Revert "Remove unused FontSelectPattern constructor"Stephan Bergmann
This reverts commit 44a4c577fd54de12e089e76c234f6b5f5099a3d4. ...the ctor is still used on Windows.
2012-04-26Remove unused FontSelectPattern constructorMiguel Fernández
2012-04-25Removed usused method Dialog::Dialog(Window,ResId)Vicente Vendrell
2012-04-25isOUStringType still used (from dbgutil code)Stephan Bergmann
2012-04-25Removed unused methods from psp::PrinterGfxChr. Rossmanith
2012-04-24Resolves: fdo#48011 writer idle-callbacks are halting when events pendingCaolán McNamara
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-24WaE: when type is in parentheses, array cannot have dynamic sizeTor Lillqvist
2012-04-24WaE: delete called on class that is abstract but has non-virtual destructorTor Lillqvist
2012-04-24WaE: 'ATSLayout::InitFont' hides overloaded virtual functionTor Lillqvist
2012-04-24WaE: unused functionsTor Lillqvist
2012-04-24WaE: incompatible pointer typesTor Lillqvist
2012-04-24WaE: unused variableTor Lillqvist
2012-04-24WaE: semicolon before method body is ignoredTor Lillqvist
2012-04-24WaE: extra tokens at end of #endif directiveTor Lillqvist
2012-04-23fix gtk3salnativewidgets-gtk build with gcc 4.4Rene Engelhard
2012-04-23cut out negative widths/heights earlyCaolán McNamara
2012-04-23fdo#42986 Add Presentationsize 16:9 WidescreenRob Snelders
2012-04-23Remove unused vcl methods.Monica Ramirez Arceda
2012-04-23Remove unused code in vclSantiago Martinez
2012-04-20Build freetype and fontconfig statically for AndroidTor Lillqvist
2012-04-19fail earlier on oversized imagesCaolán McNamara
2012-04-19ImplLayout can return NULLCaolán McNamara
2012-04-19fdo#46687 - fix find toolbar X error handlingMichael Meeks
2012-04-18Just link statically to CreateUnoWrapper() in the DISABLE_DYNLOADING caseTor Lillqvist
2012-04-17png parsing regression testCaolán McNamara
2012-04-17String::ToInt32->rtl::OUString::toInt32Caolán McNamara
2012-04-15Nah, don't obscure the right type with void*Tor Lillqvist
2012-04-15Copy and adapt current state of Norbert's CoreText work for iOSTor Lillqvist
Compiles, but I obviously have no idea how it works yet. Yes, eventually we should factor out common parts from the iOS and MacOSX code.
2012-04-15Remove accidentally duplicated fileTor Lillqvist
2012-04-14vcl: win: adjust some coordinatesIvan Timofeev
2012-04-14vcl: win: fix RTL checkmark backgrounds fdo#42537Ivan Timofeev
2012-04-14vcl: hack: pData->aSz.Width() is set only for MenuBar, use aOutSz.Width()Ivan Timofeev
2012-04-14gtk3: add approved theme color fetch / selection.Michael Meeks