summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Collapse)AuthorAgeFilesLines
* valgrind: silence annoying conditional jump warnings from dead scanline spaceCaolán McNamara2012-05-062-0/+38
| | | | Change-Id: I46f3d61ff85886c44849c22bfda4a3628041d6dd
* catch by const refCaolán McNamara2012-05-061-3/+3
| | | | Change-Id: I20da7ac6dddcc1905b3419df37dd19f162cd8998
* Related: fdo#47511 valgrind: invalid read of size 1Caolán McNamara2012-05-051-4/+12
| | | | Change-Id: Icca307c1a9ac47201e4cd0069feb699bae2ae359
* gtk: fix drawing of separators in vertical toolbarsIvan Timofeev2012-05-054-38/+57
| | | | | | | | | | | (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
* gtk: fix drawing of disabled menu-item checkmarks and submenu arrowsIvan Timofeev2012-05-051-14/+6
| | | | Change-Id: Ic9929de974b1dd806dee294e574ad9f561468eb4
* add dependency on fpickerDavid Tardon2012-05-053-1/+9
| | | | Change-Id: I45348c7f5c811524c6c2e98f718b36a72b980687
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-042-5/+5
| | | | Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
* fpicker: make the place edition dialog workingCédric Bosdonnat2012-05-042-2/+2
| | | | Change-Id: If290ea4c1418162902e00bcc29c3afe69685ec5d
* != instead of < for comparison with end iteratorJulien Nabet2012-05-023-3/+3
| | | | Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8
* fdo#49365 correctly map monitor index back to screenDavid Tardon2012-05-021-1/+1
| | | | Change-Id: I396b34119a2686011640d5f15de616fe2a166237
* fdo#42779 followup: Do not check for icons in nonexistent lookaside directory.Gábor Stefanik2012-05-011-10/+12
| | | | Change-Id: Ic493c2e33767968e5a1c1cced66a88295c694b2b
* g_source_get_current_time has been deprecated since version 2.28Caolán McNamara2012-04-301-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
* Related: moz#424333 pixmaps are limited to max signed shortCaolán McNamara2012-04-3010-28/+118
| | | | Change-Id: I88cfd9592e11aa7dbe704df4810090b6a1ce4c66
* fdo#42779: Implement icon theme lookaside directoryGábor Stefanik2012-04-302-31/+88
| | | | Change-Id: Ib6f7e3b4f750e38198c09cdb4bd8ee2b7161ac53
* make ResId::toString a non-static memberCaolán McNamara2012-04-3012-39/+39
| | | | Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
* incrementing index twice in one run seems wrongDavid Tardon2012-04-291-1/+1
|
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | 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
* valgrind: uninitialized variableCaolán McNamara2012-04-281-1/+1
| | | | Change-Id: I3bae6d746d63d52a09e7209f7565d60c834ce7c0
* Remove stuff that doesn't make sense since AnyInput changeCaolán McNamara2012-04-282-108/+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
* Bin the unused vague SAL_IMPLEMENT_MAIN_WITH_GUI ideaTor Lillqvist2012-04-283-3/+3
| | | | Change-Id: I66dae812f3aea0534907316a7fb41b35ad37be48
* Make the default application background lighter (and remove a hack).Jan Holesovsky2012-04-271-1/+1
| | | | Change-Id: I03f8db9b47ceb9b0240f3ac549681d8362eea0b5
* Remove comment mentioning bCompBorder.Jan Holesovsky2012-04-271-2/+1
| | | | | The variable itself was removed in commit 696996791d1dbfd8f410236e30be5a1fb100de70.
* Fix debug message and remove useless try...catch from ImplImageTree::loadImageGábor Stefanik2012-04-271-9/+4
|
* Add comment so FontSelectPattern ctor used on Windows is not removedJesús Corrius2012-04-261-1/+1
|
* XubString->rtl::OUString[Buffer]Caolán McNamara2012-04-261-12/+11
|
* Resolves: fdo#42390 allow zwj, etc. in metric unit textCaolán McNamara2012-04-261-2/+1
|
* Revert "Remove unused FontSelectPattern constructor"Stephan Bergmann2012-04-262-0/+22
| | | | | | This reverts commit 44a4c577fd54de12e089e76c234f6b5f5099a3d4. ...the ctor is still used on Windows.
* Remove unused FontSelectPattern constructorMiguel Fernández2012-04-262-22/+0
|
* Removed usused method Dialog::Dialog(Window,ResId)Vicente Vendrell2012-04-252-12/+0
|
* isOUStringType still used (from dbgutil code)Stephan Bergmann2012-04-251-1/+8
|
* Removed unused methods from psp::PrinterGfxChr. Rossmanith2012-04-254-64/+1
|
* Resolves: fdo#48011 writer idle-callbacks are halting when events pendingCaolán McNamara2012-04-242-14/+43
| | | | | | | 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.
* WaE: when type is in parentheses, array cannot have dynamic sizeTor Lillqvist2012-04-241-1/+1
|
* WaE: delete called on class that is abstract but has non-virtual destructorTor Lillqvist2012-04-241-0/+1
|
* WaE: 'ATSLayout::InitFont' hides overloaded virtual functionTor Lillqvist2012-04-241-2/+2
|
* WaE: unused functionsTor Lillqvist2012-04-242-27/+0
|
* WaE: incompatible pointer typesTor Lillqvist2012-04-241-1/+1
|
* WaE: unused variableTor Lillqvist2012-04-241-1/+0
|
* WaE: semicolon before method body is ignoredTor Lillqvist2012-04-241-3/+3
|
* WaE: extra tokens at end of #endif directiveTor Lillqvist2012-04-241-1/+1
|
* fix gtk3salnativewidgets-gtk build with gcc 4.4Rene Engelhard2012-04-231-4/+4
|
* cut out negative widths/heights earlyCaolán McNamara2012-04-231-1/+1
|
* fdo#42986 Add Presentationsize 16:9 WidescreenRob Snelders2012-04-232-2/+1
|
* Remove unused vcl methods.Monica Ramirez Arceda2012-04-232-38/+0
|
* Remove unused code in vclSantiago Martinez2012-04-232-46/+0
|
* Build freetype and fontconfig statically for AndroidTor Lillqvist2012-04-201-0/+1
|
* fail earlier on oversized imagesCaolán McNamara2012-04-191-8/+19
|
* ImplLayout can return NULLCaolán McNamara2012-04-191-5/+8
|
* fdo#46687 - fix find toolbar X error handlingMichael Meeks2012-04-191-0/+4
|
* Just link statically to CreateUnoWrapper() in the DISABLE_DYNLOADING caseTor Lillqvist2012-04-181-0/+12
|