summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-24update component factory methods to use new prefixes, to add lib mergingMatus Kukan
2011-06-24make svp / headless backend's headers more publicMichael Meeks
2011-06-24rtl::ByteString->rtl::OStringCaolán McNamara
2011-06-24rtl::ByteString->rtl::OStringCaolán McNamara
2011-06-23make sure we send resize event to fullscreen windowsRadek Doulik
- this fixes regression of i#86302 fix. it happens when screen is resized (by xrandr for example) and the fullscreen windows are not notified about their size change, because they don't have sizeable style set
2011-06-23fix condition for compositing surface refreshRadek Doulik
- fixes problems on slideshow window shrinking
2011-06-23fix crash when changing screen resolutionRadek Doulik
- m_aXineramaScreenIndexMap in GtkSalDisplay was shadowing the same field in SalDisplay, which led to crash in saldisp.cxx code in SalDisplay::addXineramaScreenUnique
2011-06-23Resolves: fdo#33509 Context menu in spellcheck in RTL UI closes too earlyCaolán McNamara
2011-06-23remove unused forward declarationCaolán McNamara
2011-06-23Remove unused SmartRel2Abs variantCaolán McNamara
2011-06-23use OString::equalsLCaolán McNamara
2011-06-23anonymous namespaces work fine nowCaolán McNamara
2011-06-23ditch other unused stream operatorsCaolán McNamara
2011-06-23ditch unused stream operatorsCaolán McNamara
2011-06-23remove parse ByteString variantCaolán McNamara
2011-06-23this method is debugging onlyCaolán McNamara
2011-06-23ByteString->rtl::OStringCaolán McNamara
2011-06-23ditch unused APPEVENT stringsCaolán McNamara
2011-06-23ditch unused inline methodsCaolán McNamara
2011-06-23Use the newly introduced sehandler.hxx (now in solenv/wntgcci/inc)Tor Lillqvist
Where the OOo MinGW people get their __SEHandler from, no idea.
2011-06-23Fix includes for MinGW cross-compilationTor Lillqvist
Don't use backslashes. Use correct case in header names.
2011-06-22add comphelper as a depend if we use comphelper includesCaolán McNamara
2011-06-22dewrap fontconfig and link directly, remove non-fontconfig pathsCaolán McNamara
2011-06-22Implement GetLastEntryInView for SvTreeListBox.Luke Symes
This function matches up with GetFirstEntryInView, and will be useful in saving the scroll state of a SvTreeListBox, in particular the CustomAnimationList. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-06-22Implement ScrollToAbsPos for listboxes.Luke Symes
Scrolls the listbox so the given entry is the first visible entry. The existing MakeVisible is not good enough since it won't scroll down if the given entry is already visible. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-06-22Set the listbox height to an integer multiple of the listbox entry height.Luke Symes
This ensures that we don't get a half visible entry at the bottom of the view. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-06-22Use the sweep flag to determine the drawing directionFridrich Štrba
The previous solution was giving somehow acceptable results in the majority of cases, but was pretty broken with corner cases where the arc is exactly half of the whole ellipse and where the large arc flag is largely irrelevant. If the sweep flag is equal to 0 drawing goes in the sense of decreasing angles. If it is set, drawing goes in the sense of increasing angles.
2011-06-22Fix deliverFridrich Štrba
2011-06-22Teach LibreOffice proper svg:d supportThorsten Behrens
2011-06-22make fontconfig non-optional on non-MacOSX unixCaolán McNamara
2011-06-22fix build errorsCaolán McNamara
2011-06-22ByteString->osl::OString[Buffer]Caolán McNamara
2011-06-22ditch old stringCaolán McNamara
2011-06-22simplify this nowCaolán McNamara
2011-06-22junk unused archaic pre-stl containersCaolán McNamara
2011-06-22remove unused appendUSASCIIParameter methodsCaolán McNamara
2011-06-22take advantage of default argumentsCaolán McNamara
2011-06-22ditch some old-style stringsCaolán McNamara
2011-06-22use the new way of specifying UNO API includesDavid Tardon
2011-06-22Fix MinGW compilationTor Lillqvist
2011-06-22Drop unnecessary UNX vs. Windows ifdefTor Lillqvist
The UNX code compiles fine both with MSVC and MinGW. In fact, the non-UNX code did not compile with a modern MinGW.
2011-06-21Add (dummy) svsys.h file for AndroidTor Lillqvist
2011-06-21WaE: short-reads/writesCaolán McNamara
2011-06-21Use "Unix-style" (import) library names for MinGW, to match libs.mkTor Lillqvist
2011-06-21Don't use backslashes in #include, eekTor Lillqvist
2011-06-21convert stringCaolán McNamara
2011-06-21convert stringCaolán McNamara
2011-06-21ByteString->rtl::OStringBufferCaolán McNamara
2011-06-21Do depend on rsc always, we include rscsfx.hxx delivered from thereTor Lillqvist
2011-06-21Mark l10ntools for DESKTOP builds onlyTor Lillqvist