Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-24 | Remove unused method UnoControlBase::UnoControlBase() | Xavi Escriche Galindo | |
2012-04-24 | WaE: mixing comparison of bool and sal_Bool | Caolán McNamara | |
2012-04-24 | Patch to build libcdr with clang | Fridrich Štrba | |
2012-04-24 | WaE: return SYMBOL -> return true | Caolán McNamara | |
has been return SYMBOL since initial checkin in 2000, SYMBOL is a non-0 enum so return true here instead | |||
2012-04-24 | uploading new shiny libcdr-0.0.7 release | Fridrich Štrba | |
2012-04-24 | WaE: silence warnings from msvc2008 (again) | Caolán McNamara | |
2012-04-24 | -Werror=unused-variable | Stephan Bergmann | |
2012-04-24 | Revert "Avoid bogus warnings (GCC 4.4.6)" | Stephan Bergmann | |
This reverts commit cf9c715aee2f97a1a6f611fe46a47e238cb03658. 3c82780cbc7cf17cf348e7f49b99663cfdc42ed7 "Set gb_DEBUGLEVEL=1 for --enable-dbgutil after all" fixes the underlying problem, making this awkward workaround no longer necessary. | |||
2012-04-24 | Set gb_DEBUGLEVEL=1 for --enable-dbgutil after all | Stephan Bergmann | |
This is a partial revert of db8df57acd601ed084bd0122683e1bd066a4f143 "fixes for debug flags handling." Removing this caused various nastinesses, at least: * Some tinderbox started to emit bogus compiler warnings at -O2 vs. -O0, see cf9c715aee2f97a1a6f611fe46a47e238cb03658 "Avoid bogus warnings (GCC 4.4.6)" * General DBG_UTIL vs. OSL_DEBUG_LEVEL confusion in the code, see 729165ebacc6ff8bd1e5c936252cdace1782824b "OSL_DEBUG_LEVEL > 0 -> defined DBG_UTIL" and a7c7942fd1946da978673d2c350630f83603d18d "DBG_UTIL vs OSL_DEBUG_LEVEL confusion" * --enable-dbgutil would no longer prevent -DNDEBUG (i.e., assert became ineffective in such builds) | |||
2012-04-24 | Resolves: fdo#48011 writer idle-callbacks are halting when events pending | Caolá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-24 | fdo#38176 fix RTF export of non-breaking hyphen and optional hyphen | Miklos Vajna | |
2012-04-24 | WaE: simple minded MSVC2008 thinks s could be used uninitialized | Caolán McNamara | |
2012-04-24 | WaE: MSVC2008 C4530 exception handler without unwind semantics | Caolán McNamara | |
2012-04-24 | fdo#38176 fix RTF export of non-breaking space | Miklos Vajna | |
2012-04-24 | WaE: make MSVC happy wrt. RTFDocumentImpl::dispatchDestination() | Miklos Vajna | |
2012-04-24 | tweak support Sheets.PrintPreview bnc#75784 allow specific sheet(s) selection | Noel Power | |
this is a followup to commit 17c8f6745f9f98013c1b08de8ec03be66546c7fc | |||
2012-04-24 | create-tags: config_host.mk reading | Miklos Vajna | |
2012-04-24 | default to Office 2007/2010 filter for ooxml export, fdo#48941 | Markus Mohrhard | |
2012-04-24 | first try for copy/paste formulas between docs test case | Markus Mohrhard | |
2012-04-24 | add some more test cases for copying formulas | Markus Mohrhard | |
2012-04-24 | it's Erzya, not Eryza | Eike Rathke | |
2012-04-24 | AC_MSG_ERROR is better than WARN here | Tor Lillqvist | |
2012-04-24 | Convert SV_DECL_PTRARR_DEL to boost::ptr_vector | Noel Grandin | |
2012-04-24 | Use blank as the false value for ENABLE_CAIRO_CANVAS, too | Tor Lillqvist | |
2012-04-24 | Hardcode cairo canvas off for Mac OS X and Windows | Tor Lillqvist | |
Do not depend on a distro-configs file to disable it. It is supposed to be optional to pass a --with-distro option. Running a bare ./autogen.sh is supposed to produce a working configuration. | |||
2012-04-24 | WaE: implicit conversion changes signedness | Tor Lillqvist | |
2012-04-24 | Bin weird DBGUTIL_OJ crack | Tor Lillqvist | |
2012-04-24 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
2012-04-24 | WaE: using the result of an assignment as a condition without parentheses | Tor Lillqvist | |
2012-04-24 | WaE: use of logical '&&' with constant operand | Tor Lillqvist | |
2012-04-24 | WaE: unused variable | Tor Lillqvist | |
2012-04-24 | WaE: implicitly declaring C library function 'objc_msgSend' | Tor Lillqvist | |
2012-04-24 | Bin commented-out code | Tor Lillqvist | |
2012-04-24 | WaE: assigning to 'AquaOpenGLView *' from incompatible type 'NSOpenGLView *' | Tor Lillqvist | |
2012-04-24 | Add hopefully helpful comment | Tor Lillqvist | |
2012-04-24 | WaE: 'SceneObject' has virtual functions but non-virtual destructor | Tor Lillqvist | |
2012-04-24 | WaE: when type is in parentheses, array cannot have dynamic size | Tor Lillqvist | |
2012-04-24 | WaE: delete called on class that is abstract but has non-virtual destructor | Tor Lillqvist | |
2012-04-24 | WaE: 'ATSLayout::InitFont' hides overloaded virtual function | Tor Lillqvist | |
2012-04-24 | WaE: unused functions | Tor Lillqvist | |
2012-04-24 | WaE: incompatible pointer types | Tor Lillqvist | |
2012-04-24 | WaE: unused variable | Tor Lillqvist | |
2012-04-24 | WaE: extra tokens at end of #endif directive | Tor Lillqvist | |
2012-04-24 | WaE: incompatible pointer types: 'long *' vs. 'const GLint *' | Tor Lillqvist | |
2012-04-24 | WaE: semicolon before method body is ignored | Tor Lillqvist | |
2012-04-24 | Reduce chatter | Tor Lillqvist | |
2012-04-24 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
2012-04-24 | Fix eleven year old typo | Tor Lillqvist | |
No idea if it has actually caused any uninteded behaviour, or if this fix now then causes something to break. | |||
2012-04-24 | WaE: extra tokens at end of #endif directive | Tor Lillqvist | |
2012-04-24 | DBG_UTIL vs OSL_DEBUG_LEVEL confusion | Stephan Bergmann | |